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
Reviewed 2 files (demo/package.json, pnpm-lock.yaml). This is a demo-only dependency bump. All ten @dynamic-labs/* runtime dependencies plus the @dynamic-labs/types devDependency are consistently upgraded from 4.87.2 → 4.96.3, with no version skew. The @dynamic-labs-connectors/abstract-global-wallet-evm package correctly stays on its own 4.6.7 line (connectors are versioned independently). The lockfile changes are the expected transitive fallout of the bump. No published packages (sdk, ui, hooks, adapters) are affected, so no changeset is required.
One thing worth a quick sanity check before merge: confirm the demo still builds/runs against 4.96.3, since a ~9 minor-version jump can carry breaking changes in the Dynamic SDK's React APIs even within the same major.
This change upgrades the demo’s Dynamic Labs packages and lockfile resolution to version 4.96.3. The retained Abstract Global Wallet EVM connector was checked against the upgraded peer graph: it resolves to the new Dynamic packages, imports successfully, constructs successfully, and completes initialization. The potential connector incompatibility was disproved by this exercised integration path, and no issues were found.
Confidence Score: 5/5
Safe to merge based on the exercised dependency integration path and absence of remaining findings.
The changed dependency graph was validated in clean pre-change and updated installations. The retained connector successfully ran against the upgraded Dynamic peer packages, and no independently actionable defects remain.
Files Needing Attention: No files need further changes.
T-Rex Logs
What T-Rex did
Ran an executable connector-relative peer-resolution and ESM integration harness in clean frozen-lockfile installations for both the previous revision and the new revision.
Observed that the connector resolved Dynamic peers to 4.87.2 before the upgrade and to 4.96.3 after the upgrade, with initialization completing successfully in both cases.
Validated the integration path with the dedicated script, which confirmed that the compatibility path succeeds; the before- and after-run logs show the expected peer resolutions and successful initialization.
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
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.
No description provided.