Skip to content

Commit b69ce9e

Browse files
committed
chore: upgrade dependencies
1 parent fdd76e0 commit b69ce9e

File tree

11 files changed

+448
-629
lines changed

11 files changed

+448
-629
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: sleep infinity
99

1010
db:
11-
image: postgres:17.4-alpine
11+
image: postgres:17.6-alpine
1212
volumes:
1313
- db-data:/var/lib/postgresql/data
1414
environment:

.github/workflows/cd-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2020
fetch-depth: 0

.github/workflows/cd-registries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package: ${{ fromJson(inputs.containers) }}
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
ref: ${{ matrix.package.name }}@${{ matrix.package.version }}
3030
fetch-depth: 0

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4

.github/workflows/ci-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@nestjs/schematics": "^11.0.7",
5959
"@nestjs/testing": "^11.1.6",
6060
"@types/jest": "^30.0.0",
61-
"@types/node": "^24.2.1",
61+
"@types/node": "^24.3.0",
6262
"@types/supertest": "^6.0.3",
6363
"jest": "^30.0.5",
6464
"source-map-support": "^0.5.21",

apps/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@nanostores/react": "^1.0.0",
2727
"@quassel/ui": "workspace:*",
2828
"@quassel/utils": "workspace:*",
29-
"@tanstack/react-query": "^5.85.0",
30-
"@tanstack/react-router": "^1.131.8",
29+
"@tanstack/react-query": "^5.85.3",
30+
"@tanstack/react-router": "^1.131.13",
3131
"nanostores": "^1.0.1",
3232
"openapi-fetch": "0.14.0",
3333
"openapi-react-query": "0.5.0",
@@ -36,10 +36,10 @@
3636
},
3737
"devDependencies": {
3838
"@anolilab/unplugin-favicons": "^1.0.5",
39-
"@sinclair/typebox": "^0.34.38",
40-
"@tanstack/router-devtools": "^1.131.8",
41-
"@tanstack/router-plugin": "^1.131.8",
42-
"@testing-library/jest-dom": "^6.6.4",
39+
"@sinclair/typebox": "^0.34.39",
40+
"@tanstack/router-devtools": "^1.131.13",
41+
"@tanstack/router-plugin": "^1.131.13",
42+
"@testing-library/jest-dom": "^6.7.0",
4343
"@testing-library/react": "^16.3.0",
4444
"@types/react": "^19.1.10",
4545
"@types/react-dom": "^19.1.7",
@@ -50,7 +50,7 @@
5050
"openapi-typescript": "^7.9.1",
5151
"openapi-typescript-helpers": "^0.0.15",
5252
"typescript": "^5.9.2",
53-
"vite": "^7.1.2",
53+
"vite": "7.1.2",
5454
"vitest": "^3.2.4"
5555
}
5656
}

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@fontsource-variable/montserrat": "^5.2.6",
1414
"@fontsource-variable/onest": "^5.2.9",
15-
"astro": "^5.12.9",
15+
"astro": "^5.13.0",
1616
"reveal.js": "^5.2.1"
1717
},
1818
"devDependencies": {

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^19.1.7",
4848
"@vitejs/plugin-react": "^5.0.0",
4949
"typescript": "^5.9.2",
50-
"vite": "^7.1.2",
50+
"vite": "7.1.2",
5151
"vite-plugin-dts": "^4.5.4",
5252
"vite-plugin-svgr": "^4.3.0"
5353
}

libs/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.33.0",
3535
"typescript": "^5.9.2",
36-
"vite": "^7.1.2",
36+
"vite": "7.1.2",
3737
"vite-plugin-dts": "^4.5.4",
3838
"vitest": "^3.2.4"
3939
}

0 commit comments

Comments
 (0)