chore(repo): update nx to 17.1.0-beta.4 (#20124)
This commit is contained in:
parent
801e866eb6
commit
c7d0d21761
@ -9,7 +9,6 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "e2e/eslint/jest.config.ts",
|
"jestConfig": "e2e/eslint/jest.config.ts",
|
||||||
"passWithNoTests": true,
|
|
||||||
"runInBand": true
|
"runInBand": true
|
||||||
},
|
},
|
||||||
"outputs": ["{workspaceRoot}/coverage/e2e/eslint"]
|
"outputs": ["{workspaceRoot}/coverage/e2e/eslint"]
|
||||||
|
|||||||
@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-home"],
|
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-home"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "nx-dev/ui-home/jest.config.ts",
|
"jestConfig": "nx-dev/ui-home/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,14 +28,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "nx-dev/util-ai/jest.config.ts",
|
"jestConfig": "nx-dev/util-ai/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
16
nx.json
16
nx.json
@ -181,9 +181,6 @@
|
|||||||
],
|
],
|
||||||
"cache": true
|
"cache": true
|
||||||
},
|
},
|
||||||
"lint-base": {
|
|
||||||
"cache": true
|
|
||||||
},
|
|
||||||
"build-ng": {
|
"build-ng": {
|
||||||
"cache": true
|
"cache": true
|
||||||
},
|
},
|
||||||
@ -195,6 +192,19 @@
|
|||||||
},
|
},
|
||||||
"copy-docs": {
|
"copy-docs": {
|
||||||
"cache": true
|
"cache": true
|
||||||
|
},
|
||||||
|
"@nx/jest:jest": {
|
||||||
|
"cache": true,
|
||||||
|
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||||
|
"options": {
|
||||||
|
"passWithNoTests": true
|
||||||
|
},
|
||||||
|
"configurations": {
|
||||||
|
"ci": {
|
||||||
|
"ci": true,
|
||||||
|
"codeCoverage": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": ["@monodon/rust"],
|
"plugins": ["@monodon/rust"],
|
||||||
|
|||||||
50
package.json
50
package.json
@ -30,9 +30,9 @@
|
|||||||
"@angular-devkit/build-angular": "~17.0.0-rc.4",
|
"@angular-devkit/build-angular": "~17.0.0-rc.4",
|
||||||
"@angular-devkit/core": "~17.0.0-rc.4",
|
"@angular-devkit/core": "~17.0.0-rc.4",
|
||||||
"@angular-devkit/schematics": "~17.0.0-rc.4",
|
"@angular-devkit/schematics": "~17.0.0-rc.4",
|
||||||
"@angular-eslint/eslint-plugin": "~17.0.0-alpha.0",
|
"@angular-eslint/eslint-plugin": "17.0.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "~17.0.0-alpha.0",
|
"@angular-eslint/eslint-plugin-template": "17.0.0",
|
||||||
"@angular-eslint/template-parser": "~17.0.0-alpha.0",
|
"@angular-eslint/template-parser": "17.0.0",
|
||||||
"@angular/cli": "~17.0.0-rc.4",
|
"@angular/cli": "~17.0.0-rc.4",
|
||||||
"@angular/common": "~17.0.0-rc.3",
|
"@angular/common": "~17.0.0-rc.3",
|
||||||
"@angular/compiler": "~17.0.0-rc.3",
|
"@angular/compiler": "~17.0.0-rc.3",
|
||||||
@ -63,19 +63,19 @@
|
|||||||
"@ngrx/effects": "~16.0.0",
|
"@ngrx/effects": "~16.0.0",
|
||||||
"@ngrx/router-store": "~16.0.0",
|
"@ngrx/router-store": "~16.0.0",
|
||||||
"@ngrx/store": "~16.0.0",
|
"@ngrx/store": "~16.0.0",
|
||||||
"@nx/angular": "17.0.0-rc.2",
|
"@nx/angular": "17.1.0-beta.4",
|
||||||
"@nx/cypress": "17.0.0-rc.2",
|
"@nx/cypress": "17.1.0-beta.4",
|
||||||
"@nx/devkit": "17.0.0-rc.2",
|
"@nx/devkit": "17.1.0-beta.4",
|
||||||
"@nx/esbuild": "17.0.0-rc.2",
|
"@nx/esbuild": "17.1.0-beta.4",
|
||||||
"@nx/eslint-plugin": "17.0.0-rc.2",
|
"@nx/eslint-plugin": "17.1.0-beta.4",
|
||||||
"@nx/jest": "17.0.0-rc.2",
|
"@nx/jest": "17.1.0-beta.4",
|
||||||
"@nx/js": "17.0.0-rc.2",
|
"@nx/js": "17.1.0-beta.4",
|
||||||
"@nx/next": "17.0.0-rc.2",
|
"@nx/next": "17.1.0-beta.4",
|
||||||
"@nx/playwright": "17.0.0-rc.2",
|
"@nx/playwright": "17.1.0-beta.4",
|
||||||
"@nx/react": "17.0.0-rc.2",
|
"@nx/react": "17.1.0-beta.4",
|
||||||
"@nx/storybook": "17.0.0-rc.2",
|
"@nx/storybook": "17.1.0-beta.4",
|
||||||
"@nx/web": "17.0.0-rc.2",
|
"@nx/web": "17.1.0-beta.4",
|
||||||
"@nx/webpack": "17.0.0-rc.2",
|
"@nx/webpack": "17.1.0-beta.4",
|
||||||
"@parcel/watcher": "2.0.4",
|
"@parcel/watcher": "2.0.4",
|
||||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||||
"@playwright/test": "^1.36.1",
|
"@playwright/test": "^1.36.1",
|
||||||
@ -90,10 +90,10 @@
|
|||||||
"@rollup/plugin-url": "^7.0.0",
|
"@rollup/plugin-url": "^7.0.0",
|
||||||
"@schematics/angular": "~17.0.0-rc.4",
|
"@schematics/angular": "~17.0.0-rc.4",
|
||||||
"@side/jest-runtime": "^1.1.0",
|
"@side/jest-runtime": "^1.1.0",
|
||||||
"@storybook/addon-essentials": "7.2.2",
|
"@storybook/addon-essentials": "7.5.3",
|
||||||
"@storybook/core-server": "7.2.2",
|
"@storybook/core-server": "7.5.3",
|
||||||
"@storybook/react": "7.2.2",
|
"@storybook/react": "7.5.3",
|
||||||
"@storybook/react-webpack5": "7.2.2",
|
"@storybook/react-webpack5": "7.5.3",
|
||||||
"@storybook/types": "^7.1.1",
|
"@storybook/types": "^7.1.1",
|
||||||
"@supabase/supabase-js": "^2.26.0",
|
"@supabase/supabase-js": "^2.26.0",
|
||||||
"@svgr/rollup": "^8.0.1",
|
"@svgr/rollup": "^8.0.1",
|
||||||
@ -126,10 +126,10 @@
|
|||||||
"@types/tmp": "^0.2.0",
|
"@types/tmp": "^0.2.0",
|
||||||
"@types/yargs": "^17.0.10",
|
"@types/yargs": "^17.0.10",
|
||||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
"@typescript-eslint/eslint-plugin": "6.10.0",
|
||||||
"@typescript-eslint/parser": "^6.9.1",
|
"@typescript-eslint/parser": "6.10.0",
|
||||||
"@typescript-eslint/type-utils": "^6.9.1",
|
"@typescript-eslint/type-utils": "^6.9.1",
|
||||||
"@typescript-eslint/utils": "^6.9.1",
|
"@typescript-eslint/utils": "6.10.0",
|
||||||
"@xstate/immer": "0.3.1",
|
"@xstate/immer": "0.3.1",
|
||||||
"@xstate/inspect": "0.7.0",
|
"@xstate/inspect": "0.7.0",
|
||||||
"@xstate/react": "3.0.1",
|
"@xstate/react": "3.0.1",
|
||||||
@ -227,7 +227,7 @@
|
|||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"npm-package-arg": "11.0.1",
|
"npm-package-arg": "11.0.1",
|
||||||
"nuxi": "npm:nuxi-nightly@3.9.2-1699007958.251cab5",
|
"nuxi": "npm:nuxi-nightly@3.9.2-1699007958.251cab5",
|
||||||
"nx": "17.0.0-rc.2",
|
"nx": "17.1.0-beta.4",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~4.3.1",
|
"openai": "~4.3.1",
|
||||||
@ -293,7 +293,7 @@
|
|||||||
"xstate": "4.34.0",
|
"xstate": "4.34.0",
|
||||||
"yargs": "^17.6.2",
|
"yargs": "^17.6.2",
|
||||||
"yargs-parser": "21.1.1",
|
"yargs-parser": "21.1.1",
|
||||||
"@nx/eslint": "17.0.0-rc.2"
|
"@nx/eslint": "17.1.0-beta.4"
|
||||||
},
|
},
|
||||||
"author": "Victor Savkin",
|
"author": "Victor Savkin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "packages/nuxt/jest.config.ts",
|
"jestConfig": "packages/nuxt/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
},
|
||||||
"outputs": ["{workspaceRoot}/coverage/packages/nuxt"]
|
"outputs": ["{workspaceRoot}/coverage/packages/nuxt"]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -209,6 +209,7 @@ function handleAngularCLIFallbacks(workspace: WorkspaceTypeAndRoot) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
// nx-ignore-next-line
|
||||||
const cli = require.resolve('@angular/cli/lib/init.js', {
|
const cli = require.resolve('@angular/cli/lib/init.js', {
|
||||||
paths: [workspace.dir],
|
paths: [workspace.dir],
|
||||||
});
|
});
|
||||||
|
|||||||
@ -200,6 +200,7 @@ function resolveNx(workspace: WorkspaceTypeAndRoot | null) {
|
|||||||
} catch {
|
} catch {
|
||||||
// TODO(v17): Remove this
|
// TODO(v17): Remove this
|
||||||
// fallback for old CLI install setup
|
// fallback for old CLI install setup
|
||||||
|
// nx-ignore-next-line
|
||||||
return require.resolve('@nrwl/cli/bin/nx.js', {
|
return require.resolve('@nrwl/cli/bin/nx.js', {
|
||||||
paths: [workspace ? workspace.dir : globalsRoot],
|
paths: [workspace ? workspace.dir : globalsRoot],
|
||||||
});
|
});
|
||||||
|
|||||||
@ -25,6 +25,7 @@ export interface WorkspaceTypeAndRoot {
|
|||||||
|
|
||||||
function isAngularCliInstalled(root: string): boolean {
|
function isAngularCliInstalled(root: string): boolean {
|
||||||
try {
|
try {
|
||||||
|
// nx-ignore-next-line
|
||||||
require.resolve('@angular/cli', {
|
require.resolve('@angular/cli', {
|
||||||
paths: [root],
|
paths: [root],
|
||||||
});
|
});
|
||||||
|
|||||||
@ -11,9 +11,9 @@ exports[`@nx/storybook:init dependencies for package.json should add angular rel
|
|||||||
"@angular/forms": "*",
|
"@angular/forms": "*",
|
||||||
"@nx/js": "0.0.1",
|
"@nx/js": "0.0.1",
|
||||||
"@nx/storybook": "0.0.1",
|
"@nx/storybook": "0.0.1",
|
||||||
"@storybook/addon-essentials": "7.2.2",
|
"@storybook/addon-essentials": "7.5.3",
|
||||||
"@storybook/angular": "7.2.2",
|
"@storybook/angular": "7.5.3",
|
||||||
"@storybook/core-server": "7.2.2",
|
"@storybook/core-server": "7.5.3",
|
||||||
"@swc-node/register": "~1.6.7",
|
"@swc-node/register": "~1.6.7",
|
||||||
"@swc/core": "~1.3.85",
|
"@swc/core": "~1.3.85",
|
||||||
"existing": "1.0.0",
|
"existing": "1.0.0",
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "packages/vite/jest.config.ts",
|
"jestConfig": "packages/vite/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
},
|
||||||
"outputs": ["{workspaceRoot}/coverage/packages/vite"]
|
"outputs": ["{workspaceRoot}/coverage/packages/vite"]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "packages/vue/jest.config.ts",
|
"jestConfig": "packages/vue/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
},
|
||||||
"outputs": ["{workspaceRoot}/coverage/packages/vue"]
|
"outputs": ["{workspaceRoot}/coverage/packages/vue"]
|
||||||
},
|
},
|
||||||
|
|||||||
1517
pnpm-lock.yaml
generated
1517
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -63,14 +63,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "tools/documentation/create-embeddings/jest.config.ts",
|
"jestConfig": "tools/documentation/create-embeddings/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -18,14 +18,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "tools/workspace-plugin/jest.config.ts",
|
"jestConfig": "tools/workspace-plugin/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user