chore(deps): refresh Rust and Node dependencies#48
Draft
darioAnongba wants to merge 1 commit intomainfrom
Draft
Conversation
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.
Description
Closes #24.
This PR performs the next periodic dependency audit pass and refreshes the repo to the latest compatible Rust and Node dependency releases without changing the public API surface.
Updated Rust dependencies:
bdk_esplora0.22.1→0.22.2wasm-bindgen0.2.114→0.2.117wasm-bindgen-futures0.4.64→0.4.67web-sys0.3.91→0.3.94wasm-bindgen-test0.3.64→0.3.67Updated Node test dependencies:
eslint10.0.2→10.2.0eslint-plugin-jest29.15.0→29.15.1globals17.3.0→17.4.0jest30.2.0→30.3.0ts-jest29.4.6→29.4.9typescript-eslint8.56.1→8.58.1Also refreshes
Cargo.lockandtests/node/yarn.lock, and adds the requiredCHANGELOG.mdentry under[Unreleased].Notes to the reviewers
Local validation completed:
cargo fmt --all -- --config format_code_in_doc_comments=true --checkcargo clippy --all-features --all-targets -- -D warningscargo test --all-featurescorepack yarn lintI also probed
corepack yarn build, but this host still cannot completewasm-pack build --target nodejs --all-featuresbecause the local toolchain is missingclangfor thewasm32-unknown-unknowntarget. CI remains the source of truth for the WASM build/test jobs.Changelog notice
Under
[Unreleased]:Checklists
All Submissions:
cargo fmtandcargo clippybefore committingNew Features:
Bugfixes: