chore(deps): refresh 8 safe minor/patch deps#250
Merged
Conversation
Nightly maintenance dep refresh. Bumps the minor/patch updates that are independent of the held-back astro 6->7 major: - @aws-sdk/client-bedrock-runtime 3.1073.0 -> 3.1075.0 (cli, ingestion, summarizer, wiki) - @aws-sdk/client-sagemaker-runtime 3.1073.0 -> 3.1075.0 (cli, embedder) - @commitlint/cli 21.0.2 -> 21.1.0 - @commitlint/config-conventional 21.0.2 -> 21.1.0 - @chonkiejs/core 0.0.10 -> 0.0.11 (cli, pack) - @biomejs/biome 2.5.0 -> 2.5.1 (+ biome.json $schema sync) - playwright 1.61.0 -> 1.61.1 (docs) - sharp 0.35.1 -> 0.35.2 (docs) Held back (coupled to the astro 6->7 major, itself pinned by the devalue/esbuild security overrides): - @astrojs/starlight 0.40 -> 0.41 (peerDeps astro@^7, pulls @astrojs/mdx@7 which crashes the docs build against astro 6) - @types/node 25 -> 26 (major) Verified: build (incl. docs), typecheck (docs-excluded CI lane), biome lint, banned-strings, and full test suite (17 packages, 0 failures) all pass.
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.
Summary
Nightly maintenance dependency refresh. Bumps the 8 minor/patch updates that are independent of the held-back
astro6→7 major. All version-range styles preserved (exact stays exact, caret stays caret).@aws-sdk/client-bedrock-runtime@aws-sdk/client-sagemaker-runtime@commitlint/cli@commitlint/config-conventional@chonkiejs/core@biomejs/biomebiome.json$schemasynced)playwrightsharpHeld back (deliberately)
@astrojs/starlight0.40 → 0.41 — declarespeerDependencies: astro@^7.0.2and pulls@astrojs/mdx@^7.0.0, which crashes the@opencodehub/docsbuild againstastro@6.4.8(rollupfindVariableerror in mdx'sdist/server.js). starlight is coupled to the astro major. The astro 6→7 upgrade is itself gated by thedevalue(GHSA-77vg-94rm-hx3p) andesbuild(GHSA-g7r4-m6w7-qqqr) override pins inpnpm-workspace.yaml. Bump these together when astro 7 is unblocked.@types/node25 → 26 — major; deferred.Verification
Ran locally on the branch — all green:
pnpm -r build(including@opencodehub/docsastro build)tsc --noEmitvia the CI lane (--filter '!@opencodehub/docs', matchingci.ymland the pre-push hook)biome check .(clean, no info after$schemasync)scripts/check-banned-strings.shpnpm -r test— 17 packages, 0 failures (~1,721 tests; platform-lane tests skipped as designed)Pre-commit (pnpm-lock-sync, biome, banned-strings, commitlint) and pre-push (verdict, typecheck, test) hooks passed.
🤖 Generated during OpenCodeHub nightly maintenance.