build(deps): consolidate open Dependabot updates#707
Merged
Conversation
Consolidates the open github-actions Dependabot PRs into one bump: * actions/checkout 7.0.0 -> 7.0.1 (#705) * actions/setup-node 6.4.0 -> 7.0.0 (#704) * github/codeql-action 4.36.3 -> 4.37.2 (#701, #702, #703) The codeql-action init/analyze/upload-sarif sub-actions share one release SHA, so all three move together to keep CodeQL consistent across codeql.yml and scorecard.yml.
Consolidates the open npm Dependabot PRs into one bump: * @biomejs/biome 2.5.4 -> 2.5.5 (#706), range widened to ^2.5.5 * brace-expansion 5.0.6 -> 5.0.7 (#697, npm_and_yarn security group) Lockfile regenerated in one pass so both updates resolve coherently instead of cherry-picking the per-PR lockfiles.
Run `biome migrate` after the 2.5.4 -> 2.5.5 bump so the biome.json $schema URL matches the installed version and `biome ci` stops nudging a migration. Schema-URL only, no rule changes.
Contributor
WalkthroughGitHub Actions pins are updated across CI, CodeQL, scorecard, testing, and release workflows. Biome’s schema reference and development dependency are also updated to newer versions. ChangesGitHub Actions pin updates
Biome tooling updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Jul 22, 2026
pepebndc
approved these changes
Jul 22, 2026
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.
Types of changes
Maintenance: dependency updates. None of the categories below strictly apply — this is a grouped Dependabot bump.
Consolidates the 7 open Dependabot PRs into a single PR so they can be reviewed and merged together, then closes the individual ones. There is no grouping configured in
dependabot.yml, and thegithub-actionsecosystem was sitting at its 5-open-PR cap, so this batches everything by hand.GitHub Actions
actions/checkoutactions/setup-nodegithub/codeql-action/{init,analyze,upload-sarif}Supersedes #705, #704, #701, #702, #703.
npm
@biomejs/biome(dev)brace-expansion(transitive)Supersedes #706, #697.
Biome
$schemasyncbiome migratebumpedbiome.json's$schemaURL (2.5.4 → 2.5.5) so editor validation tracks the installed version andbiome cistops nudging a migration. Schema-URL only, no rule/config changes. The 2.5.4 → 2.5.5 patch introduced no formatting changes (biome formatis a no-op), so unlike the previous consolidation there is no reformat commit.PR Checklist
Further comments
Verified locally before pushing:
yarn lint:ci(biome 2.5.5) — 139 files checked, clean, exit 0.yarn types(full compile of 66 contracts + tsc) — 8/8 turbo tasks, exit 0.