Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update snapshots #3968

Merged
merged 5 commits into from Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/create/src/create.spec.ts
Expand Up @@ -1283,9 +1283,9 @@ describe("lerna-create", () => {
> node ./__tests__/test-script.test.js
testScript tests passed



> Lerna (powered by Nx) Successfully ran target test for project test-script

Lerna (powered by Nx) Successfully ran target test for project test-script



Expand Down
2 changes: 1 addition & 1 deletion e2e/repair/src/repair.spec.ts
Expand Up @@ -30,7 +30,7 @@ describe("lerna-repair", () => {
expect(output.combinedOutput).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna No changes were necessary. This workspace is up to date!
Lerna No changes were necessary. This workspace is up to date!


`);
Expand Down
4 changes: 2 additions & 2 deletions e2e/run/task-runner/src/env-files/assertions.spec.ts
Expand Up @@ -36,7 +36,7 @@ describe("lerna-run-nx-env-files", () => {



> Lerna (powered by Nx) Successfully ran target log-env-var for project package-X
Lerna (powered by Nx) Successfully ran target log-env-var for project package-X



Expand All @@ -56,7 +56,7 @@ describe("lerna-run-nx-env-files", () => {



> Lerna (powered by Nx) Successfully ran target log-env-var for project package-X
Lerna (powered by Nx) Successfully ran target log-env-var for project package-X



Expand Down
Expand Up @@ -33,7 +33,7 @@ describe("lerna-run-nx-include-dependencies-with-target-config-in-package-json",
lerna info filter [ 'package-X' ]
lerna verb run Nx target configuration was found. Task dependencies will be automatically included.

> Lerna (powered by Nx) Running target print-name for project package-X and 2 tasks it depends on:
Lerna (powered by Nx) Running target print-name for project package-X and 2 tasks it depends on:



Expand Down Expand Up @@ -61,7 +61,7 @@ describe("lerna-run-nx-include-dependencies-with-target-config-in-package-json",



> Lerna (powered by Nx) Successfully ran target print-name for project package-X and 2 tasks it depends on
Lerna (powered by Nx) Successfully ran target print-name for project package-X and 2 tasks it depends on



Expand Down
Expand Up @@ -33,7 +33,7 @@ describe("lerna-run-nx-include-dependencies-with-target-config", () => {
lerna info filter [ 'package-X' ]
lerna verb run Nx target configuration was found. Task dependencies will be automatically included.

> Lerna (powered by Nx) Running target print-name for project package-X and 2 tasks it depends on:
Lerna (powered by Nx) Running target print-name for project package-X and 2 tasks it depends on:



Expand Down Expand Up @@ -61,7 +61,7 @@ describe("lerna-run-nx-include-dependencies-with-target-config", () => {



> Lerna (powered by Nx) Successfully ran target print-name for project package-X and 2 tasks it depends on
Lerna (powered by Nx) Successfully ran target print-name for project package-X and 2 tasks it depends on



Expand Down
Expand Up @@ -41,7 +41,7 @@ describe("lerna-run-nx-include-dependencies-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for project package-X
Lerna (powered by Nx) Successfully ran target print-name for project package-X



Expand Down
Expand Up @@ -41,7 +41,7 @@ describe("lerna-run-nx-include-dependencies-without-target-defaults", () => {



> Lerna (powered by Nx) Successfully ran target print-name for project package-X
Lerna (powered by Nx) Successfully ran target print-name for project package-X



Expand Down
Expand Up @@ -28,7 +28,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -62,7 +62,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -75,7 +75,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -109,7 +109,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -122,7 +122,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -156,7 +156,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -169,7 +169,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -203,7 +203,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -217,7 +217,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {
lerna notice cli v999.9.9-e2e.0
lerna notice filter including dependencies

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -251,7 +251,7 @@ describe("lerna-run-nx-incompatible-options-without-nx-json", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand Down
20 changes: 10 additions & 10 deletions e2e/run/task-runner/src/incompatible-options/assertions.spec.ts
Expand Up @@ -28,7 +28,7 @@ describe("lerna-run-nx-incompatible-options", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -62,7 +62,7 @@ describe("lerna-run-nx-incompatible-options", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -76,7 +76,7 @@ describe("lerna-run-nx-incompatible-options", () => {
lerna notice cli v999.9.9-e2e.0
lerna WARN run "parallel", "sort", and "no-sort" are ignored when Nx targets are configured. See https://lerna.js.org/docs/lerna6-obsolete-options for details.

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -110,7 +110,7 @@ describe("lerna-run-nx-incompatible-options", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -124,7 +124,7 @@ describe("lerna-run-nx-incompatible-options", () => {
lerna notice cli v999.9.9-e2e.0
lerna WARN run "parallel", "sort", and "no-sort" are ignored when Nx targets are configured. See https://lerna.js.org/docs/lerna6-obsolete-options for details.

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -158,7 +158,7 @@ describe("lerna-run-nx-incompatible-options", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -172,7 +172,7 @@ describe("lerna-run-nx-incompatible-options", () => {
lerna notice cli v999.9.9-e2e.0
lerna WARN run "parallel", "sort", and "no-sort" are ignored when Nx targets are configured. See https://lerna.js.org/docs/lerna6-obsolete-options for details.

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -206,7 +206,7 @@ describe("lerna-run-nx-incompatible-options", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand All @@ -221,7 +221,7 @@ describe("lerna-run-nx-incompatible-options", () => {
lerna notice filter including dependencies
lerna info run Using the "include-dependencies" option when Nx targets are configured will include both task dependencies detected by Nx and project dependencies detected by Lerna. See https://lerna.js.org/docs/lerna6-obsolete-options#--include-dependencies for details.

> Lerna (powered by Nx) Running target print-name for 3 projects:
Lerna (powered by Nx) Running target print-name for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -255,7 +255,7 @@ describe("lerna-run-nx-incompatible-options", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 3 projects
Lerna (powered by Nx) Successfully ran target print-name for 3 projects



Expand Down
8 changes: 4 additions & 4 deletions e2e/run/task-runner/src/multiple-targets/assertions.spec.ts
Expand Up @@ -33,7 +33,7 @@ describe("lerna-run-nx-multiple-targets", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running targets XXXXXXXXXX, XXXXXXXXXX for 3 projects:
Lerna (powered by Nx) Running targets XXXXXXXXXX, XXXXXXXXXX for 3 projects:

- package-X
- package-X
Expand Down Expand Up @@ -75,7 +75,7 @@ describe("lerna-run-nx-multiple-targets", () => {



> Lerna (powered by Nx) Successfully ran targets XXXXXXXXXX, XXXXXXXXXX for 3 projects
Lerna (powered by Nx) Successfully ran targets XXXXXXXXXX, XXXXXXXXXX for 3 projects



Expand All @@ -89,7 +89,7 @@ describe("lerna-run-nx-multiple-targets", () => {
lerna notice filter including "package-X"
lerna info filter [ 'package-X' ]

> Lerna (powered by Nx) Running targets XXXXXXXXXX, XXXXXXXXXX for project package-X:
Lerna (powered by Nx) Running targets XXXXXXXXXX, XXXXXXXXXX for project package-X:

- package-X

Expand All @@ -113,7 +113,7 @@ describe("lerna-run-nx-multiple-targets", () => {



> Lerna (powered by Nx) Successfully ran targets XXXXXXXXXX, XXXXXXXXXX for project package-X
Lerna (powered by Nx) Successfully ran targets XXXXXXXXXX, XXXXXXXXXX for project package-X



Expand Down
4 changes: 2 additions & 2 deletions e2e/run/task-runner/src/pnpm/assertions.spec.ts
Expand Up @@ -30,7 +30,7 @@ describe("lerna-run-nx-pnpm", () => {
expect(output).toMatchInlineSnapshot(`
lerna notice cli v999.9.9-e2e.0

> Lerna (powered by Nx) Running target print-name for 12 projects:
Lerna (powered by Nx) Running target print-name for 12 projects:

- package-X
- package-X
Expand Down Expand Up @@ -145,7 +145,7 @@ describe("lerna-run-nx-pnpm", () => {



> Lerna (powered by Nx) Successfully ran target print-name for 12 projects
Lerna (powered by Nx) Successfully ran target print-name for 12 projects



Expand Down