build(deps): update all dependencies to latest compatible versions#33
Merged
build(deps): update all dependencies to latest compatible versions#33
Conversation
shirgoldbird
approved these changes
Apr 7, 2026
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>
57c73f6 to
1b39fe6
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.
Summary
Batch-updates all dependencies to their latest versions within existing semver ranges, superseding 10 individual Dependabot PRs.
Changes Made
package.jsonchanges needed since all updates fall within existing^rangesSupersedes
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