@depup/lerna 9.0.6-depup.0 → 9.0.7-depup.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +4 -13
  2. package/dist/commands/changed/command.js +186 -128
  3. package/dist/commands/changed/index.js +159 -114
  4. package/dist/commands/clean/command.js +1021 -1450
  5. package/dist/commands/clean/index.js +1021 -1450
  6. package/dist/commands/create/command.js +4740 -5225
  7. package/dist/commands/create/index.js +4740 -5225
  8. package/dist/commands/diff/command.js +177 -119
  9. package/dist/commands/diff/index.js +151 -106
  10. package/dist/commands/diff/lib/get-last-commit.js +141 -97
  11. package/dist/commands/diff/lib/has-commit.js +141 -97
  12. package/dist/commands/exec/command.js +217 -126
  13. package/dist/commands/exec/index.js +190 -113
  14. package/dist/commands/import/command.js +187 -129
  15. package/dist/commands/import/index.js +160 -115
  16. package/dist/commands/info/command.js +177 -119
  17. package/dist/commands/info/index.js +151 -106
  18. package/dist/commands/init/command.js +177 -119
  19. package/dist/commands/init/index.js +151 -106
  20. package/dist/commands/list/command.js +220 -129
  21. package/dist/commands/list/index.js +192 -115
  22. package/dist/commands/publish/command.js +289 -185
  23. package/dist/commands/publish/index.js +289 -185
  24. package/dist/commands/publish/lib/fetch-config.js +164 -107
  25. package/dist/commands/publish/lib/get-current-sha.js +164 -107
  26. package/dist/commands/publish/lib/get-current-tags.js +164 -107
  27. package/dist/commands/publish/lib/get-npm-username.js +164 -107
  28. package/dist/commands/publish/lib/get-profile-data.js +164 -107
  29. package/dist/commands/publish/lib/get-two-factor-auth-required.js +164 -107
  30. package/dist/commands/publish/lib/get-whoami.js +164 -107
  31. package/dist/commands/publish/lib/git-checkout.js +164 -107
  32. package/dist/commands/publish/lib/verify-npm-package-access.js +164 -107
  33. package/dist/commands/run/command.js +221 -130
  34. package/dist/commands/run/index.js +193 -116
  35. package/dist/commands/version/command.js +262 -158
  36. package/dist/commands/version/index.js +262 -158
  37. package/dist/commands/version/lib/create-release.js +167 -110
  38. package/dist/commands/version/lib/get-current-branch.js +164 -107
  39. package/dist/commands/version/lib/git-add.js +171 -114
  40. package/dist/commands/version/lib/git-commit.js +164 -107
  41. package/dist/commands/version/lib/git-push.js +164 -107
  42. package/dist/commands/version/lib/git-tag.js +164 -107
  43. package/dist/commands/version/lib/is-anything-committed.js +164 -107
  44. package/dist/commands/version/lib/is-behind-upstream.js +164 -107
  45. package/dist/commands/version/lib/prompt-version.js +164 -107
  46. package/dist/commands/version/lib/remote-branch-exists.js +164 -107
  47. package/dist/commands/version/lib/update-lockfile-version.js +167 -110
  48. package/dist/index.js +711 -1805
  49. package/dist/libs/core/src/index.d.ts +2 -0
  50. package/dist/libs/core/src/lib/multimatch.d.ts +2 -0
  51. package/dist/libs/core/src/lib/write-package.d.ts +1 -0
  52. package/dist/utils/index.js +149 -104
  53. package/package.json +7 -54
  54. package/dist/libs/legacy-core/src/index.d.ts +0 -10
  55. package/dist/libs/legacy-core/src/lib/collect-updates/collect-dependents.d.ts +0 -5
  56. package/dist/libs/legacy-core/src/lib/collect-updates/collect-packages.d.ts +0 -10
  57. package/dist/libs/legacy-core/src/lib/collect-updates/has-tags.d.ts +0 -5
  58. package/dist/libs/legacy-core/src/lib/collect-updates/index.d.ts +0 -19
  59. package/dist/libs/legacy-core/src/lib/collect-updates/make-diff-predicate.d.ts +0 -7
  60. package/dist/libs/legacy-core/src/lib/command/clean-stack.d.ts +0 -1
  61. package/dist/libs/legacy-core/src/lib/command/default-options.d.ts +0 -2
  62. package/dist/libs/legacy-core/src/lib/command/index.d.ts +0 -40
  63. package/dist/libs/legacy-core/src/lib/command/log-package-error.d.ts +0 -1
  64. package/dist/libs/legacy-core/src/lib/command/warn-if-hanging.d.ts +0 -1
  65. package/dist/libs/legacy-core/src/lib/create-symlink.d.ts +0 -4
  66. package/dist/libs/legacy-core/src/lib/filter-packages.d.ts +0 -13
  67. package/dist/libs/legacy-core/src/lib/get-filtered-packages.d.ts +0 -7
  68. package/dist/libs/legacy-core/src/lib/listable-format.d.ts +0 -8
  69. package/dist/libs/legacy-core/src/lib/package-graph/cyclic-package-graph-node.d.ts +0 -37
  70. package/dist/libs/legacy-core/src/lib/package-graph/index.d.ts +0 -74
  71. package/dist/libs/legacy-core/src/lib/package-graph/package-graph-node.d.ts +0 -32
  72. package/dist/libs/legacy-core/src/lib/package-graph/report-cycles.d.ts +0 -1
  73. package/dist/libs/legacy-core/src/lib/query-graph.d.ts +0 -27
  74. package/dist/libs/legacy-core/src/lib/resolve-symlink.d.ts +0 -1
  75. package/dist/libs/legacy-core/src/lib/run-topologically.d.ts +0 -16
  76. package/dist/libs/legacy-core/src/lib/symlink-binary/index.d.ts +0 -5
  77. package/dist/libs/legacy-core/src/lib/symlink-dependencies.d.ts +0 -9
  78. package/dist/libs/legacy-core/src/lib/write-log-file.d.ts +0 -1
