Bump dev dependencies: jest 30.3, typescript-eslint 8.58, lint-staged 16.4#220
Merged
Bump dev dependencies: jest 30.3, typescript-eslint 8.58, lint-staged 16.4#220
Conversation
… 16.4 Minor version bumps to dev tooling to pick up bug fixes and reduce dependabot alert noise from transitive dependencies. Co-Authored-By: Claude Opus 4.5 <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.
Summary
Branch:
dep-updates→masterChanges: 886 additions, 157 deletions across 21 files
Routine dev tooling maintenance. Four root-level devDependencies get minor version bumps to pick up bug fixes and reduce Dependabot alert noise from transitive deps. No published package code is touched. No behavior changes.
What changed:
package.json: Version specifier bumps for@typescript-eslint/eslint-plugin(8.55→8.58),@typescript-eslint/parser(8.55→8.58),jest(30.2→30.3),lint-staged(16.2→16.4)pnpm-lock.yaml: Lockfile updated — 58 packages added, 14 removed (transitive churn)packages/docs/— git SHA references in "Defined in" links updated. Generated content, not manual changes.Risk Callouts
No significant risks identified. These are minor version bumps to dev-only tooling. No published package code, types, or behavior is affected.
Tribal Knowledge Checks
General Checks
Unit Test Checks — skipped (no test files changed)
Testing Recommendations
Manual Verification
pnpm run checks(lint + test + build) passes ✅ — verified locallyAutomated Test Gaps
Regression Risks