Skip to content

Commit 64c060b

Browse files
authored
Update dependencies (#12266)
1 parent 2fd5c23 commit 64c060b

File tree

3 files changed

+905
-897
lines changed

3 files changed

+905
-897
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default defineConfig({
7979
// Override with our own config
8080
smartypants: false,
8181
remarkPlugins: [
82+
// @ts-expect-error — `remark-smartypants` type is not matching Astro’s for some reason even though they both use unified’s `Plugin` type
8283
[remarkSmartypants, { dashes: false }],
8384
// Add our custom plugin that marks links to fallback language pages
8485
remarkFallbackLang(),

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,60 +23,60 @@
2323
"lunaria:build": "tsm ./scripts/lunaria.mts"
2424
},
2525
"devDependencies": {
26-
"@11ty/eleventy-fetch": "^5.0.1",
26+
"@11ty/eleventy-fetch": "^5.1.0",
2727
"@actions/core": "^1.11.1",
2828
"@docsearch/css": "3.5.1",
2929
"@docsearch/js": "3.5.1",
30-
"@eslint/js": "^9.17.0",
30+
"@eslint/js": "^9.34.0",
3131
"@types/canvas-confetti": "^1.6.0",
3232
"@types/hast": "^3.0.4",
3333
"@types/mdast": "^4.0.4",
34-
"@types/node": "^20.17.10",
35-
"@typescript-eslint/parser": "^8.19.1",
36-
"astro": "^5.5.3",
34+
"@types/node": "^22.18.1",
35+
"@typescript-eslint/parser": "^8.42.0",
36+
"astro": "^5.13.5",
3737
"astro-auto-import": "^0.4.4",
3838
"astro-eslint-parser": "^1.2.2",
3939
"astro-og-canvas": "^0.7.0",
40-
"canvaskit-wasm": "^0.39.1",
40+
"canvaskit-wasm": "^0.40.0",
4141
"dedent-js": "^1.0.1",
4242
"domhandler": "^5.0.3",
43-
"eslint": "^9.17.0",
43+
"eslint": "^9.34.0",
4444
"eslint-plugin-astro": "^1.3.1",
4545
"fast-glob": "^3.3.3",
46-
"globals": "^15.14.0",
47-
"hast-util-select": "^6.0.3",
48-
"hastscript": "^9.0.0",
49-
"htmlparser2": "^9.1.0",
46+
"globals": "^16.3.0",
47+
"hast-util-select": "^6.0.4",
48+
"hastscript": "^9.0.1",
49+
"htmlparser2": "^10.0.0",
5050
"kleur": "^4.1.5",
5151
"mdast-util-to-string": "^4.0.0",
52-
"p-retry": "^6.2.1",
53-
"prettier": "^3.4.2",
52+
"p-retry": "^7.0.0",
53+
"prettier": "^3.6.2",
5454
"prettier-plugin-astro": "^0.14.1",
5555
"rehype": "^13.0.2",
5656
"textlint": "14.7.2",
5757
"textlint-plugin-mdx": "1.0.2",
5858
"textlint-rule-preset-ja-spacing": "2.4.3",
5959
"tsm": "^2.3.0",
6060
"typescript": "5.6.2",
61-
"typescript-eslint": "^8.19.1",
61+
"typescript-eslint": "^8.42.0",
6262
"unified": "^11.0.5",
6363
"unist-util-visit": "^5.0.0"
6464
},
6565
"dependencies": {
6666
"@astrojs/check": "^0.9.4",
67-
"@astrojs/sitemap": "^3.3.0",
68-
"@astrojs/starlight": "^0.34.4",
69-
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
67+
"@astrojs/sitemap": "^3.5.1",
68+
"@astrojs/starlight": "^0.35.2",
69+
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
7070
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@f07e1a3",
7171
"canvas-confetti": "^1.6.0",
72-
"jsdoc-api": "^9.3.4",
72+
"jsdoc-api": "^9.3.5",
7373
"rehype-slug": "^6.0.0",
7474
"remark-gfm": "^4.0.1",
75-
"remark-smartypants": "^2.0.0",
76-
"sharp": "^0.33.5",
77-
"starlight-llms-txt": "^0.5.1"
75+
"remark-smartypants": "^3.0.2",
76+
"sharp": "^0.34.3",
77+
"starlight-llms-txt": "^0.6.0"
7878
},
79-
"packageManager": "pnpm@9.15.1",
79+
"packageManager": "pnpm@10.15.1",
8080
"pnpm": {
8181
"peerDependencyRules": {
8282
"ignoreMissing": [

0 commit comments

Comments
 (0)