Skip to content

Commit 2d14a19

Browse files
author
ComasSky
committed
Update
1 parent dda08c6 commit 2d14a19

9 files changed

Lines changed: 37 additions & 36 deletions

File tree

.github/workflows/docker-dev-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
IMAGE_NAME: ${{ github.repository }}
1717
GRAALVM_VERSION: "25"
1818
NODE_VERSION: "v24.12.0"
19-
PNPM_VERSION: "10.28.1"
19+
PNPM_VERSION: "10.28.2"
2020
MAVEN_VERSION: "3.9.11"
2121

2222
jobs:

.github/workflows/docker-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
IMAGE_NAME: ${{ github.repository }}
1818
GRAALVM_VERSION: "25"
1919
NODE_VERSION: "v24.12.0"
20-
PNPM_VERSION: "10.28.1"
20+
PNPM_VERSION: "10.28.2"
2121
MAVEN_VERSION: "3.9.11"
2222

2323
jobs:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ When contributing, please maintain these optimizations and avoid re-introducing
4949
# Versions used
5050

5151
- Java 25
52-
- Quarkus 3.31.0.CR1CR1CR1
52+
- Quarkus 3.31.0.CR1
5353
- Node.js v24.12.0
54-
- pnpm 10.28.1
54+
- pnpm 10.28.2
5555
- npm 11.6.2
5656

5757
# 🛠️ CI & Quality

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Monitor your Bitcoin Core node in real-time with a modern web interface.
7979
- **Maven Failsafe Plugin** 3.5.4
8080
- **Frontend Maven Plugin** 2.0.0
8181
- **Node.js** v24.12.0 (via Maven)
82-
- **pnpm** 10.28.1 (Frontend package manager, recommended)
82+
- **pnpm** 10.28.2 (Frontend package manager, recommended)
8383
- **npm** 11.6.2 (Alternative package manager)
8484
- **Docker** (JVM & GraalVM Native images)
8585
- **GitHub Actions** (CI/CD with automated testing and native image builds)

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| Component | Tests | Technologies |
1414
| --------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1515
| Backend | 79 | JUnit 5, Mockito, Quarkus Test, Rest Assured |
16-
| Frontend | 83 | Vitest (4.0.18), Vue Test Utils (2.4.6), Happy DOM (20.0.11), Vite (7.3.1), TypeScript (5.9.3), VueUse (14.1.0), Chart.js (4.5.1), Tailwind CSS (4.1.18), Iconify (5.0.0), Simple Icons (1.2.67), Floating UI (1.1.9) |
16+
| Frontend | 83 | Vitest (4.0.18), Vue Test Utils (2.4.6), Happy DOM (20.0.11), Vite (7.3.1), TypeScript (5.9.3), VueUse (14.1.0), Chart.js (4.5.1), Tailwind CSS (4.1.18), Iconify (5.0.0), Simple Icons (1.2.68), Floating UI (1.1.9) |
1717

1818
**Test execution**: ~25s total (Backend: ~20s, Frontend: ~3.5s)
1919

@@ -72,7 +72,7 @@ cd src/main/web && pnpm coverage
7272

7373
**Main tools and libraries:**
7474

75-
- **pnpm** 10.28.1 (frontend package manager, monorepo workspace)
75+
- **pnpm** 10.28.2 (frontend package manager, monorepo workspace)
7676
- **Vitest** 4.0.16 (unit tests framework)
7777
- **Vue Test Utils** 2.4.6, **Happy DOM** 20.0.11, **Vite** 7.3.0, **TypeScript** 5.9.3
7878
- **VueUse** 14.1.0 (composition utilities with useFetch, useWebSocket)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<quarkus.platform.version>3.31.0.CR1</quarkus.platform.version>
1212
<frontend-maven-plugin.version>2.0.0</frontend-maven-plugin.version>
1313
<node.lts.version>v24.13.0</node.lts.version>
14-
<pnpm.version>10.28.1</pnpm.version>
14+
<pnpm.version>10.28.2</pnpm.version>
1515
<compiler-plugin.version>3.14.1</compiler-plugin.version>
1616
<surefire-plugin.version>3.5.4</surefire-plugin.version>
1717
<maven-resources-plugin.version>3.4.0</maven-resources-plugin.version>

src/main/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"@iconify-json/fa6-brands": "1.2.6",
2929
"@iconify-json/fa6-regular": "1.2.4",
3030
"@iconify-json/fa6-solid": "1.2.4",
31-
"@iconify-json/simple-icons": "1.2.67",
31+
"@iconify-json/simple-icons": "1.2.68",
3232
"@tailwindcss/vite": "4.1.18",
3333
"@types/node": "25.0.10",
3434
"@vitejs/plugin-vue": "6.0.3",
3535
"@vitest/coverage-v8": "4.0.18",
3636
"@vitest/ui": "4.0.18",
3737
"@vue/test-utils": "2.4.6",
38-
"happy-dom": "20.3.7",
38+
"happy-dom": "20.3.9",
3939
"prettier": "3.8.1",
4040
"prettier-plugin-tailwindcss": "0.7.2",
4141
"rollup-plugin-visualizer": "6.0.5",
@@ -48,6 +48,6 @@
4848
"vite-plugin-compression": "0.5.1",
4949
"vite-plugin-inspect": "11.3.3",
5050
"vitest": "4.0.18",
51-
"vue-tsc": "3.2.3"
51+
"vue-tsc": "3.2.4"
5252
}
5353
}

src/main/web/pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update-docs.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ const updateContributing = () => {
249249
`- Java ${backendVersions.javaVersion}`
250250
);
251251

252+
// Match Quarkus version with possible suffix (e.g., CR1, Final, etc.)
252253
contributing = contributing.replace(
253-
/- Quarkus [\d.]+/,
254+
/- Quarkus [\d.]+[A-Za-z0-9.\-]*/,
254255
`- Quarkus ${backendVersions.quarkusVersion}`
255256
);
256257

0 commit comments

Comments
 (0)