Commit 745f3a8
fix: handle spm packages internal to cli (#6098)
* fix: handle spm packages internal to cli
Swap third party trapeze dependency with cli internal handling.
* chore: dep review
* chore: pr feedback
* chore: regenerate lockfile without unrelated dependency churn
The lockfile in this branch was produced by a full `npm install`, which
refreshed ~95 unrelated transitive versions (@babel/*, @sigstore/*,
conventional-changelog-*, and @emnapi/* jumping to 2.0.0-alpha.3) and
reshuffled hoisting, making the dependency change unreviewable.
Regenerated from main's lockfile with `npm install --package-lock-only`,
so the diff now contains only the removal of @nstudio/trapezedev-project
with its orphaned transitives and the effect of the new
@ts-morph/common@0.26.1 minimatch override.
---------
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>1 parent 1eae2f6 commit 745f3a8
8 files changed
Lines changed: 908 additions & 950 deletions
File tree
- lib
- definitions
- services
- ios
- test/services/ios
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
45 | 80 | | |
46 | 81 | | |
47 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | | - | |
1426 | | - | |
1427 | | - | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
1431 | | - | |
1432 | 1419 | | |
| 1420 | + | |
1433 | 1421 | | |
1434 | 1422 | | |
1435 | 1423 | | |
| |||
1439 | 1427 | | |
1440 | 1428 | | |
1441 | 1429 | | |
1442 | | - | |
| 1430 | + | |
1443 | 1431 | | |
1444 | 1432 | | |
1445 | 1433 | | |
1446 | | - | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
1447 | 1446 | | |
1448 | 1447 | | |
1449 | 1448 | | |
| |||
0 commit comments