Skip to content

Commit f4d022c

Browse files
committed
chore: upgrade dependencies
1 parent 257c1af commit f4d022c

6 files changed

Lines changed: 1575 additions & 1844 deletions

File tree

.changeset/clear-trams-sell.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 to Astro 6

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ export default [
6161
},
6262
},
6363
{
64-
ignores: ["dist", "node_modules", ".github", "types.generated.d.ts", ".astro"],
64+
ignores: ["dist", "node_modules", ".github", "types.generated.d.ts", ".astro", ".pnpm-store"],
6565
},
6666
];

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,51 +29,51 @@
2929
"tag": "changeset tag"
3030
},
3131
"dependencies": {
32-
"@astrojs/check": "^0.9.6",
33-
"@astrojs/mdx": "^4.3.13",
34-
"@astrojs/rss": "^4.0.15",
35-
"@astrojs/sitemap": "^3.7.0",
32+
"@astrojs/check": "^0.9.9",
33+
"@astrojs/mdx": "^5.0.4",
34+
"@astrojs/rss": "^4.0.18",
35+
"@astrojs/sitemap": "^3.7.2",
3636
"@fontsource/fira-mono": "^5.2.7",
3737
"@fontsource/pt-sans": "^5.2.8",
38-
"@nanostores/i18n": "^1.2.2",
39-
"astro": "^5.17.1",
40-
"astro-loader-i18n": "^0.10.11",
41-
"astro-nanostores-i18n": "^0.4.0",
38+
"@nanostores/i18n": "^1.3.2",
39+
"astro": "^6.3.1",
40+
"astro-loader-i18n": "^0.11.1",
41+
"astro-nanostores-i18n": "^0.5.1",
4242
"embla-carousel": "^8.6.0",
4343
"embla-carousel-autoplay": "^8.6.0",
4444
"embla-carousel-class-names": "^8.6.0",
45-
"limax": "^4.2.2",
46-
"pagefind": "^1.4.0",
45+
"limax": "^4.2.3",
46+
"pagefind": "^1.5.2",
4747
"rehype-autolink-headings": "^7.1.0",
4848
"rehype-slug": "^6.0.0",
4949
"sharp": "^0.34.5",
50-
"simple-git": "^3.30.0",
50+
"simple-git": "^3.36.0",
5151
"svg-sprite": "^2.0.4",
5252
"vfile": "^6.0.3"
5353
},
5454
"devDependencies": {
55-
"@changesets/cli": "^2.29.8",
56-
"@eslint/js": "^9.39.2",
55+
"@changesets/cli": "^2.31.0",
56+
"@eslint/js": "^10.0.1",
5757
"@openscript/unplugin-favicons": "^1.1.8",
5858
"@types/mdast": "^4.0.4",
59-
"@types/node": "^24.10.1",
60-
"@typescript-eslint/parser": "^8.54.0",
61-
"@vitest/coverage-v8": "4.0.18",
62-
"astro-eslint-parser": "^1.2.2",
63-
"eslint": "^9.39.2",
59+
"@types/node": "^25.6.2",
60+
"@typescript-eslint/parser": "^8.59.2",
61+
"@vitest/coverage-v8": "4.1.5",
62+
"astro-eslint-parser": "^1.4.0",
63+
"eslint": "^10.3.0",
6464
"eslint-config-prettier": "^10.1.8",
65-
"eslint-plugin-astro": "^1.5.0",
65+
"eslint-plugin-astro": "^1.7.0",
6666
"eslint-plugin-jsx-a11y": "^6.10.2",
6767
"eslint-plugin-prettier": "^5.5.5",
6868
"favicons": "^7.2.0",
69-
"globals": "^17.3.0",
70-
"jiti": "^2.6.1",
71-
"prettier": "^3.8.1",
69+
"globals": "^17.6.0",
70+
"jiti": "^2.7.0",
71+
"prettier": "^3.8.3",
7272
"prettier-plugin-astro": "^0.14.1",
7373
"sirv": "^3.0.2",
74-
"typescript": "^5.9.3",
75-
"typescript-eslint": "^8.54.0",
76-
"vitest": "4.0.18"
74+
"typescript": "^6.0.3",
75+
"typescript-eslint": "^8.59.2",
76+
"vitest": "4.1.5"
7777
},
7878
"pnpm": {
7979
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)