Skip to content

Commit

Permalink
build(deps): update yarn to v4 (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 9a9f5bb commit 77bf148
Show file tree
Hide file tree
Showing 11 changed files with 4,551 additions and 4,563 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
compressionLevel: mixed

enableGlobalCache: true

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"engines": {
"node": "20.x"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion packages/bundled-conversions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"engines": {
"node": "20.x"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"engines": {
"node": "20.x"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion packages/conversions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"engines": {
"node": "20.x"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion packages/convert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"typescript": "5.2.2",
"xo": "0.56.0"
},
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2",
"runkitExampleFilename": "./docs/runkit.js",
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/optimized-conversions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"engines": {
"node": "20.x"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 77bf148

Please sign in to comment.