chore(repo): update to 15.0.0-rc1 (#12586)

This commit is contained in:
Victor Savkin 2022-10-13 18:34:24 -04:00 committed by GitHub
parent 1e5297edfc
commit 23de788b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
83 changed files with 318 additions and 225 deletions

View File

@ -233,7 +233,7 @@ jobs:
name: Run E2E Tests name: Run E2E Tests
command: | command: |
if $E2E_AFFECTED; then if $E2E_AFFECTED; then
npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-make-angular-cli-faster,e2e-detox,e2e-js,e2e-next,e2e-workspace-create,e2e-nx-run,e2e-nx-misc,e2e-react,e2e-web,e2e-angular-extensions,e2e-angular-core,e2e-nx-plugin,e2e-cypress,e2e-node,e2e-linter,e2e-jest,e2e-add-nx-to-monorepo,nx-dev-e2e,e2e-nx-init,e2e-graph-client --parallel=1; npx nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --exclude=e2e-make-angular-cli-faster,e2e-detox,e2e-js,e2e-next,e2e-workspace-create,e2e-nx-run,e2e-nx-misc,e2e-react,e2e-web,e2e-webpack,e2e-rollup,e2e-esbuild,e2e-angular-extensions,e2e-angular-core,e2e-nx-plugin,e2e-cypress,e2e-node,e2e-linter,e2e-jest,e2e-add-nx-to-monorepo,nx-dev-e2e,e2e-nx-init,e2e-graph-client --parallel=1;
else else
echo "Skipping E2E tests"; echo "Skipping E2E tests";
fi fi

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/add-nx-to-monorepo"] "outputs": ["{workspaceRoot}/coverage/e2e/add-nx-to-monorepo"]
} }
}, },
"implicitDependencies": ["workspace"] "implicitDependencies": ["workspace"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/angular-core"] "outputs": ["{workspaceRoot}/coverage/e2e/angular-core"]
} }
}, },
"implicitDependencies": ["angular"] "implicitDependencies": ["angular"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/angular-extensions"] "outputs": ["{workspaceRoot}/coverage/e2e/angular-extensions"]
} }
}, },
"implicitDependencies": ["angular"] "implicitDependencies": ["angular"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/cypress"] "outputs": ["{workspaceRoot}/coverage/e2e/cypress"]
} }
}, },
"implicitDependencies": ["cypress", "react"] "implicitDependencies": ["cypress", "react"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/detox"] "outputs": ["{workspaceRoot}/coverage/e2e/detox"]
} }
}, },
"implicitDependencies": ["detox"] "implicitDependencies": ["detox"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/esbuild"] "outputs": ["{workspaceRoot}/coverage/e2e/esbuild"]
} }
}, },
"implicitDependencies": ["esbuild"] "implicitDependencies": ["esbuild"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/expo"] "outputs": ["{workspaceRoot}/coverage/e2e/expo"]
} }
}, },
"implicitDependencies": ["expo"] "implicitDependencies": ["expo"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/jest"] "outputs": ["{workspaceRoot}/coverage/e2e/jest"]
} }
}, },
"implicitDependencies": ["jest"] "implicitDependencies": ["jest"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/js"] "outputs": ["{workspaceRoot}/coverage/e2e/js"]
} }
}, },
"implicitDependencies": ["jest"] "implicitDependencies": ["jest"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/linter"] "outputs": ["{workspaceRoot}/coverage/e2e/linter"]
} }
}, },
"implicitDependencies": ["linter"] "implicitDependencies": ["linter"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/make-angular-cli-faster"] "outputs": ["{workspaceRoot}/coverage/e2e/make-angular-cli-faster"]
} }
}, },
"implicitDependencies": ["make-angular-cli-faster"] "implicitDependencies": ["make-angular-cli-faster"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/next"] "outputs": ["{workspaceRoot}/coverage/e2e/next"]
} }
}, },
"implicitDependencies": ["next"] "implicitDependencies": ["next"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/node"] "outputs": ["{workspaceRoot}/coverage/e2e/node"]
} }
}, },
"implicitDependencies": ["node", "nest"] "implicitDependencies": ["node", "nest"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/nx-init"] "outputs": ["{workspaceRoot}/coverage/e2e/nx-init"]
} }
}, },
"implicitDependencies": ["nx"] "implicitDependencies": ["nx"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/nx-misc"] "outputs": ["{workspaceRoot}/coverage/e2e/nx-misc"]
} }
}, },
"implicitDependencies": ["js"] "implicitDependencies": ["js"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/nx-plugin"] "outputs": ["{workspaceRoot}/coverage/e2e/nx-plugin"]
} }
}, },
"implicitDependencies": ["create-nx-plugin"] "implicitDependencies": ["create-nx-plugin"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/nx-run"] "outputs": ["{workspaceRoot}/coverage/e2e/nx-run"]
} }
}, },
"implicitDependencies": ["js"] "implicitDependencies": ["js"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/react-native"] "outputs": ["{workspaceRoot}/coverage/e2e/react-native"]
} }
}, },
"implicitDependencies": ["react-native"] "implicitDependencies": ["react-native"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/react"] "outputs": ["{workspaceRoot}/coverage/e2e/react"]
} }
}, },
"implicitDependencies": ["react"] "implicitDependencies": ["react"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/rollup"] "outputs": ["{workspaceRoot}/coverage/e2e/rollup"]
} }
}, },
"implicitDependencies": ["rollup"] "implicitDependencies": ["rollup"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/storybook-angular"] "outputs": ["{workspaceRoot}/coverage/e2e/storybook-angular"]
} }
}, },
"implicitDependencies": ["storybook"] "implicitDependencies": ["storybook"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/storybook"] "outputs": ["{workspaceRoot}/coverage/e2e/storybook"]
} }
}, },
"implicitDependencies": ["storybook"] "implicitDependencies": ["storybook"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/web"] "outputs": ["{workspaceRoot}/coverage/e2e/web"]
} }
}, },
"implicitDependencies": ["web"] "implicitDependencies": ["web"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/webpack"] "outputs": ["{workspaceRoot}/coverage/e2e/webpack"]
} }
}, },
"implicitDependencies": ["webpack"] "implicitDependencies": ["webpack"]

