diff --git a/docs/package-lock.json b/docs/package-lock.json index b43c24c8a..36a4a9c0a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6952,95 +6952,6 @@ "astro": ">=7.0.2" } }, - "node_modules/starlight-llms-txt": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/starlight-llms-txt/-/starlight-llms-txt-0.10.0.tgz", - "integrity": "sha512-LgkSjkvdACsGHkFq1ES00F0BU4lRepjJoaUmOgxBxNWx4txwpySVPtntKdAvDvlhinyN0ZBRpnAsN/sVQ1UEfA==", - "license": "MIT", - "dependencies": { - "@astrojs/mdx": "^5.0.4", - "@types/hast": "^3.0.4", - "@types/micromatch": "^4.0.10", - "github-slugger": "^2.0.0", - "hast-util-select": "^6.0.4", - "micromatch": "^4.0.8", - "rehype-parse": "^9.0.1", - "rehype-remark": "^10.0.1", - "remark-gfm": "^4.0.1", - "remark-stringify": "^11.0.0", - "unified": "^11.0.5", - "unist-util-remove": "^4.0.0" - }, - "peerDependencies": { - "@astrojs/starlight": ">=0.38.0", - "astro": "^6.0.0" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/internal-helpers": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.1.tgz", - "integrity": "sha512-1pWuARqYom/TzuU3+0ZugsTrKlUydWKuULmDqSMTuonY+9IRDUEGKX/8PXQ1nBxRq3w85uGtd9q9SXfqEldMIQ==", - "license": "MIT", - "dependencies": { - "picomatch": "^4.0.4" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/markdown-remark": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.2.tgz", - "integrity": "sha512-caXZ4Dc2St2dW8luEg22GlP0gupLdztCTQE4EzZOxW1pqWXz9mbeJEuHUkgDYcKWW8tjIHkydYDhWLVoxJ327Q==", - "license": "MIT", - "dependencies": { - "@astrojs/internal-helpers": "0.9.1", - "@astrojs/prism": "4.0.2", - "github-slugger": "^2.0.0", - "hast-util-from-html": "^2.0.3", - "hast-util-to-text": "^4.0.2", - "js-yaml": "^4.1.1", - "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.1", - "remark-gfm": "^4.0.1", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.2", - "remark-smartypants": "^3.0.2", - "retext-smartypants": "^6.2.0", - "shiki": "^4.0.0", - "smol-toml": "^1.6.0", - "unified": "^11.0.5", - "unist-util-remove-position": "^5.0.0", - "unist-util-visit": "^5.1.0", - "unist-util-visit-parents": "^6.0.2", - "vfile": "^6.0.3" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/mdx": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.6.tgz", - "integrity": "sha512-4dKe0ZMmqujofPNDHahzClkwinn9f8jHPcaXcgdGvPAlboD2mjzkUCofli2cBnxYAkdfhC6d50gBJ8i/cH8gHw==", - "license": "MIT", - "dependencies": { - "@astrojs/markdown-remark": "7.1.2", - "@mdx-js/mdx": "^3.1.1", - "acorn": "^8.16.0", - "es-module-lexer": "^2.0.0", - "estree-util-visit": "^2.0.0", - "hast-util-to-html": "^9.0.5", - "piccolore": "^0.1.3", - "rehype-raw": "^7.0.0", - "remark-gfm": "^4.0.1", - "remark-smartypants": "^3.0.2", - "source-map": "^0.7.6", - "unist-util-visit": "^5.1.0", - "vfile": "^6.0.3" - }, - "engines": { - "node": ">=22.12.0" - }, - "peerDependencies": { - "astro": "^6.0.0" - } - }, "node_modules/starlight-page-actions": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.6.1.tgz", diff --git a/docs/package.json b/docs/package.json index 64b3e4b53..d30301593 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "starlight-heading-badges": "^0.7.0", "starlight-image-zoom": "^0.15.0", "starlight-links-validator": "^0.25.0", - "starlight-llms-txt": "^0.10.0", + "starlight-llms-txt": "^0.11.0", "starlight-page-actions": "^0.6.0", "starlight-plugin-icons": "^1.1.0", "starlight-scroll-to-top": "^1.0.0", diff --git a/package-lock.json b/package-lock.json index 6c8c94644..f1b90e7ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "starlight-heading-badges": "^0.7.0", "starlight-image-zoom": "^0.15.0", "starlight-links-validator": "^0.25.0", - "starlight-llms-txt": "^0.10.0", + "starlight-llms-txt": "^0.11.0", "starlight-page-actions": "^0.6.0", "starlight-plugin-icons": "^1.1.0", "starlight-scroll-to-top": "^1.0.0", @@ -8409,10 +8409,12 @@ } }, "node_modules/starlight-llms-txt": { - "version": "0.10.0", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/starlight-llms-txt/-/starlight-llms-txt-0.11.0.tgz", + "integrity": "sha512-83TU5zPgJhL9fXIWAOWjQjyQ6EKocshEjJyA4zOJjOqu/oxQsrTpYGYxjHLyfZe4LRD52N9eCuykSkaIYwUyDw==", "license": "MIT", "dependencies": { - "@astrojs/mdx": "^5.0.4", + "@astrojs/mdx": "^7.0.0", "@types/hast": "^3.0.4", "@types/micromatch": "^4.0.10", "github-slugger": "^2.0.0", @@ -8426,67 +8428,8 @@ "unist-util-remove": "^4.0.0" }, "peerDependencies": { - "@astrojs/starlight": ">=0.38.0", - "astro": "^6.0.0" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/internal-helpers": { - "version": "0.9.1", - "license": "MIT", - "dependencies": { - "picomatch": "^4.0.4" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/markdown-remark": { - "version": "7.1.2", - "license": "MIT", - "dependencies": { - "@astrojs/internal-helpers": "0.9.1", - "@astrojs/prism": "4.0.2", - "github-slugger": "^2.0.0", - "hast-util-from-html": "^2.0.3", - "hast-util-to-text": "^4.0.2", - "js-yaml": "^4.1.1", - "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.1", - "remark-gfm": "^4.0.1", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.2", - "remark-smartypants": "^3.0.2", - "retext-smartypants": "^6.2.0", - "shiki": "^4.0.0", - "smol-toml": "^1.6.0", - "unified": "^11.0.5", - "unist-util-remove-position": "^5.0.0", - "unist-util-visit": "^5.1.0", - "unist-util-visit-parents": "^6.0.2", - "vfile": "^6.0.3" - } - }, - "node_modules/starlight-llms-txt/node_modules/@astrojs/mdx": { - "version": "5.0.6", - "license": "MIT", - "dependencies": { - "@astrojs/markdown-remark": "7.1.2", - "@mdx-js/mdx": "^3.1.1", - "acorn": "^8.16.0", - "es-module-lexer": "^2.0.0", - "estree-util-visit": "^2.0.0", - "hast-util-to-html": "^9.0.5", - "piccolore": "^0.1.3", - "rehype-raw": "^7.0.0", - "remark-gfm": "^4.0.1", - "remark-smartypants": "^3.0.2", - "source-map": "^0.7.6", - "unist-util-visit": "^5.1.0", - "vfile": "^6.0.3" - }, - "engines": { - "node": ">=22.12.0" - }, - "peerDependencies": { - "astro": "^6.0.0" + "@astrojs/starlight": ">=0.41.0", + "astro": "^7.0.0" } }, "node_modules/starlight-page-actions": {