Skip to content

Commit b88c1cf

Browse files
delucissarah11918
andauthored
Upgrade to Astro v5 and Starlight 0.30 (#10488)
Co-authored-by: sarah11918 <[email protected]>
1 parent ca662ab commit b88c1cf

24 files changed

+1353
-863
lines changed

astro.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,4 @@ export default defineConfig({
9494
domains: ['avatars.githubusercontent.com'],
9595
service: sharpImageService(),
9696
},
97-
experimental: {
98-
contentCollectionCache: false,
99-
directRenderScript: true,
100-
},
10197
});

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@
2727
"@actions/core": "^1.9.0",
2828
"@docsearch/css": "^3.5.1",
2929
"@types/canvas-confetti": "^1.6.0",
30-
"@types/hast": "^3.0.3",
31-
"@types/html-escaper": "^3.0.0",
32-
"@types/mdast": "^4.0.3",
30+
"@types/hast": "^3.0.4",
31+
"@types/html-escaper": "^3.0.2",
32+
"@types/mdast": "^4.0.4",
3333
"@types/node": "^18.6.4",
3434
"@typescript-eslint/eslint-plugin": "^5.46.1",
3535
"@typescript-eslint/parser": "^5.46.1",
36-
"astro": "4.16.13",
37-
"astro-auto-import": "^0.4.2",
36+
"astro": "^5.1.1",
37+
"astro-auto-import": "^0.4.4",
3838
"astro-eslint-parser": "^0.16.0",
39-
"astro-og-canvas": "^0.5.0",
39+
"astro-og-canvas": "^0.5.5",
4040
"canvaskit-wasm": "^0.39.1",
4141
"dedent-js": "^1.0.1",
4242
"domhandler": "^4.3.1",
4343
"eslint": "^8.29.0",
4444
"eslint-plugin-astro": "^0.21.0",
4545
"eslint-plugin-react": "^7.32.1",
4646
"fast-glob": "^3.2.11",
47-
"hast-util-select": "^6.0.2",
48-
"hast-util-to-string": "^3.0.0",
49-
"hastscript": "^8.0.0",
47+
"hast-util-select": "^6.0.3",
48+
"hast-util-to-string": "^3.0.1",
49+
"hastscript": "^9.0.0",
5050
"html-escaper": "^3.0.3",
5151
"htmlparser2": "^7.2.0",
5252
"kleur": "^4.1.5",
@@ -55,17 +55,17 @@
5555
"p-retry": "^5.1.1",
5656
"prettier": "^3.3.3",
5757
"prettier-plugin-astro": "^0.14.1",
58-
"rehype": "^13.0.1",
58+
"rehype": "^13.0.2",
5959
"remark-directive": "^3.0.0",
6060
"tsm": "^2.3.0",
6161
"typescript": "^5.0.2",
62-
"unified": "^11.0.4",
62+
"unified": "^11.0.5",
6363
"unist-util-visit": "^5.0.0"
6464
},
6565
"dependencies": {
6666
"@astrojs/check": "^0.9.4",
6767
"@astrojs/sitemap": "^3.2.1",
68-
"@astrojs/starlight": "^0.29.1",
68+
"@astrojs/starlight": "^0.30.3",
6969
"@docsearch/js": "^3.5.2",
7070
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
7171
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@62a858f",

0 commit comments

Comments
 (0)