Skip to content

Commit 5c7e393

Browse files
committed
chore: fix repair snapshots
1 parent 5689177 commit 5c7e393

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

e2e/repair/src/repair.spec.ts

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ describe("lerna-repair", () => {
3636
- lerna: remove-invalid-use-workspaces (Remove invalid \`useWorkspaces\` config from lerna.json as it no longer exists)
3737
- lerna: update-options-from-legacy-deprecate-config (Migrate legacy deprecated config usage to their updated counterparts)
3838
- lerna: add-schema-config (Add \`$schema\` config to lerna.json if not already present to allow for IDE validation of lerna.json)
39+
- nx: 16.0.0-remove-nrwl-cli (Remove @nrwl/cli.)
40+
- nx: 16.0.0-update-nx-cloud-runner (Replace @nrwl/nx-cloud with nx-cloud)
41+
- nx: 16.0.0-tokens-for-depends-on (Replace \`dependsOn.projects\` and \`inputs\` definitions with new configuration format.)
42+
- nx: 16.2.0-remove-output-path-from-run-commands (Remove outputPath from run commands)
43+
- nx: 16.6.0-prefix-outputs (Prefix outputs with {workspaceRoot}/{projectRoot} if needed)
3944
- nx: 17.0.0-move-cache-directory (Updates the default cache directory to .nx/cache)
4045
- nx: 17.0.0-use-minimal-config-for-tasks-runner-options (Use minimal config for tasksRunnerOptions)
4146
- nx: rm-default-collection-npm-scope (Migration for v17.0.0-rc.1)
@@ -97,6 +102,40 @@ describe("lerna-repair", () => {
97102
Ran 17.0.0-move-cache-directory from nx
98103
Updates the default cache directory to .nx/cache
99104
105+
No changes were made
106+
---------------------------------------------------------
107+
Running migration nx: 16.0.0-remove-nrwl-cli
108+
Ran 16.0.0-remove-nrwl-cli from nx
109+
Remove @nrwl/cli.
110+
111+
No changes were made
112+
113+
---------------------------------------------------------
114+
Running migration nx: 16.0.0-update-nx-cloud-runner
115+
Ran 16.0.0-update-nx-cloud-runner from nx
116+
Replace @nrwl/nx-cloud with nx-cloud
117+
118+
No changes were made
119+
120+
---------------------------------------------------------
121+
Running migration nx: 16.0.0-tokens-for-depends-on
122+
Ran 16.0.0-tokens-for-depends-on from nx
123+
Replace \`dependsOn.projects\` and \`inputs\` definitions with new configuration format.
124+
125+
No changes were made
126+
127+
---------------------------------------------------------
128+
Running migration nx: 16.2.0-remove-output-path-from-run-commands
129+
Ran 16.2.0-remove-output-path-from-run-commands from nx
130+
Remove outputPath from run commands
131+
132+
No changes were made
133+
134+
---------------------------------------------------------
135+
Running migration nx: 16.6.0-prefix-outputs
136+
Ran 16.6.0-prefix-outputs from nx
137+
Prefix outputs with {workspaceRoot}/{projectRoot} if needed
138+
100139
No changes were made
101140
102141
---------------------------------------------------------

0 commit comments

Comments
 (0)