From 166867c8101e411e0509c26c56182ae995f5403c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 06:01:07 +0000 Subject: [PATCH 1/2] Bump astro from 6.3.1 to 6.3.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.3.1 to 6.3.5. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.3.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 57 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c147814..4eae59fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.1", + "astro": "^6.3.5", "rehype-callouts": "^2.1.2", "remark-obsidian-callout": "^1.5.1", "sharp": "^0.34.5", @@ -1999,14 +1999,14 @@ } }, "node_modules/astro": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.1.tgz", - "integrity": "sha512-atz6dmkE3Gu24bDgb7g2RE/BYnKqPYIHd6hTUM1UXvu/i7qNZOKLAqEHvgYpv9PQVcgWsXpk4/OOXZ0E/FzvSQ==", + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.5.tgz", + "integrity": "sha512-gU+4KedkbTuVgz7YoVAN+9Ftnq0GaYwejxK2NbqDzB0M9dWd0f3kXZBuaM9hzbchRFoRAJfJjFtdX9LK6Ir7ZA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", - "@astrojs/internal-helpers": "0.9.0", - "@astrojs/markdown-remark": "7.1.1", + "@astrojs/internal-helpers": "0.9.1", + "@astrojs/markdown-remark": "7.1.2", "@astrojs/telemetry": "3.3.2", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", @@ -2088,6 +2088,56 @@ "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta" } }, + "node_modules/astro/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/astro/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/astro/node_modules/@astrojs/prism": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.2.tgz", + "integrity": "sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==", + "license": "MIT", + "dependencies": { + "prismjs": "^1.30.0" + }, + "engines": { + "node": ">=22.12.0" + } + }, "node_modules/axobject-query": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", diff --git a/package.json b/package.json index e747bb63..e654f304 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.1", + "astro": "^6.3.5", "rehype-callouts": "^2.1.2", "remark-obsidian-callout": "^1.5.1", "sharp": "^0.34.5", From f65e8ccaec5014217c073cf10d041a7e14b22852 Mon Sep 17 00:00:00 2001 From: TheKrol Date: Wed, 20 May 2026 02:42:59 -0400 Subject: [PATCH 2/2] Updated config to work with new Starlight changes --- astro.config.mjs | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index c80046c4..bae688ba 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,60 +26,60 @@ export default defineConfig({ ], sidebar: [ { - label: 'Information', - autogenerate: { directory: 'meta' }, + label: "Information", collapsed: true, + items: [{ autogenerate: { directory: "meta" } }] }, { - label: 'Software We Recommend', - autogenerate: { directory: 'recommendations' }, + label: "Software We Recommend", collapsed: true, + items: [{ autogenerate: { directory: "recommendations" } }] }, { - label: 'OS Install Guides', - autogenerate: { directory: 'installations' }, + label: "OS Install Guides", collapsed: true, + items: [{ autogenerate: { directory: "installations" } }] }, { - label: 'General Guides', - autogenerate: { directory: 'guides' }, + label: "General Guides", collapsed: true, + items: [{ autogenerate: { directory: "guides" } }] }, { - label: 'Learning', - autogenerate: { directory: 'learning' }, + label: "Learning", collapsed: true, + items: [{ autogenerate: { directory: "learning" } }] }, { - label: 'Safety & Security', - autogenerate: { directory: 'safety-security' }, + label: "Safety & Security", collapsed: true, + items: [{ autogenerate: { directory: "safety-security" } }] }, { - label: 'Backups', - autogenerate: { directory: 'backups' }, + label: "Backups", collapsed: true, + items: [{ autogenerate: { directory: "backups" } }] }, { - label: 'Networking', - autogenerate: { directory: 'networking' }, + label: "Networking", collapsed: true, + items: [{ autogenerate: { directory: "networking" } }] }, { - label: 'Disks', - autogenerate: { directory: 'disks' }, + label: "Disks", collapsed: true, + items: [{ autogenerate: { directory: "disks" } }] }, { - label: 'Live Sessions', - autogenerate: { directory: 'live-sessions' }, + label: "Live Sessions", collapsed: true, + items: [{ autogenerate: { directory: "live-sessions" } }] }, { - label: 'Factoids', - autogenerate: { directory: 'factoids' }, + label: "Factoids", collapsed: true, - }, + items: [{ autogenerate: { directory: "factoids" } }] + } ], social: [ { icon: 'github', label: 'GitHub', href: 'https://github.com/r-techsupport/rts_wiki'},