chore(deps): bump OpenZeppelin stack and refresh lockfile#99
Merged
Conversation
Pin ui-react 2.0.1, ui-storage 1.2.1, stable adapter 2.0.0, ui-dev-cli 0.5.1. Refresh app and root lockfile to latest within semver ranges. Adjust WalletSyncProvider test mock call typing for Vitest.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
@openzeppelin/ui-react^2.0.1,@openzeppelin/ui-storage^1.2.1, EVM/Polkadot/Stellar adapters and@openzeppelin/adapters-viteresolve to 2.0.0 stable (replacing 2.0.0-rc.1 in the lockfile).@openzeppelin/ui-dev-cli^0.5.1.pnpm updateon the app and root refreshes the lockfile to latest versions within existing semver ranges (React 19.2.x, router, Tailwind 4.2.x, etc.).WalletSyncProvidermock call assertions for Vitest/TypeScript after dependency updates.Verification
pnpm typecheck,pnpm lint,pnpm test(with noui.json/adapters.jsonunder.packed-packages/local-dev, matching CI).Note: If you use
pnpm dev:local, temporarily remove or rename those manifests to run.pnpmfiletests locally, or rely on CI for that check.