-
Notifications
You must be signed in to change notification settings - Fork 542
update dependencies #5667
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
update dependencies #5667
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled 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. |
size-limit report 📦
|
abd7216
to
32dba88
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5667 +/- ##
==========================================
- Coverage 51.21% 51.20% -0.01%
==========================================
Files 1092 1093 +1
Lines 57336 57364 +28
Branches 4674 4677 +3
==========================================
+ Hits 29364 29374 +10
- Misses 27256 27274 +18
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
32dba88
to
eb592c2
Compare
eb592c2
to
fcbfe7b
Compare
closes: DASH-545 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating various package dependencies across multiple `package.json` files and the `pnpm-lock.yaml` file, ensuring compatibility with newer versions and fixing potential issues. ### Detailed summary - Updated `@types/react` and `@types/react-dom` to `19.0.1` and `19.0.2` respectively in multiple packages. - Bumped `shiki` version from `1.24.0` to `1.24.1` in several packages. - Updated `sonner` from `1.7.0` to `1.7.1` in `apps/wallet-ui` and `apps/dashboard`. - Incremented `@emotion/react` and `@emotion/styled` versions to `11.14.0`. - Updated `framer-motion` from `11.13.1` to `11.13.3`. - Updated `@playwright/test` from `1.49.0` to `1.49.1`. - Updated `@dirtycajunrice/klee` from `1.0.5` to `1.0.6` in `apps/portal`. - Adjusted dependencies in `pnpm-lock.yaml` to reflect the above changes. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fcbfe7b
to
d35eaa6
Compare
closes: DASH-545
PR-Codex overview
This PR primarily updates various dependencies across multiple
package.json
files, enhancing compatibility and fixing potential issues by upgrading package versions.Detailed summary
@types/react
and@types/react-dom
versions to19.0.1
and19.0.2
respectively in multiple packages.shiki
from1.24.0
to1.24.1
in several packages.sonner
from^1.7.0
to^1.7.1
in multiple packages.@emotion/react
and@emotion/styled
from11.13.5
to11.14.0
inpackages/thirdweb
.framer-motion
from11.13.1
to11.13.3
inapps/dashboard
.@playwright/test
from1.49.0
to1.49.1
in various packages.@dirtycajunrice/klee
from^1.0.5
to^1.0.6
inapps/portal
.pnpm-lock.yaml
for multiple dependencies to reflect new versions.