Skip to content

Commit

Permalink
pkg: Update Yarn to v4 (#2888)
Browse files Browse the repository at this point in the history
* pkg: Update Yarn to v4

* internal: Legacy node tests should use npm instead of yarn

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Tucker <[email protected]>
  • Loading branch information
renovate[bot] and ntucker authored Nov 23, 2023
1 parent 22f5f8f commit 4c5456a
Show file tree
Hide file tree
Showing 12 changed files with 10,322 additions and 10,890 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
node --version
- run:
command: |
yarn test:ci --maxWorkers=3 --selectProjects Node
npm test --ci --maxWorkers=3 --selectProjects Node
non-app-examples:
docker: *docker
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

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.

10 changes: 1 addition & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ changesetIgnorePatterns:

nodeLinker: node-modules

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

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coinbase-lite",
"version": "0.0.1",
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2",
"description": "Coin App",
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^9.0.0"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"react-dom": "18.2.0",
"uuid": "^9.0.0"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"resolutions": {
"whatwg-fetch": "3.0.0"
},
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down
18,846 changes: 9,423 additions & 9,423 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4c5456a

Please sign in to comment.