View File

@ -27,7 +27,7 @@
"passWithNoTests": true, "passWithNoTests": true,
"runInBand": true "runInBand": true
}, },
"outputs": ["coverage/e2e/workspace-create"] "outputs": ["{workspaceRoot}/coverage/e2e/workspace-create"]
} }
}, },
"implicitDependencies": ["create-nx-workspace"] "implicitDependencies": ["create-nx-workspace"]

View File

@ -131,7 +131,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/graph/client"], "outputs": ["{workspaceRoot}/coverage/graph/client"],
"options": { "options": {
"jestConfig": "graph/client/jest.config.ts", "jestConfig": "graph/client/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/data-access-documents"], "outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-documents"],
"options": { "options": {
"jestConfig": "nx-dev/data-access-documents/jest.config.ts", "jestConfig": "nx-dev/data-access-documents/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/data-access-menu"], "outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-menu"],
"options": { "options": {
"jestConfig": "nx-dev/data-access-menu/jest.config.ts", "jestConfig": "nx-dev/data-access-menu/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/data-access-packages"], "outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-packages"],
"options": { "options": {
"jestConfig": "nx-dev/data-access-packages/jest.config.ts", "jestConfig": "nx-dev/data-access-packages/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/feature-analytics"], "outputs": ["{workspaceRoot}/coverage/nx-dev/feature-analytics"],
"options": { "options": {
"jestConfig": "nx-dev/feature-analytics/jest.config.ts", "jestConfig": "nx-dev/feature-analytics/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/feature-doc-viewer"], "outputs": ["{workspaceRoot}/coverage/nx-dev/feature-doc-viewer"],
"options": { "options": {
"jestConfig": "nx-dev/feature-doc-viewer/jest.config.ts", "jestConfig": "nx-dev/feature-doc-viewer/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -14,7 +14,9 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/feature-package-schema-viewer"], "outputs": [
"{workspaceRoot}/coverage/nx-dev/feature-package-schema-viewer"
],
"options": { "options": {
"jestConfig": "nx-dev/feature-package-schema-viewer/jest.config.ts", "jestConfig": "nx-dev/feature-package-schema-viewer/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/feature-search"], "outputs": ["{workspaceRoot}/coverage/nx-dev/feature-search"],
"options": { "options": {
"jestConfig": "nx-dev/feature-search/jest.config.ts", "jestConfig": "nx-dev/feature-search/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/models-document"], "outputs": ["{workspaceRoot}/coverage/nx-dev/models-document"],
"options": { "options": {
"jestConfig": "nx-dev/models-document/jest.config.ts", "jestConfig": "nx-dev/models-document/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/models-menu"], "outputs": ["{workspaceRoot}/coverage/nx-dev/models-menu"],
"options": { "options": {
"jestConfig": "nx-dev/models-menu/jest.config.ts", "jestConfig": "nx-dev/models-menu/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/models-package"], "outputs": ["{workspaceRoot}/coverage/nx-dev/models-package"],
"options": { "options": {
"jestConfig": "nx-dev/models-package/jest.config.ts", "jestConfig": "nx-dev/models-package/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -30,14 +30,14 @@
}, },
"sync-documentation": { "sync-documentation": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["nx-dev/nx-dev/public/documentation"], "outputs": ["{projectRoot}/public/documentation"],
"options": { "options": {
"command": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-docs-latest-sync.ts" "command": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-docs-latest-sync.ts"
} }
}, },
"generate-og-images": { "generate-og-images": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["nx-dev/nx-dev/public/images/open-graph"], "outputs": ["{projectRoot}/public/images/open-graph"],
"options": { "options": {
"command": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/open-graph/generate-images.ts" "command": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/open-graph/generate-images.ts"
} }
@ -76,7 +76,7 @@
}, },
"deploy-build": { "deploy-build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["nx-dev/nx-dev/public/documentation"], "outputs": ["{projectRoot}/public/documentation"],
"options": { "options": {
"commands": [ "commands": [
{ {
@ -107,7 +107,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/nx-dev"], "outputs": ["{workspaceRoot}/coverage/nx-dev/nx-dev"],
"options": { "options": {
"jestConfig": "nx-dev/nx-dev/jest.config.ts", "jestConfig": "nx-dev/nx-dev/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-commands"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-commands"],
"options": { "options": {
"jestConfig": "nx-dev/ui-commands/jest.config.ts", "jestConfig": "nx-dev/ui-commands/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -12,7 +12,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-common"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-common"],
"options": { "options": {
"jestConfig": "nx-dev/ui-common/jest.config.ts", "jestConfig": "nx-dev/ui-common/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-community"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-community"],
"options": { "options": {
"jestConfig": "nx-dev/ui-community/jest.config.ts", "jestConfig": "nx-dev/ui-community/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-conference"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-conference"],
"options": { "options": {
"jestConfig": "nx-dev/ui-conference/jest.config.ts", "jestConfig": "nx-dev/ui-conference/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"xtest": { "xtest": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["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 "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-markdoc"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-markdoc"],
"options": { "options": {
"jestConfig": "nx-dev/ui-markdoc/jest.config.ts", "jestConfig": "nx-dev/ui-markdoc/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-member-card"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-member-card"],
"options": { "options": {
"jestConfig": "nx-dev/ui-member-card/jest.config.ts", "jestConfig": "nx-dev/ui-member-card/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-references"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-references"],
"options": { "options": {
"jestConfig": "nx-dev/ui-references/jest.config.ts", "jestConfig": "nx-dev/ui-references/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-sponsor-card"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-sponsor-card"],
"options": { "options": {
"jestConfig": "nx-dev/ui-sponsor-card/jest.config.ts", "jestConfig": "nx-dev/ui-sponsor-card/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -13,7 +13,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/ui-theme"], "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-theme"],
"options": { "options": {
"jestConfig": "nx-dev/ui-theme/jest.config.ts", "jestConfig": "nx-dev/ui-theme/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

18
nx.json
View File

@ -14,8 +14,8 @@
"lint-base", "lint-base",
"lint", "lint",
"build-base", "build-base",
"test",
"e2e", "e2e",
"test",
"sitemap", "sitemap",
"build-storybook" "build-storybook"
], ],
@ -37,7 +37,9 @@
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s", "!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json" "!{projectRoot}/.eslintrc.json",
"!{projectRoot}/.storybook/**/*",
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)"
], ],
"sharedGlobals": ["{workspaceRoot}/babel.config.json"] "sharedGlobals": ["{workspaceRoot}/babel.config.json"]
}, },
@ -71,6 +73,18 @@
"env": "NX_E2E_CI_CACHE_KEY" "env": "NX_E2E_CI_CACHE_KEY"
} }
] ]
},
"e2e-base": {
"inputs": ["default", "^production"]
},
"run-e2e-tests": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
},
"test": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
},
"build-storybook": {
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
} }
}, },
"generators": { "generators": {

View File

@ -53,16 +53,16 @@
"@ngrx/effects": "~14.0.0", "@ngrx/effects": "~14.0.0",
"@ngrx/router-store": "~14.0.0", "@ngrx/router-store": "~14.0.0",
"@ngrx/store": "~14.0.0", "@ngrx/store": "~14.0.0",
"@nrwl/cypress": "14.8.3", "@nrwl/cypress": "15.0.0-rc1",
"@nrwl/devkit": "14.8.3", "@nrwl/devkit": "15.0.0-rc1",
"@nrwl/eslint-plugin-nx": "14.8.3", "@nrwl/eslint-plugin-nx": "15.0.0-rc1",
"@nrwl/jest": "14.8.3", "@nrwl/jest": "15.0.0-rc1",
"@nrwl/js": "14.8.3", "@nrwl/js": "15.0.0-rc1",
"@nrwl/linter": "14.8.3", "@nrwl/linter": "15.0.0-rc1",
"@nrwl/next": "14.8.3", "@nrwl/next": "15.0.0-rc1",
"@nrwl/nx-cloud": "14.7.0", "@nrwl/nx-cloud": "14.7.0",
"@nrwl/react": "14.8.3", "@nrwl/react": "15.0.0-rc1",
"@nrwl/web": "14.8.3", "@nrwl/web": "15.0.0-rc1",
"@parcel/watcher": "2.0.4", "@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "4.1.1", "@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -187,7 +187,7 @@
"next-sitemap": "^3.1.10", "next-sitemap": "^3.1.10",
"ng-packagr": "~14.2.0", "ng-packagr": "~14.2.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"nx": "14.8.3", "nx": "15.0.0-rc1",
"open": "^8.4.0", "open": "^8.4.0",
"parse-markdown-links": "^1.0.4", "parse-markdown-links": "^1.0.4",
"parse5": "4.0.0", "parse5": "4.0.0",
@ -249,7 +249,7 @@
"xstate": "^4.25.0", "xstate": "^4.25.0",
"yargs": "^17.4.0", "yargs": "^17.4.0",
"yargs-parser": "21.0.1", "yargs-parser": "21.0.1",
"@nrwl/storybook": "14.8.3" "@nrwl/storybook": "15.0.0-rc1"
}, },
"author": "Victor Savkin", "author": "Victor Savkin",
"license": "MIT", "license": "MIT",

View File

@ -11,7 +11,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/add-nx-to-monorepo"], "outputs": ["{workspaceRoot}/coverage/packages/add-nx-to-monorepo"],
"options": { "options": {
"jestConfig": "packages/add-nx-to-monorepo/jest.config.ts", "jestConfig": "packages/add-nx-to-monorepo/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
@ -38,7 +38,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/add-nx-to-monorepo"], "outputs": ["{workspaceRoot}/build/packages/add-nx-to-monorepo"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/angular/jest.config.ts", "jestConfig": "packages/angular/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/angular"] "outputs": ["{workspaceRoot}/coverage/packages/angular"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -62,7 +62,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/angular"], "outputs": ["{workspaceRoot}/build/packages/angular"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/cli/jest.config.ts", "jestConfig": "packages/cli/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/cli"] "outputs": ["{workspaceRoot}/coverage/packages/cli"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/cli"], "outputs": ["{workspaceRoot}/build/packages/cli"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -11,7 +11,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/packages/cra-to-nx"], "outputs": ["{workspaceRoot}/coverage/packages/cra-to-nx"],
"options": { "options": {
"jestConfig": "packages/cra-to-nx/jest.config.ts", "jestConfig": "packages/cra-to-nx/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
@ -39,7 +39,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/cra-to-nx"], "outputs": ["{workspaceRoot}/build/packages/cra-to-nx"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/create-nx-plugin/jest.config.ts", "jestConfig": "packages/create-nx-plugin/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/create-nx-plugin"] "outputs": ["{workspaceRoot}/coverage/packages/create-nx-plugin"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/create-nx-plugin"], "outputs": ["{workspaceRoot}/build/packages/create-nx-plugin"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/create-nx-workspace/jest.config.ts", "jestConfig": "packages/create-nx-workspace/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/create-nx-workspace"] "outputs": ["{workspaceRoot}/coverage/packages/create-nx-workspace"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/create-nx-workspace"], "outputs": ["{workspaceRoot}/build/packages/create-nx-workspace"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/cypress/jest.config.ts", "jestConfig": "packages/cypress/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/cypress"] "outputs": ["{workspaceRoot}/coverage/packages/cypress"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/cypress"], "outputs": ["{workspaceRoot}/build/packages/cypress"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js cypress" "command": "node ./scripts/copy-readme.js cypress"
} }

View File

@ -29,7 +29,7 @@
"jestConfig": "packages/detox/jest.config.ts", "jestConfig": "packages/detox/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/detox"] "outputs": ["{workspaceRoot}/coverage/packages/detox"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -76,7 +76,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/detox"], "outputs": ["{workspaceRoot}/build/packages/detox"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js detox" "command": "node ./scripts/copy-readme.js detox"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/devkit/jest.config.ts", "jestConfig": "packages/devkit/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/devkit"] "outputs": ["{workspaceRoot}/coverage/packages/devkit"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/devkit"], "outputs": ["{workspaceRoot}/build/packages/devkit"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js devkit" "command": "node ./scripts/copy-readme.js devkit"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/esbuild/jest.config.ts", "jestConfig": "packages/esbuild/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/esbuild"] "outputs": ["{workspaceRoot}/coverage/packages/esbuild"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/esbuild"], "outputs": ["{workspaceRoot}/build/packages/esbuild"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js esbuild" "command": "node ./scripts/copy-readme.js esbuild"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/eslint-plugin-nx/jest.config.ts", "jestConfig": "packages/eslint-plugin-nx/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/eslint-plugin-nx"] "outputs": ["{workspaceRoot}/coverage/packages/eslint-plugin-nx"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/eslint-plugin-nx"], "outputs": ["{workspaceRoot}/build/packages/eslint-plugin-nx"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js eslint-plugin-nx" "command": "node ./scripts/copy-readme.js eslint-plugin-nx"
} }

View File

@ -23,7 +23,7 @@
"jestConfig": "packages/expo/jest.config.ts", "jestConfig": "packages/expo/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/expo"] "outputs": ["{workspaceRoot}/coverage/packages/expo"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -73,7 +73,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/expo"], "outputs": ["{workspaceRoot}/build/packages/expo"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js expo" "command": "node ./scripts/copy-readme.js expo"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/express/jest.config.ts", "jestConfig": "packages/express/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/express"] "outputs": ["{workspaceRoot}/coverage/packages/express"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/express"], "outputs": ["{workspaceRoot}/build/packages/express"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js express" "command": "node ./scripts/copy-readme.js express"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/jest/jest.config.ts", "jestConfig": "packages/jest/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/jest"] "outputs": ["{workspaceRoot}/coverage/packages/jest"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/jest"], "outputs": ["{workspaceRoot}/build/packages/jest"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js jest" "command": "node ./scripts/copy-readme.js jest"
} }

View File

@ -20,7 +20,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/js"], "outputs": ["{workspaceRoot}/coverage/js"],
"options": { "options": {
"jestConfig": "packages/js/jest.config.ts", "jestConfig": "packages/js/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
@ -72,7 +72,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/js"], "outputs": ["{workspaceRoot}/build/packages/js"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js js" "command": "node ./scripts/copy-readme.js js"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/linter/jest.config.ts", "jestConfig": "packages/linter/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/linter"] "outputs": ["{workspaceRoot}/coverage/packages/linter"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/linter"], "outputs": ["{workspaceRoot}/build/packages/linter"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js linter" "command": "node ./scripts/copy-readme.js linter"
} }

View File

@ -26,7 +26,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/make-angular-cli-faster"], "outputs": ["{workspaceRoot}/build/packages/make-angular-cli-faster"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/nest/jest.config.ts", "jestConfig": "packages/nest/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/nest"] "outputs": ["{workspaceRoot}/coverage/packages/nest"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/nest"], "outputs": ["{workspaceRoot}/build/packages/nest"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js nest" "command": "node ./scripts/copy-readme.js nest"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/next/jest.config.ts", "jestConfig": "packages/next/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/next"] "outputs": ["{workspaceRoot}/coverage/packages/next"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -62,7 +62,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/next"], "outputs": ["{workspaceRoot}/build/packages/next"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js next" "command": "node ./scripts/copy-readme.js next"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/node/jest.config.ts", "jestConfig": "packages/node/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/node"] "outputs": ["{workspaceRoot}/coverage/packages/node"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/node"], "outputs": ["{workspaceRoot}/build/packages/node"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js node" "command": "node ./scripts/copy-readme.js node"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/nx-plugin/jest.config.ts", "jestConfig": "packages/nx-plugin/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/nx-plugin"] "outputs": ["{workspaceRoot}/coverage/packages/nx-plugin"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/nx-plugin"], "outputs": ["{workspaceRoot}/build/packages/nx-plugin"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js nx-plugin" "command": "node ./scripts/copy-readme.js nx-plugin"
} }

View File

@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/nx"], "outputs": ["{workspaceRoot}/build/packages/nx"],
"options": { "options": {
"commands": [ "commands": [
{ {
@ -103,7 +103,7 @@
"jestConfig": "packages/nx/jest.config.ts", "jestConfig": "packages/nx/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/nx"] "outputs": ["{workspaceRoot}/coverage/packages/nx"]
} }
} }
} }

View File

@ -29,7 +29,7 @@
"jestConfig": "packages/react-native/jest.config.ts", "jestConfig": "packages/react-native/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/react-native"] "outputs": ["{workspaceRoot}/coverage/packages/react-native"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -82,7 +82,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/react-native"], "outputs": ["{workspaceRoot}/build/packages/react-native"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js react-native" "command": "node ./scripts/copy-readme.js react-native"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/react/jest.config.ts", "jestConfig": "packages/react/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/react"] "outputs": ["{workspaceRoot}/coverage/packages/react"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -67,7 +67,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/react"], "outputs": ["{workspaceRoot}/build/packages/react"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js react" "command": "node ./scripts/copy-readme.js react"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/rollup/jest.config.ts", "jestConfig": "packages/rollup/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/rollup"] "outputs": ["{workspaceRoot}/coverage/packages/rollup"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/rollup"], "outputs": ["{workspaceRoot}/build/packages/rollup"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js rollup" "command": "node ./scripts/copy-readme.js rollup"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/storybook/jest.config.ts", "jestConfig": "packages/storybook/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/storybook"] "outputs": ["{workspaceRoot}/coverage/packages/storybook"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -72,7 +72,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/storybook"], "outputs": ["{workspaceRoot}/build/packages/storybook"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js storybook" "command": "node ./scripts/copy-readme.js storybook"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/tao/jest.config.ts", "jestConfig": "packages/tao/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/tao"] "outputs": ["{workspaceRoot}/coverage/packages/tao"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/tao"], "outputs": ["{workspaceRoot}/build/packages/tao"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/web/jest.config.ts", "jestConfig": "packages/web/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/web"] "outputs": ["{workspaceRoot}/coverage/packages/web"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -62,7 +62,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/web"], "outputs": ["{workspaceRoot}/build/packages/web"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js web" "command": "node ./scripts/copy-readme.js web"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/webpack/jest.config.ts", "jestConfig": "packages/webpack/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/webpack"] "outputs": ["{workspaceRoot}/coverage/packages/webpack"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -57,7 +57,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/webpack"], "outputs": ["{workspaceRoot}/build/packages/webpack"],
"options": { "options": {
"command": "node ./scripts/copy-readme.js webpack" "command": "node ./scripts/copy-readme.js webpack"
} }

View File

@ -9,7 +9,7 @@
"jestConfig": "packages/workspace/jest.config.ts", "jestConfig": "packages/workspace/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true
}, },
"outputs": ["coverage/packages/workspace"] "outputs": ["{workspaceRoot}/coverage/packages/workspace"]
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
@ -73,7 +73,7 @@
}, },
"build": { "build": {
"executor": "nx:run-commands", "executor": "nx:run-commands",
"outputs": ["build/packages/workspace"], "outputs": ["{workspaceRoot}/build/packages/workspace"],
"options": { "options": {
"commands": [ "commands": [
{ {

View File

@ -4,7 +4,7 @@
"targets": { "targets": {
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/tools/eslint-rules"], "outputs": ["{workspaceRoot}/coverage/tools/eslint-rules"],
"options": { "options": {
"jestConfig": "tools/eslint-rules/jest.config.ts", "jestConfig": "tools/eslint-rules/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

View File

@ -29,7 +29,7 @@
}, },
"test": { "test": {
"executor": "@nrwl/jest:jest", "executor": "@nrwl/jest:jest",
"outputs": ["coverage/typedoc-theme"], "outputs": ["{workspaceRoot}/coverage/typedoc-theme"],
"options": { "options": {
"jestConfig": "typedoc-theme/jest.config.ts", "jestConfig": "typedoc-theme/jest.config.ts",
"passWithNoTests": true "passWithNoTests": true

277
yarn.lock
View File

@ -3475,29 +3475,48 @@
dependencies: dependencies:
nx "14.8.3" nx "14.8.3"
"@nrwl/cypress@14.8.3": "@nrwl/cli@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-14.8.3.tgz#4825bdd2f13186416c8f00eb01576a81f69dfc19" resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.0.0-rc1.tgz#50ba2bc4ad76aeeded4382f74f8ec96becaf6a7f"
integrity sha512-iEriTpCwPBNGiIDCrtuKXq+aPgbRZ2jE0LrsliphWQ+v5I3rtT8c7/dUvwA+YEyzLgjjiBJe5o2uOqijYwBRXw== integrity sha512-cTXduFLA6aux65VoZl0Y8uVrgCWr33V0uTHr5h1ec+G6AAxnT0YLenpK54mgi5NYCskUGMoczh+LA/YEhtooXA==
dependencies:
nx "15.0.0-rc1"
"@nrwl/cypress@15.0.0-rc1":
version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-15.0.0-rc1.tgz#55c702ad652717276d584344cf25fc92cd8da1d0"
integrity sha512-wqhzfzEHTJPhqVec3y4NreJurREEyTPKYQY50xclVP+PIe8a72kI0kWc/n9TUQkoqQzrKgYOEUnM6z+FePus7A==
dependencies: dependencies:
"@babel/core" "^7.0.1" "@babel/core" "^7.0.1"
"@babel/preset-env" "^7.0.0" "@babel/preset-env" "^7.0.0"
"@cypress/webpack-preprocessor" "^5.12.0" "@cypress/webpack-preprocessor" "^5.12.0"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@phenomnomnominal/tsquery" "4.1.1" "@phenomnomnominal/tsquery" "4.1.1"
babel-loader "^8.0.2" babel-loader "^8.0.2"
chalk "4.1.0" chalk "4.1.0"
dotenv "~10.0.0" dotenv "~10.0.0"
fork-ts-checker-webpack-plugin "7.2.13" fork-ts-checker-webpack-plugin "7.2.13"
semver "7.3.4"
ts-loader "^9.3.1" ts-loader "^9.3.1"
tsconfig-paths-webpack-plugin "3.5.2" tsconfig-paths-webpack-plugin "3.5.2"
tslib "^2.3.0" tslib "^2.3.0"
webpack "^4 || ^5" webpack "^4 || ^5"
webpack-node-externals "^3.0.0" webpack-node-externals "^3.0.0"
"@nrwl/devkit@14.8.3", "@nrwl/devkit@>=14.8.1 < 16": "@nrwl/devkit@15.0.0-rc1":
version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.0.0-rc1.tgz#cc0a3e4ba1657383c42292f28c8030b044670098"
integrity sha512-ujnleQqeM+JwE+ykLWzCj4s1dco55kQxy9TPy7TEYYZv68WQ0KTCabDy+EHlrMKPKywdOBBPeV2Q+wtK8G+XDw==
dependencies:
"@phenomnomnominal/tsquery" "4.1.1"
ejs "^3.1.7"
ignore "^5.0.4"
semver "7.3.4"
tslib "^2.3.0"
"@nrwl/devkit@>=14.8.1 < 16":
version "14.8.3" version "14.8.3"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.8.3.tgz#c73230d48970f34257e59c820a86920d66380d82" resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.8.3.tgz#c73230d48970f34257e59c820a86920d66380d82"
integrity sha512-jEH+oKS4F4MJvoIe0Zw6zUODO2j2ib7f+62D4lMDKl5qopcgnKyU9rVnSCDolqCH81j326dfr8b7FfE6Z7p71A== integrity sha512-jEH+oKS4F4MJvoIe0Zw6zUODO2j2ib7f+62D4lMDKl5qopcgnKyU9rVnSCDolqCH81j326dfr8b7FfE6Z7p71A==
@ -3507,26 +3526,26 @@
ignore "^5.0.4" ignore "^5.0.4"
tslib "^2.3.0" tslib "^2.3.0"
"@nrwl/eslint-plugin-nx@14.8.3": "@nrwl/eslint-plugin-nx@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-14.8.3.tgz#d67096b1fad842f54af29496df8b5cd4fa5a0de2" resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-15.0.0-rc1.tgz#8855ddb2c2379ad3a9b36170b8385683e98f72c7"
integrity sha512-xPW1PRG3Eb3gaJ9DjopnHQlbIOKnrS2rkeY9Bf4n6vwKGpkl38VvWTpTlqh/x8AgEQAYbchZ0y7hb0rsDOAANA== integrity sha512-xGsOaN/jpU+pUJgDRl3ywYT5hqM1fnxRprHhOSoAnXu1IeePrIZakp0ZvyzhC4ZGRJOl3HpwxOlmLEDPTsBqKg==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@typescript-eslint/utils" "^5.36.1" "@typescript-eslint/utils" "^5.36.1"
chalk "4.1.0" chalk "4.1.0"
confusing-browser-globals "^1.0.9" confusing-browser-globals "^1.0.9"
semver "7.3.4" semver "7.3.4"
"@nrwl/jest@14.8.3": "@nrwl/jest@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-14.8.3.tgz#d542911d41d2f78847812f6775f64dfa5f293713" resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-15.0.0-rc1.tgz#34a701897c864a12eb7f3f5d442c4b363b9e4998"
integrity sha512-1KqtxZXD1SGeW5sMMtFpYNCfYbV0X1La5k++fgdcbGPLUEHkf8u9uSrT/TizeKeBA/lY93wUXMQV/j5I9jXYNQ== integrity sha512-2SEPc9h0Pp+rsIKaRonZPUs4f/ZTkWQVu8R8sEyQkUD37sh2QB/HBNZFwZbewUR8Y3tqLgkhiaeLRf72UrEasQ==
dependencies: dependencies:
"@jest/reporters" "28.1.1" "@jest/reporters" "28.1.1"
"@jest/test-result" "28.1.1" "@jest/test-result" "28.1.1"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@phenomnomnominal/tsquery" "4.1.1" "@phenomnomnominal/tsquery" "4.1.1"
chalk "4.1.0" chalk "4.1.0"
dotenv "~10.0.0" dotenv "~10.0.0"
@ -3537,15 +3556,15 @@
resolve.exports "1.1.0" resolve.exports "1.1.0"
tslib "^2.3.0" tslib "^2.3.0"
"@nrwl/js@14.8.3": "@nrwl/js@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-14.8.3.tgz#98f016117c126ab4f4fd53c6149cac9ab08cc50c" resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-15.0.0-rc1.tgz#2b99ac75370053bd06be7397f15cd87f79b317ee"
integrity sha512-8kjb46PWfWJhkWa5ncaueGTULd6RE5hU27Hlj3XsUESwdNCS3iowmTDGD2bs82UC8RMmx2oOXEOGVZ/8rIbcog== integrity sha512-PDvSm5jsCzOpjqngRCSRns3Ktee2T3neLqzIrAE2V6LWh7UKrkqeRhl6Kvl2YKiedI6d0ZO4phad3LGAXz1Xvg==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@parcel/watcher" "2.0.4" "@parcel/watcher" "2.0.4"
chalk "4.1.0" chalk "4.1.0"
fast-glob "3.2.7" fast-glob "3.2.7"
@ -3556,31 +3575,31 @@
source-map-support "0.5.19" source-map-support "0.5.19"
tree-kill "1.2.2" tree-kill "1.2.2"
"@nrwl/linter@14.8.3": "@nrwl/linter@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-14.8.3.tgz#1a009f819af6ed1d048db64f14f4c8767747c5de" resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-15.0.0-rc1.tgz#c933d41c5c088565c6ba84104c044d80b1af8ff4"
integrity sha512-WN+D1kJnAe5a8nrSYRpftzlAsgckTpVuRjJedKwmSDi/f0T5H15TPlCHIqdDvB6RJAX6vVHDtYl1tpL0IZY1PA== integrity sha512-Y6np/4vHRT29/fcc1LC94U8XtY+z/zyNItsg75pWlEnyor+eAe8vHLq1vW5u0Z5Uuqvnzij+uwcMI1JDgiU24w==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@phenomnomnominal/tsquery" "4.1.1" "@phenomnomnominal/tsquery" "4.1.1"
nx "14.8.3" nx "15.0.0-rc1"
tmp "~0.2.1" tmp "~0.2.1"
tslib "^2.3.0" tslib "^2.3.0"
"@nrwl/next@14.8.3": "@nrwl/next@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-14.8.3.tgz#34bd719309b18a9b03159dbfd4c1f2dc3b0146db" resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-15.0.0-rc1.tgz#5d20db731b06654c29fec9cf9e491741aeebbb4e"
integrity sha512-dI05Vzn7WInEIze+DyAKNdZ7CvyVWxg/kxo3kpvCS3jwaYI+mo49Gy8/xkDKiOKq9LdnMzMoQbdRZd6udcqsjw== integrity sha512-4Q0FXdTazCESXoOYsOA5cu4SfV2ZqGFjVqyx/qEy4kDpWmB/PfRm2wbpb19LRjoHm6FJzcxPkCAEn4RRJP4/8w==
dependencies: dependencies:
"@babel/plugin-proposal-decorators" "^7.14.5" "@babel/plugin-proposal-decorators" "^7.14.5"
"@nrwl/cypress" "14.8.3" "@nrwl/cypress" "15.0.0-rc1"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/react" "14.8.3" "@nrwl/react" "15.0.0-rc1"
"@nrwl/webpack" "14.8.3" "@nrwl/webpack" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@svgr/webpack" "^6.1.2" "@svgr/webpack" "^6.1.2"
chalk "4.1.0" chalk "4.1.0"
dotenv "~10.0.0" dotenv "~10.0.0"
@ -3606,22 +3625,23 @@
tar "6.1.11" tar "6.1.11"
yargs-parser ">=21.0.1" yargs-parser ">=21.0.1"
"@nrwl/react@14.8.3": "@nrwl/react@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-14.8.3.tgz#934f1864377171ba3d7a75bac2f8ab9f018e9431" resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-15.0.0-rc1.tgz#0d4bb04e0dc9487239d35cabbc092f8fbf1051bd"
integrity sha512-2BmR3IPoX+Bj6StY8ai19RHf8cdLrNo5Roh3VI0M25Hln4TaCDSYwxoecIASE1m8pREmu4BF8vQSV+GUSsIpAQ== integrity sha512-hVQTlxkLksgvG1K3qwj4UAt1YEn6da5L3eEkDj2dM2S6uZLl5+CoRuA3XxhkD7B7JTkmtADGZgQFDWWRRgZBNA==
dependencies: dependencies:
"@babel/core" "^7.15.0" "@babel/core" "^7.15.0"
"@babel/preset-react" "^7.14.5" "@babel/preset-react" "^7.14.5"
"@nrwl/cypress" "14.8.3" "@nrwl/cypress" "15.0.0-rc1"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@nrwl/js" "14.8.3" "@nrwl/js" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/storybook" "14.8.3" "@nrwl/storybook" "15.0.0-rc1"
"@nrwl/web" "14.8.3" "@nrwl/web" "15.0.0-rc1"
"@nrwl/webpack" "14.8.3" "@nrwl/webpack" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@phenomnomnominal/tsquery" "4.1.1"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.7" "@pmmmwh/react-refresh-webpack-plugin" "^0.5.7"
"@svgr/webpack" "^6.1.2" "@svgr/webpack" "^6.1.2"
chalk "4.1.0" chalk "4.1.0"
@ -3636,14 +3656,14 @@
webpack "^5.58.1" webpack "^5.58.1"
webpack-merge "^5.8.0" webpack-merge "^5.8.0"
"@nrwl/rollup@14.8.3": "@nrwl/rollup@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/rollup/-/rollup-14.8.3.tgz#4c11e1e693334d96f76e5301ea04997cc62d6451" resolved "https://registry.yarnpkg.com/@nrwl/rollup/-/rollup-15.0.0-rc1.tgz#94a0503d59f6b39f7234b36a1128e582ad07e709"
integrity sha512-XQcpHgug5s0ZVC49MceNs7UTwqYWKLqWoetkiU4k/DEpgmFGPVSJrim1+l06T2Vxtyp+kci5cIfVrRxPNEvVBQ== integrity sha512-veCbeiEGY4dweiWDAOSyh4sUn/Z8tVY3wY+UCxnLHkDWesSlDcTihdbYTW9gdHb/GvqvaS/421CmNjIW+nkPcw==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/js" "14.8.3" "@nrwl/js" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
"@rollup/plugin-babel" "^5.3.0" "@rollup/plugin-babel" "^5.3.0"
"@rollup/plugin-commonjs" "^20.0.0" "@rollup/plugin-commonjs" "^20.0.0"
"@rollup/plugin-image" "^2.1.0" "@rollup/plugin-image" "^2.1.0"
@ -3663,15 +3683,15 @@
rxjs "^6.5.4" rxjs "^6.5.4"
tslib "^2.3.0" tslib "^2.3.0"
"@nrwl/storybook@14.8.3": "@nrwl/storybook@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-14.8.3.tgz#9fe34e3ceff508382c24c57aea1b178188655eee" resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-15.0.0-rc1.tgz#967ae71f0175a0c5902502fec7ad8906929f53ae"
integrity sha512-6Zg+/SZjIqtLLOvHkCObrE7fG67/SLr72qOyihLD7GUP9OjQwR8Jjy6Epqk1sj4n6JkyXY/xAUaFCcHUfHSIcg== integrity sha512-8H+GMG0Z/4WgQx4UsG8dmVQ905QG48dBriHq6lBJKStTAya/z3UxCfSeudBxQoMwl6a6+QHata8ssvmT/mx4GQ==
dependencies: dependencies:
"@nrwl/cypress" "14.8.3" "@nrwl/cypress" "15.0.0-rc1"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
dotenv "~10.0.0" dotenv "~10.0.0"
semver "7.3.4" semver "7.3.4"
@ -3682,10 +3702,17 @@
dependencies: dependencies:
nx "14.8.3" nx "14.8.3"
"@nrwl/web@14.8.3": "@nrwl/tao@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-14.8.3.tgz#1abcf3ebd7f7f9f43b926cc6e7dbf30e93bf3d9d" resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.0.0-rc1.tgz#3cd1fb70df0d3d33ab03fc6208bcf2cc5f332039"
integrity sha512-X8CUlpUvQC5v9JiRpAxDao3jULO1LDIuh4hySMFEf0NUXbul9AFdqK5lId2vRRSY7m6k8lSOdNepgKPLUJSF4w== integrity sha512-6LeAB8GIRLCt4ISJYYkl6W0QQ0zBajfZs2Vrg+uTDKSpHZI4YNWBFrPMpqpVWCqY4+ckcubOn1TAX19wytIs8g==
dependencies:
nx "15.0.0-rc1"
"@nrwl/web@15.0.0-rc1":
version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-15.0.0-rc1.tgz#997db0b504967db7315f9f07c6394d3be0dec8ff"
integrity sha512-I/e5d698NF3sXkTEvxf6MvB12NpuV1Oj1yUbCi3i53HCaZNpBQ78Tlf76XPmroqxyW8ng9aYnREZxG9GD8pQ+g==
dependencies: dependencies:
"@babel/core" "^7.15.0" "@babel/core" "^7.15.0"
"@babel/plugin-proposal-class-properties" "^7.14.5" "@babel/plugin-proposal-class-properties" "^7.14.5"
@ -3694,14 +3721,14 @@
"@babel/preset-env" "^7.15.0" "@babel/preset-env" "^7.15.0"
"@babel/preset-typescript" "^7.15.0" "@babel/preset-typescript" "^7.15.0"
"@babel/runtime" "^7.14.8" "@babel/runtime" "^7.14.8"
"@nrwl/cypress" "14.8.3" "@nrwl/cypress" "15.0.0-rc1"
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@nrwl/js" "14.8.3" "@nrwl/js" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@nrwl/rollup" "14.8.3" "@nrwl/rollup" "15.0.0-rc1"
"@nrwl/webpack" "14.8.3" "@nrwl/webpack" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
babel-plugin-const-enum "^1.0.1" babel-plugin-const-enum "^1.0.1"
babel-plugin-macros "^2.8.0" babel-plugin-macros "^2.8.0"
babel-plugin-transform-typescript-metadata "^0.3.1" babel-plugin-transform-typescript-metadata "^0.3.1"
@ -3711,14 +3738,14 @@
ignore "^5.0.4" ignore "^5.0.4"
tslib "^2.3.0" tslib "^2.3.0"
"@nrwl/webpack@14.8.3": "@nrwl/webpack@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/webpack/-/webpack-14.8.3.tgz#3c57078d6f0b0aa0a336e021820061d320070593" resolved "https://registry.yarnpkg.com/@nrwl/webpack/-/webpack-15.0.0-rc1.tgz#5a96a627d753260311733b39607f8df48be4d4f3"
integrity sha512-95odQcJNwkATDj5PKAoD7p0kNRnAYc3omTeRLpdcHrEt7xCaatwfau4n7V6XnlxTFjmC441IwJrT1QPX18vr8w== integrity sha512-orn+ZZ+xfwW4Hz1ZhiKBMdgnYtlG82HsGYLMZbIqpXXQWQeBdCCDbcfX0akKHHvIOvReIUQ++pR/t+ujWKUmaw==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/js" "14.8.3" "@nrwl/js" "15.0.0-rc1"
"@nrwl/workspace" "14.8.3" "@nrwl/workspace" "15.0.0-rc1"
autoprefixer "^10.4.9" autoprefixer "^10.4.9"
babel-loader "^8.2.2" babel-loader "^8.2.2"
browserslist "^4.16.6" browserslist "^4.16.6"
@ -3763,14 +3790,14 @@
webpack-sources "^3.2.3" webpack-sources "^3.2.3"
webpack-subresource-integrity "^5.1.0" webpack-subresource-integrity "^5.1.0"
"@nrwl/workspace@14.8.3": "@nrwl/workspace@15.0.0-rc1":
version "14.8.3" version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-14.8.3.tgz#19cd22ed87d1614b68b4e03ec4ee23b7230eba1f" resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-15.0.0-rc1.tgz#06c92d9d7e920c840a8c22489906abec5dd05bc3"
integrity sha512-9P4xwX4hO9u5NPXjSLqxcEMwOn5voSbV+FZEPqGjQSYPsY8A0KxdIWCjJe4T+UW/VzW7kY08gY1KJmFtKx4p1A== integrity sha512-2IPWPteY8AfAr/ktUyuxh7BY4dI852zC4fbkb8nHOqfqpBCzsF6R5/MJOzxk1Hxt1QWnJpxXDUNWYCfl1vbnuw==
dependencies: dependencies:
"@nrwl/devkit" "14.8.3" "@nrwl/devkit" "15.0.0-rc1"
"@nrwl/jest" "14.8.3" "@nrwl/jest" "15.0.0-rc1"
"@nrwl/linter" "14.8.3" "@nrwl/linter" "15.0.0-rc1"
"@parcel/watcher" "2.0.4" "@parcel/watcher" "2.0.4"
chalk "4.1.0" chalk "4.1.0"
chokidar "^3.5.1" chokidar "^3.5.1"
@ -3785,7 +3812,7 @@
ignore "^5.0.4" ignore "^5.0.4"
minimatch "3.0.5" minimatch "3.0.5"
npm-run-path "^4.0.1" npm-run-path "^4.0.1"
nx "14.8.3" nx "15.0.0-rc1"
open "^8.4.0" open "^8.4.0"
rxjs "^6.5.4" rxjs "^6.5.4"
semver "7.3.4" semver "7.3.4"
@ -7532,6 +7559,15 @@ axios@1.0.0:
form-data "^4.0.0" form-data "^4.0.0"
proxy-from-env "^1.1.0" proxy-from-env "^1.1.0"
axios@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"
axobject-query@3.0.1: axobject-query@3.0.1:
version "3.0.1" version "3.0.1"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.0.1.tgz#160e20533a7010db37726df68b7faf7db9653acd" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.0.1.tgz#160e20533a7010db37726df68b7faf7db9653acd"
@ -16473,6 +16509,47 @@ nx@14.8.3, "nx@>=14.8.1 < 16":
yargs "^17.4.0" yargs "^17.4.0"
yargs-parser "21.0.1" yargs-parser "21.0.1"
nx@15.0.0-rc1:
version "15.0.0-rc1"
resolved "https://registry.yarnpkg.com/nx/-/nx-15.0.0-rc1.tgz#326ff31a285235fe8abae9e3e101d7d8d0ffd391"
integrity sha512-d5c05UT1TsUIyXwaEUyP3bB/PVo5JzCvCeat0N2wsqhy3qkBXb2y5qPCdNE5b6ZFq2+WJT1vC2uSTL8yHv56CQ==
dependencies:
"@nrwl/cli" "15.0.0-rc1"
"@nrwl/tao" "15.0.0-rc1"
"@parcel/watcher" "2.0.4"
"@yarnpkg/lockfile" "^1.1.0"
"@yarnpkg/parsers" "^3.0.0-rc.18"
"@zkochan/js-yaml" "0.0.6"
axios "^1.0.0"
chalk "4.1.0"
chokidar "^3.5.1"
cli-cursor "3.1.0"
cli-spinners "2.6.1"
cliui "^7.0.2"
dotenv "~10.0.0"
enquirer "~2.3.6"
fast-glob "3.2.7"
figures "3.2.0"
flat "^5.0.2"
fs-extra "^10.1.0"
glob "7.1.4"
ignore "^5.0.4"
js-yaml "4.1.0"
jsonc-parser "3.2.0"
minimatch "3.0.5"
npm-run-path "^4.0.1"
open "^8.4.0"
semver "7.3.4"
string-width "^4.2.3"
strong-log-transformer "^2.1.0"
tar-stream "~2.2.0"
tmp "~0.2.1"
tsconfig-paths "^3.9.0"
tslib "^2.3.0"
v8-compile-cache "2.3.0"
yargs "^17.4.0"
yargs-parser "21.0.1"
oauth-sign@~0.9.0: oauth-sign@~0.9.0:
version "0.9.0" version "0.9.0"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"