Skip to content

Commit

Permalink
chore: update nx to 14.8.1 (lerna#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and Ross Rhodes committed Jan 3, 2023
1 parent d14ce3a commit 5918daa
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 67 deletions.
4 changes: 2 additions & 2 deletions commands/run/__tests__/run-command.test.js
Expand Up @@ -374,8 +374,8 @@ describe("RunCommand", () => {
it("runs a script in packages with --stream", async () => {
collectedOutput = "";
await lernaRun(testDir)("my-script", "--stream");
expect(collectedOutput).toContain("[package-1 ] package-1");
expect(collectedOutput).toContain("[package-3 ] package-3");
expect(collectedOutput).toContain("package-1: package-1");
expect(collectedOutput).toContain("package-3: package-3");
});

it("runs a cacheable script", async () => {
Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
Expand Up @@ -54,7 +54,7 @@
"@lerna/version": "file:../../commands/version",
"import-local": "^3.0.2",
"npmlog": "^6.0.2",
"nx": ">=14.6.1 < 16",
"nx": ">=14.8.1 < 16",
"typescript": "^3 || ^4"
}
}
2 changes: 1 addition & 1 deletion e2e/project.json
@@ -1,6 +1,6 @@
{
"$schema": "../node_modules/nx/schemas/project-schema.json",
"name": "@lerna/e2e",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"targets": {
"e2e": {
"executor": "nx:run-commands",
Expand Down

0 comments on commit 5918daa

Please sign in to comment.