-
Notifications
You must be signed in to change notification settings - Fork 584
[Fix] Update package dependencies and improve import paths #3554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: cbb0bc2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #3554 will improve performances by 13.14%Comparing Summary
Benchmarks breakdown
|
54a81f4
to
6d853d5
Compare
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3554 +/- ##
==========================================
+ Coverage 62.49% 62.69% +0.20%
==========================================
Files 899 898 -1
Lines 68843 68570 -273
Branches 3670 3670
==========================================
- Hits 43024 42992 -32
+ Misses 25131 24890 -241
Partials 688 688
*This pull request uses carry forward flags. Click here to find out more. |
6d853d5
to
689a03b
Compare
689a03b
to
4997f1a
Compare
4997f1a
to
2274f4e
Compare
Merge activity
|
This pull request updates package.json dependencies to specific versions across multiple packages, moving from using caret (^) to specific version numbers for consistency and to prevent unwanted updates. Additionally, it includes changes to various TypeScript files, primarily adding the ESLint directive `@typescript-eslint/no-unused-vars` to suppress warnings for unused variables. --- <!-- start pr-codex --> --- ## PR-Codex overview This PR updates dependencies, adds styled components, and disables eslint for unused vars in various React components. ### Detailed summary - Updated dependencies in multiple package.json files - Added styled components for DialogContent, Overlay, DropContainer, QRPlaceholder, and more - Disabled eslint for unused vars in React components - Updated next.config.mjs in playground-web - Updated pnpm-workspace.yaml - Added eslint and styled components in wallets package.json - Updated dependencies in wallet-ui package.json > The following files were skipped due to too many changes: `apps/playground-web/src/components/blockchain-api/write-contract-extension.tsx`, `legacy_packages/react/src/wallet/ConnectWallet/NetworkSelector.tsx`, `apps/playground-web/package.json`, `legacy_packages/react/package.json`, `apps/playground-web/src/components/blockchain-api/write-contract-raw.tsx`, `package.json`, `apps/dashboard/package.json`, `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
2274f4e
to
cbb0bc2
Compare
This pull request updates package.json dependencies to specific versions across multiple packages, moving from using caret (^) to specific version numbers for consistency and to prevent unwanted updates. Additionally, it includes changes to various TypeScript files, primarily adding the ESLint directive
@typescript-eslint/no-unused-vars
to suppress warnings for unused variables.PR-Codex overview
This PR updates dependencies, adds styled components, and disables eslint rules.
Detailed summary