Skip to content

Commit

Permalink
deps(yarn): Update to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 30, 2023
1 parent c11409b commit 1c1ba81
Show file tree
Hide file tree
Showing 9 changed files with 4,582 additions and 5,692 deletions.
6 changes: 1 addition & 5 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ node:
version: '18.14.0'
packageManager: 'yarn'
yarn:
version: '3.6.3'
plugins:
- 'interactive-tools'
- 'version'
- 'workspace-tools'
version: '4.0.0'

# Do not add an engines constraint as its abrasive for open source.
addEnginesConstraint: false
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

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

Large diffs are not rendered by default.

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

enableGlobalCache: true

enableTelemetry: false
Expand All @@ -12,12 +14,4 @@ logFilters:

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.0"
}
7,368 changes: 3,684 additions & 3,684 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1c1ba81

Please sign in to comment.