chore(deps): consolidate and bump all dependencies#838
Merged
Conversation
Consolidates all pending dependency update PRs into a single update. Bumps dependencies to latest compatible versions, migrates from deprecated .eslintrc.js to eslint.config.mjs flat config, and fixes lint issues surfaced by updated rules. Bumps package version to 4.0.7. Key dependency updates: - eslint 8→9 (flat config) - typescript-eslint 7→8 - c8 10→11 - concurrently 8→9 - eslint-config-prettier 9→10 - eslint-plugin-promise 6→7 - sinon 18→19 - typescript 5.0→5.9 - prettier 3.0→3.8 - ethers 6.9→6.16 - hardhat 2.22→2.28 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove deprecated husky.sh sourcing (v10 compat) and remove unnecessary `git add` from lint-staged (auto-staged in modern versions). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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
.eslintrc.jsto ESLint flat config (eslint.config.mjs)husky.shsourcing)git addfrom lint-staged configKey dependency updates
Not bumped (breaking changes require separate migration)
Test plan
🤖 Generated with Claude Code