Skip to content

chore(deps-dev): bump wagmi from 3.6.15 to 3.6.21#837

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/wagmi-3.6.21
Closed

chore(deps-dev): bump wagmi from 3.6.15 to 3.6.21#837
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/wagmi-3.6.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps wagmi from 3.6.15 to 3.6.21.

Release notes

Sourced from wagmi's releases.

wagmi@3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

wagmi@3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

wagmi@3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

wagmi@3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

wagmi@3.6.16

Patch Changes

Changelog

Sourced from wagmi's changelog.

3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

3.6.17

Patch Changes

3.6.16

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open in Devin Review

Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 3.6.15 to 3.6.21.
- [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.6.21/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-version: 3.6.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 19:07

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

"viem": "^2.50.4",
"vitest": "^4.1.7",
"wagmi": "^3.6.15"
"wagmi": "^3.6.21"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Dependency update to a frozen deprecated package violates repository deprecation policy

The wagmi dev-dependency is bumped (^3.6.15^3.6.21 at packages/blue-sdk-wagmi/package.json:58), but this package (@morpho-org/blue-sdk-wagmi) is explicitly frozen as deprecated per repository rules, so no dependency updates should land.

Impact: Violates the repository's deprecation lifecycle, maintaining a package that should not receive updates.

Repository rule and deprecation policy details

AGENTS.md §2 rule 11 states: "Feature, address, ABI, dependency, test, JSDoc, refactor, or changeset updates to frozen deprecated packages. Per TIB-0003, do not maintain @morpho-org/bundler-sdk-viem, @morpho-org/migration-sdk-viem, @morpho-org/simulation-sdk, @morpho-org/blue-sdk-wagmi, or @morpho-org/simulation-sdk-wagmi. Only PRs explicitly scoped to deprecation metadata or source deletion may touch those packages, and such PRs must not add new supported behavior."

This PR bumps a dependency version in blue-sdk-wagmi, which is explicitly listed as a frozen deprecated package. The rule explicitly lists "dependency" updates as something that "does not land in a PR" for these packages.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"viem": "^2.50.4",
"vitest": "^4.1.7",
"wagmi": "^3.6.15"
"wagmi": "^3.6.21"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Dependency update to a second frozen deprecated package violates repository deprecation policy

The wagmi dev-dependency is bumped (^3.6.15^3.6.21 at packages/simulation-sdk-wagmi/package.json:67), but this package (@morpho-org/simulation-sdk-wagmi) is explicitly frozen as deprecated per repository rules, so no dependency updates should land.

Impact: Violates the repository's deprecation lifecycle, maintaining a package that should not receive updates.

Repository rule and deprecation policy details

AGENTS.md §2 rule 11 states: "Feature, address, ABI, dependency, test, JSDoc, refactor, or changeset updates to frozen deprecated packages. Per TIB-0003, do not maintain @morpho-org/bundler-sdk-viem, @morpho-org/migration-sdk-viem, @morpho-org/simulation-sdk, @morpho-org/blue-sdk-wagmi, or @morpho-org/simulation-sdk-wagmi. Only PRs explicitly scoped to deprecation metadata or source deletion may touch those packages, and such PRs must not add new supported behavior."

This PR bumps a dependency version in simulation-sdk-wagmi, which is explicitly listed as a frozen deprecated package. The rule explicitly lists "dependency" updates as something that "does not land in a PR" for these packages.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ebf28df5d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"viem": "^2.50.4",
"vitest": "^4.1.7",
"wagmi": "^3.6.15"
"wagmi": "^3.6.21"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Revert frozen package dependency bumps

This bump lands in @morpho-org/blue-sdk-wagmi, and the same wagmi bump is also made for @morpho-org/simulation-sdk-wagmi; both package-level AGENTS.md files mark these packages frozen/deprecated and explicitly forbid dependency updates except PRs scoped to deprecation metadata or source deletion. Since this is a routine dependency update plus lockfile refresh, it reopens unsupported package maintenance and should be reverted or limited to the maintained packages.

Useful? React with 👍 / 👎.

@Rubilmax Rubilmax closed this Jul 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/wagmi-3.6.21 branch July 7, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant