chore(repo): update nx to 17.2.0-beta.14 (#20601)

This commit is contained in:
Katerina Skroumpelou 2023-12-06 20:10:44 +02:00 committed by GitHub
parent 6d68236d46
commit 3befa3a22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 511 additions and 634 deletions

View File

@ -7,10 +7,7 @@
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["graph/project-details/**/*.{ts,tsx,js,jsx}"]
}
"outputs": ["{options.outputFile}"]
}
}
}

View File

@ -16,13 +16,7 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"nx-dev/util-ai/**/*.ts",
"nx-dev/util-ai/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",

View File

@ -61,24 +61,24 @@
"@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0",
"@nuxt/kit": "^3.8.1",
"@ngrx/effects": "~17.0.0",
"@ngrx/router-store": "~17.0.0",
"@ngrx/store": "~17.0.0",
"@ngrx/effects": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@nuxt/schema": "^3.8.1",
"@nx/angular": "17.1.1",
"@nx/cypress": "17.1.1",
"@nx/devkit": "17.1.1",
"@nx/esbuild": "17.1.1",
"@nx/eslint": "17.1.1",
"@nx/eslint-plugin": "17.1.1",
"@nx/jest": "17.1.1",
"@nx/js": "17.1.1",
"@nx/next": "17.1.1",
"@nx/playwright": "17.1.1",
"@nx/react": "17.1.1",
"@nx/storybook": "17.1.1",
"@nx/web": "17.1.1",
"@nx/webpack": "17.1.1",
"@nx/angular": "17.2.0-beta.14",
"@nx/cypress": "17.2.0-beta.14",
"@nx/devkit": "17.2.0-beta.14",
"@nx/esbuild": "17.2.0-beta.14",
"@nx/eslint": "17.2.0-beta.14",
"@nx/eslint-plugin": "17.2.0-beta.14",
"@nx/jest": "17.2.0-beta.14",
"@nx/js": "17.2.0-beta.14",
"@nx/next": "17.2.0-beta.14",
"@nx/playwright": "17.2.0-beta.14",
"@nx/react": "17.2.0-beta.14",
"@nx/storybook": "17.2.0-beta.14",
"@nx/web": "17.2.0-beta.14",
"@nx/webpack": "17.2.0-beta.14",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -164,7 +164,7 @@
"ejs": "^3.1.7",
"enhanced-resolve": "^5.8.3",
"esbuild": "0.19.5",
"eslint": "~8.48.0",
"eslint": "8.48.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
@ -230,7 +230,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxi": "^3.10.0",
"nx": "17.1.1",
"nx": "17.2.0-beta.14",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
@ -286,7 +286,7 @@
"url-loader": "^4.1.1",
"use-sync-external-store": "^1.2.0",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vite": "5.0.5",
"webpack": "5.88.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
@ -370,3 +370,4 @@
]
}
}

View File

@ -66,23 +66,6 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"packages/vite/**/*.ts",
"packages/vite/**/*.spec.ts",
"packages/vite/**/*_spec.ts",
"packages/vite/**/*.spec.tsx",
"packages/vite/**/*.spec.js",
"packages/vite/**/*.spec.jsx",
"packages/vite/**/*.d.ts",
"packages/vite/**/executors/**/schema.json",
"packages/vite/**/generators/**/schema.json",
"packages/vite/generators.json",
"packages/vite/executors.json",
"packages/vite/package.json",
"packages/vite/migrations.json"
]
},
"outputs": ["{options.outputFile}"]
}
}

1064
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,7 @@
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"tools/workspace-plugin/**/*.ts",
"tools/workspace-plugin/package.json"
]
}
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",

View File

@ -3,6 +3,7 @@
"$id": "Generator",
"title": "",
"type": "object",
"description": "A generator for creating a new nodes plugin.",
"properties": {},
"required": []
}

View File

@ -3,6 +3,7 @@
"$id": "RemoveMigrations",
"title": "",
"type": "object",
"description": "A generator for removing old migrations.",
"properties": {
"v": {
"type": "number"