build(deps-dev): bump the typescript-tooling group across 1 directory with 2 updates#200
Merged
theagenticguy merged 2 commits intoJun 7, 2026
Conversation
b9c00c1 to
612890b
Compare
theagenticguy
pushed a commit
that referenced
this pull request
Jun 7, 2026
612890b to
1addee5
Compare
1addee5 to
56eba2d
Compare
biome 2.4.16 (this PR's bump) tightened lint/complexity/useOptionalChain to flag `!x || x.k !== v` patterns. Rewrote the 7 sites as `x?.k !== v` (semantically equivalent — when x is null/undefined, x?.k is undefined, which !== v is true, matching the original guard). Tests unchanged: analysis 128, cli 307, mcp 200, storage 169, 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.
Bumps the typescript-tooling group with 2 updates in the / directory: @biomejs/biome and @types/node.
Updates
@biomejs/biomefrom 2.4.15 to 2.4.16Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
5f4ea56ci: release (#10326)de2a33cfix(core): regression in emitted types (#10478)d835303docs: remove redundant default phrase inuseConsistentObjectDefinitionsrul...4f1aaf2fix: incorrect build when using build or test (#10426)dc73b6brefactor: make plugins opt-in via feature gate (#10418)e71f584feat(useDestructuring): add options for assignment/declaration and improve di...9b1577ffix(config): support trailingCommas in overrides (#10318)Updates
@types/nodefrom 25.9.1 to 25.9.2Commits