-
Notifications
You must be signed in to change notification settings - Fork 619
update dependencies #5210
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 #5210
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. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
df22c8f to
23a7480
Compare
size-limit report 📦
|
23a7480 to
780d79b
Compare
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR primarily focuses on updating various package dependencies across multiple `package.json` files, ensuring compatibility with newer versions and fixing potential issues.
### Detailed summary
- Updated `vitest` from `2.1.3` to `2.1.4`.
- Updated `lucide-react` from `0.453.0` to `0.454.0` in multiple apps.
- Updated `shiki` from `1.22.0` to `1.22.2` in multiple apps.
- Updated AWS SDK packages to `3.679.0` for `client-kms`, `3.680.0` for `client-lambda`, and `3.679.0` for `credential-providers`.
- Updated `tsx` from `4.19.1` to `4.19.2`.
- Updated `@playwright/test` from `1.47.2` to `1.48.2`.
- Updated `@types/color` from `^3.0.6` to `4.2.0`.
- Updated `knip` from `^5.33.3` to `5.34.2`.
- Updated `@vitest/coverage-v8` and `@vitest/ui` to `2.1.4`.
- Updated `msw` from `^2.4.12` to `^2.5.2`.
- Updated `react-native-svg` from `15.7.1` to `15.8.0`.
- Updated `viem` from `2.21.34` to `2.21.35`.
- Adjusted various package resolutions in `pnpm-lock.yaml`.
> 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 -->
780d79b to
ac78881
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5210 +/- ##
=======================================
Coverage 45.25% 45.26%
=======================================
Files 1067 1067
Lines 55347 55347
Branches 3970 3971 +1
=======================================
+ Hits 25049 25054 +5
+ Misses 29606 29601 -5
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |

PR-Codex overview
This PR focuses on updating various package dependencies across multiple
package.jsonfiles, including version upgrades for libraries such asvitest,lucide-react, and AWS SDK packages, ensuring compatibility and access to the latest features.Detailed summary
vitestfrom2.1.3to2.1.4.lucide-reactfrom0.453.0to0.454.0in several packages.@aws-sdk/client-kmsfrom3.678.0to3.679.0.@aws-sdk/client-lambdafrom3.678.0to3.680.0.@aws-sdk/credential-providersfrom3.678.0to3.679.0.shikifrom1.22.0to1.22.2.tsxfrom^4.19.1to4.19.2.@playwright/testfrom1.47.2to1.48.2.@types/colorfrom^3.0.6to4.2.0.knipfrom^5.33.3to5.34.2.mswfrom^2.4.12to^2.5.2.react-native-svgfrom15.7.1to15.8.0.viemfrom2.21.34to2.21.35.