build(deps): nightly minor/patch bump (tsx, biome, @types/node)#283
Merged
Conversation
Nightly minor/patch dependency refresh (dev tooling only). - tsx 4.22.4 -> 4.23.0 - @biomejs/biome 2.5.1 -> 2.5.2 (+ biome.json $schema bump to 2.5.2) - @types/node 26.0.1 -> 26.1.0 (workspace-wide) Held the 4 docs-group deps (astro, @astrojs/starlight, sharp, starlight-llms-txt) — bumping astro 7.0.6 + starlight 0.41.3 together introduces a starlight-links-validator type regression. Left for a separate PR. Verified locally: lint, typecheck (docs-excluded, matching CI), banned-strings, tests (0 fail), license allowlist all green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Nightly dependency refresh — 2026-07-05
Automated minor/patch bumps from nightly maintenance (standing authorization). Dev-tooling only; no runtime dependency surface change.
tsx@biomejs/biome@types/nodeAlso bumped
biome.json$schemaURL to 2.5.2 to match the CLI (biome flagged the mismatch as an info diagnostic).Held for a separate PR
The 4 docs-group deps (
astro7.0.6,@astrojs/starlight0.41.3,sharp0.35.3,starlight-llms-txt0.11.0) were excluded: bumping astro + starlight together introduces astarlight-links-validator@0.25.2type regression (Property 'frontmatter' does not exist on type '{}'). Needs a coordinated docs-toolchain bump, tracked separately.Verification (local, matching CI gates)
biome check .— cleanpnpm --filter '!@opencodehub/docs' -r exec tsc --noEmit— clean (mirrors ci.yml:36)banned-strings— PASSpnpm -r test— 0 failurespackages/cli --production) — cleanLockfile diff re-points peer references only; no transitive drift (satteri graph identical to HEAD).
🤖 Generated with Claude Code