Skip to content

Commit

Permalink
Upgrade to Astro v5 and Starlight 0.30 (withastro#10488)
Browse files Browse the repository at this point in the history
Co-authored-by: sarah11918 <[email protected]>
  • Loading branch information
delucis and sarah11918 authored Dec 20, 2024
1 parent ca662ab commit b88c1cf
Show file tree
Hide file tree
Showing 24 changed files with 1,353 additions and 863 deletions.
4 changes: 0 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,4 @@ export default defineConfig({
domains: ['avatars.githubusercontent.com'],
service: sharpImageService(),
},
experimental: {
contentCollectionCache: false,
directRenderScript: true,
},
});
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"@actions/core": "^1.9.0",
"@docsearch/css": "^3.5.1",
"@types/canvas-confetti": "^1.6.0",
"@types/hast": "^3.0.3",
"@types/html-escaper": "^3.0.0",
"@types/mdast": "^4.0.3",
"@types/hast": "^3.0.4",
"@types/html-escaper": "^3.0.2",
"@types/mdast": "^4.0.4",
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"astro": "4.16.13",
"astro-auto-import": "^0.4.2",
"astro": "^5.1.1",
"astro-auto-import": "^0.4.4",
"astro-eslint-parser": "^0.16.0",
"astro-og-canvas": "^0.5.0",
"astro-og-canvas": "^0.5.5",
"canvaskit-wasm": "^0.39.1",
"dedent-js": "^1.0.1",
"domhandler": "^4.3.1",
"eslint": "^8.29.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-react": "^7.32.1",
"fast-glob": "^3.2.11",
"hast-util-select": "^6.0.2",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"hast-util-select": "^6.0.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.0",
"html-escaper": "^3.0.3",
"htmlparser2": "^7.2.0",
"kleur": "^4.1.5",
Expand All @@ -55,17 +55,17 @@
"p-retry": "^5.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rehype": "^13.0.1",
"rehype": "^13.0.2",
"remark-directive": "^3.0.0",
"tsm": "^2.3.0",
"typescript": "^5.0.2",
"unified": "^11.0.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.29.1",
"@astrojs/starlight": "^0.30.3",
"@docsearch/js": "^3.5.2",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@62a858f",
Expand Down
Loading

0 comments on commit b88c1cf

Please sign in to comment.