package/README.md CHANGED
@@ -13,16 +13,16 @@ npm install @depup/lerna
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [lerna](https://www.npmjs.com/package/lerna) @ 9.0.6 |
17
- | Processed | 2026-03-11 |
16
+ | Original | [lerna](https://www.npmjs.com/package/lerna) @ 9.0.7 |
17
+ | Processed | 2026-03-13 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 58 |
19
+ | Deps updated | 49 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @npmcli/arborist | 9.1.6 | ^9.4.0 |
25
+ | @npmcli/arborist | 9.1.6 | ^9.4.1 |
26
26
  | @npmcli/package-json | 7.0.2 | ^7.0.5 |
27
27
  | @npmcli/run-script | 10.0.3 | ^10.0.4 |
28
28
  | @octokit/rest | 20.1.2 | ^22.0.1 |
@@ -39,7 +39,6 @@ npm install @depup/lerna
39
39
  | envinfo | 7.13.0 | ^7.21.0 |
40
40
  | execa | 5.0.0 | ^9.6.1 |
41
41
  | fs-extra | ^11.2.0 | ^11.3.4 |
42
- | get-port | 5.1.1 | ^7.1.0 |
43
42
  | get-stream | 6.0.0 | ^9.0.1 |
44
43
  | git-url-parse | 14.0.0 | ^16.1.0 |
45
44
  | import-local | 3.1.0 | ^3.2.0 |
@@ -47,13 +46,10 @@ npm install @depup/lerna
47
46
  | init-package-json | 8.2.2 | ^8.2.5 |
48
47
  | inquirer | 12.9.6 | ^13.3.0 |
49
48
  | is-ci | 3.0.1 | ^4.1.0 |
50
- | is-stream | 2.0.0 | ^4.0.1 |
51
49
  | libnpmpublish | 11.1.2 | ^11.1.3 |
52
50
  | load-json-file | 6.2.0 | ^7.0.1 |
53
- | make-dir | 4.0.0 | ^5.1.0 |
54
51
  | make-fetch-happen | 15.0.2 | ^15.0.4 |
55
52
  | minimatch | 3.1.4 | ^10.2.4 |
56
- | multimatch | 5.0.0 | ^8.0.0 |
57
53
  | npm-package-arg | 13.0.1 | ^13.0.2 |
58
54
  | npm-packlist | 10.0.3 | ^10.0.4 |
59
55
  | npm-registry-fetch | 19.1.0 | ^19.1.1 |
@@ -64,20 +60,15 @@ npm install @depup/lerna
64
60
  | p-reduce | 2.1.0 | ^3.0.0 |
65
61
  | p-waterfall | 2.1.1 | ^3.0.0 |
66
62
  | pacote | 21.0.1 | ^21.5.0 |
67
- | pify | 5.0.0 | ^6.1.0 |
68
63
  | read-cmd-shim | 4.0.0 | ^6.0.0 |
69
- | rimraf | ^6.1.2 | ^6.1.3 |
70
64
  | semver | 7.7.2 | ^7.7.4 |
71
65
  | signal-exit | 3.0.7 | ^4.1.0 |
72
66
  | slash | 3.0.0 | ^5.1.0 |
73
67
  | ssri | 12.0.0 | ^13.0.1 |
74
68
  | string-width | ^4.2.3 | ^8.2.0 |
75
- | temp-dir | 1.0.0 | ^3.0.0 |
76
69
  | tinyglobby | 0.2.12 | ^0.2.15 |
77
- | uuid | ^11.1.0 | ^13.0.0 |
78
70
  | validate-npm-package-name | 6.0.2 | ^7.0.2 |
79
71
  | write-file-atomic | 5.0.1 | ^7.0.1 |
80
- | write-pkg | 4.0.0 | ^7.0.0 |
81
72
  | yargs | 17.7.2 | ^18.0.0 |
82
73
  | yargs-parser | 21.1.1 | ^22.0.0 |
83
74