chore(deps): consolidate dependabot bumps (napi, oxlint/oxfmt, vscode)#1891
Merged
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
napi 3.10.3's Error no longer holds `reason` behind Drop, so cloning it in the test helper is now redundant (clippy::redundant_clone, -D warnings). Move the field out instead.
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.
Consolidates six Dependabot PRs that each needed a coordinated lockfile or paired bump to go green.
napi 3.10.3 + napi-derive 3.5.9 (supersedes #1878, #1880)
napi-derive 3.5.9 pulls napi-derive-backend 5.1.2, whose macro output needs napi >= 3.10. Bumping napi-derive alone (#1880) fails to compile against napi 3.9.4; the paired napi 3.10.3 bump (#1878) provides the required prelude functions.
fallow-nodecompiles clean with both.oxlint 1.73.0 + oxfmt 0.58.0 (supersedes #1867, #1869)
Root dev-tooling. Lockfile regenerated with a real
npm installso the nestedconventional-commits-parserentry survives andnpm cistays green (the individual PRs each pruned it and went red).lint:jsandfmt:js:checkpass on the new versions.vscode-languageclient 10.1.0 + @types/node 26.1.0 (supersedes #1870, #1875)
editors/vscode dev deps. The two PRs conflicted with each other on
pnpm-lock.yaml; bumping both in one pass resolves it.tsc --noEmitand the rolldown bundle both pass.Local gates run:
cargo build -p fallow-node,npm ci --dry-run,npm run lint:js+fmt:js:check,pnpm run lint+pnpm run build(vscode). Dependabot will auto-close the six superseded PRs once this lands.Closes #1867
Closes #1869
Closes #1870
Closes #1875
Closes #1878
Closes #1880