chore(deps): upgrade CI actions and Node test dependencies#35
Merged
darioAnongba merged 3 commits intomainfrom Feb 27, 2026
Merged
chore(deps): upgrade CI actions and Node test dependencies#35darioAnongba merged 3 commits intomainfrom
darioAnongba merged 3 commits intomainfrom
Conversation
CI actions: - actions/checkout v4.3.1 → v6.0.2 - actions/setup-node v4.4.0 → v6.2.0 - actions/cache v4 → v5.0.3 (publish-release.yml) - SHA-pin all actions in publish-release.yml with version comments Node test dependencies (major upgrades): - jest 29 → 30 - @types/jest 29 → 30 - eslint 9 → 10 - eslint-plugin-jest 28 → 29 - globals 16 → 17 Cargo dependencies are already at latest stable versions. Ref #24
Jest 30 renamed the CLI option from --testPathPattern (singular) to --testPathPatterns (plural).
9e59d2b to
83a0b5f
Compare
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
Periodic dependency audit and upgrade. All Cargo dependencies are already at their latest stable versions, so this PR focuses on CI actions and Node test dependencies.
CI Actions (major upgrades)
actions/checkoutactions/setup-nodeactions/cacheAll actions in
publish-release.ymlare now SHA-pinned with version comments (previously onlybuild-lint-test.ymlwas pinned).Node Test Dependencies (major upgrades)
jest@types/jesteslinteslint-plugin-jestglobalsCargo Dependencies (no changes needed)
All at latest stable:
wasm-bindgen0.2.113,serde1.0.228,anyhow1.0.102bdk_wallet2.3.0,bdk_esplora0.22.1,bitcoin0.32.8getrandomkept at 0.2.x (0.3+/0.4+ changed WASM approach; BDK's dependency tree needs 0.2.x withjsfeature)Notes
toBeCalled→toHaveBeenCalled). Verified none are used in our tests.ts-jest29.4.6 supports Jest 30 via peer dependency range.Ref #24