Skip to content

Commit 2e360ec

Browse files
committed
chore: upgrade dependencies
1 parent 4c7c1ea commit 2e360ec

File tree

11 files changed

+1568
-1323
lines changed

11 files changed

+1568
-1323
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-i18n",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:3-22-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:24-bookworm",
44
"customizations": {
55
"vscode": {
66
"extensions": [
@@ -13,7 +13,7 @@
1313
]
1414
}
1515
},
16-
"postCreateCommand": "npm install -g [email protected] pnpm@10.18.2",
16+
"postCreateCommand": "npm install -g [email protected] pnpm@10.20.0",
1717
"forwardPorts": [
1818
4321
1919
]

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
registry-url: https://registry.npmjs.org
3131
cache: pnpm
3232

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22
28+
node-version: 24
2929
registry-url: https://registry.npmjs.org
3030
cache: pnpm
3131

.github/workflows/registries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Configure node for NPM as registry
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: 22
26+
node-version: 24
2727
cache: pnpm
2828
registry-url: https://registry.npmjs.org
2929

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
registry-url: https://registry.npmjs.org
2424
cache: pnpm
2525

apps/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"type": "module",
44
"private": true,
55
"dependencies": {
6-
"@astrojs/mdx": "^4.3.7",
6+
"@astrojs/mdx": "^4.3.10",
77
"@nanostores/i18n": "^1.2.2",
8-
"astro": "^5.14.3",
8+
"astro": "^5.15.4",
99
"astro-loader-i18n": "workspace:*",
1010
"astro-nanostores-i18n": "workspace:*",
1111
"limax": "^4.2.1"

libs/astro-loader-i18n/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
},
3333
"devDependencies": {
3434
"@codecov/vite-plugin": "^1.9.1",
35-
"@eslint/js": "^9.37.0",
36-
"@types/node": "^24.7.1",
35+
"@eslint/js": "^9.39.1",
36+
"@types/node": "^24.10.0",
3737
"@vitest/coverage-v8": "^3.2.4",
38-
"astro": "^5.14.3",
38+
"astro": "^5.15.4",
3939
"astro-utils-i18n": "workspace:*",
40-
"eslint": "^9.37.0",
41-
"globals": "^16.4.0",
40+
"eslint": "^9.39.1",
41+
"globals": "^16.5.0",
4242
"tslib": "^2.8.1",
4343
"typescript": "^5.9.3",
44-
"typescript-eslint": "^8.46.0",
45-
"vite": "^6.3.6",
44+
"typescript-eslint": "^8.46.3",
45+
"vite": "^7.2.2",
4646
"vite-plugin-dts": "^4.5.4",
4747
"vitest": "^3.2.4"
4848
},

libs/astro-nanostores-i18n/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@
4343
},
4444
"devDependencies": {
4545
"@codecov/vite-plugin": "^1.9.1",
46-
"@eslint/js": "^9.37.0",
47-
"@types/node": "^24.7.1",
48-
"@vitest/coverage-v8": "^3.2.4",
49-
"astro": "^5.14.3",
46+
"@eslint/js": "^9.39.1",
47+
"@types/node": "^24.10.0",
48+
"@vitest/coverage-v8": "^4.0.8",
49+
"astro": "^5.15.4",
5050
"astro-utils-i18n": "workspace:*",
51-
"eslint": "^9.37.0",
52-
"globals": "^16.4.0",
51+
"eslint": "^9.39.1",
52+
"globals": "^16.5.0",
5353
"tslib": "^2.8.1",
54-
"typescript-eslint": "^8.46.0",
55-
"vite": "^6.3.6",
54+
"typescript-eslint": "^8.46.3",
55+
"vite": "^7.2.2",
5656
"vite-plugin-dts": "^4.5.4",
57-
"vitest": "^3.2.4"
57+
"vitest": "^4.0.8"
5858
},
5959
"publishConfig": {
6060
"access": "public"
6161
},
6262
"dependencies": {
6363
"@astrojs/compiler": "^2.13.0",
64-
"astro-integration-kit": "^0.19.0",
64+
"astro-integration-kit": "^0.19.1",
6565
"fast-glob": "^3.3.3",
6666
"nanostores": "^1.0.1",
6767
"typescript": "^5.9.3"

libs/astro-utils-i18n/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"devDependencies": {
3737
"@codecov/vite-plugin": "^1.9.1",
38-
"@eslint/js": "^9.37.0",
39-
"@types/node": "^24.7.1",
38+
"@eslint/js": "^9.39.1",
39+
"@types/node": "^24.10.0",
4040
"@vitest/coverage-v8": "^3.2.4",
41-
"astro": "^5.14.3",
42-
"eslint": "^9.37.0",
43-
"globals": "^16.4.0",
41+
"astro": "^5.15.4",
42+
"eslint": "^9.39.1",
43+
"globals": "^16.5.0",
4444
"tslib": "^2.8.1",
45-
"typescript-eslint": "^8.46.0",
46-
"vite": "^6.3.6",
45+
"typescript-eslint": "^8.46.3",
46+
"vite": "^7.2.2",
4747
"vite-plugin-dts": "^4.5.4",
4848
"vitest": "^3.2.4"
4949
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"author": "Robin Bühler",
77
"repository": "github:openscript/astro-i18n",
8-
"packageManager": "pnpm@10.18.2",
8+
"packageManager": "pnpm@10.20.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm exec nx run-many --nx-bail --target=dev --parallel 10 --output-style stream",
@@ -19,26 +19,26 @@
1919
},
2020
"devDependencies": {
2121
"@changesets/cli": "^2.29.7",
22-
"@eslint/js": "^9.37.0",
23-
"@nx/eslint": "21.6.4",
24-
"@nx/vite": "21.6.4",
25-
"@nx/web": "21.6.4",
26-
"@types/node": "^24.7.1",
22+
"@eslint/js": "^9.39.1",
23+
"@nx/eslint": "22.0.2",
24+
"@nx/vite": "22.0.2",
25+
"@nx/web": "22.0.2",
26+
"@types/node": "^24.10.0",
2727
"@vitest/ui": "^3.2.4",
28-
"eslint": "^9.37.0",
28+
"eslint": "^9.39.1",
2929
"eslint-config-prettier": "^10.1.8",
3030
"eslint-plugin-prettier": "^5.5.4",
31-
"globals": "^16.4.0",
31+
"globals": "^16.5.0",
3232
"jiti": "2.6.1",
33-
"nx": "21.6.4",
33+
"nx": "22.0.2",
3434
"prettier": "^3.6.2",
3535
"typescript": "^5.9.3",
36-
"typescript-eslint": "^8.46.0",
37-
"vite": "^6.3.6"
36+
"typescript-eslint": "^8.46.3",
37+
"vite": "^6.4.1"
3838
},
3939
"pnpm": {
4040
"overrides": {
41-
"vite": "^6.3.6"
41+
"vite": "^6.4.1"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)