build(deps): consolidate open Dependabot updates#683
Merged
Conversation
Consolidated Dependabot bumps for the github-actions ecosystem: * actions/checkout 6.0.3 -> 7.0.0 * step-security/harden-runner 2.19.4 -> 2.20.0 * github/codeql-action 4.36.2 -> 4.36.3 (init, analyze, upload-sarif) * iarekylew00t/verified-bot-commit 2.3.2 -> 2.3.3 upload-sarif (scorecard.yml) had no open PR but shares the codeql-action release SHA; bumped alongside init/analyze so all three sub-actions stay on one version. Supersedes #622, #649, #662, #663, #664.
Consolidated Dependabot bumps for the npm ecosystem, regenerated as a single coherent lockfile rather than cherry-picking conflicting per-PR lockfiles: * vitest ^4.1.9 -> ^4.1.10 * @vitest/coverage-v8 ^4.1.9 -> ^4.1.10 * turbo ^2.9.18 -> ^2.10.0 (lockfile 2.10.5) * @types/node 25.9.3 -> 26.1.0 * @biomejs/biome ^2.5.0 -> ^2.5.2 (lockfile 2.5.4) turbo and biome resolve to the newest in-range patch, which is what a fresh install produces. Biome 2.5.4 changed how it.each() call chains wrap, so `biome format` reformatted 10 test files (formatting only, no logic changes). Supersedes #627, #651, #652, #659, #660.
This was referenced Jul 15, 2026
Contributor
WalkthroughUpdated pinned GitHub Actions and development dependencies, and reformatted parameterized access, multisig, fungible-token, multi-token, and shielded-token tests without changing workflow logic or test behavior. ChangesMaintenance updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
`biome migrate` after the @biomejs/biome bump updates only the $schema URL (2.5.0 -> 2.5.4) so editor validation tracks the installed version. No rule/config changes. Clears the "Run biome migrate" notice from `biome ci`.
pepebndc
approved these changes
Jul 16, 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 10 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/checkoutstep-security/harden-runnergithub/codeql-action/{init,analyze,upload-sarif}iarekylew00t/verified-bot-commitSupersedes #622, #662, #663, #664, #649.
npm (dev dependencies)
vitest@vitest/coverage-v8turbo@types/node@biomejs/biomeSupersedes #660, #659, #627, #651, #652.
Biome reformat
Biome 2.5.4 changed how
it.each(...)call chains wrap.biome formatreformatted 10 existing test files. Formatting-only, no logic changes. This is a required consequence of the biome bump, isolated so it is easy to skim.biome migratealso bumpedbiome.json's$schemaURL (2.5.0 → 2.5.4) so editor validation tracks the installed version. No rule/config changes; clears theRun biome migratenotice frombiome ci.PR Checklist
Further comments
Verified locally before pushing:
yarn fmt-and-lint:ci(biome 2.5.4) — clean, exit 0.yarn types(tsc under@types/node26 + full compile of 66 contracts, turbo 2.10.5) — 8/8 tasks, exit 0.