1919 "crawl" : " linkinator ./dist --skip \" ^(?!http://localhost)\" --recurse --verbosity error" ,
2020 "format" : " prettier --write --plugin=prettier-plugin-astro 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css'" ,
2121 "preview" : " astro preview" ,
22+ "renovate" : " renovate" ,
2223 "spellcheck" : " git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --no-must-find-files --file-list stdin" ,
2324 "spellcheck-all" : " cspell \" **/*.{md,mdx}\" " ,
2425 "thin" : " node ./src/themes/octopus/utilities/dist-thinner.mjs" ,
2728 },
2829 "dependencies" : {
2930 "@astrojs/mdx" : " ^4.3.13" ,
30- "astro" : " ^5.17.2" ,
31- "astro-accelerator-utils" : " ^0.3.70" ,
32- "cspell" : " ^9.6.4" ,
33- "glob" : " ^12.0.0" ,
31+ "astro" : " ^5.18.0" ,
32+ "astro-accelerator-utils" : " ^0.3.71" ,
33+ "glob" : " ^13.0.6" ,
3434 "gray-matter" : " ^4.0.3" ,
3535 "hast-util-from-selector" : " ^3.0.1" ,
3636 "html-to-text" : " ^9.0.5" ,
3737 "keyword-extractor" : " ^0.0.28" ,
38- "linkinator" : " 7.0.0" ,
3938 "optional" : " ^0.1.4" ,
4039 "remark-directive" : " ^4.0.0" ,
4140 "remark-heading-id" : " ^1.0.1" ,
4241 "sharp" : " ^0.34.5"
4342 },
4443 "devDependencies" : {
4544 "@playwright/test" : " ^1.58.2" ,
46- "@pnpm/exe" : " ^10.29.3" ,
45+ "@pnpm/exe" : " ^10.30.3" ,
46+ "cspell" : " ^9.7.0" ,
4747 "csv-parse" : " ^6.1.0" ,
48+ "linkinator" : " 7.6.1" ,
4849 "npm-run-all" : " ^4.1.5" ,
4950 "onchange" : " ^7.1.0" ,
5051 "prettier" : " ^3.8.1" ,
5455 "overrides" : {
5556 "postcss@<8.4.31" : " >=8.4.31" ,
5657 "zod@<=3.22.2" : " >=3.22.3" ,
57- "esbuild" : " >=0.25.0"
58+ "esbuild" : " >=0.25.0" ,
59+ "svgo" : " >=4.0.1" ,
60+ "devalue" : " >=5.6.3" ,
61+ "minimatch" : " >=10.2.3" ,
62+ "rollup" : " >=4.59.0" ,
63+ "linkinator" : " 7.0.0"
5864 }
5965 }
6066}
0 commit comments