Skip to content

Commit

Permalink
chore(repo): update nx to 17.0.0-rc.0 (#19691)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Oct 18, 2023
1 parent a5c45cc commit cd66a55
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 252 deletions.
2 changes: 1 addition & 1 deletion nx-dev/ui-primitives/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tags": [],
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["nx-dev/ui-primitives/**/*.{ts,tsx,js,jsx}"]
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/util-ai/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/tools/eslint-rules/**/*"
],
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"{projectRoot}/**/*.{ts,tsx,js,jsx}",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,19 @@
"@nguniversal/builders": "~16.2.0",
"@nuxt/kit": "^3.7.4",
"@nuxt/schema": "^3.7.4",
"@nx/angular": "17.0.0-beta.6",
"@nx/cypress": "17.0.0-beta.6",
"@nx/devkit": "17.0.0-beta.6",
"@nx/esbuild": "17.0.0-beta.6",
"@nx/eslint-plugin": "17.0.0-beta.6",
"@nx/jest": "17.0.0-beta.6",
"@nx/js": "17.0.0-beta.6",
"@nx/linter": "17.0.0-beta.6",
"@nx/next": "17.0.0-beta.6",
"@nx/playwright": "17.0.0-beta.6",
"@nx/react": "17.0.0-beta.6",
"@nx/storybook": "17.0.0-beta.6",
"@nx/web": "17.0.0-beta.6",
"@nx/webpack": "17.0.0-beta.6",
"@nx/angular": "17.0.0-rc.0",
"@nx/cypress": "17.0.0-rc.0",
"@nx/devkit": "17.0.0-rc.0",
"@nx/esbuild": "17.0.0-rc.0",
"@nx/eslint-plugin": "17.0.0-rc.0",
"@nx/jest": "17.0.0-rc.0",
"@nx/js": "17.0.0-rc.0",
"@nx/next": "17.0.0-rc.0",
"@nx/playwright": "17.0.0-rc.0",
"@nx/react": "17.0.0-rc.0",
"@nx/storybook": "17.0.0-rc.0",
"@nx/web": "17.0.0-rc.0",
"@nx/webpack": "17.0.0-rc.0",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
Expand Down Expand Up @@ -231,7 +230,7 @@
"ng-packagr": "~16.2.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nx": "17.0.0-beta.6",
"nx": "17.0.0-rc.0",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -296,7 +295,8 @@
"webpack-subresource-integrity": "^5.1.0",
"xstate": "4.34.0",
"yargs": "^17.6.2",
"yargs-parser": "21.1.1"
"yargs-parser": "21.1.1",
"@nx/eslint": "17.0.0-rc.0"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/linter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @nrwl/linter has been renamed to @nx/linter!
## @nrwl/linter has been renamed to @nx/eslint!

@nrwl/linter has been renamed to [@nx/linter](https://www.npmjs.com/package/@nx/linter). Please use that instead.
@nrwl/linter has been renamed to [@nx/eslint](https://www.npmjs.com/package/@nx/eslint). Please use that instead.

[Read more here](https://nx.dev/recipes/other/rescope)

Expand Down
2 changes: 1 addition & 1 deletion packages/vite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"command": "node ./scripts/add-dependency-to-build.js vite @nrwl/vite"
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"packages/vite/**/*.ts",
Expand Down
455 changes: 227 additions & 228 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/documentation/create-embeddings/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["tools/documentation/create-embeddings/**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion tools/workspace-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
Expand Down

1 comment on commit cd66a55

@vercel
Copy link

@vercel vercel bot commented on cd66a55 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.