chore(deps): weekly dependency update (Node 20 compatible)#1335
Closed
sorccu wants to merge 1 commit into
Closed
Conversation
Bump dependencies to their latest versions compatible with the declared engine range (^20.19.0 || >=22.12.0): - @oclif/core 4.11.3 -> 4.11.4 (cli + create-cli) - oclif 4.23.7 -> 4.23.8 - typescript-eslint / @typescript-eslint/typescript-estree 8.59.4 -> 8.60.0 @commitlint/cli, @commitlint/config-conventional (latest major 21) and lint-staged (latest major 17) were intentionally held at 20.5.3 / 16.4.0 because their newest majors require Node >=22.12.0 and would drop Node 20 support. vitest and @types/node were left unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
Closed in favor of #1336. |
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
Weekly dependency update. Bumps dependencies to their latest versions that remain compatible with the declared engine range
^20.19.0 || >=22.12.0, since v8 is the current stable line and dropping Node 20 would be a breaking (v9) change.Updated
@oclif/core(cli + create-cli)oclif(dev)typescript-eslint(dev)@typescript-eslint/typescript-estreeIntentionally held back (latest major drops Node 20)
@commitlint/cli>=22.12.0@commitlint/config-conventional>=22.12.0lint-staged>=22.22.1vitest(3→4) and@types/node(22→25) were left unchanged.Verification
tsc --build)pnpm lintpassesengineswarnings)🤖 Generated with Claude Code