From 24061cfc3bc19d7dcf84791a39880ecc53461dc2 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Thu, 22 Aug 2024 09:07:44 +0000 Subject: [PATCH] dependencies: Upgrade @astrojs/starlight to 0.26.1. --- help-beta/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- version.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/help-beta/package.json b/help-beta/package.json index 9860da9523..23cdd3b0fd 100644 --- a/help-beta/package.json +++ b/help-beta/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.4", + "@astrojs/starlight": "^0.26.1", "astro": "^4.10.2", "sharp": "^0.32.5", "@astrojs/check": "^0.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c30440e79..3af4105c03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -480,8 +480,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(prettier@3.3.3)(typescript@5.5.2) '@astrojs/starlight': - specifier: ^0.25.4 - version: 0.25.4(astro@4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2)) + specifier: ^0.26.1 + version: 0.26.1(astro@4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2)) astro: specifier: ^4.10.2 version: 4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2) @@ -559,8 +559,8 @@ packages: '@astrojs/sitemap@3.1.6': resolution: {integrity: sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==} - '@astrojs/starlight@0.25.4': - resolution: {integrity: sha512-TRPgRsd5opi2tCXvh8rWizpLsJsRRXbYecULG5b/1x4BFyp40ZJVB77cLMjTj3lHwqWs0Sybtq5OBpOy6fuIEQ==} + '@astrojs/starlight@0.26.1': + resolution: {integrity: sha512-0qNYWZJ+ZOdSfM7du6fGuwUhyTHtAeRIl0zYe+dF0TxDvcakplO1SYLbGGX6lEVYE3PdBne7dcJww85bXZJIIQ==} peerDependencies: astro: ^4.8.6 @@ -9287,7 +9287,7 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.23.8 - '@astrojs/starlight@0.25.4(astro@4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2))': + '@astrojs/starlight@0.26.1(astro@4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2))': dependencies: '@astrojs/mdx': 3.1.3(astro@4.11.3(@types/node@20.14.11)(terser@5.31.3)(typescript@5.5.2)) '@astrojs/sitemap': 3.1.6 diff --git a/version.py b/version.py index 394d75bf6d..63fbc0b5f5 100644 --- a/version.py +++ b/version.py @@ -50,4 +50,4 @@ API_FEATURE_LEVEL = 283 # Last bumped for can_manage_group # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (290, 1) # bumped 2024-08-12 to add zopfli compression +PROVISION_VERSION = (290, 2) # bumped 2024-08-22 to upgrade @astro/starlight.