Skip to content

build(deps): apply pending dependabot bumps in one pass#23

Merged
zacharyr0th merged 2 commits into
mainfrom
chore/bump-deps
Jun 11, 2026
Merged

build(deps): apply pending dependabot bumps in one pass#23
zacharyr0th merged 2 commits into
mainfrom
chore/bump-deps

Conversation

@zacharyr0th

@zacharyr0th zacharyr0th commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Applies 9 of the 12 open dependabot bumps in a single verified pass (main is strict-protected, so one PR beats 12 update-branch/CI cycles):

  • Root: chalk 5.6.2, ora 9.4.0, commander 15.0.0, inquirer 14.0.2, eslint 10.4.1 + @eslint/js 10.0.1. eslint 10's new preserve-caught-error rule flagged three re-thrown errors; fixed by attaching { cause }.
  • Site: react / react-dom / @types/react 19.2.7, typescript 6.0.3, with bun.lock regenerated (site CI installs via bun --frozen-lockfile).
  • Actions: pinned SHAs bumped for actions/checkout (v6.0.3) and actions/setup-node (v6.4.0).

Covers #4, #5, #6, #7, #8, #10, #12, #13, #15 — dependabot will auto-close them once this lands.

Deliberately skipped:

Test plan

  • Root: npm run lint clean on eslint 10, npm test 50/50, node bin/cli.js --help / sync --help smoke-tested on commander 15.
  • Site: npm run typecheck (TS 6), npm run lint, npm run build all clean locally after bun install.

🤖 Generated with Claude Code

Root: chalk 5.6.2, ora 9.4.0, commander 15.0.0, inquirer 14.0.2,
eslint 10.4.1 + @eslint/js 10.0.1 (with { cause } added to three
re-thrown errors for the new preserve-caught-error rule).
Site: react/react-dom/@types/react 19.2.7, typescript 6.0.3.
Actions: bump pinned SHAs for actions/checkout (v6.0.3) and
actions/setup-node (v6.4.0).

Covers dependabot PRs #4, #5, #6, #7, #8, #10, #12, #13, #15.
Skipped: tailwindcss 4 (#11, needs a real v4 migration) and site
eslint 10 (#14, eslint-config-next incompatible).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@socket-security

socket-security Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​react@​19.2.15 ⏵ 19.2.171001007996100
Updatedreact@​19.2.6 ⏵ 19.2.71001008497100
Updatedora@​9.0.0 ⏵ 9.4.099 +1100100 +185100
Added@​eslint/​js@​10.0.110010010088100
Updatedcommander@​14.0.2 ⏵ 15.0.0100 +110010089100
Updatedtypescript@​5.9.3 ⏵ 6.0.3100 +110090 +19590
Updatedreact-dom@​19.2.6 ⏵ 19.2.71001009298100
Addedeslint@​10.4.19810010095100
Updatedinquirer@​13.1.0 ⏵ 14.0.2100 +110010096100

View full report

Site CI installs with bun --frozen-lockfile; the npm lockfile was
never used.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants