Conversation
Bumps the npm-minor-patch group with 4 updates: [viem](https://github.com/wevm/viem), [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `viem` from 2.46.1 to 2.46.2 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.46.1...viem@2.46.2) Updates `wagmi` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.5.0/packages/react) Updates `@typescript-eslint/eslint-plugin` from 8.55.0 to 8.56.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.55.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser) --- updated-dependencies: - dependency-name: viem dependency-version: 2.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: wagmi dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✅ Deploy Preview for verax-tutorial ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| "@types/react": "^19.2.14", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@typescript-eslint/eslint-plugin": "^8.55.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.56.0", |
There was a problem hiding this comment.
Parser version not bumped to match eslint-plugin peer dependency
Medium Severity
@typescript-eslint/eslint-plugin was bumped to ^8.56.0 but @typescript-eslint/parser was left at ^8.55.0 in package.json. The updated eslint-plugin declares a peer dependency of @typescript-eslint/parser: ^8.56.0. While the lockfile resolves the parser to 8.56.1, the package.json specifier allows 8.55.x which wouldn't satisfy the peer dependency. A fresh install without the lockfile could produce a version mismatch and peer dependency warnings or errors.


Bumps the npm-minor-patch group with 4 updates: viem, wagmi, @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
Updates
viemfrom 2.46.1 to 2.46.2Release notes
Sourced from viem's releases.
Commits
c677096chore: lockfile2490fcachore: audit719aa1dchore: pin tempoef25164chore: version package (#4347)1a10fb7feat(tempo): rm fee payer magic for 0x78-prefixed envelopesUpdates
wagmifrom 3.4.3 to 3.5.0Release notes
Sourced from wagmi's releases.
Changelog
Sourced from wagmi's changelog.
Commits
0eb6f12chore: version packages (#5007)8b96e2ffeat:useSignTransactionhook (#4995)0a8bd43chore: version packages (#5006)c56fbb5tests: up5e4010efix: closures42f6f5dtests: lax timeouts94f2418tests: fix date9dbdd82refactor(cli,connectors)!: remove former sponsor codeUpdates
@typescript-eslint/eslint-pluginfrom 8.55.0 to 8.56.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
8b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)c0a359dfix: use parser options from context.languageOptions (#12043)Updates
@typescript-eslint/parserfrom 8.55.0 to 8.56.1Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
96a04a9chore(release): publish 8.56.18b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Medium Risk
Primarily dependency bumps, but updates
wagmi/viem(wallet + chain interactions) and introduces new transitive packages with stricter Node engine requirements, which could affect runtime behavior or CI installs.Overview
Upgrades web3 dependencies:
viem2.46.1→2.46.2(includingox0.12.1→0.12.4) andwagmi3.4.3→3.5.0(pulling newer@wagmi/core/@wagmi/connectors).Updates TypeScript lint tooling (
@typescript-eslint/eslint-pluginto8.56.0and lockfile-resolved@typescript-eslint/parserto8.56.1), with a correspondingpackage-lock.jsonrefresh that changes several transitive dependencies (e.g.,minimatch/eslint-visitor-keys).Written by Cursor Bugbot for commit eaa1c58. This will update automatically on new commits. Configure here.