Skip to content

fix: pin connector wallet frontend dependencies#323

Open
bestony wants to merge 2 commits into
apache:mainfrom
bestony:fix/connector-wallet-coinbase-build
Open

fix: pin connector wallet frontend dependencies#323
bestony wants to merge 2 commits into
apache:mainfrom
bestony:fix/connector-wallet-coinbase-build

Conversation

@bestony

@bestony bestony commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pin RainbowKit to 2.2.8 and Wagmi to 2.15.0 for the connector wallet plugin
  • avoid the newer @base-org/account dependency pulled through Wagmi connectors, whose import-attributes syntax is not supported by Answer's frontend toolchain

Testing

  • ./node_modules/.bin/eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • ./node_modules/.bin/tsc && ./node_modules/.bin/vite build
  • Answer UI workspace build with DISABLE_ESLINT_PLUGIN=true pnpm build
  • go fmt ./...
  • go test ./...
  • go build ./...

The normal Answer UI build reaches the existing AdminSideNav Prettier errors after the plugin parse error is gone; the ESLint-disabled build completes successfully. The repository's pnpm lint wrapper is blocked in this environment by pnpm's ignored-build approval policy, while the underlying ESLint command passes.

@LinkinStars
LinkinStars requested a review from robinv8 July 21, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants