Commit 929aaf2
committed
chore: upgrade from yarn 1.22 to yarn 4.16 (Berry)
- packageManager: yarn@4.16.0 + .yarn/releases/yarn-4.16.0.cjs (no corepack dependency for users)
- .yarnrc.yml: nodeLinker=node-modules (keep classic install), enableScripts=true
- yarn.lock regenerated in Berry format
- Husky pre-commit now uses "yarn install --mode=update-lockfile" (Berry-only equivalent of npm install --package-lock-only; refreshes lockfile in standalone mode without triggering postinstall or full install)
- CI: replace "--frozen-lockfile" with "--immutable" (Berry syntax) and add "corepack enable" step
- package.json: replace shell backticks with $(...) in test script (Yarn 4 shell does not expand backticks the same way Yarn 1 did)
- .gitignore: track only .yarn/releases, .yarn/plugins etc.; ignore the rest1 parent b99c502 commit 929aaf2
8 files changed
Lines changed: 10896 additions & 7233 deletions
File tree
- .github/workflows
- .husky
- .yarn/releases
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
96 | | - | |
| 94 | + | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
141 | 139 | | |
142 | 140 | | |
143 | 141 | | |
144 | | - | |
145 | 142 | | |
| 143 | + | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
219 | 217 | | |
220 | 218 | | |
221 | 219 | | |
222 | | - | |
| 220 | + | |
| 221 | + | |
223 | 222 | | |
Large diffs are not rendered by default.
0 commit comments