Skip to content

build(deps): update all dependencies to latest compatible versions#33

Merged
sjsyrek merged 1 commit intomainfrom
build/update-all-deps
Apr 7, 2026
Merged

build(deps): update all dependencies to latest compatible versions#33
sjsyrek merged 1 commit intomainfrom
build/update-all-deps

Conversation

@sjsyrek
Copy link
Copy Markdown
Contributor

@sjsyrek sjsyrek commented Apr 5, 2026

Summary

Batch-updates all dependencies to their latest versions within existing semver ranges, superseding 10 individual Dependabot PRs.

Changes Made

  • Updated lockfile only — no package.json changes needed since all updates fall within existing ^ ranges
  • Production deps: axios 1.13.5→1.14.0, minimatch 10.2.1→10.2.5, inquirer 13.2.5→13.3.2
  • Dev deps: eslint 10.0.0→10.2.0, memfs 4.56.10→4.57.1, @types/node 25.2.3→25.5.2, typescript-eslint 8.56.0→8.58.0, @commitlint/cli 20.4.1→20.5.0, @commitlint/config-conventional 20.4.1→20.5.0, globals 17.3.0→17.4.0

Supersedes

Closes #15, closes #21, closes #22, closes #23, closes #24, closes #25, closes #26, closes #27, closes #28, closes #29

Backward Compatibility

✅ All updates are patch/minor within existing semver ranges
✅ 3471 tests passing, lint clean, type-check clean, build succeeds

Size: Small ✓

Lockfile-only change from npm update.

🤖 Generated with Claude Code

@shirgoldbird shirgoldbird self-requested a review April 7, 2026 03:01
Updates lockfile to pull in latest versions within existing semver ranges:
- axios 1.13.5 → 1.14.0
- minimatch 10.2.1 → 10.2.5
- inquirer 13.2.5 → 13.3.2
- eslint 10.0.0 → 10.2.0
- memfs 4.56.10 → 4.57.1
- @types/node 25.2.3 → 25.5.2
- typescript-eslint 8.56.0 → 8.58.0
- @commitlint/cli 20.4.1 → 20.5.0
- @commitlint/config-conventional 20.4.1 → 20.5.0
- globals 17.3.0 → 17.4.0

All 3471 tests pass, lint clean, type-check clean, build succeeds.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sjsyrek sjsyrek force-pushed the build/update-all-deps branch from 57c73f6 to 1b39fe6 Compare April 7, 2026 05:11
@sjsyrek sjsyrek merged commit c7c00b6 into main Apr 7, 2026
3 checks passed
@sjsyrek sjsyrek deleted the build/update-all-deps branch April 7, 2026 05:14
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