EMBED-89: update dependencies (auth, controllers)#2400
Merged
chaitanyapotti merged 29 commits intomasterfrom Mar 27, 2026
Merged
EMBED-89: update dependencies (auth, controllers)#2400chaitanyapotti merged 29 commits intomasterfrom
chaitanyapotti merged 29 commits intomasterfrom
Conversation
…d middlewares Replace custom ScaffoldParams/Params with MiddlewareParams from @web3auth/auth in ethereum, solana, and xrpl RPC middlewares. Type handlers per method and remove scaffold casts where possible; XRPL submitTransaction returns Json for scaffold compatibility. Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Made-with: Cursor
lwin-kyaw
reviewed
Mar 26, 2026
lwin-kyaw
reviewed
Mar 26, 2026
packages/no-modal/src/providers/ethereum-provider/rpc/walletMiddleware.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 4 total unresolved issues (including 3 from previous reviews).
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
…th/web3auth-web into feat/EMBED-89-update-deps
chaitanyapotti
approved these changes
Mar 27, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Jira Link
EMBED-89
Description
This branch brings dependency and tooling updates across the monorepo and demos, plus targeted fixes and repo hygiene.
@toruslabs/*controllers,@web3auth/auth, WalletConnect, Solana (@solana/kitand related), Wagmi/Viem, MetaMask SDK/providers, and other transitive bumps; aligndemo/vue-app-new(includingpackage-lock.json) and bump@web3auth/authindemo/vite-react-app-sfa.file:links where appropriate (e.g.packages/no-modal,web3auth-ws-embedtarball) to exercise in-repo packages; trackweb3auth-ws-embed-*.tgzvia.gitignoreexception where needed.MiddlewareParams<JRPCRequest<...>>); fix auth connector login behavior..github/CODEOWNERS(product vs admins for sensitive paths). Replace per-template PR files with a single.github/PULL_REQUEST_TEMPLATE.md.How has this been tested?
Screenshots (if appropriate)
N/A — no user-facing UI changes intended (update if applicable).
Types of changes
Checklist
Note
Medium Risk
Moderate risk due to upgrading the CI/runtime baseline to Node 24 and pulling in major-version updates across
@web3auth/*/@toruslabs/*dependencies, which can cause build or runtime regressions in demos and packages.Overview
Updates repo governance and contribution workflow by adding
.github/CODEOWNERS, consolidating PR templates into.github/PULL_REQUEST_TEMPLATE.md, and ensuring formatting tools ignore.github/CODEOWNERS.Modernizes tooling by bumping CI to Node
24.x(and updatingactions/checkout/setup-node), updating.nvmrcto>=24.x, and tweaking.gitignoreto allow committingweb3auth-ws-embed-*.tgzartifacts.Refreshes demo dependencies/locks, including upgrading to
@web3auth/auth@^11.4.2, moving the Vite SFA demo from@web3auth/sign-in-with-ethereumto@web3auth/sign-in-with-web3, and updating related WalletConnect/Wagmi/Viem/Solana/TorusLabs packages (including localfile:usage for@web3auth/ws-embedtarballs in locks).Written by Cursor Bugbot for commit 6a16072. This will update automatically on new commits. Configure here.