From e45874e7735c377af954de696675a0d4b680ac14 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Tue, 7 Jul 2026 06:57:37 -0400 Subject: [PATCH 1/2] chore(docs): bump @nebari/starlight to 0.2.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/package-lock.json | 65 +++--------------------------------------- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 62 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 0a4745a..edd0080 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.41.0", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "rehype-mermaid": "^3.0.0", "sharp": "^0.34.5", @@ -227,51 +227,6 @@ "unified": "^11.0.5" } }, - "node_modules/@astrojs/markdown-remark": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.1.tgz", - "integrity": "sha512-jPVNIqTvk+yKviikszv/Y1U4jGUSKpp/Nw48QZV4qjWgp70j4Lkq3lhSDRbWwCfgKvEyO9GHuVbV1dM2WYXy1w==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@astrojs/internal-helpers": "0.10.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", - "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", - "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/@astrojs/markdown-remark/node_modules/@astrojs/internal-helpers": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.1.tgz", - "integrity": "sha512-5phcroT/vmOOrYuuAxtkbPixy5hePtlz9i8K4OeDv3dNK6/UQRuXPOSRTxIOBbUY5Sonw2UaxjbuVc43Mcir6Q==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@types/hast": "^3.0.4", - "@types/mdast": "^4.0.4", - "js-yaml": "^4.1.1", - "picomatch": "^4.0.4", - "retext-smartypants": "^6.2.0", - "shiki": "^4.0.2", - "smol-toml": "^1.6.0", - "unified": "^11.0.5" - } - }, "node_modules/@astrojs/markdown-satteri": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.3.3.tgz", @@ -1718,9 +1673,9 @@ } }, "node_modules/@nebari/starlight": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@nebari/starlight/-/starlight-0.2.0.tgz", - "integrity": "sha512-FJAtSfn/B2/fBQKElur0JrwC+4VQ7RutegaLuATu/ocKFDPzGE5cxshjHOY/Xn7A972QypDRYXM/DFNVaD3t5g==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@nebari/starlight/-/starlight-0.2.1.tgz", + "integrity": "sha512-XvpOJVlBwT1xhSpyqStNncBGuqowpWuqXpZwtv8xrOBCjz2VPNw2R4cchezb66lTHWqE5oohyTyOL3YrR+TBLw==", "license": "Apache-2.0", "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", @@ -4988,17 +4943,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jiti": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", - "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "jiti": "lib/jiti-cli.mjs" - } - }, "node_modules/js-yaml": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", @@ -6855,7 +6799,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/docs/package.json b/docs/package.json index 4b09e3c..5e37a11 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.0", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "rehype-mermaid": "^3.0.0", "sharp": "^0.34.5", From 76655f7b4468821cbb0497251bfe21a15189e674 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Tue, 7 Jul 2026 07:02:26 -0400 Subject: [PATCH 2/2] fix(docs): restore @astrojs/markdown-remark dependency The 0.2.1 lockfile refresh pruned @astrojs/markdown-remark, which is required by the remark/rehype plugins in astro.config.mjs (rehype-mermaid, remark-base-links). Add it as an explicit dependency so `astro build` succeeds. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/package-lock.json | 42 ++++++++++++++++++++++++++++++++++++++++++ docs/package.json | 1 + 2 files changed, 43 insertions(+) diff --git a/docs/package-lock.json b/docs/package-lock.json index edd0080..1ef1a41 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,7 @@ "name": "nebari-llm-serving-pack-docs-astro", "version": "0.0.1", "dependencies": { + "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.0", "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", @@ -227,6 +228,47 @@ "unified": "^11.0.5" } }, + "node_modules/@astrojs/markdown-remark": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.1.tgz", + "integrity": "sha512-jPVNIqTvk+yKviikszv/Y1U4jGUSKpp/Nw48QZV4qjWgp70j4Lkq3lhSDRbWwCfgKvEyO9GHuVbV1dM2WYXy1w==", + "license": "MIT", + "dependencies": { + "@astrojs/internal-helpers": "0.10.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", + "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", + "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/@astrojs/markdown-remark/node_modules/@astrojs/internal-helpers": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.1.tgz", + "integrity": "sha512-5phcroT/vmOOrYuuAxtkbPixy5hePtlz9i8K4OeDv3dNK6/UQRuXPOSRTxIOBbUY5Sonw2UaxjbuVc43Mcir6Q==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.4", + "@types/mdast": "^4.0.4", + "js-yaml": "^4.1.1", + "picomatch": "^4.0.4", + "retext-smartypants": "^6.2.0", + "shiki": "^4.0.2", + "smol-toml": "^1.6.0", + "unified": "^11.0.5" + } + }, "node_modules/@astrojs/markdown-satteri": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.3.3.tgz", diff --git a/docs/package.json b/docs/package.json index 5e37a11..27f0a63 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,6 +12,7 @@ "screenshots": "node scripts/screenshots.mjs" }, "dependencies": { + "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.0", "@nebari/starlight": "^0.2.1", "astro": "^7.0.6",