-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- 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 -->
- Loading branch information
Showing
10 changed files
with
1,768 additions
and
1,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,15 +43,11 @@ | |
"@biomejs/biome": "1.9.4", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.9", | ||
"@manypkg/cli": "0.21.4", | ||
"@manypkg/get-packages": "2.2.2", | ||
"@types/node": "20.14.9", | ||
"turbo": "2.2.3", | ||
"typescript": "5.6.3" | ||
}, | ||
"manypkg": { | ||
"defaultBranch": "main" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"got@<11.8.5": ">=11.8.5", | ||
|
@@ -79,7 +75,8 @@ | |
"axios@<1.7.4": "^1.7.4", | ||
"send@<0.19.0": "^0.19.0", | ||
"elliptic@<6.5.7": "^6.5.7", | ||
"cookie@<0.7.0": "^0.7.0" | ||
"cookie@<0.7.0": "^0.7.0", | ||
"elliptic@<6.6.0": "^6.6.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.