chore(deps): upgrade all dependencies#30
Merged
darioAnongba merged 1 commit intomainfrom Feb 25, 2026
Merged
Conversation
ff80e32 to
5bbf707
Compare
Cargo.toml: - wasm-bindgen 0.2.100 → 0.2.113 - wasm-bindgen-futures 0.4.50 → 0.4.63 - anyhow 1.0.98 → 1.0.102 - serde 1.0.219 → 1.0.228 - web-sys 0.3.77 → 0.3.90 - getrandom 0.2.16 → 0.2.17 - bitcoin 0.32.6 → 0.32.8 - wasm-bindgen-test 0.3.50 → 0.3.63 package.json (tests/node): - eslint 9.21.0 → 9.39.3 - eslint-plugin-jest 28.11.0 → 28.14.0 - globals 16.0.0 → 16.5.0 - jest 29.0.0 → 29.7.0 - ts-jest 29.2.5 → 29.4.6 - typescript 5.7.3 → 5.9.3 - typescript-eslint 8.26.0 → 8.56.1 CI actions: - actions/checkout v4 → v4.3.1 (pinned SHA) - actions/setup-node v4 → v4.4.0 (pinned SHA) - dtolnay/rust-toolchain → latest master SHA - Swatinem/rust-cache → v2.8.2 (pinned SHA) - wasm-pack installer → v0.14.0 SHA - actionlint 1.6.23 → 1.7.11 All CI actions now pinned to SHA with version comments. Closes #29
5bbf707 to
d6d40b8
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
Upgrade all project dependencies to latest compatible versions. All CI actions pinned to SHA with version comments for security.
Cargo.toml
bdk_wallet(2.3.0),bdk_esplora(0.22.1),serde-wasm-bindgen(0.6.5),console_error_panic_hook(0.1.7) — already at latest.package.json (tests/node)
CI Actions
Note: Stayed within current major versions to avoid breaking changes. Major bumps available (jest 30, eslint 10, actions v6) can be evaluated separately.
Closes #29