Skip to content

Commit 070781a

Browse files
authored
chore: update yarn (#15675)
1 parent 113b947 commit 070781a

File tree

41 files changed

+12210
-12713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+12210
-12713
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
with:
119119
node-version: lts/*
120120
cache: yarn
121+
- name: install
122+
run: yarn --immutable
121123
- name: 'Check for unmet constraints (fix w/ "yarn constraints --fix")'
122124
run: yarn constraints
123125
- name: 'Check for duplicate dependencies (fix w/ "yarn dedupe")'

.yarn/plugins/@yarnpkg/plugin-constraints.cjs

Lines changed: 0 additions & 52 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 541 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 0 additions & 875 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
compressionLevel: mixed
2+
13
enableGlobalCache: true
24

35
logFilters:
@@ -37,12 +39,4 @@ packageExtensions:
3739
peerDependencies:
3840
"@babel/preset-env": ^7.1.6
3941

40-
plugins:
41-
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
42-
spec: "@yarnpkg/plugin-constraints"
43-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
44-
spec: "@yarnpkg/plugin-interactive-tools"
45-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
46-
spec: "@yarnpkg/plugin-workspace-tools"
47-
48-
yarnPath: .yarn/releases/yarn-3.8.7.cjs
42+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

constraints.pro

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)