Skip to content

Commit

Permalink
chore(repo): update nx to 19.5.0-beta.5 (#26925)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

This repo uses Nx `19.4.0-rc.1`

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

This repo uses Nx `19.5.0-beta.5`

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz committed Jul 17, 2024
1 parent a0baab0 commit 064eb71
Show file tree
Hide file tree
Showing 35 changed files with 476 additions and 2,290 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

60 changes: 2 additions & 58 deletions e2e/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,6 @@
"sourceRoot": "e2e/angular",
"projectType": "application",
"implicitDependencies": ["angular"],
"targets": {
"e2e-ci--src/config.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/cypress-component-tests.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/misc.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/module-federation.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/ng-add.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/projects.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/tailwind.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/ngrx.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-angular --web",
"targets": {}
}
18 changes: 2 additions & 16 deletions e2e/cypress/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
"sourceRoot": "e2e/cypress",
"projectType": "application",
"implicitDependencies": ["cypress", "react"],
"targets": {
"e2e-ci--src/cypress.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/cypress-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-cypress --web",
"targets": {}
}
14 changes: 0 additions & 14 deletions e2e/detox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/detox-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/detox.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
}
11 changes: 2 additions & 9 deletions e2e/esbuild/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
"sourceRoot": "e2e/esbuild",
"projectType": "application",
"implicitDependencies": ["esbuild"],
"targets": {
"e2e-ci--src/esbuild.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-esbuild --web",
"targets": {}
}
18 changes: 2 additions & 16 deletions e2e/eslint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
"sourceRoot": "e2e/eslint",
"projectType": "application",
"implicitDependencies": ["eslint"],
"targets": {
"e2e-ci--src/linter.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/linter-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-eslint --web",
"targets": {}
}
14 changes: 0 additions & 14 deletions e2e/expo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@
},
"e2e-macos-ci--src/expo-legacy.test.ts": {
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/expo-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/expo.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
}
11 changes: 2 additions & 9 deletions e2e/gradle/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
"sourceRoot": "e2e/gradle",
"projectType": "application",
"implicitDependencies": ["eslint"],
"targets": {
"e2e-ci--src/gradle.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-gradle --web",
"targets": {}
}
25 changes: 2 additions & 23 deletions e2e/jest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,6 @@
"sourceRoot": "e2e/jest",
"projectType": "application",
"implicitDependencies": ["jest"],
"targets": {
"e2e-ci--src/jest.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/jest-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/jest-root.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-jest --web",
"targets": {}
}
35 changes: 0 additions & 35 deletions e2e/js/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,12 @@
"projectType": "application",
"implicitDependencies": ["jest"],
"targets": {
"e2e-ci--src/js-executor-node.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/js-executor-swc.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/js-executor-tsc.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/js-generators.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs"]
},
"e2e-ci--src/js-inlining.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/js-packaging.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
}
11 changes: 2 additions & 9 deletions e2e/lerna-smoke-tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
"sourceRoot": "e2e/lerna-smoke-tests",
"projectType": "application",
"implicitDependencies": ["nx", "devkit"],
"targets": {
"e2e-ci--src/lerna-smoke-tests.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-lerna-smoke-tests --web",
"targets": {}
}
74 changes: 2 additions & 72 deletions e2e/next/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,76 +4,6 @@
"sourceRoot": "e2e/next/src",
"projectType": "application",
"implicitDependencies": ["next"],
"targets": {
"e2e-ci--src/next.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-appdir.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-component-tests.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-legacy.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-playwright.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-playwright-standalone-eslint.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-storybook.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-styles.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-svgr.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
},
"e2e-ci--src/next-webpack.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs", "^production"]
}
}
"// targets": "to see all targets run: nx show project e2e-next --web",
"targets": {}
}
Loading

0 comments on commit 064eb71

Please sign in to comment.