You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps the Dynamic wallet SDK from 4.74.1 to 4.91.4 to pick up upstream fixes and improvements.
Proposed Changes
Updated @dynamic-labs/ethereum, @dynamic-labs/ethereum-aa, @dynamic-labs/sdk-react-core, and @dynamic-labs/wagmi-connector to 4.91.4 in package.json.
Added @dynamic-labs/*@4.91.4 packages to minimumReleaseAgeExclude in pnpm-workspace.yaml so pnpm can install the new release before the minimum release age window expires.
Removed expired minimumReleaseAgeExclude entries for form-data and @opentelemetry/* packages.
Regenerated pnpm-lock.yaml.
No application code or environment variable changes.
Breaking or Incompatible Changes
None expected — dependency version bump only.
Additional Information
No changes to DynamicProvider.tsx or other wallet integration code were required for this upgrade.
Checklist for PR author
I have tested these changes locally.
I added tests to cover any new functionality, following this guide
Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
If I have added a feature or functionality that is not privacy-compliant (e.g., tracking, analytics, third-party services), I have disabled it for private mode.
If I have added, changed, renamed, or removed an environment variable
I updated the list of environment variables in the documentation
I made the necessary changes to the validator script according to the guide
Auto reviews are disabled on this repository. To trigger a review, include @coderabbitai review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: f4c970c4-23e0-4b07-b7ff-404535c6d909
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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
dependenciesPull requests that update a dependency file
1 participant
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.
Description and Related Issue(s)
Bumps the Dynamic wallet SDK from 4.74.1 to 4.91.4 to pick up upstream fixes and improvements.
Proposed Changes
@dynamic-labs/ethereum,@dynamic-labs/ethereum-aa,@dynamic-labs/sdk-react-core, and@dynamic-labs/wagmi-connectorto4.91.4inpackage.json.@dynamic-labs/*@4.91.4packages tominimumReleaseAgeExcludeinpnpm-workspace.yamlso pnpm can install the new release before the minimum release age window expires.minimumReleaseAgeExcludeentries forform-dataand@opentelemetry/*packages.pnpm-lock.yaml.No application code or environment variable changes.
Breaking or Incompatible Changes
None expected — dependency version bump only.
Additional Information
No changes to
DynamicProvider.tsxor other wallet integration code were required for this upgrade.Checklist for PR author