Skip to content

Commit 0cca286

Browse files
authored
fix: expand version range to include nx v22.x (lerna#4242)
1 parent 48cc6ee commit 0cca286

File tree

35 files changed

+7224
-10002
lines changed

35 files changed

+7224
-10002
lines changed

__fixtures__/yarn-link-spec/.yarnrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

__fixtures__/yarn-link-spec/lerna.json

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

__fixtures__/yarn-link-spec/package.json

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

__fixtures__/yarn-link-spec/workspaces/package-1/package.json

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

__fixtures__/yarn-link-spec/workspaces/package-2/package.json

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

e2e/repair/src/repair.spec.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ describe("lerna-repair", () => {
5454
- nx: release-version-config-changes (Updates release version config based on the breaking changes in Nx v21)
5555
- nx: release-changelog-config-changes (Updates release changelog config based on the breaking changes in Nx v21)
5656
- nx: 21-1-0-add-ignore-entries-for-nx-rule-files (Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present)
57+
- nx: 22-0-0-release-version-config-changes (Updates release version config based on the breaking changes in Nx v22)
58+
- nx: 22-0-0-consolidate-release-tag-config (Consolidates releaseTag* options into nested releaseTag object structure)
59+
- nx: 22-1-0-update-nx-wrapper (Updates the nx wrapper.)
5760
---------------------------------------------------------
5861
5962
Running migration lerna: remove-unnecessary-use-nx
@@ -223,6 +226,27 @@ describe("lerna-repair", () => {
223226
224227
No changes were made
225228
229+
---------------------------------------------------------
230+
Running migration nx: 22-0-0-release-version-config-changes
231+
Ran 22-0-0-release-version-config-changes from nx
232+
Updates release version config based on the breaking changes in Nx v22
233+
234+
No changes were made
235+
236+
---------------------------------------------------------
237+
Running migration nx: 22-0-0-consolidate-release-tag-config
238+
Ran 22-0-0-consolidate-release-tag-config from nx
239+
Consolidates releaseTag* options into nested releaseTag object structure
240+
241+
No changes were made
242+
243+
---------------------------------------------------------
244+
Running migration nx: 22-1-0-update-nx-wrapper
245+
Ran 22-1-0-update-nx-wrapper from nx
246+
Updates the nx wrapper.
247+
248+
No changes were made
249+
226250
---------------------------------------------------------
227251
228252
Lerna No changes were necessary. This workspace is up to date!

libs/commands/publish/__fixtures__/git-hosted-sibling-committish/lerna.json

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

libs/commands/publish/__fixtures__/git-hosted-sibling-committish/package.json

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

libs/commands/publish/__fixtures__/git-hosted-sibling-committish/packages/package-1/package.json

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

libs/commands/publish/__fixtures__/git-hosted-sibling-committish/packages/package-2/package.json

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

0 commit comments

Comments
 (0)