Refresh dependencies and fix protocol icon theming#22
Conversation
- add Megaeth protocol icon coverage - normalize Sonic, Celo, and Hyperliquid icons to use theme-safe fills - upgrade direct frontend/build dependencies to latest compatible releases - apply a picomatch override to absorb the open Dependabot transitive bump
📝 WalkthroughWalkthroughProject dependencies bumped to newer semver ranges, including React, Ant Design, Vite toolchain, and development utilities. Added support for a new Megaeth protocol icon in the ProtocolIcon component with corresponding test coverage. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Around line 29-34: Add an "engines" field to package.json declaring the Node
constraint required by Vite 8.0.8 (Node ^20.19.0 || >=22.12.0) so CI/builds fail
fast on unsupported Node versions, and ensure the "homepage" value is
intentional for your deployment target (change from "https://chainstats.org/" to
a GitHub Pages path if you intend gh-pages publishing). Modify the package.json
top-level keys (e.g., add engines: { "node": "..." } and update homepage if
needed) and run a quick local CI/build check to confirm compatibility.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 5bcdd359-3a7a-406d-b6f0-150fc01c6724
⛔ Files ignored due to path filters (5)
package-lock.jsonis excluded by!**/package-lock.jsonsrc/components/ProtocolIcon/celo.svgis excluded by!**/*.svgsrc/components/ProtocolIcon/hyperliquid.svgis excluded by!**/*.svgsrc/components/ProtocolIcon/megaeth.svgis excluded by!**/*.svgsrc/components/ProtocolIcon/sonic.svgis excluded by!**/*.svg
📒 Files selected for processing (3)
package.jsonsrc/components/ProtocolIcon/ProtocolIcon.jsxsrc/components/ProtocolIcon/ProtocolIcon.test.jsx
Summary
Megaethprotocol icon coveragecurrentColorpicomatchoverride so the remaining nested advisory path is removedDependabot Coverage
This PR folds in the currently open Dependabot updates for:
axiosviteundicipicomatchVerification
npm ls picomatch undicinpm testnpm run buildSummary by CodeRabbit
New Features
Chores