chore(deps): weekly CLI dependency update (2026-09-14) [RED-938] [ship] - #1480
Merged
Merged
Conversation
Bump every direct dependency to the newest version that is installable on the minimum supported Node (22.13.0) and past pnpm's 2-day minimumReleaseAge embargo: - open 11.0.2 -> 11.0.3 (checkly) - yaml 2.9.0 -> 2.9.1 (checkly) - @typescript-eslint/typescript-estree 8.69.0 -> 8.70.0 (checkly) - typescript-eslint 8.69.0 -> 8.70.0 (root) - oclif 5.0.1 -> 6.0.0 (checkly, dev). The only breaking change is the removal of legacy-plugin support; we only run `oclif manifest` and the generated manifest is unchanged. Held back: - lint-staged stays at 16.4.0: every 17.x requires Node >=22.22.1. - typescript stays at 6.0.3: typescript-eslint 8.70.0 peer range is >=4.8.4 <6.1.0. Excluded by policy: - @types/node stays on 22.x to track the minimum supported Node. - vitest stays on 3.x until the 4.x+ incompatibilities are resolved. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Linear: RED-938
Bump every direct dependency to the newest version that is both installable on our minimum supported Node (22.13.0, from
engines.node) and past pnpm's 2-dayminimumReleaseAgeembargo.Updated
oclif 6.0.0's only breaking change is the removal of legacy-plugin support (oclif/oclif#2095), which this repo never used: we only run
oclif manifestinprepack, and the manifest it generates under 6.0.0 is semantically identical to the one from 5.0.1 (same 59 commands, same content). Its runtime dependencies are unchanged from 5.0.1 (@oclif/core ^5), so the tree keeps a single copy of core.Held back
peerDependencies.typescript ">=4.8.4 <6.1.0".Not eligible yet (inside the embargo)
None this week; every candidate was published more than two days ago.
Excluded by policy
Verification
Run in the worktree on pnpm 10.34.5 (CI pins pnpm 10): both packages build including the AI context,
pnpm -r packsucceeds,pnpm run sync:skillsshows no skills drift,pnpm lintpasses, commitlint accepts a valid header and rejects an invalid one, 2941 checkly and 48 create-checkly unit tests pass,pnpm install --frozen-lockfileis clean, and every landed version'sengines.nodeadmits 22.13.0. No engine or peer warnings. The lockfile diff contains only the five targets, the@typescript-eslint/*8.70.0 siblings, and vitest'syaml@2.9.1peer suffix.🤖 Generated with Claude Code