chore(deps): batch major dev-tooling updates (2026-06-19) - #24
Merged
Conversation
Consolidates four Dependabot major bumps into one release: - eslint 9.39.4 -> 10.5.0 (#19) - @eslint/js 9.39.4 -> 10.0.1 (#20) - @types/node 25.9.3 -> 26.0.0 (#21) - typescript 5.9.3 -> 6.0.3 (#22) Set explicit tsconfig rootDir (./src) — TypeScript 6 requires it (TS5011) where it was previously inferred; output layout unchanged. Bumps package.json 2.0.3 -> 2.0.4 to satisfy the release version gate. Holds zod 4 (#23, production dep) for separate human review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
robgilbreath
force-pushed
the
chore/dependabot-batch-20260619
branch
from
June 19, 2026 08:22
1208240 to
ba7b4b1
Compare
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.
Batched Dependabot updates
Consolidates the major dev-tooling bumps below into a single branch so CI/release runs once and the required version bump is included. Each was validated locally (
npm ci && npm run build && npm run typecheck && npm run lint && npm testall green;npm auditreports 0 vulnerabilities).Incorporated
eslint9.39.4 → 10.5.0 (major, dev)@eslint/js9.39.4 → 10.0.1 (major, dev) — peer of eslint 10, must land together with Bump eslint from 9.39.4 to 10.5.0 #19@types/node25.9.3 → 26.0.0 (major, dev — type-only)typescript5.9.3 → 6.0.3 (major, dev)Held for review (NOT in this branch)
zod3.25.76 → 4.4.3 (major, production dependency) — zod 4 has behavioral breaking changes andzodis used insrc/index.tsandsrc/entities/schemas.ts. Held for separate human review; see comment on the PR.Notable change beyond the bumps
TypeScript 6 requires an explicit
rootDir(error TS5011) where it was previously inferred. SetrootDir: "./src"intsconfig.json— this matches the already-inferred common source directory (include: ["src/**/*"]), so the emitted output layout is unchanged.Version
Bumped
package.json2.0.3 → 2.0.4 (patch) to satisfy the release version-bump gate invalidate.yml.Validation
npm ci && npm run build && npm run typecheck && npm run lint && npm testpass locally (Node 24 per.nvmrc, matching all bumps' engine requirements)npm audit --omit=dev→ 0 vulnerabilitiesOnce merged, Dependabot auto-closes the incorporated PRs (#19–#22) on its next scan.