Skip to content

Commit 82d500a

Browse files
committed
chore: upgrade dependencies
1 parent ddaf034 commit 82d500a

File tree

8 files changed

+1175
-1271
lines changed

8 files changed

+1175
-1271
lines changed

.changeset/mighty-mugs-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Upgrade dependencies

.devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openscript.ch",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:24-bookworm",
44
"customizations": {
55
"vscode": {
66
"extensions": [
@@ -21,6 +21,5 @@
2121
},
2222
"containerEnv": {
2323
"ASTRO_TELEMETRY_DISABLED": "1"
24-
},
25-
"postCreateCommand": "npm install -g npm@11.5.2 pnpm@10.18.3"
24+
}
2625
}

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
registry-url: https://registry.npmjs.org
3636
cache: pnpm
3737
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v6
4242
with:
43-
node-version: 22
43+
node-version: 24
4444
registry-url: https://registry.npmjs.org
4545
cache: pnpm
4646

.github/workflows/publish.yaml

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/version.yaml

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

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/openscript-ch/openscript.ch/issues"
1212
},
1313
"repository": "github:openscript-ch/openscript.ch",
14-
"packageManager": "pnpm@10.18.3",
14+
"packageManager": "pnpm@10.24.0",
1515
"scripts": {
1616
"predev": "pnpm build:sprite",
1717
"prebuild": "pnpm build:sprite",
@@ -29,14 +29,14 @@
2929
"tag": "changeset tag"
3030
},
3131
"dependencies": {
32-
"@astrojs/check": "^0.9.4",
33-
"@astrojs/mdx": "^4.3.7",
34-
"@astrojs/rss": "^4.0.12",
32+
"@astrojs/check": "^0.9.6",
33+
"@astrojs/mdx": "^4.3.12",
34+
"@astrojs/rss": "^4.0.14",
3535
"@astrojs/sitemap": "^3.6.0",
3636
"@fontsource/fira-mono": "^5.2.7",
3737
"@fontsource/pt-sans": "^5.2.8",
3838
"@nanostores/i18n": "^1.2.2",
39-
"astro": "^5.14.6",
39+
"astro": "^5.16.3",
4040
"astro-loader-i18n": "^0.9.1",
4141
"astro-nanostores-i18n": "^0.2.1",
4242
"embla-carousel": "^8.6.0",
@@ -46,34 +46,34 @@
4646
"pagefind": "^1.4.0",
4747
"rehype-autolink-headings": "^7.1.0",
4848
"rehype-slug": "^6.0.0",
49-
"sharp": "^0.34.4",
50-
"simple-git": "^3.28.0",
49+
"sharp": "^0.34.5",
50+
"simple-git": "^3.30.0",
5151
"svg-sprite": "^2.0.4",
5252
"vfile": "^6.0.3"
5353
},
5454
"devDependencies": {
55-
"@changesets/cli": "^2.29.7",
56-
"@eslint/js": "^9.38.0",
55+
"@changesets/cli": "^2.29.8",
56+
"@eslint/js": "^9.39.1",
5757
"@openscript/unplugin-favicons": "^1.1.8",
5858
"@types/mdast": "^4.0.4",
59-
"@types/node": "^24.8.1",
60-
"@typescript-eslint/parser": "^8.46.1",
61-
"@vitest/coverage-v8": "3.2.4",
59+
"@types/node": "^24.10.1",
60+
"@typescript-eslint/parser": "^8.48.0",
61+
"@vitest/coverage-v8": "4.0.14",
6262
"astro-eslint-parser": "^1.2.2",
63-
"eslint": "^9.38.0",
63+
"eslint": "^9.39.1",
6464
"eslint-config-prettier": "^10.1.8",
65-
"eslint-plugin-astro": "^1.3.1",
65+
"eslint-plugin-astro": "^1.5.0",
6666
"eslint-plugin-jsx-a11y": "^6.10.2",
6767
"eslint-plugin-prettier": "^5.5.4",
6868
"favicons": "^7.2.0",
69-
"globals": "^16.4.0",
69+
"globals": "^16.5.0",
7070
"jiti": "^2.6.1",
71-
"prettier": "^3.6.2",
71+
"prettier": "^3.7.3",
7272
"prettier-plugin-astro": "^0.14.1",
7373
"sirv": "^3.0.2",
7474
"typescript": "^5.9.3",
75-
"typescript-eslint": "^8.46.1",
76-
"vitest": "3.2.4"
75+
"typescript-eslint": "^8.48.0",
76+
"vitest": "4.0.14"
7777
},
7878
"pnpm": {
7979
"overrides": {

0 commit comments

Comments
 (0)