Commit 8edffbf
committed
chore: migrate from Yarn Classic to npm
Yarn Classic (1.x) is EOL. This repo now uses npm, matching the rest of
the CoreUI stack (both Angular repos already declare npm@11, the vanilla
and astro-docs repos are already on npm).
- lerna.json: npmClient yarn -> npm
- package.json: resolutions -> overrides; add packageManager npm@11.6.4
- CI: yarn install --ignore-engines -> npm ci (with npm cache)
- Commit package-lock.json (previously yarn.lock was gitignored, so every
CI run and local release resolved the full tree fresh from npm with no
review point). Remove the stale, never-committed packages/docs/yarn.lock.1 parent 255ffe7 commit 8edffbf
5 files changed
Lines changed: 25064 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments