chore(deps): bump dependencies - #34
Merged
Merged
Conversation
Convert every direct dependency to an exact pin and regenerate bun.lock so transitive dependencies refresh too. - astro: ^7.3.1 -> 7.3.2 - @astrojs/starlight: ^0.42.0 -> 0.42.0 (pin only; 0.42.1/0.42.2 are inside the 7-day quiet period) - sharp: ^0.35.4 -> 0.35.4 (pin only) - @astrojs/check: ^0.9.10 -> 0.9.10 (pin only) - playwright: ^1.63.0 -> 1.63.0 (pin only) - typescript: ^6 -> 6.0.3 (pin only; stays on 6.x by policy) - @astrojs/markdown-remark: (new) 7.3.1 - astro 7.3.2 turned this into an optional peer dependency and now errors when `markdown.rehypePlugins` is configured without it installed. Assisted-by: Claude:claude-fable-5-1 Co-Authored-By: lsimons-bot <bot@leosimons.com>
Regenerate bun.lock from scratch with `bun update --minimum-release-age=604800` so transitive dependencies, not just the direct pins, exclude anything published in the last week. Direct pins in package.json are unchanged. 51 lock entries rolled back to older releases, notably: - @astrojs/compiler-rs / compiler-binding*: 0.4.1 -> 0.4.0 - @astrojs/language-server: 2.17.0 -> 2.16.16 (drops @astrojs/astro2tsx, re-adds @astrojs/compiler 2.13.1) - rolldown + @rolldown/binding-*: 1.2.9 -> 1.2.8 - zod: 4.6.5 -> 4.6.2 - prettier: 3.9.8 -> 3.9.6 - @babel/parser: 7.29.9 -> 7.29.8 - @clack/core 1.5.1 -> 1.5.0, @clack/prompts 1.8.1 -> 1.8.0 - @emnapi/core 1.11.3 -> 1.11.1, @emnapi/wasi-threads 1.2.3 -> 1.2.2 - @oxc-project/types 0.150.0 -> 0.149.0 - devalue 5.9.4 -> 5.9.2, fast-uri 3.1.8 -> 3.1.7, lru-cache 11.5.3 -> 11.5.2, magic-string 1.4.1 -> 1.3.1, p-limit 7.3.3 -> 7.3.2, p-timeout 7.0.2 -> 7.0.1, get-east-asian-width 1.7.0 -> 1.6.0 Assisted-by: Claude:claude-fable-5-1 Co-Authored-By: lsimons-bot <bot@leosimons.com>
Owner
Author
|
Second commit regenerates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert every direct dependency in
docs/package.jsonto an exact pin and regeneratedocs/bun.lockso transitive dependencies refresh too. 7-day quiet period applied (nothing published after 2026-09-12).astro 7.3.2 made
@astrojs/markdown-remarkan optional peer dependency and now failsastro check/astro buildwhenmarkdown.rehypePluginsis configured without it installed. Added it as a direct dependency, as the error message suggests.Checks run locally via
mise run ci: docs-install, docs-check (astro check), docs-build, docs-verify (base path + internal links), lint (prek hooks), audit (zizmor + actionlint). All passed.Assisted-by: Claude:claude-fable-5-1
Co-Authored-By: lsimons-bot bot@leosimons.com