diff --git a/.circleci/config.yml b/.circleci/config.yml index 257b00000b..8545aeb5a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -228,7 +228,7 @@ jobs: name: Run E2E Tests command: | 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-dep-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-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 echo "Skipping E2E tests"; fi diff --git a/.cz-config.js b/.cz-config.js index 59d4b45ae6..5594319263 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -30,7 +30,7 @@ module.exports = { { name: 'linter', description: 'anything Linter specific' }, { name: 'storybook', description: 'anything Storybook specific' }, { name: 'nx-cloud', description: 'anything NxCloud specific' }, - { name: 'dep-graph', description: 'anything dep-graph app specific' }, + { name: 'graph', description: 'anything graph app specific' }, { name: 'testing', description: 'anything testing specific (e.g., jest or cypress)', diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index a20f01dc76..c53cb19e5f 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -48,7 +48,7 @@ jobs: - e2e-react-native # - e2e-detox - e2e-add-nx-to-monorepo - - e2e-dep-graph-client + - e2e-graph-client exclude: # exclude react-native and detox from ubuntu - os: ubuntu-latest @@ -82,7 +82,7 @@ jobs: - os: macos-latest packages: e2e-add-nx-to-monorepo - os: macos-latest - packages: e2e-dep-graph-client + packages: e2e-graph-client - os: macos-latest packages: e2e-make-angular-cli-faster fail-fast: false diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 2df18abc59..3666d58d02 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -34,7 +34,7 @@ jobs: - e2e-storybook,e2e-storybook-angular - e2e-workspace-create - e2e-add-nx-to-monorepo - - e2e-dep-graph-client + - e2e-graph-client fail-fast: false name: ${{ matrix.packages }} diff --git a/.gitignore b/.gitignore index 6ef8931dbd..9add2b060b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ jest.debug.config.js .tool-versions /.nx-cache /.verdaccio/build/local-registry -dep-graph/client/src/assets/environment.js +/graph/client/src/assets/environment.js /nx-dev/nx-dev/public/documentation /nx-dev/nx-dev/public/images/open-graph # Lerna creates this diff --git a/.prettierignore b/.prettierignore index 02fb37a9ad..362be4fe7b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,7 +4,6 @@ tmp node_modules /package.json packages/workspace/src/generators/**/files/**/*.json -packages/workspace/src/core/dep-graph/vendor.js packages/angular/src/schematics/**/files/**/*.json packages/angular/src/migrations/**/files/**/*.json packages/web/src/generators/**/files/**/*.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 956e08e8e2..db7b12c120 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,19 +12,26 @@ Watch this 5-minute video: ## Got a Question? -We are trying to keep GitHub issues for bug reports and feature requests. Using the `nrwl` tag on [Stack Overflow](https://stackoverflow.com/questions/tagged/nrwl) is a much better place to ask general questions about how to use Nx. +We are trying to keep GitHub issues for bug reports and feature requests. Using the `nrwl` tag +on [Stack Overflow](https://stackoverflow.com/questions/tagged/nrwl) is a much better place to ask general questions +about how to use Nx. ## Found an Issue? -If you find a bug in the source code or a mistake in the documentation, you can help us by [submitting an issue](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-issue) to [our GitHub Repository](https://github.com/nrwl/nx). Even better, you can [submit a Pull Request](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-pr) with a fix. +If you find a bug in the source code or a mistake in the documentation, you can help us +by [submitting an issue](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-issue) +to [our GitHub Repository](https://github.com/nrwl/nx). Even better, you +can [submit a Pull Request](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-pr) with a fix. ## Project Structure Source code and documentation are included in the top-level folders listed below. -- `docs` - Markdown and configuration files for documentation including tutorials, guides for each supported platform, and API docs. +- `docs` - Markdown and configuration files for documentation including tutorials, guides for each supported platform, + and API docs. - `e2e` - E2E tests. -- `packages` - Source code for Nx packages such as Angular, React, Web, NestJS, Next and others including generators and executors (or builders). +- `packages` - Source code for Nx packages such as Angular, React, Web, NestJS, Next and others including generators and + executors (or builders). - `scripts` - Miscellaneous scripts for project tasks such as building documentation, testing, and code formatting. - `tmp` - Folder used by e2e tests. If you are a WebStorm user, make sure to mark this folder as excluded. @@ -64,7 +71,8 @@ yarn local-registry disable To publish packages to a local registry, do the following: - Run `yarn local-registry start` in Terminal 1 (keep it running) -- Run `npm adduser --registry http://localhost:4873` in Terminal 2 (real credentials are not required, you just need to be logged in. You can use test/test/test@test.io.) +- Run `npm adduser --registry http://localhost:4873` in Terminal 2 (real credentials are not required, you just need to + be logged in. You can use test/test/test@test.io.) - Run `yarn local-registry enable` in Terminal 2 - Run `yarn nx-release 999.9.9 --local` in Terminal 2 - Run `cd ./tmp` in Terminal 2 @@ -85,7 +93,8 @@ Yarn Berry operates slightly differently than Yarn Classic. In order to publish - localhost ``` - Run `yarn local-registry start` in Terminal 1 (keep it running) -- If you are creating nx workspace outside of your nx repo, make sure to add npm registry info to your root yarnrc (usually in ~/.yarnrc.yml). The file should look something like this: +- If you are creating nx workspace outside of your nx repo, make sure to add npm registry info to your root yarnrc ( + usually in ~/.yarnrc.yml). The file should look something like this: ```yml npmRegistries: @@ -98,7 +107,9 @@ Yarn Berry operates slightly differently than Yarn Classic. In order to publish - localhost ``` -- Run `yarn nx-release --local` in Terminal 2 to publish next minor version. If this version already exists, you can bump the minor version in `lerna.json` to toggle the next minor. The output will report the version of published packages. +- Run `yarn nx-release --local` in Terminal 2 to publish next minor version. If this version already exists, you can + bump the minor version in `lerna.json` to toggle the next minor. The output will report the version of published + packages. - Go to your target folder (e.g. `cd ./tmp`) in Terminal 2 - Run `yarn dlx create-nx-workspace@123.4.5` in Terminal 2 (replace `123.4.5` with the version that got published). @@ -136,12 +147,14 @@ nx e2e e2e-cli -t versions # I often add qqqq to my test name so I can use -t qq To build Nx on Windows, you need to use WSL. -- Run `yarn install` in WSL. Yarn will compile several dependencies. If you don't run `install` in WSL, they will be compiled for Windows. +- Run `yarn install` in WSL. Yarn will compile several dependencies. If you don't run `install` in WSL, they will be + compiled for Windows. - Run `nx affected --target=test` and other commands in WSL. ## Documentation Contributions -We would love for you to contribute to our documentation as well! Please feel welcome to submit fixes or enhancements to our existing documentation pages and the `nx-dev` application in this repo. +We would love for you to contribute to our documentation as well! Please feel welcome to submit fixes or enhancements to +our existing documentation pages and the `nx-dev` application in this repo. ### Documentation Structure @@ -149,18 +162,24 @@ We would love for you to contribute to our documentation as well! Please feel we Our documentation pages can be found within this repo under the `docs` directory. -The `docs/map.json` file is considered our source of truth for our site's structure, and should be updated when adding a new page to our documentation to ensure that it is included in the documentation site. We also run automated scripts based on this `map.json` data to safeguard against common human errors that could break our site. +The `docs/map.json` file is considered our source of truth for our site's structure, and should be updated when adding a +new page to our documentation to ensure that it is included in the documentation site. We also run automated scripts +based on this `map.json` data to safeguard against common human errors that could break our site. #### Nx-Dev Application -Our public `nx.dev` documentation site is a [Next.js](https://nextjs.org/) application, that can be found in the `nx-dev` directory of this repo. -The documentation site is consuming the `docs/` directly by copy-ing its content while deploying, so the website is always in sync and reflects the latest version of `docs/`. +Our public `nx.dev` documentation site is a [Next.js](https://nextjs.org/) application, that can be found in +the `nx-dev` directory of this repo. +The documentation site is consuming the `docs/` directly by copy-ing its content while deploying, so the website is +always in sync and reflects the latest version of `docs/`. -Jump to [Running the Documentation Site Locally](#running-the-documentation-site-locally) to see how to preview your changes while serving. +Jump to [Running the Documentation Site Locally](#running-the-documentation-site-locally) to see how to preview your +changes while serving. ### Changing Generated API documentation -`.md` files documenting the API for our CLI (including executor and generator API docs) are generated via the corresponding `schema.json` file for the given command. +`.md` files documenting the API for our CLI (including executor and generator API docs) are generated via the +corresponding `schema.json` file for the given command. After adjusting the `schema.json` file, `.md` files for these commands can be generated by running: @@ -168,9 +187,11 @@ After adjusting the `schema.json` file, `.md` files for these commands can be ge yarn documentation ``` -This will update the corresponding contents of the `docs` directory. These are generated automatically on push (via husky) as well. +This will update the corresponding contents of the `docs` directory. These are generated automatically on push (via +husky) as well. -Note that adjusting the `schema.json` files will also affect the CLI manuals and Nx Console behavior, in addition to adjusting the docs. +Note that adjusting the `schema.json` files will also affect the CLI manuals and Nx Console behavior, in addition to +adjusting the docs. ### Running the Documentation Site Locally @@ -184,7 +205,9 @@ You can then access the application locally at `localhost:4200`. #### Troubleshooting: `JavaScript heap out of memory` -If you see an error that states: `FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory`, you need to [increase the max memory size of V8's old memory section](https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes): +If you see an error that states: `FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory`, +you need +to [increase the max memory size of V8's old memory section](https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes): ```bash export NODE_OPTIONS="--max-old-space-size=4096" @@ -194,25 +217,34 @@ After configuring this, try to run `npx nx serve nx-dev` again. ### PR Preview -When submitting a PR, this repo will automatically generate a preview of the `nx-dev` application based on the contents of your pull request. +When submitting a PR, this repo will automatically generate a preview of the `nx-dev` application based on the contents +of your pull request. -Once the preview site is launched, a comment will automatically be added to your PR with the link your PR's preview. To check your docs changes, make sure to select `Preview` from the version selection box of the site. +Once the preview site is launched, a comment will automatically be added to your PR with the link your PR's preview. To +check your docs changes, make sure to select `Preview` from the version selection box of the site. ## Submission Guidelines ### Submitting an Issue -Before you submit an issue, please search the issue tracker. An issue for your problem may already exist and has been resolved, or the discussion might inform you of workarounds readily available. +Before you submit an issue, please search the issue tracker. An issue for your problem may already exist and has been +resolved, or the discussion might inform you of workarounds readily available. -We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. Having a reproducible scenario gives us wealth of important information without going back and forth with you requiring additional information, such as: +We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. Having a +reproducible scenario gives us wealth of important information without going back and forth with you requiring +additional information, such as: - the output of `nx report` - `yarn.lock` or `package-lock.json` - and most importantly - a use-case that fails -A minimal reproduction allows us to quickly confirm a bug (or point out a coding problem) as well as confirm that we are fixing the right problem. +A minimal reproduction allows us to quickly confirm a bug (or point out a coding problem) as well as confirm that we are +fixing the right problem. -We will be insisting on a minimal reproduction in order to save maintainers' time and ultimately be able to fix more bugs. Interestingly, from our experience, users often find coding problems themselves while preparing a minimal reproduction repository. We understand that sometimes it might be hard to extract essentials bits of code from a larger codebase, but we really need to isolate the problem before we can fix it. +We will be insisting on a minimal reproduction in order to save maintainers' time and ultimately be able to fix more +bugs. Interestingly, from our experience, users often find coding problems themselves while preparing a minimal +reproduction repository. We understand that sometimes it might be hard to extract essentials bits of code from a larger +codebase, but we really need to isolate the problem before we can fix it. You can file new issues by filling out our [issue form](https://github.com/nrwl/nx/issues/new/choose). @@ -222,7 +254,8 @@ Please follow the following guidelines: - Make sure unit tests pass (`nx affected --target=test`) - Target a specific project with: `nx run proj:test` (i.e. `nx run angular:test` to target `packages/angular`) - - Target a specific unit test file (i.e. `packages/angular/src/utils/ast-command-line-utils.spec.ts`) with `npx jest angular/src/utils/ast-utils` or `npx jest packages/angular/src/utils/ast-utils` + - Target a specific unit test file (i.e. `packages/angular/src/utils/ast-command-line-utils.spec.ts`) + with `npx jest angular/src/utils/ast-utils` or `npx jest packages/angular/src/utils/ast-utils` - For more options on running tests - check `npx jest --help` or visit [jestjs.io](https://jestjs.io/) - Debug with `node --inspect-brk ./node_modules/jest/bin/jest.js build/packages/angular/src/utils/ast-utils.spec.js` - Make sure e2e tests pass (this can take a while, so you can always let CI check those) (`yarn e2e`) @@ -247,9 +280,12 @@ body The type must be one of the following: -- feat - New or improved behavior being introduced (e.g. Updating to new versions of React or Jest which bring in new features) -- fix - Fixes the current unexpected behavior to match expected behavior (e.g. Fixing the library generator to create the proper named project) -- cleanup - Code Style changes that have little to no effect on the user (e.g. Refactoring some functions into a different file) +- feat - New or improved behavior being introduced (e.g. Updating to new versions of React or Jest which bring in new + features) +- fix - Fixes the current unexpected behavior to match expected behavior (e.g. Fixing the library generator to create + the proper named project) +- cleanup - Code Style changes that have little to no effect on the user (e.g. Refactoring some functions into a + different file) - docs - Changes to the documentation (e.g. Adding more details into the getting started guide) - chore - Changes that have absolutely no effect on users (e.g. Updating the version of Nx used to build the repo) @@ -259,7 +295,7 @@ The scope must be one of the following: - angular - anything Angular specific - core - anything Nx core specific -- dep-graph - anything dep-graph app specific +- graph - anything graph app specific - detox - anything Detox specific - devkit - devkit-related changes - express - anything Express specific @@ -280,7 +316,8 @@ The scope must be one of the following: ##### Subject and Body -The subject must contain a description of the change, and the body of the message contains any additional details to provide more context about the change. +The subject must contain a description of the change, and the body of the message contains any additional details to +provide more context about the change. Including the issue number that the PR relates to also helps with tracking. @@ -297,4 +334,5 @@ Closes #157 #### Commitizen To simplify and automate the process of committing with this format, -**Nx is a [Commitizen](https://github.com/commitizen/cz-cli) friendly repository**, just do `git add` and execute `yarn commit`. +**Nx is a [Commitizen](https://github.com/commitizen/cz-cli) friendly repository**, just do `git add` and +execute `yarn commit`. diff --git a/dep-graph/client-e2e/project.json b/dep-graph/client-e2e/project.json deleted file mode 100644 index 8fa7da8cc5..0000000000 --- a/dep-graph/client-e2e/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "dep-graph/client-e2e/src", - "projectType": "application", - "targets": { - "e2e-base": { - "executor": "@nrwl/cypress:cypress", - "options": { - "tsConfig": "dep-graph/client-e2e/tsconfig.e2e.json", - "baseUrl": "http://localhost:4200" - }, - "configurations": { - "dev": { - "cypressConfig": "dep-graph/client-e2e/cypress.json", - "devServerTarget": "dep-graph-client:serve" - }, - "watch": { - "cypressConfig": "dep-graph/client-e2e/cypress-watch-mode.json", - "devServerTarget": "dep-graph-client:serve:watch" - }, - "release": { - "cypressConfig": "dep-graph/client-e2e/cypress-release.json", - "devServerTarget": "dep-graph-client:serve:release" - } - }, - "defaultConfiguration": "dev" - }, - "e2e": { - "executor": "nx:run-commands", - "outputs": [], - "options": { - "commands": [ - "npx nx e2e-base e2e-dep-graph-client -c dev", - "npx nx e2e-base e2e-dep-graph-client -c watch", - "npx nx e2e-base e2e-dep-graph-client -c release" - ], - "parallel": false - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["dep-graph/client-e2e/**/*.ts"] - } - } - }, - "implicitDependencies": ["dep-graph-client"] -} diff --git a/dep-graph/client/src/assets/environment.js b/dep-graph/client/src/assets/environment.js new file mode 100644 index 0000000000..1b2433d365 --- /dev/null +++ b/dep-graph/client/src/assets/environment.js @@ -0,0 +1,57 @@ +window.exclude = []; +window.watch = false; +window.environment = 'dev'; +window.useXstateInspect = false; + +window.appConfig = { + showDebugger: false, + showExperimentalFeatures: false, + projectGraphs: [ + { + id: 'nx', + label: 'Nx', + url: 'assets/graphs/nx.json', + }, + { + id: 'ocean', + label: 'Ocean', + url: 'assets/graphs/ocean.json', + }, + { + id: 'nx-examples', + label: 'Nx Examples', + url: 'assets/graphs/nx-examples.json', + }, + { + id: 'sub-apps', + label: 'Sub Apps', + url: 'assets/graphs/sub-apps.json', + }, + { + id: 'storybook', + label: 'Storybook', + url: 'assets/graphs/storybook.json', + }, + { + id: 'focus-testing', + label: 'Focus', + url: 'assets/graphs/focus-testing.json', + }, + { + id: 'affected', + label: 'Affected', + url: 'assets/graphs/affected.json', + }, + { + id: 'collapsing-edges-testing', + label: 'Collapsing Edges', + url: 'assets/graphs/collapsing-edges-testing.json', + }, + { + id: 'nested-workspace-layout', + label: 'Nested Workspace Layout', + url: 'assets/graphs/nested-workspace-layout.json', + }, + ], + defaultProjectGraph: 'nx', +}; diff --git a/e2e/nx-misc/src/extras.test.ts b/e2e/nx-misc/src/extras.test.ts index 51dd7bec7e..688e7159cb 100644 --- a/e2e/nx-misc/src/extras.test.ts +++ b/e2e/nx-misc/src/extras.test.ts @@ -84,7 +84,7 @@ describe('Extra Nx Misc Tests', () => { ` ); - runCLI('dep-graph --file project-graph.json'); + runCLI('graph --file project-graph.json'); const projectGraphJson = readJson('project-graph.json'); expect(projectGraphJson.graph.nodes['plugin-node']).toBeDefined(); expect(projectGraphJson.graph.nodes['plugin-node2']).toBeDefined(); diff --git a/e2e/nx-run/src/affected-graph.test.ts b/e2e/nx-run/src/affected-graph.test.ts index b61184d774..7b5f8444b4 100644 --- a/e2e/nx-run/src/affected-graph.test.ts +++ b/e2e/nx-run/src/affected-graph.test.ts @@ -507,8 +507,8 @@ describe('Nx Affected and Graph Tests', () => { } if (isWindows()) { - it('dep-graph should output json to file by absolute path in Windows', () => { - runCLI(`dep-graph --file=C:\\tmp\\project-graph.json`); + it('graph should output json to file by absolute path in Windows', () => { + runCLI(`graph --file=C:\\tmp\\project-graph.json`); expect(fileExists('C:\\tmp\\project-graph.json')).toBeTruthy(); }, 1000000); diff --git a/dep-graph/client-e2e/.eslintrc b/graph/client-e2e/.eslintrc similarity index 100% rename from dep-graph/client-e2e/.eslintrc rename to graph/client-e2e/.eslintrc diff --git a/dep-graph/client-e2e/cypress-release.json b/graph/client-e2e/cypress-release.json similarity index 66% rename from dep-graph/client-e2e/cypress-release.json rename to graph/client-e2e/cypress-release.json index 67cbd761a6..747250863d 100644 --- a/dep-graph/client-e2e/cypress-release.json +++ b/graph/client-e2e/cypress-release.json @@ -6,7 +6,7 @@ "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, - "videosFolder": "../../dist/cypress/dep-graph/client-e2e/videos", - "screenshotsFolder": "../../dist/cypress/dep-graph/client-e2e/screenshots", + "videosFolder": "../../dist/cypress/graph/client-e2e/videos", + "screenshotsFolder": "../../dist/cypress/graph/client-e2e/screenshots", "chromeWebSecurity": false } diff --git a/dep-graph/client-e2e/cypress-watch-mode.json b/graph/client-e2e/cypress-watch-mode.json similarity index 66% rename from dep-graph/client-e2e/cypress-watch-mode.json rename to graph/client-e2e/cypress-watch-mode.json index 787a6239e1..144338c85b 100644 --- a/dep-graph/client-e2e/cypress-watch-mode.json +++ b/graph/client-e2e/cypress-watch-mode.json @@ -6,7 +6,7 @@ "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, - "videosFolder": "../../dist/cypress/dep-graph/client-e2e/videos", - "screenshotsFolder": "../../dist/cypress/dep-graph/client-e2e/screenshots", + "videosFolder": "../../dist/cypress/graph/client-e2e/videos", + "screenshotsFolder": "../../dist/cypress/graph/client-e2e/screenshots", "chromeWebSecurity": false } diff --git a/dep-graph/client-e2e/cypress.json b/graph/client-e2e/cypress.json similarity index 65% rename from dep-graph/client-e2e/cypress.json rename to graph/client-e2e/cypress.json index 198b5740e5..2975b9a79a 100644 --- a/dep-graph/client-e2e/cypress.json +++ b/graph/client-e2e/cypress.json @@ -6,7 +6,7 @@ "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, - "videosFolder": "../../dist/cypress/dep-graph/client-e2e/videos", - "screenshotsFolder": "../../dist/cypress/dep-graph/client-e2e/screenshots", + "videosFolder": "../../dist/cypress/graph/client-e2e/videos", + "screenshotsFolder": "../../dist/cypress/graph/client-e2e/screenshots", "chromeWebSecurity": false } diff --git a/graph/client-e2e/project.json b/graph/client-e2e/project.json new file mode 100644 index 0000000000..5aeb68de29 --- /dev/null +++ b/graph/client-e2e/project.json @@ -0,0 +1,49 @@ +{ + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "graph/client-e2e/src", + "projectType": "application", + "targets": { + "e2e-base": { + "executor": "@nrwl/cypress:cypress", + "options": { + "tsConfig": "graph/client-e2e/tsconfig.e2e.json", + "baseUrl": "http://localhost:4200" + }, + "configurations": { + "dev": { + "cypressConfig": "graph/client-e2e/cypress.json", + "devServerTarget": "graph-client:serve" + }, + "watch": { + "cypressConfig": "graph/client-e2e/cypress-watch-mode.json", + "devServerTarget": "graph-client:serve:watch" + }, + "release": { + "cypressConfig": "graph/client-e2e/cypress-release.json", + "devServerTarget": "graph-client:serve:release" + } + }, + "defaultConfiguration": "dev" + }, + "e2e": { + "executor": "nx:run-commands", + "outputs": [], + "options": { + "commands": [ + "npx nx e2e-base e2e-graph-client -c dev", + "npx nx e2e-base e2e-graph-client -c watch", + "npx nx e2e-base e2e-graph-client -c release" + ], + "parallel": false + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": ["{options.outputFile}"], + "options": { + "lintFilePatterns": ["graph/client-e2e/**/*.ts"] + } + } + }, + "implicitDependencies": ["graph-client"] +} diff --git a/dep-graph/client-e2e/src/fixtures/affected.json b/graph/client-e2e/src/fixtures/affected.json similarity index 100% rename from dep-graph/client-e2e/src/fixtures/affected.json rename to graph/client-e2e/src/fixtures/affected.json diff --git a/dep-graph/client-e2e/src/fixtures/nx-examples.json b/graph/client-e2e/src/fixtures/nx-examples.json similarity index 100% rename from dep-graph/client-e2e/src/fixtures/nx-examples.json rename to graph/client-e2e/src/fixtures/nx-examples.json diff --git a/dep-graph/client-e2e/src/integration/app.spec.ts b/graph/client-e2e/src/integration/app.spec.ts similarity index 99% rename from dep-graph/client-e2e/src/integration/app.spec.ts rename to graph/client-e2e/src/integration/app.spec.ts index 63cb872ef0..d5f732941b 100644 --- a/dep-graph/client-e2e/src/integration/app.spec.ts +++ b/graph/client-e2e/src/integration/app.spec.ts @@ -19,7 +19,7 @@ import { import * as nxExamplesJson from '../fixtures/nx-examples.json'; import * as affectedJson from '../fixtures/affected.json'; -describe('dep-graph-client', () => { +describe('graph-client', () => { before(() => { cy.intercept('/assets/graphs/nx.json', { fixture: 'nx-examples.json' }).as( 'getGraph' @@ -282,7 +282,7 @@ describe('dep-graph-client', () => { }); }); -describe('loading dep-graph client with url params', () => { +describe('loading graph client with url params', () => { beforeEach(() => { cy.intercept('/assets/graphs/*', { fixture: 'nx-examples.json' }).as( 'getGraph' diff --git a/dep-graph/client-e2e/src/plugins/index.js b/graph/client-e2e/src/plugins/index.js similarity index 100% rename from dep-graph/client-e2e/src/plugins/index.js rename to graph/client-e2e/src/plugins/index.js diff --git a/dep-graph/client-e2e/src/release-integration/release.spec.ts b/graph/client-e2e/src/release-integration/release.spec.ts similarity index 89% rename from dep-graph/client-e2e/src/release-integration/release.spec.ts rename to graph/client-e2e/src/release-integration/release.spec.ts index ed28e89774..ce16ef8d6e 100644 --- a/dep-graph/client-e2e/src/release-integration/release.spec.ts +++ b/graph/client-e2e/src/release-integration/release.spec.ts @@ -1,4 +1,4 @@ -describe('dep-graph-client release', () => { +describe('graph-client release', () => { beforeEach(() => { cy.intercept('/assets/graphs/*').as('getGraph'); diff --git a/dep-graph/client-e2e/src/support/app.po.ts b/graph/client-e2e/src/support/app.po.ts similarity index 100% rename from dep-graph/client-e2e/src/support/app.po.ts rename to graph/client-e2e/src/support/app.po.ts diff --git a/dep-graph/client-e2e/src/support/commands.ts b/graph/client-e2e/src/support/commands.ts similarity index 100% rename from dep-graph/client-e2e/src/support/commands.ts rename to graph/client-e2e/src/support/commands.ts diff --git a/dep-graph/client-e2e/src/support/index.ts b/graph/client-e2e/src/support/index.ts similarity index 100% rename from dep-graph/client-e2e/src/support/index.ts rename to graph/client-e2e/src/support/index.ts diff --git a/dep-graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts b/graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts similarity index 97% rename from dep-graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts rename to graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts index 41661a68ab..7c4426dcbf 100644 --- a/dep-graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts +++ b/graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts @@ -1,6 +1,6 @@ import { getProjectItems } from '../support/app.po'; -describe('dep-graph-client in watch mode', () => { +describe('graph-client in watch mode', () => { beforeEach(() => { cy.clock(); cy.visit('/'); diff --git a/dep-graph/client-e2e/tsconfig.e2e.json b/graph/client-e2e/tsconfig.e2e.json similarity index 100% rename from dep-graph/client-e2e/tsconfig.e2e.json rename to graph/client-e2e/tsconfig.e2e.json diff --git a/dep-graph/client-e2e/tsconfig.json b/graph/client-e2e/tsconfig.json similarity index 100% rename from dep-graph/client-e2e/tsconfig.json rename to graph/client-e2e/tsconfig.json diff --git a/dep-graph/client/.babelrc b/graph/client/.babelrc similarity index 100% rename from dep-graph/client/.babelrc rename to graph/client/.babelrc diff --git a/dep-graph/client/.browserslistrc b/graph/client/.browserslistrc similarity index 100% rename from dep-graph/client/.browserslistrc rename to graph/client/.browserslistrc diff --git a/dep-graph/client/.eslintrc.json b/graph/client/.eslintrc.json similarity index 83% rename from dep-graph/client/.eslintrc.json rename to graph/client/.eslintrc.json index 0ac399fdfa..6e467025f3 100644 --- a/dep-graph/client/.eslintrc.json +++ b/graph/client/.eslintrc.json @@ -10,7 +10,10 @@ "rules": { "no-restricted-imports": [ "error", - { "paths": ["rxjs"], "patterns": ["rxjs/*"] } + { + "paths": ["rxjs"], + "patterns": ["rxjs/*"] + } ] } }, diff --git a/dep-graph/client/jest.config.ts b/graph/client/jest.config.ts similarity index 86% rename from dep-graph/client/jest.config.ts rename to graph/client/jest.config.ts index b1ba2f1e7e..d5dfecc2e5 100644 --- a/dep-graph/client/jest.config.ts +++ b/graph/client/jest.config.ts @@ -4,7 +4,7 @@ const nxPreset = require('@nrwl/jest/preset').default; export default { ...nxPreset, - displayName: 'dep-graph-client', + displayName: 'graph-client', transform: { '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nrwl/react/plugins/jest', '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nrwl/next/babel'] }], @@ -14,6 +14,6 @@ export default { // The mock for widnow.matchMedia has to be in a separete file and imported before the components to test // for more info check : // https://jestjs.io/docs/manual-mocks#mocking-methods-which-are-not-implemented-in-jsdom modulePathIgnorePatterns: [ - '/dep-graph/client/src/app/machines/match-media-mock.spec.ts', + '/graph/client/src/app/machines/match-media-mock.spec.ts', ], }; diff --git a/dep-graph/client/postcss.config.js b/graph/client/postcss.config.js similarity index 61% rename from dep-graph/client/postcss.config.js rename to graph/client/postcss.config.js index 30c0cf3777..9cf2134b04 100644 --- a/dep-graph/client/postcss.config.js +++ b/graph/client/postcss.config.js @@ -1,7 +1,7 @@ module.exports = { plugins: { tailwindcss: { - config: './dep-graph/client/tailwind.config.js', + config: './graph/client/tailwind.config.js', }, autoprefixer: {}, }, diff --git a/dep-graph/client/project.json b/graph/client/project.json similarity index 63% rename from dep-graph/client/project.json rename to graph/client/project.json index 59f69ad9c3..8bc633ea74 100644 --- a/dep-graph/client/project.json +++ b/graph/client/project.json @@ -1,21 +1,21 @@ { "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "dep-graph/client/src", + "sourceRoot": "graph/client/src", "projectType": "application", "targets": { "build-base": { "executor": "@nrwl/web:webpack", "options": { "maxWorkers": 8, - "outputPath": "build/apps/dep-graph", - "index": "dep-graph/client/src/index.html", - "main": "dep-graph/client/src/main.tsx", - "polyfills": "dep-graph/client/src/polyfills.ts", - "tsConfig": "dep-graph/client/tsconfig.app.json", - "styles": ["dep-graph/client/src/styles.scss"], + "outputPath": "build/apps/graph", + "index": "graph/client/src/index.html", + "main": "graph/client/src/main.tsx", + "polyfills": "graph/client/src/polyfills.ts", + "tsConfig": "graph/client/tsconfig.app.json", + "styles": ["graph/client/src/styles.scss"], "scripts": [], "assets": [], - "webpackConfig": "dep-graph/client/webpack.config.js", + "webpackConfig": "graph/client/webpack.config.js", "optimization": false, "outputHashing": "none", "sourceMap": true, @@ -34,10 +34,10 @@ "configurations": { "dev": { "assets": [ - "dep-graph/client/src/favicon.ico", - "dep-graph/client/src/assets/graphs/", + "graph/client/src/favicon.ico", + "graph/client/src/assets/graphs/", { - "input": "dep-graph/client/src/assets/dev", + "input": "graph/client/src/assets/dev", "output": "/", "glob": "environment.js" } @@ -45,14 +45,14 @@ }, "nx-console": { "assets": [ - "dep-graph/client/src/favicon.ico", + "graph/client/src/favicon.ico", { - "input": "dep-graph/client/src/assets/graphs", + "input": "graph/client/src/assets/graphs", "output": "/assets/graphs", "glob": "nx-examples.json" }, { - "input": "dep-graph/client/src/assets/nx-console", + "input": "graph/client/src/assets/nx-console", "output": "/", "glob": "environment.js" } @@ -60,14 +60,14 @@ }, "release": { "assets": [ - "dep-graph/client/src/favicon.ico", + "graph/client/src/favicon.ico", { - "input": "dep-graph/client/src/assets/graphs", + "input": "graph/client/src/assets/graphs", "output": "/assets/graphs", "glob": "nx-examples.json" }, { - "input": "dep-graph/client/src/assets/release", + "input": "graph/client/src/assets/release", "output": "/", "glob": "environment.js" } @@ -88,9 +88,9 @@ }, "watch": { "assets": [ - "dep-graph/client/src/favicon.ico", + "graph/client/src/favicon.ico", { - "input": "dep-graph/client/src/assets/watch", + "input": "graph/client/src/assets/watch", "output": "/", "glob": "environment.js" } @@ -104,16 +104,16 @@ "executor": "@nrwl/web:dev-server", "configurations": { "dev": { - "buildTarget": "dep-graph-client:build-base:dev" + "buildTarget": "graph-client:build-base:dev" }, "nx-console": { - "buildTarget": "dep-graph-client:build-base:nx-console" + "buildTarget": "graph-client:build-base:nx-console" }, "release": { - "buildTarget": "dep-graph-client:build-base:release" + "buildTarget": "graph-client:build-base:release" }, "watch": { - "buildTarget": "dep-graph-client:build-base:watch" + "buildTarget": "graph-client:build-base:watch" } }, "defaultConfiguration": "dev" @@ -122,14 +122,14 @@ "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": ["dep-graph/client/**/*.{ts,tsx,js,jsx}"] + "lintFilePatterns": ["graph/client/**/*.{ts,tsx,js,jsx}"] } }, "test": { "executor": "@nrwl/jest:jest", - "outputs": ["coverage/dep-graph/client"], + "outputs": ["coverage/graph/client"], "options": { - "jestConfig": "dep-graph/client/jest.config.ts", + "jestConfig": "graph/client/jest.config.ts", "passWithNoTests": true } } diff --git a/dep-graph/client/src/app/app.tsx b/graph/client/src/app/app.tsx similarity index 100% rename from dep-graph/client/src/app/app.tsx rename to graph/client/src/app/app.tsx diff --git a/dep-graph/client/src/app/debugger-panel.tsx b/graph/client/src/app/debugger-panel.tsx similarity index 100% rename from dep-graph/client/src/app/debugger-panel.tsx rename to graph/client/src/app/debugger-panel.tsx diff --git a/dep-graph/client/src/app/edge-tooltip.tsx b/graph/client/src/app/edge-tooltip.tsx similarity index 100% rename from dep-graph/client/src/app/edge-tooltip.tsx rename to graph/client/src/app/edge-tooltip.tsx diff --git a/dep-graph/client/src/app/experimental-feature.tsx b/graph/client/src/app/experimental-feature.tsx similarity index 100% rename from dep-graph/client/src/app/experimental-feature.tsx rename to graph/client/src/app/experimental-feature.tsx diff --git a/dep-graph/client/src/app/fetch-project-graph-service.ts b/graph/client/src/app/fetch-project-graph-service.ts similarity index 100% rename from dep-graph/client/src/app/fetch-project-graph-service.ts rename to graph/client/src/app/fetch-project-graph-service.ts diff --git a/dep-graph/client/src/app/hooks/use-debounce.ts b/graph/client/src/app/hooks/use-debounce.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-debounce.ts rename to graph/client/src/app/hooks/use-debounce.ts diff --git a/dep-graph/client/src/app/hooks/use-dep-graph-selector.ts b/graph/client/src/app/hooks/use-dep-graph-selector.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-dep-graph-selector.ts rename to graph/client/src/app/hooks/use-dep-graph-selector.ts diff --git a/dep-graph/client/src/app/hooks/use-dep-graph.ts b/graph/client/src/app/hooks/use-dep-graph.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-dep-graph.ts rename to graph/client/src/app/hooks/use-dep-graph.ts diff --git a/dep-graph/client/src/app/hooks/use-environment-config.ts b/graph/client/src/app/hooks/use-environment-config.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-environment-config.ts rename to graph/client/src/app/hooks/use-environment-config.ts diff --git a/dep-graph/client/src/app/hooks/use-interval-when.ts b/graph/client/src/app/hooks/use-interval-when.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-interval-when.ts rename to graph/client/src/app/hooks/use-interval-when.ts diff --git a/dep-graph/client/src/app/hooks/use-project-graph-data-service.ts b/graph/client/src/app/hooks/use-project-graph-data-service.ts similarity index 100% rename from dep-graph/client/src/app/hooks/use-project-graph-data-service.ts rename to graph/client/src/app/hooks/use-project-graph-data-service.ts diff --git a/dep-graph/client/src/app/interfaces.ts b/graph/client/src/app/interfaces.ts similarity index 100% rename from dep-graph/client/src/app/interfaces.ts rename to graph/client/src/app/interfaces.ts diff --git a/dep-graph/client/src/app/local-project-graph-service.ts b/graph/client/src/app/local-project-graph-service.ts similarity index 100% rename from dep-graph/client/src/app/local-project-graph-service.ts rename to graph/client/src/app/local-project-graph-service.ts diff --git a/dep-graph/client/src/app/machines/custom-selected.state.ts b/graph/client/src/app/machines/custom-selected.state.ts similarity index 100% rename from dep-graph/client/src/app/machines/custom-selected.state.ts rename to graph/client/src/app/machines/custom-selected.state.ts diff --git a/dep-graph/client/src/app/machines/dep-graph.machine.ts b/graph/client/src/app/machines/dep-graph.machine.ts similarity index 100% rename from dep-graph/client/src/app/machines/dep-graph.machine.ts rename to graph/client/src/app/machines/dep-graph.machine.ts diff --git a/dep-graph/client/src/app/machines/dep-graph.service.ts b/graph/client/src/app/machines/dep-graph.service.ts similarity index 100% rename from dep-graph/client/src/app/machines/dep-graph.service.ts rename to graph/client/src/app/machines/dep-graph.service.ts diff --git a/dep-graph/client/src/app/machines/dep-graph.spec.ts b/graph/client/src/app/machines/dep-graph.spec.ts similarity index 100% rename from dep-graph/client/src/app/machines/dep-graph.spec.ts rename to graph/client/src/app/machines/dep-graph.spec.ts diff --git a/dep-graph/client/src/app/machines/externalApi.ts b/graph/client/src/app/machines/externalApi.ts similarity index 100% rename from dep-graph/client/src/app/machines/externalApi.ts rename to graph/client/src/app/machines/externalApi.ts diff --git a/dep-graph/client/src/app/machines/focused.state.ts b/graph/client/src/app/machines/focused.state.ts similarity index 100% rename from dep-graph/client/src/app/machines/focused.state.ts rename to graph/client/src/app/machines/focused.state.ts diff --git a/dep-graph/client/src/app/machines/graph.actor.ts b/graph/client/src/app/machines/graph.actor.ts similarity index 100% rename from dep-graph/client/src/app/machines/graph.actor.ts rename to graph/client/src/app/machines/graph.actor.ts diff --git a/dep-graph/client/src/app/machines/graph.service.ts b/graph/client/src/app/machines/graph.service.ts similarity index 100% rename from dep-graph/client/src/app/machines/graph.service.ts rename to graph/client/src/app/machines/graph.service.ts diff --git a/dep-graph/client/src/app/machines/graph.ts b/graph/client/src/app/machines/graph.ts similarity index 100% rename from dep-graph/client/src/app/machines/graph.ts rename to graph/client/src/app/machines/graph.ts diff --git a/dep-graph/client/src/app/machines/interfaces.ts b/graph/client/src/app/machines/interfaces.ts similarity index 100% rename from dep-graph/client/src/app/machines/interfaces.ts rename to graph/client/src/app/machines/interfaces.ts diff --git a/dep-graph/client/src/app/machines/route-listener.actor.ts b/graph/client/src/app/machines/route-listener.actor.ts similarity index 100% rename from dep-graph/client/src/app/machines/route-listener.actor.ts rename to graph/client/src/app/machines/route-listener.actor.ts diff --git a/dep-graph/client/src/app/machines/route-setter.machine.ts b/graph/client/src/app/machines/route-setter.machine.ts similarity index 100% rename from dep-graph/client/src/app/machines/route-setter.machine.ts rename to graph/client/src/app/machines/route-setter.machine.ts diff --git a/dep-graph/client/src/app/machines/selectors.ts b/graph/client/src/app/machines/selectors.ts similarity index 100% rename from dep-graph/client/src/app/machines/selectors.ts rename to graph/client/src/app/machines/selectors.ts diff --git a/dep-graph/client/src/app/machines/text-filtered.state.ts b/graph/client/src/app/machines/text-filtered.state.ts similarity index 100% rename from dep-graph/client/src/app/machines/text-filtered.state.ts rename to graph/client/src/app/machines/text-filtered.state.ts diff --git a/dep-graph/client/src/app/machines/tracing.state.ts b/graph/client/src/app/machines/tracing.state.ts similarity index 100% rename from dep-graph/client/src/app/machines/tracing.state.ts rename to graph/client/src/app/machines/tracing.state.ts diff --git a/dep-graph/client/src/app/machines/unselected.state.ts b/graph/client/src/app/machines/unselected.state.ts similarity index 100% rename from dep-graph/client/src/app/machines/unselected.state.ts rename to graph/client/src/app/machines/unselected.state.ts diff --git a/dep-graph/client/src/app/mock-project-graph-service.ts b/graph/client/src/app/mock-project-graph-service.ts similarity index 100% rename from dep-graph/client/src/app/mock-project-graph-service.ts rename to graph/client/src/app/mock-project-graph-service.ts diff --git a/dep-graph/client/src/app/project-node-tooltip.tsx b/graph/client/src/app/project-node-tooltip.tsx similarity index 100% rename from dep-graph/client/src/app/project-node-tooltip.tsx rename to graph/client/src/app/project-node-tooltip.tsx diff --git a/dep-graph/client/src/app/shell.tsx b/graph/client/src/app/shell.tsx similarity index 100% rename from dep-graph/client/src/app/shell.tsx rename to graph/client/src/app/shell.tsx diff --git a/dep-graph/client/src/app/sidebar/collapse-edges-panel.tsx b/graph/client/src/app/sidebar/collapse-edges-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/collapse-edges-panel.tsx rename to graph/client/src/app/sidebar/collapse-edges-panel.tsx diff --git a/dep-graph/client/src/app/sidebar/focused-project-panel.tsx b/graph/client/src/app/sidebar/focused-project-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/focused-project-panel.tsx rename to graph/client/src/app/sidebar/focused-project-panel.tsx diff --git a/dep-graph/client/src/app/sidebar/group-by-folder-panel.tsx b/graph/client/src/app/sidebar/group-by-folder-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/group-by-folder-panel.tsx rename to graph/client/src/app/sidebar/group-by-folder-panel.tsx diff --git a/dep-graph/client/src/app/sidebar/project-list.tsx b/graph/client/src/app/sidebar/project-list.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/project-list.tsx rename to graph/client/src/app/sidebar/project-list.tsx diff --git a/dep-graph/client/src/app/sidebar/search-depth.tsx b/graph/client/src/app/sidebar/search-depth.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/search-depth.tsx rename to graph/client/src/app/sidebar/search-depth.tsx diff --git a/dep-graph/client/src/app/sidebar/show-hide-projects.tsx b/graph/client/src/app/sidebar/show-hide-projects.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/show-hide-projects.tsx rename to graph/client/src/app/sidebar/show-hide-projects.tsx diff --git a/dep-graph/client/src/app/sidebar/sidebar.tsx b/graph/client/src/app/sidebar/sidebar.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/sidebar.tsx rename to graph/client/src/app/sidebar/sidebar.tsx diff --git a/dep-graph/client/src/app/sidebar/text-filter-panel.tsx b/graph/client/src/app/sidebar/text-filter-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/text-filter-panel.tsx rename to graph/client/src/app/sidebar/text-filter-panel.tsx diff --git a/dep-graph/client/src/app/sidebar/theme-panel.tsx b/graph/client/src/app/sidebar/theme-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/theme-panel.tsx rename to graph/client/src/app/sidebar/theme-panel.tsx diff --git a/dep-graph/client/src/app/sidebar/tracing-panel.tsx b/graph/client/src/app/sidebar/tracing-panel.tsx similarity index 100% rename from dep-graph/client/src/app/sidebar/tracing-panel.tsx rename to graph/client/src/app/sidebar/tracing-panel.tsx diff --git a/dep-graph/client/src/app/state.provider.tsx b/graph/client/src/app/state.provider.tsx similarity index 100% rename from dep-graph/client/src/app/state.provider.tsx rename to graph/client/src/app/state.provider.tsx diff --git a/dep-graph/client/src/app/styles-graph/edges.ts b/graph/client/src/app/styles-graph/edges.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/edges.ts rename to graph/client/src/app/styles-graph/edges.ts diff --git a/dep-graph/client/src/app/styles-graph/fonts.ts b/graph/client/src/app/styles-graph/fonts.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/fonts.ts rename to graph/client/src/app/styles-graph/fonts.ts diff --git a/dep-graph/client/src/app/styles-graph/index.ts b/graph/client/src/app/styles-graph/index.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/index.ts rename to graph/client/src/app/styles-graph/index.ts diff --git a/dep-graph/client/src/app/styles-graph/label-width.ts b/graph/client/src/app/styles-graph/label-width.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/label-width.ts rename to graph/client/src/app/styles-graph/label-width.ts diff --git a/dep-graph/client/src/app/styles-graph/nodes.ts b/graph/client/src/app/styles-graph/nodes.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/nodes.ts rename to graph/client/src/app/styles-graph/nodes.ts diff --git a/dep-graph/client/src/app/styles-graph/palette.ts b/graph/client/src/app/styles-graph/palette.ts similarity index 100% rename from dep-graph/client/src/app/styles-graph/palette.ts rename to graph/client/src/app/styles-graph/palette.ts diff --git a/dep-graph/client/src/app/theme-resolver.tsx b/graph/client/src/app/theme-resolver.tsx similarity index 100% rename from dep-graph/client/src/app/theme-resolver.tsx rename to graph/client/src/app/theme-resolver.tsx diff --git a/dep-graph/client/src/app/tooltip-service.ts b/graph/client/src/app/tooltip-service.ts similarity index 100% rename from dep-graph/client/src/app/tooltip-service.ts rename to graph/client/src/app/tooltip-service.ts diff --git a/dep-graph/client/src/app/util-cytoscape/cytoscape.models.ts b/graph/client/src/app/util-cytoscape/cytoscape.models.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/cytoscape.models.ts rename to graph/client/src/app/util-cytoscape/cytoscape.models.ts diff --git a/dep-graph/client/src/app/util-cytoscape/edge.ts b/graph/client/src/app/util-cytoscape/edge.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/edge.ts rename to graph/client/src/app/util-cytoscape/edge.ts diff --git a/dep-graph/client/src/app/util-cytoscape/index.ts b/graph/client/src/app/util-cytoscape/index.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/index.ts rename to graph/client/src/app/util-cytoscape/index.ts diff --git a/dep-graph/client/src/app/util-cytoscape/parent-node.ts b/graph/client/src/app/util-cytoscape/parent-node.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/parent-node.ts rename to graph/client/src/app/util-cytoscape/parent-node.ts diff --git a/dep-graph/client/src/app/util-cytoscape/project-node.spec.ts b/graph/client/src/app/util-cytoscape/project-node.spec.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/project-node.spec.ts rename to graph/client/src/app/util-cytoscape/project-node.spec.ts diff --git a/dep-graph/client/src/app/util-cytoscape/project-node.ts b/graph/client/src/app/util-cytoscape/project-node.ts similarity index 100% rename from dep-graph/client/src/app/util-cytoscape/project-node.ts rename to graph/client/src/app/util-cytoscape/project-node.ts diff --git a/dep-graph/client/src/app/util.spec.ts b/graph/client/src/app/util.spec.ts similarity index 100% rename from dep-graph/client/src/app/util.spec.ts rename to graph/client/src/app/util.spec.ts diff --git a/dep-graph/client/src/app/util.ts b/graph/client/src/app/util.ts similarity index 100% rename from dep-graph/client/src/app/util.ts rename to graph/client/src/app/util.ts diff --git a/dep-graph/client/src/assets/.gitkeep b/graph/client/src/assets/.gitkeep similarity index 100% rename from dep-graph/client/src/assets/.gitkeep rename to graph/client/src/assets/.gitkeep diff --git a/dep-graph/client/src/assets/dev/environment.js b/graph/client/src/assets/dev/environment.js similarity index 100% rename from dep-graph/client/src/assets/dev/environment.js rename to graph/client/src/assets/dev/environment.js diff --git a/dep-graph/client/src/assets/graphs/affected.json b/graph/client/src/assets/graphs/affected.json similarity index 100% rename from dep-graph/client/src/assets/graphs/affected.json rename to graph/client/src/assets/graphs/affected.json diff --git a/dep-graph/client/src/assets/graphs/collapsing-edges-testing.json b/graph/client/src/assets/graphs/collapsing-edges-testing.json similarity index 100% rename from dep-graph/client/src/assets/graphs/collapsing-edges-testing.json rename to graph/client/src/assets/graphs/collapsing-edges-testing.json diff --git a/dep-graph/client/src/assets/graphs/focus-testing.json b/graph/client/src/assets/graphs/focus-testing.json similarity index 100% rename from dep-graph/client/src/assets/graphs/focus-testing.json rename to graph/client/src/assets/graphs/focus-testing.json diff --git a/dep-graph/client/src/assets/graphs/nested-workspace-layout.json b/graph/client/src/assets/graphs/nested-workspace-layout.json similarity index 100% rename from dep-graph/client/src/assets/graphs/nested-workspace-layout.json rename to graph/client/src/assets/graphs/nested-workspace-layout.json diff --git a/dep-graph/client/src/assets/graphs/nx-examples.json b/graph/client/src/assets/graphs/nx-examples.json similarity index 100% rename from dep-graph/client/src/assets/graphs/nx-examples.json rename to graph/client/src/assets/graphs/nx-examples.json diff --git a/dep-graph/client/src/assets/graphs/nx.json b/graph/client/src/assets/graphs/nx.json similarity index 77% rename from dep-graph/client/src/assets/graphs/nx.json rename to graph/client/src/assets/graphs/nx.json index eed9aa9d38..307ccc8766 100644 --- a/dep-graph/client/src/assets/graphs/nx.json +++ b/graph/client/src/assets/graphs/nx.json @@ -1,5 +1,5 @@ { - "hash": "596eb0e966839b53932574efcbdf3d5c7f7f1d70997f8b5ba4f2b349b211f493", + "hash": "2d53d2490938ee660d5112f414e4cc62e56b53a257499d1a4ec4d5583439a0e1", "projects": [ { "name": "nx-dev-feature-package-schema-viewer", @@ -18,7 +18,7 @@ }, { "file": "nx-dev/feature-package-schema-viewer/jest.config.ts", - "hash": "eb187dfcf53a03cad66030b7d4abb63e81065a2f" + "hash": "956da0c9404f46b7988136b1c2a0c318a006ca79" }, { "file": "nx-dev/feature-package-schema-viewer/project.json", @@ -34,12 +34,12 @@ }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/content.tsx", - "hash": "78183cfdd03d67f4db3adc437d34ee01fc757c90", + "hash": "72a0b4e7d3c1d049c21c3a60443dfee1d667634e", "deps": [ "npm:@heroicons/react", "nx-dev-data-access-packages", "nx-dev-models-package", - "nx-dev-ui-common", + "nx-dev-ui-markdoc", "npm:next", "npm:react" ] @@ -49,23 +49,18 @@ "hash": "a5e235c2705e09c33828060405df381f087d1bd2", "deps": ["nx-dev-data-access-packages", "nx-dev-models-package"] }, - { - "file": "nx-dev/feature-package-schema-viewer/src/lib/get-public-package-name.ts", - "hash": "7c8bf92dfbdf069f52493d004636e2e1e93f3824" - }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/get-schema-view-model.ts", - "hash": "2b28bff8c56b8ebf99fa77dd8feb84bedc2d312a", + "hash": "ec86847566db7a716a786a3561325d5f0887861e", "deps": ["nx-dev-data-access-packages", "nx-dev-models-package"] }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/package-schema-list.tsx", - "hash": "26d38c5dbe4fb52ff7e1010b24fa9ce94df648c3", + "hash": "8ef1b3c7fc89de963e390fa9e5cfbed6fc177d33", "deps": [ - "npm:@heroicons/react", - "nx-dev-models-menu", "nx-dev-models-package", "nx-dev-ui-common", + "nx-dev-ui-markdoc", "npm:classnames", "npm:next-seo", "npm:next", @@ -74,14 +69,12 @@ }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx", - "hash": "36659b877b1e1143b41ec248ab26d42b97e281a9", + "hash": "d8c6f97f0e923a4ee1ad50d1cf7e5eb647daaa5d", "deps": [ - "nx-dev-models-menu", "nx-dev-ui-common", "npm:classnames", "npm:next-seo", - "npm:next", - "npm:react" + "npm:next" ] }, { @@ -91,12 +84,16 @@ }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/parameter-view.tsx", - "hash": "a3505a0d831c227ff70f03a9444f5477f5483d34", - "deps": ["nx-dev-data-access-packages", "nx-dev-models-package"] + "hash": "ad8722e793b20ed60645d778e33877a3504f5eed", + "deps": [ + "nx-dev-data-access-packages", + "nx-dev-models-package", + "nx-dev-ui-markdoc" + ] }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/schema-editor.tsx", - "hash": "55c580702bcfcab68793891a23d41bd946afd14d", + "hash": "dfc25c067b9aef3bb358fb82de81394198e9f859", "deps": [ "npm:@monaco-editor/react", "nx-dev-models-package", @@ -110,7 +107,7 @@ }, { "file": "nx-dev/feature-package-schema-viewer/src/lib/schema-viewer.tsx", - "hash": "88a13849386762448494e57ccc68361fcbabb10b", + "hash": "380944abd082e500013d2d9800af078775ab5113", "deps": ["nx-dev-data-access-packages", "nx-dev-models-package"] }, { @@ -152,39 +149,16 @@ "deps": ["npm:@heroicons/react"] }, { - "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/info-panel.tsx", - "hash": "034d0f46c273d6ef625d77fe2afaea951b6d854e", - "deps": ["npm:@heroicons/react"] - }, - { - "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/markdown/code-block.tsx", - "hash": "1a84cf1633f30f583e7eacea98a4e367091e37c6", + "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/package-reference.tsx", + "hash": "aa4b911494c233dadba9cfbf6ec279badd336fbb", "deps": [ - "npm:react", - "npm:react-copy-to-clipboard", - "npm:react-syntax-highlighter" + "npm:@heroicons/react", + "nx-dev-models-package", + "nx-dev-ui-markdoc", + "npm:next", + "npm:react" ] }, - { - "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/markdown/markdown.tsx", - "hash": "502d7662b71e6571518c48d8d2d33eb31456bc2c", - "deps": [ - "npm:classnames", - "npm:react-markdown", - "npm:rehype-autolink-headings", - "npm:rehype-slug", - "npm:remark-gfm" - ] - }, - { - "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/markdown/renderers/render-iframe.ts", - "hash": "aaee57a8c64f1993793e6f100cfc27f7f1333999" - }, - { - "file": "nx-dev/feature-package-schema-viewer/src/lib/ui/markdown/renderers/transform-image-path.ts", - "hash": "cf75f59b9d0a661d6eedaab5dc573bf15ab4ea69", - "deps": ["npm:react-markdown"] - }, { "file": "nx-dev/feature-package-schema-viewer/tsconfig.json", "hash": "3230750a884f72a8d552144dcb423f1ed5899fff" @@ -211,10 +185,6 @@ "file": "packages/make-angular-cli-faster/.eslintrc.json", "hash": "9afd5d63f09f7d350b479cea3984ab4d8920d964" }, - { - "file": "packages/make-angular-cli-faster/jest.config.js", - "hash": "3d3d92d60c3d34a67c0a9e140b95d30f835c77e3" - }, { "file": "packages/make-angular-cli-faster/package.json", "hash": "1d350d77194ea8ffb7fe1c34f7f8b00afc43adf2", @@ -239,27 +209,27 @@ }, { "file": "packages/make-angular-cli-faster/src/index.ts", - "hash": "2cb5019ce006e234ece25dcac05bc308a2b8c4ed", + "hash": "4aef4e4c08557f878ab0d7144e58b97b01cfd983", "deps": ["npm:yargs-parser"] }, { "file": "packages/make-angular-cli-faster/src/utilities/make-angular-cli-faster.ts", - "hash": "7cae6fa33988d86eb0dbc4dd0cbd566cb0e1a702", + "hash": "77b3c57cf7c5b169eeeebbee2d9069ccdfae2a58", "deps": ["devkit"] }, { "file": "packages/make-angular-cli-faster/src/utilities/migration.ts", - "hash": "5c6c7bc509bbfe8dc95cd4d3069b57d05a4de0f2", + "hash": "1a868ba0baa2fc73ebdb1224f3bb8fc0b7cb144e", "deps": ["devkit", "npm:enquirer", "nx", "npm:semver"] }, { "file": "packages/make-angular-cli-faster/src/utilities/nx-cloud.ts", - "hash": "e75ce955b35d01e3ca2d011c398dd76089e9ecd4", + "hash": "4d49363d1486ff5b0c1e7ca9f4217adc7cae888e", "deps": ["devkit", "npm:enquirer"] }, { "file": "packages/make-angular-cli-faster/src/utilities/package-manager.ts", - "hash": "057688cf2efea73e6623120c0a1024b68115cd06", + "hash": "adf53e0d25bf8b04b2eb7ff5cc7a8c6ac1539c69", "deps": ["devkit", "nx", "npm:semver"] }, { @@ -298,7 +268,7 @@ }, { "file": "packages/create-nx-workspace/bin/create-nx-workspace.ts", - "hash": "06062931257b74713b4c85338b2b47f030c4aa9e", + "hash": "c967c779adcf2c4b52415d7fdc99b4001d88d289", "deps": ["npm:enquirer", "npm:tmp", "npm:yargs", "npm:chalk"] }, { @@ -310,6 +280,14 @@ "file": "packages/create-nx-workspace/bin/default-base.ts", "hash": "e94f951707b1d051d2bb0af8c4c2d932351c3462" }, + { + "file": "packages/create-nx-workspace/bin/git.spec.ts", + "hash": "e38214c6d3fbe0e8c74a8c30e70832dacfd8627b" + }, + { + "file": "packages/create-nx-workspace/bin/git.ts", + "hash": "73a45c1200a1b91bec8975bf0068df844515b503" + }, { "file": "packages/create-nx-workspace/bin/index.ts", "hash": "0f88bbe6c12e17c601ce1918a9cfc4fed4bf444d" @@ -321,7 +299,7 @@ }, { "file": "packages/create-nx-workspace/bin/package-manager.ts", - "hash": "18828b64b5595377a1cf66a0576f4e3ff4911b67" + "hash": "a7c7585f862753d099e25c0aec552c808aa5a121" }, { "file": "packages/create-nx-workspace/bin/shared.ts", @@ -338,7 +316,7 @@ }, { "file": "packages/create-nx-workspace/jest.config.ts", - "hash": "57e2336df32e45a1bf24f3202588fdd97f5bedfa" + "hash": "f452efc6372482a73cef570e0d64046a84cbda7f" }, { "file": "packages/create-nx-workspace/package.json", @@ -354,7 +332,7 @@ }, { "file": "packages/create-nx-workspace/project.json", - "hash": "90c6936de7a9d298f0974659a93541e100fb929d" + "hash": "bf7c6d9d0560c05b9689c3d1b751fdb3debf33b6" }, { "file": "packages/create-nx-workspace/README.md", @@ -388,7 +366,7 @@ }, { "file": "nx-dev/data-access-documents/jest.config.ts", - "hash": "0c4623554851fad23b029592b72f9d1f60d78e0d" + "hash": "0dfc5a3fae7d6eefc66139840ef99d1509bc0821" }, { "file": "nx-dev/data-access-documents/project.json", @@ -404,8 +382,12 @@ }, { "file": "nx-dev/data-access-documents/src/lib/documents.api.ts", - "hash": "9c8f295a2a1212239bebca9042d1b9dae379c0a7", - "deps": ["nx-dev-models-document", "npm:gray-matter"] + "hash": "5a5e9a34679c4915928d5152412f41fae5569101", + "deps": [ + "nx-dev-models-document", + "nx-dev-ui-markdoc", + "npm:js-yaml" + ] }, { "file": "nx-dev/data-access-documents/src/lib/documents.utils.spec.ts", @@ -447,7 +429,7 @@ }, { "file": "packages/add-nx-to-monorepo/jest.config.ts", - "hash": "48aae21e661f615d23ee2aa44887075c6d472b7d" + "hash": "afbef505f1ec54cc514b99a9a17b28ae324fee9d" }, { "file": "packages/add-nx-to-monorepo/package.json", @@ -471,7 +453,7 @@ }, { "file": "packages/add-nx-to-monorepo/src/add-nx-to-monorepo.ts", - "hash": "c2dcaa543f89c9035fcab08c6b3a3df96eaec796", + "hash": "98e57b19d4c9397d6821093e4c155b95ba48ab4f", "deps": [ "npm:enquirer", "npm:yargs-parser", @@ -495,6 +477,37 @@ ] } }, + { + "name": "e2e-make-angular-cli-faster", + "type": "app", + "data": { + "tags": [], + "root": "e2e/make-angular-cli-faster", + "files": [ + { + "file": "e2e/make-angular-cli-faster/jest.config.ts", + "hash": "a3f3c2bd6abc44a897d757fa04aeee87713c7721" + }, + { + "file": "e2e/make-angular-cli-faster/project.json", + "hash": "92a8bd06a4144b0c36a72190d9cec9d5847e45a8" + }, + { + "file": "e2e/make-angular-cli-faster/src/make-angular-cli-faster.test.ts", + "hash": "5c323cd9d91edf639fccd9ef7cf05ec74381c5da", + "deps": ["e2e-utils", "nx"] + }, + { + "file": "e2e/make-angular-cli-faster/tsconfig.json", + "hash": "6d5abf84832009a8c70e7a910c49f332bf1f0612" + }, + { + "file": "e2e/make-angular-cli-faster/tsconfig.spec.json", + "hash": "1a24bfb0a13536cd17717808ca5609e15def438f" + } + ] + } + }, { "name": "nx-dev-data-access-packages", "type": "lib", @@ -508,7 +521,7 @@ }, { "file": "nx-dev/data-access-packages/jest.config.ts", - "hash": "d1705987d04580868155d396f41ead687dc1fe69" + "hash": "450a3016749f8b99fe942ddb9bd5c0b07c821ca1" }, { "file": "nx-dev/data-access-packages/project.json", @@ -539,7 +552,7 @@ }, { "file": "nx-dev/data-access-packages/src/lib/packages.api.ts", - "hash": "f486ca58da606253b4c253f5dc21060b4f137c30", + "hash": "7a279eea7a9f4a4667b061b51ee6f360a96fa173", "deps": ["nx-dev-models-document", "nx-dev-models-package"] }, { @@ -574,7 +587,7 @@ }, { "file": "packages/create-nx-plugin/bin/create-nx-plugin.ts", - "hash": "820815432c2315bc4186aa01698c8794329cf882", + "hash": "6c391ddc348e28d272e9790ae921839b8d710bf6", "deps": [ "devkit", "npm:fs-extra", @@ -589,12 +602,12 @@ }, { "file": "packages/create-nx-plugin/bin/shared.ts", - "hash": "4f28a3f2e6b2eb6bacb76fb813b26adcc0d7ffc9", + "hash": "42dc250a148038ca57d19d48d6df58123c21aa8d", "deps": ["devkit"] }, { "file": "packages/create-nx-plugin/jest.config.ts", - "hash": "723774ed5a39c4775e6b206b4d5d9f7625454f4f" + "hash": "df638957d10e03e31481a0b27bc699202fc70040" }, { "file": "packages/create-nx-plugin/package.json", @@ -610,7 +623,7 @@ }, { "file": "packages/create-nx-plugin/project.json", - "hash": "08fda468cdb72236f601bd378c4283490dc34f30" + "hash": "9a4ebd3c23662e3f319bbe1c43517b409e38e8e6" }, { "file": "packages/create-nx-plugin/README.md", @@ -644,15 +657,15 @@ }, { "file": "packages/eslint-plugin-nx/jest.config.ts", - "hash": "f1f0c17ab536289793ae2ae3638551cf2929f818" + "hash": "72ebafdd88f73dcc90b84d36ca3febf89816953f" }, { "file": "packages/eslint-plugin-nx/package.json", - "hash": "584169b7620139b753630af8142e2551e3978977", + "hash": "184ffd1d3a3c776b6fe7bac6de82f1f3ea6af9fc", "deps": [ "devkit", "workspace", - "npm:@typescript-eslint/experimental-utils", + "npm:@typescript-eslint/utils", "npm:chalk", "npm:confusing-browser-globals", "npm:semver", @@ -662,7 +675,7 @@ }, { "file": "packages/eslint-plugin-nx/project.json", - "hash": "d467800b77660e9810fd9fd2c2499af95592d33c" + "hash": "3c8cdf5ed9bca981b3c0cc37e5c48a6f9c5b3f61" }, { "file": "packages/eslint-plugin-nx/README.md", @@ -679,7 +692,7 @@ }, { "file": "packages/eslint-plugin-nx/src/configs/javascript.ts", - "hash": "3b02eb07fd6428bff79f66ac630a125161f761ea" + "hash": "23ae03ddca44371aa92e4dc33d44984c0554ceb7" }, { "file": "packages/eslint-plugin-nx/src/configs/react-base.ts", @@ -700,7 +713,7 @@ }, { "file": "packages/eslint-plugin-nx/src/configs/typescript.ts", - "hash": "9d45c250b9b72e233fb4bb442d6cfe9c9f34c4cf", + "hash": "3c0f0bbf6b9061fc48165aec7259a99af60c0278", "deps": ["devkit"] }, { @@ -714,36 +727,37 @@ }, { "file": "packages/eslint-plugin-nx/src/resolve-workspace-rules.ts", - "hash": "4c508efde5fdc4b16e0a529919b5439b2874d064", - "deps": ["npm:@typescript-eslint/experimental-utils", "nx"] + "hash": "37d020c4ceafaf94df6a3e8e229ba90b924976ef", + "deps": ["npm:@typescript-eslint/utils", "nx"] }, { "file": "packages/eslint-plugin-nx/src/rules/enforce-module-boundaries.spec.ts", - "hash": "1a08ce5874251884c53df92a0d355d2a89199953", + "hash": "29edb79d1602316541a985927b6bac0b60f4de33", "deps": [ "devkit", - "npm:@typescript-eslint/experimental-utils", + "workspace", "npm:@typescript-eslint/parser", + "npm:@typescript-eslint/utils", "npm:memfs", - "nx", - "workspace" + "nx" ] }, { "file": "packages/eslint-plugin-nx/src/rules/enforce-module-boundaries.ts", - "hash": "8e7459c45175a4a1f4af2a9a3ee52417b34bd336", + "hash": "68fd6e6edaeabb9ab771ab7e70bb0dffa39336f0", "deps": [ "devkit", "workspace", - "npm:@typescript-eslint/experimental-utils", + "npm:@typescript-eslint/utils", "nx" ] }, { "file": "packages/eslint-plugin-nx/src/rules/nx-plugin-checks.ts", - "hash": "6e7ba0c0653176758c6527ae1b77776f0603249c", + "hash": "f3ce721757e798a53989bad05c5dbe0f87ffa118", "deps": [ "npm:jsonc-eslint-parser", + "npm:@typescript-eslint/utils", "devkit", "workspace", "nx", @@ -752,13 +766,17 @@ }, { "file": "packages/eslint-plugin-nx/src/utils/ast-utils.ts", - "hash": "996a4962569db999ecd0a6bc03d751847eee1aae", + "hash": "d5d5f04c8efadcf9ac10c329c80a44819b772e7c", "deps": ["devkit", "workspace", "npm:typescript"] }, + { + "file": "packages/eslint-plugin-nx/src/utils/config-utils.ts", + "hash": "f7ef887bbfc4f2aa1ce2a1cc20f6fd906d892b42" + }, { "file": "packages/eslint-plugin-nx/src/utils/create-eslint-rule.ts", - "hash": "c72c352363c15cc8d55f686ee90e8d7ca81c652e", - "deps": ["npm:@typescript-eslint/experimental-utils"] + "hash": "68b7c15a666be6f910a8186b699713443c7b81ca", + "deps": ["npm:@typescript-eslint/utils"] }, { "file": "packages/eslint-plugin-nx/src/utils/project-graph-utils.ts", @@ -793,7 +811,7 @@ }, { "file": "nx-dev/feature-doc-viewer/jest.config.ts", - "hash": "aec19ce43f1516d0461a13e6bc5daf0878025b0e" + "hash": "e047e55e42a49be6f18571ed9e7eb1f6a7a64ade" }, { "file": "nx-dev/feature-doc-viewer/project.json", @@ -807,55 +825,23 @@ "file": "nx-dev/feature-doc-viewer/src/index.ts", "hash": "36f4daaa68475ed88055ed2fde295065d3536ce4" }, - { - "file": "nx-dev/feature-doc-viewer/src/lib/code-block.tsx", - "hash": "69552d10e1ae86cebdda5cb90c6612d21ba52115", - "deps": [ - "npm:react", - "npm:react-copy-to-clipboard", - "npm:react-syntax-highlighter" - ] - }, { "file": "nx-dev/feature-doc-viewer/src/lib/content.tsx", - "hash": "88567e8362175614a569bbd7faa6044d2204e223", - "deps": [ - "nx-dev-feature-analytics", - "nx-dev-models-document", - "npm:react", - "npm:react-markdown", - "npm:rehype-raw", - "npm:rehype-autolink-headings", - "npm:rehype-slug", - "npm:remark-gfm" - ] + "hash": "19a3ed496173821dbc8d63ff650afcc01d931837", + "deps": ["nx-dev-models-document", "nx-dev-ui-markdoc"] }, { "file": "nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx", - "hash": "98ee615aac39a8bc993d07d1d2e52a3071eb686e", + "hash": "f1310ac3a1e4d95fcdf730fe747b97f3892def3e", "deps": [ "nx-dev-models-document", "nx-dev-models-menu", "nx-dev-ui-common", "npm:classnames", "npm:next-seo", - "npm:next", - "npm:react" + "npm:next" ] }, - { - "file": "nx-dev/feature-doc-viewer/src/lib/renderers/render-iframe.ts", - "hash": "aaee57a8c64f1993793e6f100cfc27f7f1333999" - }, - { - "file": "nx-dev/feature-doc-viewer/src/lib/renderers/transform-image-path.spec.ts", - "hash": "326bc44f21b094b39dd3f77c80b42157921350fd" - }, - { - "file": "nx-dev/feature-doc-viewer/src/lib/renderers/transform-image-path.ts", - "hash": "e697e88318cda09fcfa78b6f9ac2efeb85ff7282", - "deps": ["nx-dev-data-access-documents", "npm:react-markdown"] - }, { "file": "nx-dev/feature-doc-viewer/tsconfig.json", "hash": "3230750a884f72a8d552144dcb423f1ed5899fff" @@ -884,7 +870,7 @@ }, { "file": "nx-dev/feature-analytics/jest.config.ts", - "hash": "85e96fd530ca7489046cc429824caede25e7aba2" + "hash": "87f26c4bd5e0f4cea7ae37cd2490a548e9ba8749" }, { "file": "nx-dev/feature-analytics/project.json", @@ -938,7 +924,7 @@ }, { "file": "nx-dev/data-access-menu/jest.config.ts", - "hash": "9aed2df4b6a79285ea091e87064973a2ad74122e" + "hash": "55c48c970e8f04e3afddc39f2ed485dc3da54401" }, { "file": "nx-dev/data-access-menu/project.json", @@ -954,12 +940,12 @@ }, { "file": "nx-dev/data-access-menu/src/lib/menu.api.ts", - "hash": "26423c58802586255538c471c9e3153ab932d1f0", + "hash": "66c4b1ca2f1fc70ba2aad02f08754da7017f1931", "deps": ["nx-dev-models-document", "nx-dev-models-menu"] }, { "file": "nx-dev/data-access-menu/src/lib/menu.utils.ts", - "hash": "ac04c9b02b5c1ccb85cae07459c6e9b07d269c67", + "hash": "7ea98c3138fc53d5bc6c6b38970ea74a62d11925", "deps": ["nx-dev-models-document", "nx-dev-models-menu"] }, { @@ -986,7 +972,7 @@ "files": [ { "file": "e2e/add-nx-to-monorepo/jest.config.ts", - "hash": "9b9f74bcb67ead3471953d8cb5aa90153a1d9b55" + "hash": "cb1dea1f21be9ab44591f110ceca7aeda84a0de1" }, { "file": "e2e/add-nx-to-monorepo/project.json", @@ -994,7 +980,7 @@ }, { "file": "e2e/add-nx-to-monorepo/src/add-nx-to-monorepo.test.ts", - "hash": "d7f6ea98c9c3d1a8382a280c1c82c0783c597f1f", + "hash": "8168208eb61a1217ec95a135ffb75b0c2c49118a", "deps": ["e2e-utils", "nx"] }, { @@ -1017,7 +1003,7 @@ "files": [ { "file": "e2e/angular-extensions/jest.config.ts", - "hash": "dc39770bb021805470d926092846f1b986883f4c" + "hash": "c965ef62353312d1ab2c971dc3638006a18286ae" }, { "file": "e2e/angular-extensions/project.json", @@ -1025,17 +1011,17 @@ }, { "file": "e2e/angular-extensions/src/misc.test.ts", - "hash": "2fcb9c7d0bdc3498416287046a4ce726c2ad2ce9", - "deps": ["e2e-utils", "workspace"] + "hash": "901e0f576c4330698777f8159aec2b0adc63103f", + "deps": ["e2e-utils", "workspace", "npm:cypress", "cypress"] }, { "file": "e2e/angular-extensions/src/ngrx.test.ts", - "hash": "0565d98c30cc551728878bfd155eb6c4e18e36f4", + "hash": "bed2564b8ea850a224c0a510085d4459cf205ac4", "deps": ["e2e-utils"] }, { "file": "e2e/angular-extensions/src/tailwind.test.ts", - "hash": "503e3214802317100f2a5d8a429d85fe37461dec", + "hash": "0be47652100db7bf2e2be38d5768a9132911525b", "deps": [ "e2e-utils", "angular", @@ -1072,7 +1058,7 @@ }, { "file": "nx-dev/models-document/jest.config.ts", - "hash": "32bdc572947d7214471d19ac6a8c2406cbf605d8" + "hash": "d1963365bc3de373cf02af29138301c818961f60" }, { "file": "nx-dev/models-document/project.json", @@ -1088,7 +1074,7 @@ }, { "file": "nx-dev/models-document/src/lib/documents.models.ts", - "hash": "d21f025b6f013105491ced742ca3e3d2c7ac4845" + "hash": "563616cdcc508909d72a93e0c75df51e0643af3f" }, { "file": "nx-dev/models-document/tsconfig.json", @@ -1118,7 +1104,7 @@ }, { "file": "nx-dev/ui-sponsor-card/jest.config.ts", - "hash": "e7939eb21beceb59eb135c37794e47c102f7f1a9" + "hash": "44863a47c89baea3da778132b323ed409ea9bf85" }, { "file": "nx-dev/ui-sponsor-card/project.json", @@ -1139,7 +1125,7 @@ }, { "file": "nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx", - "hash": "c872b8875b02b7a41c9baccd3524bda04441d701", + "hash": "b3c7decf56336b9c9df5e9978ef311d4f39ec824", "deps": ["npm:next"] }, { @@ -1161,6 +1147,43 @@ ] } }, + { + "name": "e2e-storybook-angular", + "type": "app", + "data": { + "tags": [], + "root": "e2e/storybook-angular", + "files": [ + { + "file": "e2e/storybook-angular/jest.config.ts", + "hash": "f29da5f0b7f58ba5d5ad69ebfc3e81f9bbe64fa0" + }, + { + "file": "e2e/storybook-angular/project.json", + "hash": "345482e1e5fb008d82c8ac82b4f9bc1b790cec81" + }, + { + "file": "e2e/storybook-angular/src/storybook-angular.test.ts", + "hash": "95535ddd5038fdec6b7e36cb37e82dd478a0b3ae", + "deps": [ + "e2e-utils", + "npm:react", + "npm:@storybook/react", + "npm:@storybook/angular", + "npm:@angular/core" + ] + }, + { + "file": "e2e/storybook-angular/tsconfig.json", + "hash": "6d5abf84832009a8c70e7a910c49f332bf1f0612" + }, + { + "file": "e2e/storybook-angular/tsconfig.spec.json", + "hash": "1a24bfb0a13536cd17717808ca5609e15def438f" + } + ] + } + }, { "name": "nx-dev-feature-search", "type": "lib", @@ -1174,7 +1197,7 @@ }, { "file": "nx-dev/feature-search/jest.config.ts", - "hash": "0f9fc02da4838699e4ae29e960c74fb02434166b" + "hash": "dd11a03d60495c16dc9a56e21f77067306b3d3e6" }, { "file": "nx-dev/feature-search/project.json", @@ -1194,7 +1217,7 @@ }, { "file": "nx-dev/feature-search/src/lib/algolia-search.tsx", - "hash": "5238bb3345e9f089938fd9031e25fc3722b23fc0", + "hash": "9b8b63b18fa342c02bd2f29dd5ca6dd125ab5101", "deps": [ "npm:@docsearch/react", "npm:@heroicons/react", @@ -1235,7 +1258,7 @@ }, { "file": "nx-dev/models-package/jest.config.ts", - "hash": "a68597256af2a86046954826030e2c84aa1c02aa" + "hash": "44aa51b9a7d94e83ef05a4b6c4bbd61c382a62b7" }, { "file": "nx-dev/models-package/project.json", @@ -1259,7 +1282,7 @@ }, { "file": "nx-dev/models-package/src/lib/package.models.ts", - "hash": "156d293b2550a7497c45add4fb2e35a4591b7f76" + "hash": "ab5844dd752e25b7a73011bcf3348a208838745a" }, { "file": "nx-dev/models-package/tsconfig.json", @@ -1289,7 +1312,7 @@ }, { "file": "nx-dev/ui-member-card/jest.config.ts", - "hash": "9f27272409f9d3eba80b4f13afa0fbacb36e83e5" + "hash": "c3006cb7bf222988430b609f0f7d726bce3f076c" }, { "file": "nx-dev/ui-member-card/project.json", @@ -1357,11 +1380,11 @@ }, { "file": "packages/react-native/jest.config.ts", - "hash": "27772b3edc49c9a6800b49a00bb9df7cad7dfa2a" + "hash": "5e08a7f8f73ebc78576c266a4c9e4409e3643087" }, { "file": "packages/react-native/migrations.json", - "hash": "5b5e1dd73f4f4334f0bf62b09eb546078956bfff" + "hash": "38100ab6404631a7c36f6898e9c9c9a92a7b74dd" }, { "file": "packages/react-native/migrations.spec.ts", @@ -1373,7 +1396,7 @@ }, { "file": "packages/react-native/package.json", - "hash": "25dc0e745929cd28f46d29f1f3acf1d91168452e", + "hash": "436b5d21bc2aa3443b512d78d331539c9206ee7f", "deps": [ "detox", "devkit", @@ -1387,6 +1410,7 @@ "npm:fs-extra", "npm:ignore", "npm:metro-resolver", + "npm:minimatch", "npm:node-fetch", "npm:tsconfig-paths" ] @@ -1439,7 +1463,7 @@ }, { "file": "packages/react-native/src/executors/bundle/bundle.impl.ts", - "hash": "84d544aa1ba0343d04f3076390fe702f21bbb987", + "hash": "e12b7d235baedb9cc549f013ccbb5c2397fb8d63", "deps": ["workspace", "devkit"] }, { @@ -1449,11 +1473,11 @@ }, { "file": "packages/react-native/src/executors/bundle/schema.d.ts", - "hash": "dfaa8ba589e57a5b58f8220bcb01df4cb74ca88d" + "hash": "133f0b98661f10dff5030c3a40378ac647e287ab" }, { "file": "packages/react-native/src/executors/bundle/schema.json", - "hash": "3e42dd5d4d98985d4fdf679e0c0052904f5325c4" + "hash": "b8836701bc90bebf9c4ddac8db357fd221f427c2" }, { "file": "packages/react-native/src/executors/ensure-symlink/compat.ts", @@ -1476,7 +1500,7 @@ }, { "file": "packages/react-native/src/executors/run-android/run-android.impl.ts", - "hash": "3ab7f403a0e21170fcf540364208fafa7a72e655", + "hash": "1bfe4113b3327589b0e70e4c2cb530ca23946829", "deps": ["devkit"] }, { @@ -1494,7 +1518,7 @@ }, { "file": "packages/react-native/src/executors/run-ios/run-ios.impl.ts", - "hash": "5f50b68dc0c3c5c670d988ab622879c389f7d9c3", + "hash": "268ad273fc980dabd93cdd3f3594cfd0a884499b", "deps": ["devkit"] }, { @@ -1535,15 +1559,15 @@ }, { "file": "packages/react-native/src/executors/storybook/schema.d.ts", - "hash": "105057ee6d6746adbbd3786a530c346cb405be6f" + "hash": "cf193971d3ac601692b6667b1f385af3f1d856e9" }, { "file": "packages/react-native/src/executors/storybook/schema.json", - "hash": "5e76df271284f131bbcb605cee572da6bf064fdb" + "hash": "380246b311b7a11408594bf701641d5d254d7ddb" }, { "file": "packages/react-native/src/executors/storybook/storybook.impl.ts", - "hash": "571098ce0074d83478ab428c698ed1af29dfeed0", + "hash": "2e5c5467f0929bb614150afc09cfccf45ea34511", "deps": ["devkit", "workspace", "npm:chalk"] }, { @@ -1553,31 +1577,27 @@ }, { "file": "packages/react-native/src/executors/sync-deps/schema.d.ts", - "hash": "be1e6ae66759f5e809127edb7fa85e36f03a3123" + "hash": "c88982181eb22ddec18a5e2b7dcb3cdffd40b595" }, { "file": "packages/react-native/src/executors/sync-deps/schema.json", - "hash": "0c4e3361352ec349a010ebb04ab02a2af1f72d4b" + "hash": "a065308aa012c541b97ff6345578e15f20acf2c7" }, { "file": "packages/react-native/src/executors/sync-deps/sync-deps.impl.ts", - "hash": "5966829d3464c505d6cd413d95c6fefc41a0ac87", + "hash": "45cc9f3e20933628f0f7a1635df570ea2dc5c99e", "deps": ["npm:chalk", "devkit"] }, { "file": "packages/react-native/src/generators/application/application.spec.ts", - "hash": "2702dee2ff32c1d4b0a472c11d3dc650cfe818e2", + "hash": "979a4b3304ccfab27526d691d465e454f812ec2b", "deps": ["devkit", "linter"] }, { "file": "packages/react-native/src/generators/application/application.ts", - "hash": "939c6fe86f1a5f40d2b6021f88d62cbc99621713", + "hash": "9a1e6e4410b74606d4a8e25119e7b933f57b6ff7", "deps": ["workspace", "devkit"] }, - { - "file": "packages/react-native/src/generators/application/files/app/.babelrc.template", - "hash": "d4b74b5be7b43daf5c6bba8c69f1ae0f25fbfadb" - }, { "file": "packages/react-native/src/generators/application/files/app/android/app/_BUCK.template", "hash": "9359ab06b6661316dff0e1b596182343e126d146" @@ -1588,7 +1608,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/app/build.gradle.template", - "hash": "f208e83ba5aa093a491569a03d3ef673c1dc40e6" + "hash": "6c1457766df5733444a4495f0a1c3ec27c97e372" }, { "file": "packages/react-native/src/generators/application/files/app/android/app/debug.keystore", @@ -1612,11 +1632,11 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/AndroidManifest.xml.template", - "hash": "f3801bcafd9fcd91c2d96ed1c1012c0773692e98" + "hash": "2a750fbcf2080e9d6ad4625a52b2aa4887322f9d" }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainActivity.java.template", - "hash": "8da02fae92865713b08910960e0e870202e4163d" + "hash": "3aec16c7d045f5c686a0678a001e5ec03d1ae9ca" }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainApplication.java.template", @@ -1628,7 +1648,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/newarchitecture/MainApplicationReactNativeHost.java.template", - "hash": "f5fd9e7b96f542af304bbc9e614aee089d5c8a78" + "hash": "8f74cc044d3b13e7726db1c1fff33200cc06fc4d" }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java.template", @@ -1636,7 +1656,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/jni/Android.mk.template", - "hash": "3547cd40b7362667503b589304cb9111c46b9486" + "hash": "3d2e7203f3afe7fd7390d593beaccfdd731b213c" }, { "file": "packages/react-native/src/generators/application/files/app/android/app/src/main/jni/MainApplicationModuleProvider.cpp", @@ -1724,7 +1744,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/build.gradle.template", - "hash": "ef33f2c6d8b4847b593980e1c65a20614760db1a" + "hash": "96401f27c62ec8026997953dccd3bc095c8d9e8d" }, { "file": "packages/react-native/src/generators/application/files/app/android/gradle.properties", @@ -1748,15 +1768,19 @@ }, { "file": "packages/react-native/src/generators/application/files/app/android/settings.gradle.template", - "hash": "e1644ef15c70474f5c4f72f4e31aa8e38b693594" + "hash": "8fcce31e023575c7cf71911a6c954347f281e7a6" }, { "file": "packages/react-native/src/generators/application/files/app/app.json.template", "hash": "4e3ababec032372612bc592a0afc349debbd0562" }, + { + "file": "packages/react-native/src/generators/application/files/app/babel.config.json.template", + "hash": "d4b74b5be7b43daf5c6bba8c69f1ae0f25fbfadb" + }, { "file": "packages/react-native/src/generators/application/files/app/ios/__className__.xcodeproj/project.pbxproj.template", - "hash": "5afd94e9409a25eff6acc0a94f425677b8e31472" + "hash": "806cd7bda102e5d7a39926ebcd4b917b6a70a8f1" }, { "file": "packages/react-native/src/generators/application/files/app/ios/__className__.xcodeproj/xcshareddata/xcschemes/__className__.xcscheme.template", @@ -1772,7 +1796,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/ios/__className__/AppDelegate.mm.template", - "hash": "a20b9942bd5d8d5781e888bfeb0c1c37a3a902d3" + "hash": "3ffcb6f42b2a77bfef26151a1d78b496ccae4312" }, { "file": "packages/react-native/src/generators/application/files/app/ios/__className__/Images.xcassets/AppIcon.appiconset/Contents.json", @@ -1802,13 +1826,17 @@ "file": "packages/react-native/src/generators/application/files/app/ios/__className__Tests/Info.plist", "hash": "ba72822e8728ef2951005e49b6c27a2f1da6572d" }, + { + "file": "packages/react-native/src/generators/application/files/app/ios/.xcode.env.template", + "hash": "fdd0b50af5950b9880178535864415fb57b43650" + }, { "file": "packages/react-native/src/generators/application/files/app/ios/Podfile.template", - "hash": "10ef39d98ec83e7aa3e0a3314acc92af0b8a1fd1" + "hash": "4728334f725ec5d7cecb010c27cf557067ae64f0" }, { "file": "packages/react-native/src/generators/application/files/app/metro.config.js.template", - "hash": "fb3a93437006f5a19489404069dc3c68dee9e80c" + "hash": "25434b26bd748cf96cc901aedea0b3dfd88d8b4d" }, { "file": "packages/react-native/src/generators/application/files/app/package.json.template", @@ -1820,7 +1848,7 @@ }, { "file": "packages/react-native/src/generators/application/files/app/src/app/App.tsx.template", - "hash": "70448ded6f5e5c5e7d5c575518f187924a041e18" + "hash": "c68ffe02225dccede52c16545155e31ca9269dfe" }, { "file": "packages/react-native/src/generators/application/files/app/src/app/icons/blog.svg", @@ -1892,7 +1920,7 @@ }, { "file": "packages/react-native/src/generators/application/lib/add-detox.ts", - "hash": "eef3d4787716d19240615374864665b092bae6a8", + "hash": "7f4030c4e2e58eba178069111e09ab0738099daf", "deps": ["detox", "devkit", "linter"] }, { @@ -1907,7 +1935,7 @@ }, { "file": "packages/react-native/src/generators/application/lib/nomalize-options.spec.ts", - "hash": "b3228077124e0265426ad4faed09f1a9e51ed5c2", + "hash": "beea0d7666e4aa998d6868bcdf82d64f1e882afa", "deps": ["devkit", "linter"] }, { @@ -1926,7 +1954,7 @@ }, { "file": "packages/react-native/src/generators/component-story/component-story.spec.ts", - "hash": "c5116819cecada690d86ba01e7406aa48180322f", + "hash": "566e10b01b5277e9e7e80160212a06aa83ded78e", "deps": ["devkit", "linter", "npm:react"] }, { @@ -1944,11 +1972,11 @@ }, { "file": "packages/react-native/src/generators/component-story/schema.json", - "hash": "08f8132f2e428dfd7687b588dbc7a058621600ca" + "hash": "06611da4fce2d91ac2b77f100fc06afc3779b488" }, { "file": "packages/react-native/src/generators/component/component.spec.ts", - "hash": "63060ad9144dcf0f9fe7f6d1735d3efa89cce5c4", + "hash": "ae4d2e56635383491757df8ec793f2a9e2950b7f", "deps": ["devkit"] }, { @@ -1984,7 +2012,7 @@ }, { "file": "packages/react-native/src/generators/init/init.spec.ts", - "hash": "5ccce99a9535b803e509bd5204f35e7a36c88750", + "hash": "e4f0e585af75aebac6355266be3df9772a0a19b5", "deps": ["devkit"] }, { @@ -1994,12 +2022,12 @@ }, { "file": "packages/react-native/src/generators/init/lib/add-git-ignore-entry.ts", - "hash": "97ce9ae76af689262f206e622a9260f993045c90", + "hash": "d22015fb9bbbc8f18b7ae2f0e57484afbfac4e98", "deps": ["devkit", "npm:ignore"] }, { "file": "packages/react-native/src/generators/init/lib/gitignore-entries.ts", - "hash": "d85f4cb77abac83a8473e319c67d6736f74ba88a" + "hash": "a68ef0f0dacd226a06ed7e206bf4d2aaab02e571" }, { "file": "packages/react-native/src/generators/init/lib/init-root-babel-config.ts", @@ -2015,8 +2043,8 @@ "hash": "315e90c57df820cafee1415eee6d24cfa781e8d0" }, { - "file": "packages/react-native/src/generators/library/files/lib/.babelrc__tmpl__", - "hash": "d4b74b5be7b43daf5c6bba8c69f1ae0f25fbfadb" + "file": "packages/react-native/src/generators/library/files/lib/babel.config.json.template", + "hash": "3c1b877fca28cebe01a21d841165e119f0271ae0" }, { "file": "packages/react-native/src/generators/library/files/lib/package.json__tmpl__", @@ -2040,21 +2068,21 @@ }, { "file": "packages/react-native/src/generators/library/files/lib/tsconfig.lib.json__tmpl__", - "hash": "800eaa9333cfd7281c803dd73fa4058869052f1e" + "hash": "f78209302ef29c22dc53c2c3facca1fa09ffeb2b" }, { "file": "packages/react-native/src/generators/library/lib/normalize-options.ts", - "hash": "dd5b9bd2ee09cab21428d0e471ab821474268c5d", - "deps": ["devkit"] + "hash": "37d0f18a53cd9c5e44428e615425f5906734b368", + "deps": ["devkit", "nx"] }, { "file": "packages/react-native/src/generators/library/library.spec.ts", - "hash": "01c5e6612efee37d2eaf5a468dbf14fa8838b2ff", + "hash": "10d8c7429e168fe6792633afcc56ee5290c32b99", "deps": ["devkit", "linter"] }, { "file": "packages/react-native/src/generators/library/library.ts", - "hash": "70e067896ff4a2691b5bc55e71a11de0e4fece5a", + "hash": "8f432fbdeb422b3f829ce320b4ea6fcc6bffc0aa", "deps": ["devkit", "workspace"] }, { @@ -2068,35 +2096,35 @@ }, { "file": "packages/react-native/src/generators/stories/schema.d.ts", - "hash": "24167f3f292e2cf6c4f7c3ba30d4734cc2c1928c" + "hash": "363b7c14bad1c8f24eb84bdd7692379cc6c07504" }, { "file": "packages/react-native/src/generators/stories/schema.json", - "hash": "6d243f9e3e2201ffe11c01d36ca9ad31cfb30185" + "hash": "a9ee09a535143ce4de2e1dfe55cc7aa1d7b76271" }, { "file": "packages/react-native/src/generators/stories/stories-app.spec.ts", - "hash": "231c46aadcf7f6c3b63304507801b20496e9db8f", + "hash": "1746e5a9f24448b319b143e95676df8e9a3bd6f5", "deps": ["devkit", "linter"] }, { "file": "packages/react-native/src/generators/stories/stories-lib.spec.ts", - "hash": "a554ee4f2ea10ef47327da8a7801185bbc4df0e3", + "hash": "534f56686798dd4e73f50455f2d84a3efbc9ff10", "deps": ["devkit", "linter"] }, { "file": "packages/react-native/src/generators/stories/stories.ts", - "hash": "dbfe7d74528e364a37f9d098c5c8cd8cff6a5246", - "deps": ["devkit", "react", "storybook"] + "hash": "637a5f3e4946523786825f140bf739ac87bde242", + "deps": ["devkit", "react", "storybook", "npm:minimatch"] }, { "file": "packages/react-native/src/generators/storybook-configuration/configuration.spec.ts", - "hash": "de1789dfe08708f4c8d3e8e111bc4a960d1af551", + "hash": "f4a8bef243f45f2cc409885882538b48dda6995c", "deps": ["devkit", "linter"] }, { "file": "packages/react-native/src/generators/storybook-configuration/configuration.ts", - "hash": "2f0155c52c5e394d0d85b0826e39349f14110acb", + "hash": "33ab8ee69b316c378c0932a1acc53626745060e7", "deps": ["devkit", "storybook"] }, { @@ -2111,6 +2139,16 @@ "file": "packages/react-native/src/generators/storybook-configuration/files/root/story-loader.js.template", "hash": "162b6755d2f3339c613cb32d97bdf43f4ddc5ae0" }, + { + "file": "packages/react-native/src/generators/storybook-configuration/lib/add-resolver-main-fields-to-metro-config.spec.ts", + "hash": "2b62c40a357139bec1cb4960b6893b3300c218ba", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/generators/storybook-configuration/lib/add-resolver-main-fields-to-metro-config.ts", + "hash": "93bd0bf53c8e1514ccb022aecba1e4316197b4db", + "deps": ["devkit"] + }, { "file": "packages/react-native/src/generators/storybook-configuration/lib/create-storybook-files.ts", "hash": "4f01fbd9c3e0a64aa6b0aca2c36983574331b67e", @@ -2118,7 +2156,7 @@ }, { "file": "packages/react-native/src/generators/storybook-configuration/lib/replace-app-import-with-storybook-toggle.spec.ts", - "hash": "d53386e67350ae7af813cdbae5f07a8f8d6c5435", + "hash": "eb5afdaa38c18c310b2b22f80bbe98009a2afa68", "deps": ["devkit"] }, { @@ -2128,21 +2166,21 @@ }, { "file": "packages/react-native/src/generators/storybook-configuration/schema.d.ts", - "hash": "46345d5aeef5032d0074fcb46b2b01b3b8395b38", + "hash": "aff6812b038959c95dfdc988dcf0afa4c15c71e7", "deps": ["linter"] }, { "file": "packages/react-native/src/generators/storybook-configuration/schema.json", - "hash": "69766ef1524ad22dc3b9a14f438d4c53c156b276" + "hash": "c9bc36ae298c8546c361d6032d337084f305c72a" }, { "file": "packages/react-native/src/generators/upgrade-native/lib/create-native-files.ts", - "hash": "810a38874383911aaae08e2de32eb64be6e90c7c", + "hash": "1378ec6c0e43b83163f26ef1fc72f5b908c4af04", "deps": ["devkit"] }, { "file": "packages/react-native/src/generators/upgrade-native/lib/normalize-options.ts", - "hash": "bf899817e58d1c3bcc50ff0fc685786eec004421", + "hash": "d47e76fe99bca9e08867df53baffd1d70925df4b", "deps": ["devkit"] }, { @@ -2152,16 +2190,16 @@ }, { "file": "packages/react-native/src/generators/upgrade-native/schema.json", - "hash": "6f20e0691305d4fd5847b2ca43d2856080689cc6" + "hash": "74079e279838fd9926356dd14398a23e1e75e6de" }, { "file": "packages/react-native/src/generators/upgrade-native/upgrade-native.ts", - "hash": "61a65d78643fce6ac228d48fa70b0cecb7b2216a", + "hash": "4bd20c02ed82521583e95f16117d9066f8efc3dd", "deps": ["workspace", "devkit", "npm:fs-extra"] }, { "file": "packages/react-native/src/migrations/update-12-10-0/add-react-native-svg-12-10-0.spec.ts", - "hash": "7b5d7b35f2b6109751cdd39fdbf83f929ef88171", + "hash": "8c675a9f3092693934509d540fccb9c652e25db0", "deps": ["devkit"] }, { @@ -2176,7 +2214,7 @@ }, { "file": "packages/react-native/src/migrations/update-13-5-0/add-babel-config-root-13-5-0.spec.ts", - "hash": "8e88190a9797471e177f67779ffb2b349f897e7d", + "hash": "39c4d362c5a3d75086f4f72e645daa38b1bccc65", "deps": ["devkit"] }, { @@ -2186,7 +2224,7 @@ }, { "file": "packages/react-native/src/migrations/update-13-5-0/update-react-native-typing-svg-13-5-0.spec.ts", - "hash": "615c6c6b26860ad3ed07aca0863317b68c612ad5", + "hash": "bae0a6a6b9e453322c4e74741adc4ee684c77d67", "deps": ["devkit"] }, { @@ -2196,7 +2234,7 @@ }, { "file": "packages/react-native/src/migrations/update-14-0-0/add-project-root-metro-config-14-0-0.spec.ts", - "hash": "48f49074c00a147e1ebe28529939400ada040e15", + "hash": "2dff4dd8badc00a350c8be0b747a07e22ca5afd0", "deps": ["devkit"] }, { @@ -2206,7 +2244,7 @@ }, { "file": "packages/react-native/src/migrations/update-14-0-0/update-entry-file-bundle-14-0-0.spec.ts", - "hash": "a90373c94026232ce9c037b6d63f282f82e7170a", + "hash": "52d8883a48f954bc8a1d05bee55060f7f430de67", "deps": ["devkit"] }, { @@ -2216,7 +2254,7 @@ }, { "file": "packages/react-native/src/migrations/update-14-0-2/change-main-to-class-name-14-0-2.spec.ts", - "hash": "8b40d3c706207f458d18897c1cb3a7198c7fdad1", + "hash": "03cdb150909ca4938b5347e7193c0fcf7551588e", "deps": ["devkit"] }, { @@ -2226,7 +2264,7 @@ }, { "file": "packages/react-native/src/migrations/update-14-2-1/rename-blockList-metro-config.spec.ts", - "hash": "5043451f799379f23ac45213ad5b796471ecafb7", + "hash": "246b426f55fe984a3704427648dae24b913a4fc2", "deps": ["devkit"] }, { @@ -2234,19 +2272,49 @@ "hash": "589b63e855872daec58b5a10e540e433c2e297f5", "deps": ["devkit"] }, + { + "file": "packages/react-native/src/migrations/update-14-5-5/add-exclude-sync-deps.spec.ts", + "hash": "bee8e5bf81df3e36493e22c53ebd4348ab271e61", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/migrations/update-14-5-5/add-exclude-sync-deps.ts", + "hash": "d08f4fef2be0e36782a081b5d8bf77de6464aa69", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/migrations/update-14-5-8/change-searchDir-storybook.spec.ts", + "hash": "0b75f28627d84d93639d7737ff668e6cbc2f0c0a", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/migrations/update-14-5-8/change-searchDir-storybook.ts", + "hash": "0767b06b525ce77613600cd1879f566e5bf27cda", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/migrations/update-14-6-0/remove-jest-transform.spec.ts", + "hash": "28d36b7d3da3599c6082547b784594dc94e4dc3f", + "deps": ["devkit"] + }, + { + "file": "packages/react-native/src/migrations/update-14-6-0/remove-jest-transform.ts", + "hash": "59de3157df58afc8ea53718f52da839f9ebb3068", + "deps": ["devkit", "jest", "workspace"] + }, { "file": "packages/react-native/src/utils/add-jest.ts", - "hash": "a3b295c53bd7d33380b4947cf3f8e0aa71130448", + "hash": "d46e770636541f3b17057c7def82bcd64987dae4", "deps": ["devkit", "jest"] }, { "file": "packages/react-native/src/utils/add-linting.spec.ts", - "hash": "c06e679b3260a901841054a2530f100eac776c62", + "hash": "f9ba126f4c364a1b924ee3a2eb8c46eb960350aa", "deps": ["devkit", "linter", "workspace"] }, { "file": "packages/react-native/src/utils/add-linting.ts", - "hash": "8b9321a702a44cd8e87af70d40ce31c591b92c09", + "hash": "3519c866ba116905533e4055a418176d33489d6b", "deps": ["workspace", "linter", "devkit", "react", "npm:eslint"] }, { @@ -2296,7 +2364,7 @@ }, { "file": "packages/react-native/src/utils/versions.ts", - "hash": "e654f463646efec8ea5fd31d85f8e07861094eee" + "hash": "e82ec89ca801abb60503abb206f21e0d4357a972" }, { "file": "packages/react-native/tsconfig.json", @@ -2318,77 +2386,6 @@ ] } }, - { - "name": "e2e-dep-graph-client", - "type": "e2e", - "data": { - "tags": [], - "root": "dep-graph/client-e2e", - "files": [ - { - "file": "dep-graph/client-e2e/.eslintrc", - "hash": "a15e6e72c6c672e40e179b07bade85d47377d8c9" - }, - { - "file": "dep-graph/client-e2e/cypress-release.json", - "hash": "67cbd761a6e86de76f722c681a6625ab00b87b21" - }, - { - "file": "dep-graph/client-e2e/cypress-watch-mode.json", - "hash": "787a6239e18779a8667be9af37d8e9566b7f5ace" - }, - { - "file": "dep-graph/client-e2e/cypress.json", - "hash": "198b5740e583df51ba59cf7ffae1c53934c9d5a3" - }, - { - "file": "dep-graph/client-e2e/project.json", - "hash": "c37acabe339c3c630a547f32649a96ef536e67ef" - }, - { - "file": "dep-graph/client-e2e/src/fixtures/example.json", - "hash": "294cbed6ce9e0b948b787452e8676aee486cb3be" - }, - { - "file": "dep-graph/client-e2e/src/integration/app.spec.ts", - "hash": "d4c2c7c9470a012c8c5dfa38dae9a06af275dd89" - }, - { - "file": "dep-graph/client-e2e/src/plugins/index.js", - "hash": "5b06a6c11d90d2060f69cea40959e0779923417d", - "deps": ["cypress"] - }, - { - "file": "dep-graph/client-e2e/src/release-integration/release.spec.ts", - "hash": "ed28e897743fd927b913c992ff69ab8a8afbd2df" - }, - { - "file": "dep-graph/client-e2e/src/support/app.po.ts", - "hash": "25d230a03fdc37b4d193d7b249472cf0fd0d183e" - }, - { - "file": "dep-graph/client-e2e/src/support/commands.ts", - "hash": "61b3a3e35770234a5aa9e31b07870b9292ec52ba" - }, - { - "file": "dep-graph/client-e2e/src/support/index.ts", - "hash": "3d469a6b6cf31eb66117d73e278bcf74f398f1db" - }, - { - "file": "dep-graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts", - "hash": "41661a68ab266abff09ad2e7313b96341fedc6df" - }, - { - "file": "dep-graph/client-e2e/tsconfig.e2e.json", - "hash": "150be8909d6d5550e657d534e043fe18e80b4573" - }, - { - "file": "dep-graph/client-e2e/tsconfig.json", - "hash": "08841a7f56c62d55340ad08451502304837254fd" - } - ] - } - }, { "name": "e2e-workspace-create", "type": "app", @@ -2398,7 +2395,7 @@ "files": [ { "file": "e2e/workspace-create/jest.config.ts", - "hash": "61d064457a79f1b6020db50617374ec5b60e6403" + "hash": "cd636c6db71b610069e8918f5b3571ba8215218d" }, { "file": "e2e/workspace-create/project.json", @@ -2406,7 +2403,7 @@ }, { "file": "e2e/workspace-create/src/create-nx-plugin.test.ts", - "hash": "38e7594f75e37f1ea742c4c7f288af46a3e9b9c6", + "hash": "f1c049c2c6cdbc0dec5039434cfc9823ec695fa4", "deps": ["e2e-utils"] }, { @@ -2438,7 +2435,7 @@ }, { "file": "nx-dev/ui-conference/jest.config.ts", - "hash": "724c8998db3968f78d2ff4dbeff888a719886a04" + "hash": "09b85cab28b0d430d1f64feb5bbea20df25805a1" }, { "file": "nx-dev/ui-conference/project.json", @@ -2450,20 +2447,28 @@ }, { "file": "nx-dev/ui-conference/src/index.ts", - "hash": "893b0e6a3b3475369016dfd016a7e9b97e18f4e3" + "hash": "f4ff6d28658224b91eb5cc94c7d2b95b615a26e4" + }, + { + "file": "nx-dev/ui-conference/src/lib/conf-health-and-safety.tsx", + "hash": "41e090a3b17d4869ef411da119a23a6572012330" + }, + { + "file": "nx-dev/ui-conference/src/lib/conf-location.tsx", + "hash": "b7319c0003f471f19ba6fee691b2acaedb140d59" }, { "file": "nx-dev/ui-conference/src/lib/conf-schedule-short.tsx", - "hash": "7ee483bc157b49d9c90950108f6b681006d6c98f" + "hash": "6fa676d81395d27b47b3bb250f969e349e5c00ba" }, { "file": "nx-dev/ui-conference/src/lib/conf-schedule.tsx", - "hash": "efbc7e07adafaf92d52ba28fdf9f9f7ee6e054d7", + "hash": "2937172ce4f71a09a7fb27a5a466b6aabcccd38b", "deps": ["npm:react"] }, { "file": "nx-dev/ui-conference/src/lib/conf-speakers.tsx", - "hash": "8996d85edd5b28a94002ad9beca244e07465841c", + "hash": "69b85eed5887f18764ef2420fb139b2946ffe8e7", "deps": ["nx-dev-ui-member-card"] }, { @@ -2473,8 +2478,7 @@ }, { "file": "nx-dev/ui-conference/src/lib/conf-workshop.tsx", - "hash": "947d3d3c6ca587245b24f2d0d8d36dd1afb2a48c", - "deps": ["nx-dev-ui-member-card", "npm:react"] + "hash": "a60fbdbd6defd70231435b89331753d6dc921ada" }, { "file": "nx-dev/ui-conference/test-setup.ts", @@ -2495,6 +2499,75 @@ ] } }, + { + "name": "nx-dev-ui-references", + "type": "lib", + "data": { + "tags": [], + "root": "nx-dev/ui-references", + "files": [ + { + "file": "nx-dev/ui-references/.babelrc", + "hash": "ccae900be42788285eb6e1b3a2af4b81f56f14fe" + }, + { + "file": "nx-dev/ui-references/.eslintrc.json", + "hash": "734ddaceea447738208c9519158ad6b3062f3929" + }, + { + "file": "nx-dev/ui-references/jest.config.ts", + "hash": "a086d57b1e03f47fddeca596dc2887b24490b4f6" + }, + { + "file": "nx-dev/ui-references/project.json", + "hash": "48ee000ea1c6a88c76d10965fdee7773f01220c0" + }, + { + "file": "nx-dev/ui-references/README.md", + "hash": "b984b2d7a66ec539fe3ec1b2e20795c8a3bbc767" + }, + { + "file": "nx-dev/ui-references/src/index.ts", + "hash": "0c38bbdc516ceca174585ca77b9225941b9f13cc" + }, + { + "file": "nx-dev/ui-references/src/lib/icons-map.ts", + "hash": "61637cb371363f754ea987dd704173e76bba8c82" + }, + { + "file": "nx-dev/ui-references/src/lib/references-index-item.tsx", + "hash": "2b451de946bf51b921b459d04575a32aaf44be11", + "deps": ["npm:classnames"] + }, + { + "file": "nx-dev/ui-references/src/lib/references-nav-list.tsx", + "hash": "5836efd688f2f9ac980c15ede023b403d77c1288", + "deps": ["npm:@heroicons/react", "nx-dev-models-menu"] + }, + { + "file": "nx-dev/ui-references/src/lib/references-package-card.tsx", + "hash": "15fa28bee6717c6598dfe6bf1b1f012f4b896d20" + }, + { + "file": "nx-dev/ui-references/src/lib/references-section.tsx", + "hash": "9157b6134abf16910261dc28eba509c642297465", + "deps": ["npm:@heroicons/react", "nx-dev-models-menu"] + }, + { + "file": "nx-dev/ui-references/tsconfig.json", + "hash": "4c089585ed6b0a3c4767aee6a136bb6f47cad2b6" + }, + { + "file": "nx-dev/ui-references/tsconfig.lib.json", + "hash": "af84f21cfc8066d0302f5772b7c157e81d418617" + }, + { + "file": "nx-dev/ui-references/tsconfig.spec.json", + "hash": "ff08addd60ff581234ec9423d2bb90f31d8166e8" + } + ] + } + }, { "name": "nx-dev-ui-community", "type": "lib", @@ -2512,7 +2585,7 @@ }, { "file": "nx-dev/ui-community/jest.config.ts", - "hash": "9f70290e9febbf1f96dce1d80d08f6cb0c9b8a9a" + "hash": "b683d280d6b729a36b868cbad575ebb7a3314ab2" }, { "file": "nx-dev/ui-community/project.json", @@ -2528,17 +2601,17 @@ }, { "file": "nx-dev/ui-community/src/lib/connect-with-us.tsx", - "hash": "6acd5868f03a93a398f339a3461b3af6abde23a7", - "deps": ["npm:@heroicons/react", "npm:react"] + "hash": "3ad132827b8d6562728c6593f0bf2a51bed55f47", + "deps": ["npm:@heroicons/react"] }, { "file": "nx-dev/ui-community/src/lib/create-nx-plugin.tsx", - "hash": "5d62daa574eb10e2984574ced562a8873593af93", - "deps": ["npm:@heroicons/react", "npm:next", "npm:react"] + "hash": "5ed204283b3e5a5a19ff9dfe61714e44d274138c", + "deps": ["npm:@heroicons/react", "npm:next"] }, { "file": "nx-dev/ui-community/src/lib/plugin-directory.tsx", - "hash": "19870ccc7679de4cfd1c788b5ae1b8897a9bd959", + "hash": "0f65d6a7fa1688a358ffc390710158506dd82fcd", "deps": ["npm:@heroicons/react", "nx-dev-ui-common", "npm:react"] }, { @@ -2569,7 +2642,7 @@ }, { "file": "packages/cra-to-nx/jest.config.ts", - "hash": "d30ebe2b646d34f118978876265aba8314654891" + "hash": "37b4e4bf05b17827dad05d4ca65d0b5560b2b26d" }, { "file": "packages/cra-to-nx/package.json", @@ -2589,7 +2662,7 @@ }, { "file": "packages/cra-to-nx/README.md", - "hash": "49eeb0b176aa5d17db3405fd82ee04dd95e7be01" + "hash": "985e9871f6212eb3a64718d842d3fb0dc32b0c78" }, { "file": "packages/cra-to-nx/src/index.ts", @@ -2612,7 +2685,7 @@ }, { "file": "packages/cra-to-nx/src/lib/cra-to-nx.ts", - "hash": "7bf974bd52662c099943023209755d4edb12de00", + "hash": "3811c6975e0d1d6f659b4b1a226c7bbb05fc6408", "deps": ["workspace", "npm:fs-extra", "devkit"] }, { @@ -2662,7 +2735,7 @@ }, { "file": "tools/eslint-rules/jest.config.ts", - "hash": "8b11fa98b56905091a19ef3851ba87e02dcd9ec3" + "hash": "753cb7e238967200eed04a279558d50535f8adc2" }, { "file": "tools/eslint-rules/project.json", @@ -2670,16 +2743,13 @@ }, { "file": "tools/eslint-rules/rules/valid-schema-description.spec.ts", - "hash": "3994c6804f8b1593adf6fadcb220fc238746758d", - "deps": ["npm:@typescript-eslint/experimental-utils"] + "hash": "8089c9902cc6d1532371d4a88b3ec14e0a1c4443", + "deps": ["npm:@typescript-eslint/utils"] }, { "file": "tools/eslint-rules/rules/valid-schema-description.ts", - "hash": "98f782ec8e8b662e9c9a1c70a94fc67df4efcbc9", - "deps": [ - "npm:@typescript-eslint/experimental-utils", - "npm:jsonc-eslint-parser" - ] + "hash": "ea02827577e48ac019a401552e8c2b85cf712f2f", + "deps": ["npm:@typescript-eslint/utils", "npm:jsonc-eslint-parser"] }, { "file": "tools/eslint-rules/tsconfig.json", @@ -2713,7 +2783,7 @@ }, { "file": "nx-dev/models-menu/jest.config.ts", - "hash": "a3851768a88160ededf254dec34804872e8c27d5" + "hash": "4b8353c606726e5cb9505801e63240faa5197230" }, { "file": "nx-dev/models-menu/project.json", @@ -2764,7 +2834,7 @@ }, { "file": "nx-dev/ui-commands/jest.config.ts", - "hash": "149e2b653b0f9f72fe7b67ed9c85331b55b2a33f" + "hash": "d930a42603856d8c580324adcd70623956bd9f1a" }, { "file": "nx-dev/ui-commands/project.json", @@ -2780,7 +2850,7 @@ }, { "file": "nx-dev/ui-commands/src/lib/inline-command.tsx", - "hash": "a95ba73a7f9759dd2f9c54f2182276d677f4b8e1", + "hash": "ac1afb5cbd4b1d53b2fbba1e48f5fd1ea19a1d47", "deps": [ "npm:react", "npm:react-copy-to-clipboard", @@ -2819,7 +2889,7 @@ }, { "file": "packages/nx-plugin/generators.json", - "hash": "7a6df0c196b8eec940adc4ac3ef17de74a0b1e56" + "hash": "b889b233cf3b86e3d383002665d9ed4f05c8d25b" }, { "file": "packages/nx-plugin/generators.ts", @@ -2831,7 +2901,7 @@ }, { "file": "packages/nx-plugin/jest.config.ts", - "hash": "5da844f8e972cd1a4fb79b39747ee54860a97b42" + "hash": "303721253026477e7143d5bc5b45b25c671b6415" }, { "file": "packages/nx-plugin/migrations.json", @@ -2839,12 +2909,13 @@ }, { "file": "packages/nx-plugin/package.json", - "hash": "8cc5a7457d2266e03a941a2cd950771e8962134d", + "hash": "914e015d4df61e60f715666a8ca497a27b7620a9", "deps": [ "devkit", "jest", "js", "linter", + "npm:dotenv", "npm:fs-extra", "npm:rxjs", "npm:semver", @@ -2853,7 +2924,7 @@ }, { "file": "packages/nx-plugin/project.json", - "hash": "dc8efcf02b3c02a12733686db4eb1308502cd316" + "hash": "c42155f8c3a0a3c27cd8bb1eeb103cc40d714447" }, { "file": "packages/nx-plugin/README.md", @@ -2866,30 +2937,31 @@ }, { "file": "packages/nx-plugin/src/executors/e2e/e2e.impl.ts", - "hash": "1a1235623e5faa98abe8a6fa63d9db5150f0a4da", + "hash": "63e35a8fa0295e7e11af688ecde084fae0ab5663", "deps": ["npm:dotenv", "devkit", "jest"] }, { "file": "packages/nx-plugin/src/executors/e2e/schema.d.ts", - "hash": "4369ccb5d542136581b52ae99d4d55e7230a8cfc" + "hash": "cdd2c2193bfbcbf3b573535470fce009c94e200f", + "deps": ["jest"] }, { "file": "packages/nx-plugin/src/executors/e2e/schema.json", - "hash": "77b239e6016836bc134d5452c8dd311583f31bc5" + "hash": "fc023641a96ed1457c9b80183481a91d5dedc11d" }, { "file": "packages/nx-plugin/src/generators/e2e-project/e2e.spec.ts", - "hash": "a765284adc36cf47ca4a43cda83adf7b2b8276fd", + "hash": "b3ddf396b2abea8fbea1bd3e134fb18652f7ad9f", "deps": ["devkit"] }, { "file": "packages/nx-plugin/src/generators/e2e-project/e2e.ts", - "hash": "5fd08ec7fc172c64c01ee7df6f8a4ec948030617", + "hash": "dc6e33d2bab3be89616ac9533665ce54fa6bf67b", "deps": ["devkit", "jest", "workspace"] }, { "file": "packages/nx-plugin/src/generators/e2e-project/files/tests/__pluginName__.spec.ts__tmpl__", - "hash": "bc077cf6a2dc4b835530bf7bca4efa7ce4273e26" + "hash": "e4c62d874ea8d28f5a27f99b22a7c2474a1f27a0" }, { "file": "packages/nx-plugin/src/generators/e2e-project/files/tsconfig.json__tmpl__", @@ -2897,15 +2969,15 @@ }, { "file": "packages/nx-plugin/src/generators/e2e-project/schema.d.ts", - "hash": "ae365e0e7f86e6a6967713dc5e75a346d4699144" + "hash": "43dbadd9bbd6fbb694ae795f44ed97270989fc20" }, { "file": "packages/nx-plugin/src/generators/e2e-project/schema.json", - "hash": "024a1c402d46d917cb975b5098e9417fbfd4a4cd" + "hash": "d3c40b989a20ec0dcf2669ab3fd68ed28ccc4f2f" }, { "file": "packages/nx-plugin/src/generators/executor/executor.spec.ts", - "hash": "29c41dcdfe0bc66a629388c0cb4f2edd23a55b55", + "hash": "658327025f524659a2a701541976ad6b02b182bc", "deps": ["devkit", "js"] }, { @@ -2931,11 +3003,11 @@ }, { "file": "packages/nx-plugin/src/generators/executor/files/hasher/__fileName__/hasher.spec.ts__tmpl__", - "hash": "7b8d147f37599468333fd6c8220b294eacbeec65" + "hash": "115ddb410a3633e90675c3998ad3785b3a3a83eb" }, { "file": "packages/nx-plugin/src/generators/executor/files/hasher/__fileName__/hasher.ts__tmpl__", - "hash": "c57cc29b5d0242ea3b82435a332212860b0e3a70" + "hash": "215ed61755f79a25760cfea8af3902e9385ca632" }, { "file": "packages/nx-plugin/src/generators/executor/schema.d.ts", @@ -2943,7 +3015,7 @@ }, { "file": "packages/nx-plugin/src/generators/executor/schema.json", - "hash": "5e6187353ca3cc1f75a57f21f2d3d84ba69fdf1c" + "hash": "5a2e791730e57efa0e38e9a0ffa6a7d03a19fc2f" }, { "file": "packages/nx-plugin/src/generators/generator/files/generator/__fileName__/generator.spec.ts__tmpl__", @@ -2963,12 +3035,12 @@ }, { "file": "packages/nx-plugin/src/generators/generator/generator.spec.ts", - "hash": "c412a069cc627fde3c2c0ffd0e7a0b65f1503383", + "hash": "14167a2270e8e0cc6876f002c42cbb42e2149a8d", "deps": ["devkit", "js"] }, { "file": "packages/nx-plugin/src/generators/generator/generator.ts", - "hash": "9a06a41b41a0b776f40a1cf652d0cabc96301adc", + "hash": "ad550464343c49ff2797f7697343cfcaab31fcb3", "deps": ["devkit", "nx"] }, { @@ -2981,7 +3053,7 @@ }, { "file": "packages/nx-plugin/src/generators/lint-checks/generator.spec.ts", - "hash": "06c665e8ad5b1431bfde98666096e02fe546b4c2", + "hash": "7f23479f9a2d6030026ca6e4634ad70c46c5fbe5", "deps": ["devkit", "npm:eslint", "linter", "nx"] }, { @@ -3003,12 +3075,12 @@ }, { "file": "packages/nx-plugin/src/generators/migration/migration.spec.ts", - "hash": "d96e540f240af1e216b9c05c2268276079051211", + "hash": "171a69bf1b654e4b7fb4a513663d9f9e3be92bc7", "deps": ["devkit"] }, { "file": "packages/nx-plugin/src/generators/migration/migration.ts", - "hash": "f3dd275d6b053f3f981d12ac32a960dc70c1e2ed", + "hash": "45f8bcf4b8ae9847fce37cb3b1cf002bf1152bf9", "deps": ["devkit", "npm:eslint", "nx"] }, { @@ -3037,26 +3109,26 @@ }, { "file": "packages/nx-plugin/src/generators/plugin/plugin.spec.ts", - "hash": "e053f6b3c02c6032063058151a0a37e82966deff", + "hash": "fe73cc1312695ebac34923d684beba73cff17507", "deps": ["devkit", "linter"] }, { "file": "packages/nx-plugin/src/generators/plugin/plugin.ts", - "hash": "b142bb194b9dee1445b2ad98d623d4f2bcc284f9", + "hash": "82ca999556f8e04a1219753f8f35665d32cfac65", "deps": ["devkit", "js", "linter", "nx"] }, { "file": "packages/nx-plugin/src/generators/plugin/schema.d.ts", - "hash": "04ce184d49e0d0d9fcdca24451d0dddcaa36e8a5", + "hash": "ee83483a68066aa2be9e42de6d73d59489ff24e9", "deps": ["linter"] }, { "file": "packages/nx-plugin/src/generators/plugin/schema.json", - "hash": "87a5ef4856d3aaf179307ae5331945e9ab401c14" + "hash": "afaa8282e2a81e0a998a52874d43775e05ac7328" }, { "file": "packages/nx-plugin/src/generators/plugin/utils/normalize-schema.ts", - "hash": "ff2fd1423da10672febae340388a0df92485efbf", + "hash": "153f0abdfdd97a8107def4349f7b91dcbe75e382", "deps": ["devkit"] }, { @@ -3114,7 +3186,7 @@ }, { "file": "packages/nx-plugin/src/utils/versions.ts", - "hash": "2d830ff6e4d0ac95d3da7b63258a78f2fc0543b2" + "hash": "a2274b18b889bd010e945d87f72c0eeb37290f75" }, { "file": "packages/nx-plugin/testing.ts", @@ -3160,7 +3232,7 @@ }, { "file": "packages/storybook/jest.config.ts", - "hash": "029bedc1cc45d3bb7b188913cfcb38070f1c0f5a" + "hash": "43973712400584f2d165f1de6be239aa6a73806e" }, { "file": "packages/storybook/migrations.json", @@ -3172,21 +3244,27 @@ }, { "file": "packages/storybook/package.json", - "hash": "49d1ff8b217dc33c1f80121b6bc580d25132a79d", + "hash": "938d05f8b39e7f3cc1aa7c03275b114006cfe14c", "deps": [ "cypress", "devkit", "linter", "workspace", "npm:core-js", + "npm:dotenv", "npm:semver", "npm:ts-loader", "npm:tsconfig-paths-webpack-plugin" ] }, + { + "file": "packages/storybook/presets/cypress.ts", + "hash": "ece9209cf92b1dc793dce80e358b2d6f7de4af0b", + "deps": ["cypress"] + }, { "file": "packages/storybook/project.json", - "hash": "a27e9b7708a58bed114c03513da6657b23b94893" + "hash": "334a891999c888f240f173288fede7e5596b47cf" }, { "file": "packages/storybook/README.md", @@ -3209,7 +3287,7 @@ }, { "file": "packages/storybook/src/executors/build-storybook/schema.json", - "hash": "0b523400ad80d9a4f99b9c4d98c580fc34522a04" + "hash": "e0c3c9c6c6f3e866b2509f2e6b125cb353b9263b" }, { "file": "packages/storybook/src/executors/models.ts", @@ -3257,16 +3335,16 @@ }, { "file": "packages/storybook/src/generators/change-storybook-targets/__snapshots__/change-storybook-targets.spec.ts.snap", - "hash": "add08ae099a340ea7668e24e67eb0adfc4b941ea" + "hash": "62afbed8b49414ee2148c9c7a9656a9434ba2119" }, { "file": "packages/storybook/src/generators/change-storybook-targets/change-storybook-targets.spec.ts", - "hash": "28c352d4d0d22cb33a9921670e32e2edf981c63c", + "hash": "258b13d432ed989305024501e3459e83b5e8a588", "deps": ["devkit"] }, { "file": "packages/storybook/src/generators/change-storybook-targets/change-storybook-targets.ts", - "hash": "d78d3fd6b220dde00a00d354887adaf5ba5ec921", + "hash": "9224f6753aaa25c8943290696616e470a5e44ab6", "deps": ["devkit"] }, { @@ -3289,27 +3367,35 @@ "file": "packages/storybook/src/generators/change-storybook-targets/test-configs/extra-options-for-storybook.json", "hash": "37396f85b30cdbac837983ead45224e8d3fffad6" }, + { + "file": "packages/storybook/src/generators/change-storybook-targets/test-configs/no-build-storybook-target.json", + "hash": "e415f43eb1400dd902cbcdfd2af36812a8fd5f79" + }, + { + "file": "packages/storybook/src/generators/change-storybook-targets/test-configs/no-storybook-targets.json", + "hash": "b626bca09b9ab162f0731d783d72a48d4fec02f1" + }, { "file": "packages/storybook/src/generators/change-storybook-targets/test-configs/non-angular.json", "hash": "db81e6f301526951e3b99b40ff8c771ecf0829df" }, { "file": "packages/storybook/src/generators/configuration/__snapshots__/configuration.spec.ts.snap", - "hash": "712c1ac5d533a553dd6d9560be221abb859a843d" + "hash": "91b4742c3f51746941ebf58d2a75e8cd5130b20c" }, { "file": "packages/storybook/src/generators/configuration/configuration.spec.ts", - "hash": "8ca14dff7ea57eedff9e34afa0f7f20fc29dad68", + "hash": "62d841ed3d328a970fb2770b32168ca60ea2679e", "deps": ["devkit", "linter", "workspace"] }, { "file": "packages/storybook/src/generators/configuration/configuration.ts", - "hash": "e4be613dd721a2c7e5ddc06057603f6a212dca81", + "hash": "99494469414e0e67e7cbc7195d00f2c05fa6ad8b", "deps": ["devkit", "workspace", "linter"] }, { "file": "packages/storybook/src/generators/configuration/project-files-ts/.storybook/main.ts__tmpl__", - "hash": "4f13b72ddc5681263290692469e26e040319b57b" + "hash": "8a8411e3a5789cb08d49b28bc759234ad0a556e4" }, { "file": "packages/storybook/src/generators/configuration/project-files-ts/.storybook/preview.ts__tmpl__", @@ -3317,11 +3403,11 @@ }, { "file": "packages/storybook/src/generators/configuration/project-files-ts/.storybook/tsconfig.json__tmpl__", - "hash": "6a09ea98e12b507f0953d383a734128a14e52d3e" + "hash": "64ec6b32ccf57f34e0ae2f8b25a9e12b89680e0f" }, { "file": "packages/storybook/src/generators/configuration/project-files/.storybook/main.js__tmpl__", - "hash": "fdffbba17e26521294c1763efd8b49ac172d7b09" + "hash": "bc4b7154d45eb89f5704e6abb61189d89ef5e82d" }, { "file": "packages/storybook/src/generators/configuration/project-files/.storybook/preview.js__tmpl__", @@ -3329,7 +3415,7 @@ }, { "file": "packages/storybook/src/generators/configuration/project-files/.storybook/tsconfig.json__tmpl__", - "hash": "ea422855764ad69150babb791576a297dd726ac6" + "hash": "a9ecd20a0e1c4b93db357a707a1809dac78fc25b" }, { "file": "packages/storybook/src/generators/configuration/root-files-ts/.storybook/main.ts", @@ -3354,26 +3440,38 @@ }, { "file": "packages/storybook/src/generators/configuration/schema.json", - "hash": "0c473506124564470978094e2441580984b2a0f1" + "hash": "829b4dde1ffded6147c429879a114ae7e7e0a166" + }, + { + "file": "packages/storybook/src/generators/configuration/test-configs/workspace-conifiguration.json", + "hash": "cf667554384016791bcf706929c403c15dc3b0ce" }, { "file": "packages/storybook/src/generators/configuration/util-functions.ts", - "hash": "2b8e173b974482bb6ee4882dcd718ad9a0fee8a7", + "hash": "f49997d7d3746befc945ed32a86fea8981e4f887", "deps": ["devkit", "linter", "workspace"] }, + { + "file": "packages/storybook/src/generators/cypress-project/__snapshots__/cypress-project.spec.ts.snap", + "hash": "17c8131a65b2906cf7d153ea83d75c396a996b9b" + }, { "file": "packages/storybook/src/generators/cypress-project/cypress-project.spec.ts", - "hash": "6e891451aebb2287f92d775c1eb5f937205a13f6", - "deps": ["devkit", "workspace", "linter"] + "hash": "b01921077c8fbc21a26de6f68e74454c3d98df14", + "deps": ["cypress", "devkit", "linter", "workspace"] }, { "file": "packages/storybook/src/generators/cypress-project/cypress-project.ts", - "hash": "59e16fb64fdfd43474de13136091c38417ff38aa", - "deps": ["devkit", "linter", "cypress", "workspace"] + "hash": "103fab4e9ef7a2075da50fdda556c1b64b148201", + "deps": ["cypress", "devkit", "linter", "workspace"] + }, + { + "file": "packages/storybook/src/generators/cypress-project/files/cypress.config.ts__tpl__", + "hash": "5b3e381db7d0d23091cdd77b98ea7c11cb4ea9ae" }, { "file": "packages/storybook/src/generators/cypress-project/schema.json", - "hash": "d1980ba0c399e71e8a283c4afb4cdbd3b10b54d4" + "hash": "fa85a557b8937876e17f91cb0c539860b79594dc" }, { "file": "packages/storybook/src/generators/init/__snapshots__/init.spec.ts.snap", @@ -3381,7 +3479,7 @@ }, { "file": "packages/storybook/src/generators/init/init.spec.ts", - "hash": "4b0fca8b3061b4ec458ee8f1369988d0573e5b3d", + "hash": "55e12dbdb925c3bb4139fa331e7e8fee2b2ba377", "deps": ["devkit"] }, { @@ -3468,7 +3566,7 @@ }, { "file": "packages/storybook/src/migrations/update-12-1-0/fix-storybook-tsconfig.spec.ts", - "hash": "a49ec4f275496f23557cb80635f832eef2d2f782", + "hash": "d565b3c4b679a380285482e1822a8396483d0f83", "deps": ["devkit"] }, { @@ -3488,7 +3586,7 @@ }, { "file": "packages/storybook/src/migrations/update-12-5-0/migrate-storybook-6-3.spec.ts", - "hash": "d7232ddf036922e25e7a96567ad89d9ef40700b2", + "hash": "8bfbb4cb24dd10c621c42fb123335b58f0fbeaf4", "deps": ["devkit"] }, { @@ -3502,7 +3600,7 @@ }, { "file": "packages/storybook/src/migrations/update-12-5-9/update-storybook-react-typings.spec.ts", - "hash": "0e9e8ebde00c8155933830c0d4909d167c94dd68", + "hash": "0b82a3c9e52e4fc6863bc53f5cac69014efbb0e5", "deps": ["devkit"] }, { @@ -3516,7 +3614,7 @@ }, { "file": "packages/storybook/src/migrations/update-12-8-0/update-storybook-styled-jsx-typings.spec.ts", - "hash": "dd22cadd95b0c30bc32a75bdfbe2abc363759633", + "hash": "789d04da30a293dbac61db215fcadbca3dc79159", "deps": ["devkit"] }, { @@ -3530,12 +3628,12 @@ }, { "file": "packages/storybook/src/migrations/update-13-4-6/set-project-build-config.spec.ts", - "hash": "eedf60349f047a1d0d0fc54105c46423306fad49", + "hash": "d42b30084718c8741101219ba3a8567feb9498c1", "deps": ["devkit"] }, { "file": "packages/storybook/src/migrations/update-13-4-6/set-project-build-config.ts", - "hash": "1f58e288ce23382b105f657093813f50f507518b", + "hash": "a7dd382f80d061c18f808e655519dd06d329fe95", "deps": ["devkit"] }, { @@ -3552,17 +3650,17 @@ }, { "file": "packages/storybook/src/migrations/update-14-0-0/migrate-defaults-5-to-6/migrate-defaults-5-to-6.spec.ts", - "hash": "cf3fdc7cfb03611f3bf49739998afcd0a1b5ad47", + "hash": "2a19e123fcba390ec8dcf108fadbc35d4d7ce530", "deps": ["devkit"] }, { "file": "packages/storybook/src/migrations/update-14-0-0/migrate-defaults-5-to-6/migrate-defaults-5-to-6.ts", - "hash": "96739e22ac6668afdbe2f478aa30942aac15c016", + "hash": "5aa16a2ec11060237e75c6c7cee761d4ef45b2e8", "deps": ["devkit", "npm:semver", "workspace"] }, { "file": "packages/storybook/src/migrations/update-14-0-0/migrate-stories-to-6-2/migrate-stories-to-6-2.spec.ts", - "hash": "345d801e5d4a0a8a68183cd379bd6aa680da5ab9", + "hash": "1b19a69330360dff8ac8c9e3e417cbf14600b8de", "deps": ["devkit", "workspace", "npm:typescript"] }, { @@ -3580,9 +3678,13 @@ "hash": "8ae413e3d013b172bf2c01c3ec85b3934b3758d1", "deps": ["devkit"] }, + { + "file": "packages/storybook/src/utils/test-configs/different-target-variations.json", + "hash": "6e365a2a636a677db300441952d5cabf9f7041b8" + }, { "file": "packages/storybook/src/utils/testing.ts", - "hash": "bb32fe0f591aeb60bf934040ab03f918585b9a4d", + "hash": "b76491b6d7d5420b7d9e5fe098fbd37f8d3d91f9", "deps": [ "npm:@angular-devkit/schematics", "devkit", @@ -3593,17 +3695,17 @@ }, { "file": "packages/storybook/src/utils/utilities.spec.ts", - "hash": "77e8d249424313fe6bf07fbee72f8d0ebf157d84", + "hash": "9a264a861c8d908271f348720fea9daa59b260f7", "deps": ["devkit"] }, { "file": "packages/storybook/src/utils/utilities.ts", - "hash": "4829089961d00dead513dc26fad30add3d0ee567", + "hash": "93e5476ca333afcf012101bf138e2a70b03bf443", "deps": ["devkit", "npm:typescript", "workspace"] }, { "file": "packages/storybook/src/utils/versions.ts", - "hash": "9cf50c8cf38eddd8d470ef346e89eb12b1436cb5" + "hash": "99cc57c5f4b54bdea044903ac4f61bd8ce1d054a" }, { "file": "packages/storybook/tsconfig.json", @@ -3649,7 +3751,7 @@ }, { "file": "packages/workspace/generators.json", - "hash": "d1d78c1b5c9bdd83dca057d94e9ceeed8e40a1a2" + "hash": "90e0958f84b43df142ae1af3ebc2fc7873939ad3" }, { "file": "packages/workspace/generators.ts", @@ -3662,7 +3764,7 @@ }, { "file": "packages/workspace/jest.config.ts", - "hash": "49ce93dd83b16d494363f0b6b7e1c2d0d8a71b66" + "hash": "0452eae6562b81a0257fb43a1dbaa469c1ea8af2" }, { "file": "packages/workspace/migrations.json", @@ -3700,15 +3802,15 @@ }, { "file": "packages/workspace/presets/core.json", - "hash": "b77e169d8cede9b5a79415c8d2b958c22b610d2e" + "hash": "b57cee16a5f204092728507c35c9c4b86582ede5" }, { "file": "packages/workspace/presets/npm.json", - "hash": "727296550088f302988d98e5859b64c6c7f2153f" + "hash": "060d46fc5db0fef525c8533acc46a3a28b6ab2f3" }, { "file": "packages/workspace/project.json", - "hash": "a0754efa84ea5b15e56effa3262ee6163026751a" + "hash": "d586dddf540467563998a1777786a7f0a4bda0e8" }, { "file": "packages/workspace/README.md", @@ -3744,7 +3846,7 @@ }, { "file": "packages/workspace/src/executors/run-commands/schema.json", - "hash": "53c294e23952a8b7bf2978df0e9441f1770a7a63" + "hash": "d15ad9201bf5dd50883e190248dbf505280fa468" }, { "file": "packages/workspace/src/executors/run-script/compat.ts", @@ -3758,15 +3860,15 @@ }, { "file": "packages/workspace/src/executors/run-script/schema.json", - "hash": "dd940ac16f49159f9aae46353294a15a2e375833" + "hash": "ada463360833d1e4a1759d3dcef75ccab851ab75" }, { "file": "packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap", - "hash": "7bdc7dbe5558cf995f2ba04de9ecc0acd4f5fa44" + "hash": "5cf14a509258cba3460b06a2fcc938e6c27e4127" }, { "file": "packages/workspace/src/generators/ci-workflow/ci-workflow.spec.ts", - "hash": "80d9ee442ee999ca280d2f73f750d7f6897605c8", + "hash": "e4690d013ab808b8dcd59ca9ab6a204a92473377", "deps": ["devkit"] }, { @@ -3776,15 +3878,15 @@ }, { "file": "packages/workspace/src/generators/ci-workflow/files/azure/azure-pipelines.yml__tmpl__", - "hash": "a29e564edfd3358ba7bd7c97a39c16c23890e733" + "hash": "a9ddb89ed5d09cd63b3d7255f09c3182613271ef" }, { "file": "packages/workspace/src/generators/ci-workflow/files/circleci/.circleci/config.yml__tmpl__", - "hash": "97f6c96adfa1721842fbd05f8a5cdb1fa4348d34" + "hash": "913918953e633381aa080cf2fc08acfdbaa9d7ea" }, { "file": "packages/workspace/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml__tmpl__", - "hash": "eed0f5236a76552542ac71cc1284abde6d02a798" + "hash": "9988d3f340cf9541fdcb9f8e91f4415018f235c7" }, { "file": "packages/workspace/src/generators/ci-workflow/schema.json", @@ -3792,7 +3894,7 @@ }, { "file": "packages/workspace/src/generators/convert-to-nx-project/convert-to-nx-project.spec.ts", - "hash": "e7d05bd3d8a2ac98eee7c74ebd644274128802dd", + "hash": "84ea9dccaae6463faa4d44ce2ce83cf89edd59ae", "deps": ["devkit", "npm:enquirer"] }, { @@ -3847,13 +3949,13 @@ }, { "file": "packages/workspace/src/generators/library/library.spec.ts", - "hash": "b84ee7188df15fdb92e28545e7f5f194a9611fa0", + "hash": "477e81a9d2adab4dcdc75e1135d94ddbc7c53f9c", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/library/library.ts", - "hash": "a632d4c816d61e375e2b5e319a86cce5d369e201", - "deps": ["devkit"] + "hash": "0b19b198ae1b7c10e742d06af1a627b90e61e5dd", + "deps": ["devkit", "nx"] }, { "file": "packages/workspace/src/generators/library/schema.d.ts", @@ -3869,7 +3971,7 @@ }, { "file": "packages/workspace/src/generators/move/lib/check-destination.spec.ts", - "hash": "d2859bb19d176d49c8793624c3bbd5fedff465d3", + "hash": "9f455a7d200bb33d24966bba147816d029229423", "deps": ["devkit"] }, { @@ -3879,7 +3981,7 @@ }, { "file": "packages/workspace/src/generators/move/lib/move-project-configuration.spec.ts", - "hash": "84e8cd0004f4f20a64223cd7de0dce6c9d517183", + "hash": "05345768d4f972249fa6f0986bbb8b8386004c0d", "deps": ["devkit"] }, { @@ -3889,7 +3991,7 @@ }, { "file": "packages/workspace/src/generators/move/lib/move-project.spec.ts", - "hash": "7a493cd74d22e0ee0eb036fd11ee34fe0bd19dc1", + "hash": "307d0effa3601edc83e3c3091f8a660794ae5452", "deps": ["devkit"] }, { @@ -3899,17 +4001,17 @@ }, { "file": "packages/workspace/src/generators/move/lib/normalize-schema.spec.ts", - "hash": "ef66065e94b98e28d8446be45456124bc5a3f3e6", + "hash": "9cfafa0e81e7ee2993d8ca40fe530b2219f81d9a", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/normalize-schema.ts", - "hash": "96bf046efe3a4fc3bf308f2a92418570d723458c", - "deps": ["devkit"] + "hash": "f4ef1f1a631cc2bdaa7abe44b4501659cbd9860b", + "deps": ["devkit", "nx"] }, { "file": "packages/workspace/src/generators/move/lib/update-build-targets.spec.ts", - "hash": "b2e3cc3837bb0484601bfd7769516b521a1af973", + "hash": "5b0c396280cffd2e2f2e4f116d2d0dbc263fcbe5", "deps": ["devkit"] }, { @@ -3918,18 +4020,18 @@ "deps": ["devkit"] }, { - "file": "packages/workspace/src/generators/move/lib/update-cypress-json.spec.ts", - "hash": "db8a65b41fe082a3f90af18cac821f24f96d0223", + "file": "packages/workspace/src/generators/move/lib/update-cypress-config.spec.ts", + "hash": "aa2f7d0cd8e3f61a55ca22d5fe0a8f08c7b80b9a", "deps": ["devkit"] }, { - "file": "packages/workspace/src/generators/move/lib/update-cypress-json.ts", - "hash": "365efc8c9376a9bb1f30366b9e4eec9448040bb7", + "file": "packages/workspace/src/generators/move/lib/update-cypress-config.ts", + "hash": "e726aaf7487be738ad6b7ec42c3b020c0d487f78", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-default-project.spec.ts", - "hash": "f2e57a2ed28f6ac379e57593e68437ad8f75d1d0", + "hash": "f4a9c51c734806d0b23d28991fb1e62082178296", "deps": ["devkit"] }, { @@ -3939,17 +4041,17 @@ }, { "file": "packages/workspace/src/generators/move/lib/update-eslintrc-json.spec.ts", - "hash": "4e8142aa22a6e9a47267a84702f165bd3e64e76f", + "hash": "2f86a20a738c9a79a7dacb71f8886686e309b60a", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-eslintrc-json.ts", - "hash": "0835474bb8f24829a01a47841b8cc448db1b1d7a", + "hash": "ac903122de28b650b5fefd746d11ad23135628ab", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-implicit-dependencies.spec.ts", - "hash": "3ea3d7650855df89c0ff9d15f8b6fe1d1286ba31", + "hash": "632ded675f435e30b3177766bc3d0a4fbcfeb4f8", "deps": ["devkit"] }, { @@ -3959,17 +4061,17 @@ }, { "file": "packages/workspace/src/generators/move/lib/update-imports.spec.ts", - "hash": "3dd5360fb8e00e9d2c33331d0d75cda1d405600a", + "hash": "09b8c6f256fc1a5a0fdb7f059044226928d2b5f1", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-imports.ts", - "hash": "1c96dfc1f8fcf7eceff5e466bcf17179a8feabbf", - "deps": ["devkit", "npm:typescript"] + "hash": "286a24aace67c0cdf88d9974b0e7e1b6b976bd30", + "deps": ["devkit", "nx", "npm:typescript"] }, { "file": "packages/workspace/src/generators/move/lib/update-jest-config.spec.ts", - "hash": "f3964d1f3e4da0218a21216a8e74b99188f8e82b", + "hash": "005caf7b281ecfc456430439a2e16bd708dbee4a", "deps": ["devkit"] }, { @@ -3979,7 +4081,7 @@ }, { "file": "packages/workspace/src/generators/move/lib/update-package-json.spec.ts", - "hash": "2aab74d283d2adf0c440d199c2e6ac6667a848eb", + "hash": "dae2131d81975f1ada237406aebff5b5ee86c163", "deps": ["devkit"] }, { @@ -3989,17 +4091,17 @@ }, { "file": "packages/workspace/src/generators/move/lib/update-project-root-files.spec.ts", - "hash": "33b62fd6e5c7f65d09ab7d47ca1d6ff572a37c78", + "hash": "bdf9b70f13b54c054fbbb7e46aefb66d972e9e2d", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-project-root-files.ts", - "hash": "fd83586a68c372dcc82f1645ab7d6c5f636a7d55", + "hash": "22d377088c8ff23917b9d7c5932d20e2314a8b5b", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/lib/update-readme.spec.ts", - "hash": "7a17c7237e11b7fe2da4f2e27b099d68659e8643", + "hash": "4c83972a3ddea1964d1f718d7ba02944720188c8", "deps": ["devkit"] }, { @@ -4009,7 +4111,7 @@ }, { "file": "packages/workspace/src/generators/move/lib/update-storybook-config.spec.ts", - "hash": "b5f0d6f83c6b37c688999ad504432a79158e9a53", + "hash": "c25a39dd2f526540dae228d29a691681e8a45b47", "deps": ["devkit"] }, { @@ -4024,12 +4126,12 @@ }, { "file": "packages/workspace/src/generators/move/move.spec.ts", - "hash": "ca68e190d44c8f678b5f1d6277de9f446ae93749", + "hash": "234f2b0bf3dc8f493e013feb557b59487c310561", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/move/move.ts", - "hash": "a8132849843909b27dd6fbf0855483701d2a6654", + "hash": "2ded499afb7a4c16b72666ce4538c898f37d1f5f", "deps": ["devkit"] }, { @@ -4038,25 +4140,25 @@ }, { "file": "packages/workspace/src/generators/move/schema.json", - "hash": "6d0d32bb6c9a519f43464263d18e1ba92e4db74d" + "hash": "350e90f90ad80828c68b04be84ae3329aeaad952" }, { "file": "packages/workspace/src/generators/new/__snapshots__/new.spec.ts.snap", - "hash": "dfe793a03e4d16e6987a9791449116a31ffed1c3" + "hash": "06132c4e0758205b492e4107e571465000ea7ee0" }, { "file": "packages/workspace/src/generators/new/new.spec.ts", - "hash": "444a0b6d748a328921b19c90680f4db8a3571d7b", + "hash": "9c8fd5faf73cb7f2f1f1f095dab7ac0397af88a0", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/new/new.ts", - "hash": "011de172943445c3b48152f3abf5f47be68969d2", - "deps": ["devkit", "npm:yargs-parser", "npm:semver"] + "hash": "5296742e32e3e50da3df7290180113d36a21273b", + "deps": ["devkit", "npm:yargs-parser"] }, { "file": "packages/workspace/src/generators/new/schema.json", - "hash": "5b3b599abef18de04ae17a16c1d852003ecd59f0" + "hash": "a23442c27269b00dd1de89d9b2b9aa4d600e464b" }, { "file": "packages/workspace/src/generators/npm-package/files/index.js.template", @@ -4064,13 +4166,13 @@ }, { "file": "packages/workspace/src/generators/npm-package/npm-package.spec.ts", - "hash": "82814e1a9c9d4c3a14c6b7de4cf132b0b9b860b4", + "hash": "9f6cc0165a6d9b0ab584b56ee25999782a510f78", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/npm-package/npm-package.ts", - "hash": "53510243373c70749e557b2979cb99656a22814e", - "deps": ["devkit"] + "hash": "e475df8624f23553afe3668cbcf9f732399a7b01", + "deps": ["devkit", "nx"] }, { "file": "packages/workspace/src/generators/npm-package/schema.json", @@ -4090,14 +4192,15 @@ }, { "file": "packages/workspace/src/generators/preset/preset.spec.ts", - "hash": "f51030ecaa1485fc954cb555631cf67a3101ab08", + "hash": "703241322492122fa315f7fb0920a433b88ef0d2", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/preset/preset.ts", - "hash": "2dfbb024e7d9a8708a2072650ad9477cd48b7d18", + "hash": "85ba5496abd6fe03a3a888297ffcde87da101a0e", "deps": [ "devkit", + "nx", "npm:@angular/core", "npm:@angular/common", "npm:@nestjs/common", @@ -4121,7 +4224,7 @@ }, { "file": "packages/workspace/src/generators/remove/lib/check-dependencies.spec.ts", - "hash": "15e7eb98d2bb7c74eca00f3f048856e9b72d3f0f", + "hash": "d1a4d2e2ac5473135b28f72e1a30ae20ec5f480b", "deps": ["devkit"] }, { @@ -4131,7 +4234,7 @@ }, { "file": "packages/workspace/src/generators/remove/lib/check-targets.spec.ts", - "hash": "ff46b09bf5a373e1b7dfba543314ab0113705518", + "hash": "8d114dcc4122fb7c53cbd384dcd50bb5b9aed89a", "deps": ["devkit"] }, { @@ -4141,7 +4244,7 @@ }, { "file": "packages/workspace/src/generators/remove/lib/remove-project-config.spec.ts", - "hash": "2bdcad7d06485cb68bd85b155084ac1b756a0aed", + "hash": "7cabca041aaee3bd37d04821025eb552cd2f97f0", "deps": ["devkit"] }, { @@ -4151,7 +4254,7 @@ }, { "file": "packages/workspace/src/generators/remove/lib/remove-project.spec.ts", - "hash": "edfcd3d49189f3904ed6cf9297bc1edee044537f", + "hash": "e0f0b7ff459b4d4695d3922d34245a52dca630df", "deps": ["devkit"] }, { @@ -4165,7 +4268,7 @@ }, { "file": "packages/workspace/src/generators/remove/lib/update-jest-config.spec.ts", - "hash": "6e7fb029641293629cc705c772390ecd30fa4f53", + "hash": "e0e806573b5235ccfb25075bb82db792001cbfe6", "deps": ["devkit"] }, { @@ -4175,13 +4278,13 @@ }, { "file": "packages/workspace/src/generators/remove/lib/update-tsconfig.spec.ts", - "hash": "9b358e98750bd26bc357cdde3be5e7b22abf4795", + "hash": "b71b4721143eecdb51a1be7adbec5735281cad28", "deps": ["devkit"] }, { "file": "packages/workspace/src/generators/remove/lib/update-tsconfig.ts", - "hash": "84dbbe1d2275111a81a43a78fc36a775f923e1c3", - "deps": ["devkit"] + "hash": "a5a2c633b6e631dca86bd2714cf23f064320a2c7", + "deps": ["devkit", "nx"] }, { "file": "packages/workspace/src/generators/remove/remove.ts", @@ -4198,7 +4301,7 @@ }, { "file": "packages/workspace/src/generators/run-commands/run-commands.spec.ts", - "hash": "f5597cf6e0683d229b4b7f22838e457360b93e7f", + "hash": "df39c8871ade0079fd88edce56ee9af62ca68a29", "deps": ["devkit"] }, { @@ -4264,7 +4367,7 @@ }, { "file": "packages/workspace/src/generators/workspace-generator/workspace-generator.spec.ts", - "hash": "23654e95f6400d04a70b6b4cecc1300f739902a8", + "hash": "ed541ba38bda19514992be3a776fc3a6daca82e9", "deps": ["devkit"] }, { @@ -4298,7 +4401,7 @@ }, { "file": "packages/workspace/src/generators/workspace/files/nx.json__tmpl__", - "hash": "6827f3726dd28c0b4bc8a7a4926087b214b02533" + "hash": "76914de80446ab2ea8d242a33767705acac457d8" }, { "file": "packages/workspace/src/generators/workspace/files/package.json__tmpl__", @@ -4306,7 +4409,7 @@ }, { "file": "packages/workspace/src/generators/workspace/files/README.md__tmpl__", - "hash": "2a615f8a8b494b3f8ff5192104c894b9857f0c77" + "hash": "d9d3986ff8b7966b22fe6053059399966251cfb3" }, { "file": "packages/workspace/src/generators/workspace/files/tools/generators/.gitkeep", @@ -4326,16 +4429,16 @@ }, { "file": "packages/workspace/src/generators/workspace/schema.json", - "hash": "8c244971e03d0e2d7e638a2b1e23b8362a6fc550" + "hash": "5a948204e18aa63679a2da5b362c250b93f0fb2f" }, { "file": "packages/workspace/src/generators/workspace/workspace.spec.ts", - "hash": "56a44021c9dec2f9e3b9d37d6863caa3fbdd6a57", + "hash": "18049d6afe887e3073e71098ae8d152592806de4", "deps": ["devkit", "npm:ajv", "nx"] }, { "file": "packages/workspace/src/generators/workspace/workspace.ts", - "hash": "31ad14a17550eb72ceb44c98ef6782ee9e151bae", + "hash": "f307f2b8936cebbf2849541457b3f69a88998aa9", "deps": ["devkit", "nx"] }, { @@ -4345,7 +4448,7 @@ }, { "file": "packages/workspace/src/migrations/update-13-0-0/config-locations/config-locations.spec.ts", - "hash": "cade851ce03aea24182a29939da4faa91c3f84bc", + "hash": "2fdda0c4063557e727e82afb399c34123012239b", "deps": ["devkit"] }, { @@ -4355,7 +4458,7 @@ }, { "file": "packages/workspace/src/migrations/update-13-0-0/set-default-base-if-not-set.spec.ts", - "hash": "7cbe78868b594d066cf1b788bd374cd6a45c8496", + "hash": "eea59b815013c9131d96fab9ee47a5e1c0050c02", "deps": ["devkit"] }, { @@ -4380,7 +4483,7 @@ }, { "file": "packages/workspace/src/migrations/update-13-3-0/update-tsc-executor-location.spec.ts", - "hash": "9bc03cd637ee0e620bc679ed40a11249fa4e6c12", + "hash": "7c1d68a7170f7c9774033c10e6b3c67c8bb5a092", "deps": ["devkit"] }, { @@ -4410,7 +4513,7 @@ }, { "file": "packages/workspace/src/migrations/update-14-0-0/change-npm-script-executor.spec.ts", - "hash": "4e2b10ab6959a3a38fd44fd7b41c3a6941a3fbf4", + "hash": "ba26be4f1b2644f191bfa3cb9ae4b0c8f8f75e9c", "deps": ["devkit"] }, { @@ -4420,7 +4523,7 @@ }, { "file": "packages/workspace/src/migrations/update-14-0-0/change-nx-json-presets.spec.ts", - "hash": "6d9ae69694c24b10da215240ae02da9eb4aa51cc", + "hash": "ccc0cab11d96b4ecf836b94c6d37083060edb16e", "deps": ["devkit"] }, { @@ -4481,7 +4584,7 @@ }, { "file": "packages/workspace/src/tslint/nxEnforceModuleBoundariesRule.ts", - "hash": "da0a6197f85672b21eedcd526a0bf8b028fea2bf", + "hash": "66b26154b70807ac7638c1ee75d027f8c6b8020f", "deps": ["npm:tslint", "npm:typescript", "devkit", "nx"] }, { @@ -4501,12 +4604,12 @@ }, { "file": "packages/workspace/src/utilities/buildable-libs-utils.spec.ts", - "hash": "b4e80afc9a22e623ae1aa0fd12153eab59a55ec1", + "hash": "e3c30cfd39dc82bbe7900d207d8d08fefc13f8c8", "deps": ["devkit"] }, { "file": "packages/workspace/src/utilities/buildable-libs-utils.ts", - "hash": "2cd6d3a844eb8fe42fd3b367bcb6e502a3cae6d1", + "hash": "231f50e2aef239cb02a4719379b1ee194363af7f", "deps": ["devkit", "npm:typescript", "nx"] }, { @@ -4516,15 +4619,15 @@ }, { "file": "packages/workspace/src/utilities/default-base.spec.ts", - "hash": "f61d00f86c7447be2bb51b5baed0eafa83367d5d" + "hash": "859ff3949fe1987c696ac8bc8feb9c7c2990e236" }, { "file": "packages/workspace/src/utilities/default-base.ts", - "hash": "3ead8e25b72f2b91b52fb701c89be2a6e924c600" + "hash": "42a410f41bb1909540197cec9fdd764b82a17d9e" }, { "file": "packages/workspace/src/utilities/executor-options-utils.spec.ts", - "hash": "44e94fdc17d3da184ac5773c2b8c8c18801a0b6f", + "hash": "5b98139d13a338c55d8fe34bb7ca7955bae90e1e", "deps": ["devkit"] }, { @@ -4544,7 +4647,7 @@ }, { "file": "packages/workspace/src/utilities/generate-globs.ts", - "hash": "18b782bb291b0411799f62ecc44f1b7471e407be", + "hash": "eefb58fa265676744f0f00b1099a2dd5c686bb92", "deps": ["devkit", "nx"] }, { @@ -4632,8 +4735,8 @@ }, { "file": "packages/workspace/src/utils/app-root.ts", - "hash": "48861468aa8ddd86f3c52aef08733a46cf13413a", - "deps": ["nx"] + "hash": "1946df902090bf82fee2ec2eb111328f61d1f073", + "deps": ["devkit"] }, { "file": "packages/workspace/src/utils/ast-utils.spec.ts", @@ -4671,7 +4774,7 @@ }, { "file": "packages/workspace/src/utils/graph-utils.ts", - "hash": "92aa4b191dc333757b372bd4a4d3020018a4d12d", + "hash": "dbf88e2f35c4b51bc1621857ac8bce2f106dcd2d", "deps": ["devkit"] }, { @@ -4758,7 +4861,7 @@ }, { "file": "packages/workspace/src/utils/rules/rename-npm-packages.spec.ts", - "hash": "164374eee065eb02c69f890968b624c5d30e403c", + "hash": "f870a96feac27ad619ca659bbb66e9969edeb9d7", "deps": ["npm:@angular-devkit/schematics"] }, { @@ -4824,9 +4927,14 @@ "npm:@angular-devkit/schematics" ] }, + { + "file": "packages/workspace/src/utils/runtime-lint-utils.spec.ts", + "hash": "53f0ce78cacbebe02ec40644399c7297d5587cea", + "deps": ["devkit"] + }, { "file": "packages/workspace/src/utils/runtime-lint-utils.ts", - "hash": "d2f90e9644e36c3592ed4a8091a088d4066e4862", + "hash": "41015d1699ec2484a61d318b9f418fdbe5cbdabe", "deps": ["devkit", "nx"] }, { @@ -4873,7 +4981,7 @@ }, { "file": "packages/workspace/src/utils/versions.ts", - "hash": "2cf0c3820f2c4dbf9bc51631cfc9a81248293b9f" + "hash": "79ee5b08b1087e0860d155de4f51f7d561fb4ae0" }, { "file": "packages/workspace/src/utils/workspace.spec.ts", @@ -4949,11 +5057,11 @@ }, { "file": "nx-dev/nx-dev-e2e/src/integration/nx-cloud-documentation.spec.ts", - "hash": "97ea4a101e359c3d431138be8c3010a1f3a5d719" + "hash": "038fe74d5f51c09df48be94df0321b158d3b3105" }, { "file": "nx-dev/nx-dev-e2e/src/integration/packages.spec.ts", - "hash": "c9b843fd8633239e0464ee6a4b749fc8264151df" + "hash": "b57e7a4f0606c0a62b05acacfc8a14078ea259b3" }, { "file": "nx-dev/nx-dev-e2e/src/support/commands.ts", @@ -4970,6 +5078,185 @@ ] } }, + { + "name": "nx-dev-ui-markdoc", + "type": "lib", + "data": { + "tags": [], + "root": "nx-dev/ui-markdoc", + "files": [ + { + "file": "nx-dev/ui-markdoc/.babelrc", + "hash": "ccae900be42788285eb6e1b3a2af4b81f56f14fe" + }, + { + "file": "nx-dev/ui-markdoc/.eslintrc.json", + "hash": "734ddaceea447738208c9519158ad6b3062f3929" + }, + { + "file": "nx-dev/ui-markdoc/jest.config.ts", + "hash": "6d5aa66f9c068f4c037babad5aa35328a98e17bc" + }, + { + "file": "nx-dev/ui-markdoc/project.json", + "hash": "d9c1de8270f955cecb38cda1cf8fdd6bc09b3ba3" + }, + { + "file": "nx-dev/ui-markdoc/README.md", + "hash": "aeeb30bae53e9e7caa02fe31e26bdb5a25e7e5b2" + }, + { + "file": "nx-dev/ui-markdoc/src/index.ts", + "hash": "cbdde30ce5ec00eaa83523179eea6803d3ac4853", + "deps": [ + "npm:@markdoc/markdoc", + "nx-dev-models-document", + "npm:react" + ] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/fence.component.tsx", + "hash": "f59f1a81c0fb2e7891d619b9475b7de0226ec9e7", + "deps": [ + "npm:react", + "npm:react-copy-to-clipboard", + "npm:react-syntax-highlighter" + ] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/fence.schema.ts", + "hash": "08b95bba72b33ac566dddf90209e20963f968fda", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/heading.component.tsx", + "hash": "6d4adf260e036cd00c5637d7534390b81b90f575", + "deps": ["npm:@heroicons/react", "npm:react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/heading.schema.ts", + "hash": "9df6c8873a0f3bfe044b23d75e9813e6d16e8bd4", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/helpers/transform-image-path.spec.ts", + "hash": "492083b4630b2b3fd77cf80c1de6cfcc3e6b23c8" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/helpers/transform-image-path.ts", + "hash": "7d6f4e8bc1488f2ea23bfe5c01904054f6fa73e7", + "deps": ["nx-dev-models-document"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/helpers/uri-transformer.ts", + "hash": "469904a9f3ccce6fdb7dd4c59e4b306faee3614c" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/image.schema.ts", + "hash": "154615cd33b92e08d8fe2a29ec56af4c84bf2375", + "deps": ["npm:@markdoc/markdoc", "nx-dev-models-document"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/link.component.tsx", + "hash": "7d320e48834b844a3acd3bd3413a5d747f7d0114", + "deps": ["npm:next"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/nodes/link.schema.ts", + "hash": "e34f8a2b6beb3c17fc410e244ce93f250dc1d6c9" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/callout.component.tsx", + "hash": "1bd191ba0622b11322cdd37387b3c8a96968b456", + "deps": ["npm:@heroicons/react", "npm:classnames", "npm:react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/callout.schema.ts", + "hash": "a58827e920eb28ebd6f7694a412e04daf539e215", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/github-repository.component.tsx", + "hash": "fd373e7712f73f11f3e4d132dbd3039823c14ef3", + "deps": ["npm:@heroicons/react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/github-repository.schema.ts", + "hash": "d7fd4e74cb893a830046d405f37fb3fec6cba5fd", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/iframe.component.tsx", + "hash": "caefbde43b5d12f117d336f4e6bdb9f86e713196" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/iframe.schema.ts", + "hash": "55449d52b895760e9a66fa9538e80272e74bd1de", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/nx-cloud-section.component.tsx", + "hash": "cf59d05c1d32e85f5af446e9c9159c3c4f7520b2", + "deps": ["npm:react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/nx-cloud-section.schema.ts", + "hash": "df0e44318ffff5c79175ae9a72e0e9a3a49f8187", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/side-by-side.component.tsx", + "hash": "76e0cf046455962a741aa0b5764ecdb8cb71a1e9", + "deps": ["npm:react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/side-by-side.schema.ts", + "hash": "099d894e0f559b831807ab53e9643f28781d30fc", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/tabs.component.tsx", + "hash": "2f928baeb31ad12f3bbfaed735c25447a2d442c8", + "deps": ["npm:classnames", "npm:react"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/tabs.schema.ts", + "hash": "8785a412013446a58b59b7d39a739753b0071d3f", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/vs-code-ad.component.tsx", + "hash": "2d90a62ee670bb1b9e45e28cb838376c1ff6f524" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/vs-code-ad.schema.ts", + "hash": "51bb0b37940052259e5cc90c4a7f3a5778341fcd", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/youtube.components.tsx", + "hash": "1e07549619b3d3620f7bbeae4dc730a7f4f664e7" + }, + { + "file": "nx-dev/ui-markdoc/src/lib/tags/youtube.schema.ts", + "hash": "77ff65ed41f9f82cbfe7605fb03e962b4cd757ba", + "deps": ["npm:@markdoc/markdoc"] + }, + { + "file": "nx-dev/ui-markdoc/tsconfig.json", + "hash": "4c089585ed6b0a3c4767aee6a136bb6f47cad2b6" + }, + { + "file": "nx-dev/ui-markdoc/tsconfig.lib.json", + "hash": "af84f21cfc8066d0302f5772b7c157e81d418617" + }, + { + "file": "nx-dev/ui-markdoc/tsconfig.spec.json", + "hash": "ff08addd60ff581234ec9423d2bb90f31d8166e8" + } + ] + } + }, { "name": "angular", "type": "lib", @@ -4983,7 +5270,7 @@ }, { "file": "packages/angular/docs/webpack-browser-examples.md", - "hash": "8c83378c000978adf5e512f56f300b92b60b3402" + "hash": "b9832c8082315a6cb3599b886f2238011badaa67" }, { "file": "packages/angular/docs/webpack-server-examples.md", @@ -4999,11 +5286,11 @@ }, { "file": "packages/angular/generators.json", - "hash": "6a954e14ef8aaca0d0a532629c396485c34ee1ad" + "hash": "ff2d3c9929293c9aab6be8a84cea67576a4f44ed" }, { "file": "packages/angular/generators.ts", - "hash": "3f3d22f5872d28df1e800ca72ebedbe308043d1a" + "hash": "ad0a4eb92732587da8bf8713b8e0da1d70ad22f9" }, { "file": "packages/angular/index.ts", @@ -5011,23 +5298,23 @@ }, { "file": "packages/angular/jest.config.ts", - "hash": "afe8f90de9418301db0aae6b81a134c31be519fe" + "hash": "caaa84cffdcea05a3941a9d2ac03dc52dcd14f67" }, { - "file": "packages/angular/mfe/index.ts", - "hash": "2902e00ddeac995755f119ea84a07968c226ca94" + "file": "packages/angular/mf/index.ts", + "hash": "7fdf9d52a2161e07c30b977d6ace2e39e1c7f376" }, { - "file": "packages/angular/mfe/mfe.ts", + "file": "packages/angular/mf/mf.ts", "hash": "b045eeef70a20aea247d051c04c09bfe3d2474a5" }, { - "file": "packages/angular/mfe/ng-package.json", + "file": "packages/angular/mf/ng-package.json", "hash": "bb6786ef97ad717de5324caf6b2669240d61b7b5" }, { "file": "packages/angular/migrations.json", - "hash": "63d8172d50ddf194aea6754378df1173bf99a591" + "hash": "552901b6e071651770720df00b25989331aed8b0" }, { "file": "packages/angular/migrations.spec.ts", @@ -5035,15 +5322,15 @@ }, { "file": "packages/angular/module-federation/index.ts", - "hash": "47cb235d4eb172b53337e51f30d5e56459b698e5" + "hash": "98d8f117707c6884522480528df65da5920ce273" }, { "file": "packages/angular/ng-package.json", - "hash": "436468c0e9360f8ad61f441b54415a9d21ed331b" + "hash": "23be7ab2a874bb0c0d5ad0beb00a438d601d648f" }, { "file": "packages/angular/package.json", - "hash": "49fe79a0b672ad915f8d69fc313b96b9ae3fba23", + "hash": "3af78dc203373ee5ede4708587ef0203fb61c9a4", "deps": [ "npm:@angular-devkit/schematics", "cypress", @@ -5051,6 +5338,7 @@ "jest", "linter", "storybook", + "web", "workspace", "npm:@phenomnomnominal/tsquery", "npm:@schematics/angular", @@ -5059,7 +5347,8 @@ "npm:http-server", "npm:ignore", "npm:jasmine-marbles", - "npm:rxjs-for-await", + "npm:magic-string", + "npm:minimatch", "npm:semver", "npm:ts-node", "npm:tsconfig-paths", @@ -5069,7 +5358,7 @@ }, { "file": "packages/angular/project.json", - "hash": "1a9649034fe0420b4a8014ca220fcdd2093ecb6f" + "hash": "87e406bdc86ea9d1ac94f7b25a1aa10ddb25439f" }, { "file": "packages/angular/README.md", @@ -5091,7 +5380,7 @@ }, { "file": "packages/angular/src/builders/module-federation-dev-server/module-federation-dev-server.impl.ts", - "hash": "9e601f24de632f66c11c0670505e7ddc44d7f9d5", + "hash": "a81260e61c3b59232d7e58ccf6fcafbd34f20e1f", "deps": [ "devkit", "nx", @@ -5139,20 +5428,23 @@ }, { "file": "packages/angular/src/builders/webpack-server/schema.d.ts", - "hash": "5ebdefd1fb25b0229f5b47b1cb8af608dedba3a4" + "hash": "f534977441bf71d70ef142d232db44acbfa5fe03" }, { "file": "packages/angular/src/builders/webpack-server/schema.json", - "hash": "2dd9ae9622a3df3f518753935270164c0d1bd2d0" + "hash": "232044420ac73cd11724470022b643556ea3a93e" }, { "file": "packages/angular/src/builders/webpack-server/webpack-server.impl.ts", - "hash": "737625cbc0ea69d78faab40a8524cf5446a3980d", + "hash": "4978d36039cd7e9f46420761dfbe3eac6672a823", "deps": [ "npm:@angular-devkit/architect", "npm:@angular-devkit/build-angular", "npm:@angular-devkit/core", "devkit", + "web", + "workspace", + "nx", "npm:webpack-merge" ] }, @@ -5168,7 +5460,7 @@ }, { "file": "packages/angular/src/executors/delegate-build/delegate-build.impl.ts", - "hash": "be676e474c496a161cb1440a3f32f35a8a2ed2f1", + "hash": "e9f90df888ac3304a1f8044fe86fe25b508c4256", "deps": ["devkit", "workspace"] }, { @@ -5177,7 +5469,7 @@ }, { "file": "packages/angular/src/executors/delegate-build/schema.json", - "hash": "3b7745456a1a259fbe5017d95a948125e94aa5f6" + "hash": "9c2e55bb3ac7cae3b85bb688a99d676bc699d822" }, { "file": "packages/angular/src/executors/file-server/compat.ts", @@ -5186,16 +5478,16 @@ }, { "file": "packages/angular/src/executors/file-server/file-server.impl.ts", - "hash": "43573a45e7ce8999cc4d7d2dd16fbc0cc980563b", - "deps": ["devkit", "npm:ignore", "npm:chokidar", "nx"] + "hash": "0a96dae29f5508ac0d1c045b1427e29dfddfe39d", + "deps": ["devkit", "npm:chokidar", "npm:ignore", "nx"] }, { "file": "packages/angular/src/executors/file-server/schema.d.ts", - "hash": "45689858b224a7a6b62acaf057212563062723eb" + "hash": "119d207103daa389ce5b30ef23a45b2bdf5a3e19" }, { "file": "packages/angular/src/executors/file-server/schema.json", - "hash": "985d35e9f891cc86cb17b6af87686d25fdcb5298" + "hash": "e50c80bfe0116888a259fd3d0b64e1b7fb27ee07" }, { "file": "packages/angular/src/executors/ng-packagr-lite/compat.ts", @@ -5229,8 +5521,8 @@ }, { "file": "packages/angular/src/executors/ng-packagr-lite/ng-packagr-adjustments/ng-package/entry-point/write-package.transform.ts", - "hash": "40d2c2fcfc74c98d695a52a08376982fe408b9af", - "deps": ["devkit", "npm:ng-packagr"] + "hash": "2e7d9c61c3143e9d305362bd86903024872db980", + "deps": ["devkit", "npm:ng-packagr", "npm:@angular/compiler"] }, { "file": "packages/angular/src/executors/ng-packagr-lite/ng-packagr-adjustments/ng-package/options.di.ts", @@ -5271,7 +5563,7 @@ }, { "file": "packages/angular/src/executors/ng-packagr-lite/ng-packagr-adjustments/ts/cache-compiler-host.ts", - "hash": "6205210ea43b7e758435633bc5632a925ba37116", + "hash": "4997ee55429e2afae70c6b13f72d043b4c60f637", "deps": [ "npm:@angular/compiler-cli", "npm:ng-packagr", @@ -5290,7 +5582,7 @@ }, { "file": "packages/angular/src/executors/ng-packagr-lite/schema.json", - "hash": "5a03b9a56ef639850ef41b1e14d241fdd3adae5b" + "hash": "0573d3bd49711d2e7655374d6e4eb220ce486e89" }, { "file": "packages/angular/src/executors/package/compat.ts", @@ -5351,7 +5643,7 @@ }, { "file": "packages/angular/src/executors/package/ng-packagr-adjustments/ts/cache-compiler-host.ts", - "hash": "6205210ea43b7e758435633bc5632a925ba37116", + "hash": "4997ee55429e2afae70c6b13f72d043b4c60f637", "deps": [ "npm:@angular/compiler-cli", "npm:ng-packagr", @@ -5365,14 +5657,8 @@ }, { "file": "packages/angular/src/executors/package/package.impl.ts", - "hash": "54fc27eb5336864afeb817d8b4655e0f9ffb4363", - "deps": [ - "devkit", - "workspace", - "npm:ng-packagr", - "npm:rxjs", - "npm:rxjs-for-await" - ] + "hash": "b337e90b66d87dd62530765a4fac876a6cb9cb2c", + "deps": ["devkit", "workspace", "npm:ng-packagr", "npm:rxjs"] }, { "file": "packages/angular/src/executors/package/schema.d.ts", @@ -5380,7 +5666,7 @@ }, { "file": "packages/angular/src/executors/package/schema.json", - "hash": "50461b2b259417edbedda0b0f27e1ec371a1124c" + "hash": "73eb6425e2a2e7222155e6a4c06dc4d21d4f8886" }, { "file": "packages/angular/src/executors/utilities/tailwindcss.ts", @@ -5393,12 +5679,12 @@ }, { "file": "packages/angular/src/generators/add-linting/add-linting.spec.ts", - "hash": "2521f79b7e98930f4fd0d648810fa45c07e72129", + "hash": "7c47060dbb90203e43afb9012813f4749e89f873", "deps": ["devkit", "linter"] }, { "file": "packages/angular/src/generators/add-linting/add-linting.ts", - "hash": "9d53a7544c566ec0934a51b68d818219dbb73e7a", + "hash": "f368e14acea1caeaf062183d3aae8a4718852e9c", "deps": ["devkit", "linter"] }, { @@ -5423,7 +5709,7 @@ }, { "file": "packages/angular/src/generators/add-linting/schema.d.ts", - "hash": "aa2b8d6f84150d209d9169bb615291297aede0d2" + "hash": "c471cf65b15c630b6cbf0f1f54c87ab93978ffbe" }, { "file": "packages/angular/src/generators/add-linting/schema.json", @@ -5431,7 +5717,7 @@ }, { "file": "packages/angular/src/generators/application/__snapshots__/application.spec.ts.snap", - "hash": "f45386b85c8ddbba434af0b82ccef171d0b04565" + "hash": "618a807e24547d0c660aa26b63da34a427733c74" }, { "file": "packages/angular/src/generators/application/application.compat.ts", @@ -5440,12 +5726,12 @@ }, { "file": "packages/angular/src/generators/application/application.spec.ts", - "hash": "29ba9bcb977437ddb58ffcdb47cbc2ac170e4a05", - "deps": ["devkit", "linter"] + "hash": "9d3ca58e293c09f8a8b6d288d6d1f4f556eaa596", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/angular/src/generators/application/application.ts", - "hash": "fee878ab4f754d0a32c7a473a316c0d28296f982", + "hash": "53eb9b93f30d9f146a4c8c62c9cb3c95ed4e7c89", "deps": ["devkit", "workspace"] }, { @@ -5462,17 +5748,17 @@ }, { "file": "packages/angular/src/generators/application/lib/add-e2e.ts", - "hash": "8e7b9c3e60b6fa86c04cfaf8635cadb7cf2c681e", + "hash": "d2aad93dfb2ca17acb44f7a507b9183f70f3e71a", "deps": ["devkit", "cypress", "workspace", "linter"] }, { "file": "packages/angular/src/generators/application/lib/add-linting.ts", - "hash": "69bd2bb8e3cde4051eed370c9e93a3ff47f2de51", + "hash": "ab48337e7869eced4137b8a06efa99d169bcdab7", "deps": ["devkit", "linter"] }, { - "file": "packages/angular/src/generators/application/lib/add-mfe.ts", - "hash": "070c0cd394639a71fc57310ede87e758244e0cfc", + "file": "packages/angular/src/generators/application/lib/add-mf.ts", + "hash": "638bd53bec72b211b907d4d0077c27877cbad574", "deps": ["devkit"] }, { @@ -5490,6 +5776,15 @@ "hash": "9fbf2f821d44b6eb070d11afdbace6cbbff2c7eb", "deps": ["devkit", "jest"] }, + { + "file": "packages/angular/src/generators/application/lib/convert-to-standalone-app.ts", + "hash": "1bcd1691cc54cda66daaaf0c4a3bfc6dbdf75111", + "deps": [ + "devkit", + "npm:@phenomnomnominal/tsquery", + "npm:@angular/platform-browser" + ] + }, { "file": "packages/angular/src/generators/application/lib/create-files.ts", "hash": "ed1a081d8c68a55a7fc8333a8abc40d89407e8e3", @@ -5502,7 +5797,7 @@ }, { "file": "packages/angular/src/generators/application/lib/index.ts", - "hash": "29c0a2bef4b086f202403a2a146735223b893685" + "hash": "babd5ad1dc37bd32f71510d59cb61e0de642f5b2" }, { "file": "packages/angular/src/generators/application/lib/normalize-options.ts", @@ -5515,7 +5810,7 @@ }, { "file": "packages/angular/src/generators/application/lib/nrwl-home-tpl.ts", - "hash": "e9cf4ff60fdb8d71528f72d8fd25dd981fea62e1" + "hash": "37c5bdf3f796cb197c3dfa4c9e8a557b4493c76f" }, { "file": "packages/angular/src/generators/application/lib/remove-scaffolded-e2e.ts", @@ -5532,6 +5827,11 @@ "hash": "21b2fc2a598931cd84c2536fc3be63fdfe48d4a0", "deps": ["devkit"] }, + { + "file": "packages/angular/src/generators/application/lib/set-default-project.ts", + "hash": "3380ab0a560a49324140b90c067f2efff81e7777", + "deps": ["devkit"] + }, { "file": "packages/angular/src/generators/application/lib/update-app-component-template.ts", "hash": "2ec7041167d0c777426040d0bc616176ef2341c1", @@ -5544,7 +5844,7 @@ }, { "file": "packages/angular/src/generators/application/lib/update-config-files.ts", - "hash": "29e2997fe7d156de62ba0775525af29e98436ae8", + "hash": "ad7b203202756fce776b27a85dc45c0690c9ebae", "deps": ["devkit", "workspace"] }, { @@ -5564,16 +5864,16 @@ }, { "file": "packages/angular/src/generators/application/schema.d.ts", - "hash": "e52279ebd663c75490eb6af8ff22ab62e16182a3", + "hash": "3ae6a81bf7b0756942483af643eed0f886646e94", "deps": ["linter"] }, { "file": "packages/angular/src/generators/application/schema.json", - "hash": "b06c8bc77dbce9a7ada9eaede28e90bfedd7b4e9" + "hash": "5978429cd090172c8ca0cb91eaa60a7d20132eb5" }, { "file": "packages/angular/src/generators/change-storybook-targets/change-storybook-targets.ts", - "hash": "a99e04ad65184ee3a374fc1ceca4ddac7f2cb771", + "hash": "9ede117d7451ce29f770b6efbce39f636da22b10", "deps": ["devkit", "storybook"] }, { @@ -5581,13 +5881,17 @@ "hash": "b00ad49789078bd3685341cb28f4cb3b00f7a951", "deps": ["devkit"] }, + { + "file": "packages/angular/src/generators/change-storybook-targets/schema.d.ts", + "hash": "e5fe924e01d2f72d7cdb2ba4cb4dd78bab024311" + }, { "file": "packages/angular/src/generators/change-storybook-targets/schema.json", - "hash": "8201fb1a7a177823039c8284e8f0a76ffc6e9a5e" + "hash": "74f3f2bb17c1b99afc7303e798477b0299fe2089" }, { "file": "packages/angular/src/generators/component-cypress-spec/__snapshots__/component-cypress-spec.spec.ts.snap", - "hash": "f6d1fcddf16931692b77d3b73fcf624ae5a054ef" + "hash": "509541a52a1372f8a469e9f82ebba60237bb89b3" }, { "file": "packages/angular/src/generators/component-cypress-spec/compat.ts", @@ -5596,16 +5900,16 @@ }, { "file": "packages/angular/src/generators/component-cypress-spec/component-cypress-spec.spec.ts", - "hash": "cde5e2441c8653f5b3e89ec8276c2a866385bd2a", - "deps": ["devkit", "npm:@angular/core"] + "hash": "9a78cab9ffce95e67ceeb2e6f2766a8e53222dbd", + "deps": ["cypress", "devkit", "npm:@angular/core"] }, { "file": "packages/angular/src/generators/component-cypress-spec/component-cypress-spec.ts", - "hash": "db58462c98430e11207eadd61462f06c99116356", + "hash": "8eab2125ac5bbe75e61263653daa3ae74a2e1c59", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/component-cypress-spec/files/__componentFileName__.spec.ts__tmpl__", + "file": "packages/angular/src/generators/component-cypress-spec/files/__componentFileName__.__fileExt__", "hash": "d6e5c4e1248cf150993db952e3619919d68a4a11" }, { @@ -5620,11 +5924,11 @@ }, { "file": "packages/angular/src/generators/component-cypress-spec/schema.d.ts", - "hash": "2a0e55741218ad41d2215c261d1f51200c6c1f9e" + "hash": "6f86faee5fabd967fcd3d6a79e3dbe5e1b04ba7b" }, { "file": "packages/angular/src/generators/component-cypress-spec/schema.json", - "hash": "a4b8b7db26da5a73b7e0e4bcef6aff73262e0f71" + "hash": "494fe50c345cc6a7582acddd396b1785d62d8235" }, { "file": "packages/angular/src/generators/component-story/__snapshots__/component-story.spec.ts.snap", @@ -5637,12 +5941,12 @@ }, { "file": "packages/angular/src/generators/component-story/component-story.spec.ts", - "hash": "dab603b8c067291061f61620901041cf7f373bea", + "hash": "ab3d721850e91bfa202a28018fda0b2d59bffc45", "deps": ["devkit", "npm:@angular/core"] }, { "file": "packages/angular/src/generators/component-story/component-story.ts", - "hash": "3bc1114381491c6f22a912ee4ae3b11e77c18bd0", + "hash": "b0ec73308800571c507431f323c6c553bad03a10", "deps": ["devkit"] }, { @@ -5656,11 +5960,11 @@ }, { "file": "packages/angular/src/generators/component-story/schema.d.ts", - "hash": "86a86787f7a201d53ac87f5c04c0c15ac3074259" + "hash": "05768fae96293ee7fbd5622f90c776333376ed75" }, { "file": "packages/angular/src/generators/component-story/schema.json", - "hash": "9195473901c9cc08e6c2fbec47c362c9467c7f47" + "hash": "440c1095a3798523143a8c74bc4d9696b03d740d" }, { "file": "packages/angular/src/generators/component/__snapshots__/component.spec.ts.snap", @@ -5673,22 +5977,22 @@ }, { "file": "packages/angular/src/generators/component/component.spec.ts", - "hash": "09ba8b92e07e599b3dba49b0ea640b51276d83be", + "hash": "1a4be81c5945730744cebbab2c5f876db65d4aa8", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/component/component.ts", - "hash": "5082ff974ac24de20bc4ffd09c60dc23dc465a94", + "hash": "3a41f3be37e9e7a38eb85efcd358e81ecb4b64bd", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/component/lib/component.ts", - "hash": "0574cf9c857687f234b7504f45ea7df938276c5b", + "hash": "4f1295ce53fe4ef9335ab976c4765d782793b7d7", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/component/lib/entry-point.ts", - "hash": "ae01aefa5473495df47841995426a0893f41703e", + "hash": "baca0200b47d96dac8b8d5907f959a8be179f384", "deps": [ "devkit", "npm:@phenomnomnominal/tsquery", @@ -5697,21 +6001,21 @@ }, { "file": "packages/angular/src/generators/component/lib/module.ts", - "hash": "cb6edc69b6c738ca3fab49ae1b108df5920183dd", + "hash": "7d94ef37cfdebf5c50ebde5fc7e414aa086617d1", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/component/lib/path.ts", - "hash": "6569436e2298b54b287a5689664de14b19b80de3", + "file": "packages/angular/src/generators/component/lib/normalize-options.ts", + "hash": "62260184fdab076aae2a9123111b2ef6c55bfa16", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/component/schema.d.ts", - "hash": "f23aef101404417cf535c51a5a14504b75ba58cb" + "hash": "32ba328d578ed1f21c0d7800108ed15176e059de" }, { "file": "packages/angular/src/generators/component/schema.json", - "hash": "0f1ee6b914f27969e3c09dff4e23bf7a5fa181a5" + "hash": "b4b5befb59664acdb7af74e8c64af54be9a47905" }, { "file": "packages/angular/src/generators/convert-to-with-mf/__snapshots__/convert-to-with-mf.spec.ts.snap", @@ -5724,7 +6028,7 @@ }, { "file": "packages/angular/src/generators/convert-to-with-mf/convert-to-with-mf.spec.ts", - "hash": "feeba0457f2a235cb504143ac619d61d6f19f764", + "hash": "a71bd55820cefd29d7cc322ff15924d3c395eed5", "deps": ["devkit"] }, { @@ -5804,15 +6108,15 @@ }, { "file": "packages/angular/src/generators/convert-to-with-mf/schema.json", - "hash": "de3deacfdeb6d3670179c013a66ed82f6dc3367b" + "hash": "ede4e1558728c863884f074cfc67c2a5c36fe1e7" }, { "file": "packages/angular/src/generators/convert-tslint-to-eslint/__snapshots__/convert-tslint-to-eslint.spec.ts.snap", - "hash": "dd3072c8b611de0afd7ec9b21f55b3e5f298cb96" + "hash": "ead8b6f8926f84d46bea5f0b7747624dcc76a86f" }, { "file": "packages/angular/src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint.spec.ts", - "hash": "9feb734661a03b7f75737eb48acd7960852aceaf", + "hash": "d9ef5aa20defb703c8cd0d007141e973c15ece74", "deps": ["devkit", "linter"] }, { @@ -5835,7 +6139,7 @@ }, { "file": "packages/angular/src/generators/downgrade-module/downgrade-module.spec.ts", - "hash": "252e167a7b013ca93e449cc4f54d64febe4a5961", + "hash": "23c313f9943bd114192fe6273d4f49b4618a7e97", "deps": ["devkit"] }, { @@ -5880,7 +6184,7 @@ }, { "file": "packages/angular/src/generators/host/__snapshots__/host.spec.ts.snap", - "hash": "b2f229141bc00eec8d6f9005927007886827c4a9" + "hash": "3781bc53850ee24db1d47f2a97c20cf630588850" }, { "file": "packages/angular/src/generators/host/host.compat.ts", @@ -5889,21 +6193,22 @@ }, { "file": "packages/angular/src/generators/host/host.spec.ts", - "hash": "5d5f6d6fa65a4d2092d3d6527039896520a1af4c", + "hash": "969bc58d0566fb9d6ecbbb51b2bd859798569b9d", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/host/host.ts", - "hash": "6c1e9368240466f8381ff21d36bd2c812c0d7030", + "hash": "c9981d38ede8541b6892241a6082b0a039fe1c74", "deps": ["devkit", "npm:typescript"] }, { "file": "packages/angular/src/generators/host/schema.d.ts", - "hash": "a4932ac3a92016d43280bd902826df4af5418fcc" + "hash": "b103fd3b5310402678e6454402aac472468a4fd8", + "deps": ["linter"] }, { "file": "packages/angular/src/generators/host/schema.json", - "hash": "e2a6c6fdf35c14a93ce7c9f08e531bf5cad1a3e6" + "hash": "37373b359581ccdb65966b7aa5da0f4ea1c62048" }, { "file": "packages/angular/src/generators/init/init.compat.ts", @@ -5912,12 +6217,12 @@ }, { "file": "packages/angular/src/generators/init/init.spec.ts", - "hash": "4ce770d09fe0ea8bc5eae3251efe09d50ed1f749", + "hash": "676bfd7859a9d3282a7fc06dee7ecdf576d220b2", "deps": ["devkit", "linter"] }, { "file": "packages/angular/src/generators/init/init.ts", - "hash": "a0fdf62175729fe4caa3b0b38b4ef2c7625833b2", + "hash": "abc03ab914fab485d203b611a27f5e834a767695", "deps": ["cypress", "devkit", "jest", "linter", "workspace"] }, { @@ -5952,7 +6257,7 @@ }, { "file": "packages/angular/src/generators/karma-project/karma-project.spec.ts", - "hash": "868bab41a86233715daeefdfedcf412270ad3cc8", + "hash": "c17a7b3eb30937ec480fbb57f604e2ea0e752aa6", "deps": ["devkit", "linter"] }, { @@ -5986,7 +6291,7 @@ }, { "file": "packages/angular/src/generators/karma-project/schema.json", - "hash": "2f233af093ede6d7f48a2bad1e1a1a6c0ed38862" + "hash": "2b45613b50682e310ed6ed57522654001a460767" }, { "file": "packages/angular/src/generators/karma/compat.ts", @@ -5999,12 +6304,12 @@ }, { "file": "packages/angular/src/generators/karma/karma.spec.ts", - "hash": "e3056ca35049e760659780da84dc2c0f13f48ec6", + "hash": "f1637a494b1c690b9fedb62d2f3b5f488d368ab9", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/karma/karma.ts", - "hash": "b4628bac4c991b8a21e1678ed0965c1246cf790e", + "hash": "16e421c20806d427adf6311efd0ba975bc732a4c", "deps": ["devkit"] }, { @@ -6066,7 +6371,7 @@ }, { "file": "packages/angular/src/generators/library-secondary-entry-point/library-secondary-entry-point.spec.ts", - "hash": "5f1d4a18200dff59a75080f6c93c4024cc675c6d", + "hash": "8b73a357736c66f8a01915fe7b6e8f823891a258", "deps": ["devkit"] }, { @@ -6081,7 +6386,11 @@ }, { "file": "packages/angular/src/generators/library-secondary-entry-point/schema.json", - "hash": "87fce89ff9923d903d8f5f24cf9b99674828fa87" + "hash": "2ea213fcc7673528e50820d7eddce72d181dcbb6" + }, + { + "file": "packages/angular/src/generators/library/__snapshots__/library.spec.ts.snap", + "hash": "c54014ce3dd7f35bebb03603a69a95c6826bf1e9" }, { "file": "packages/angular/src/generators/library/files/lib/README.md__tpl__", @@ -6093,7 +6402,7 @@ }, { "file": "packages/angular/src/generators/library/lib/add-children.ts", - "hash": "163e7fa8807ced5be6678b39a22490bef03ae6aa", + "hash": "ef68b5795539574ff73b9b64471feb63167f70bc", "deps": ["devkit", "workspace", "npm:typescript"] }, { @@ -6103,7 +6412,7 @@ }, { "file": "packages/angular/src/generators/library/lib/add-load-children.ts", - "hash": "aaf6909b9b372a3026f1c752f140169d508f9810", + "hash": "3d28faf8f3dd908c23f4736b7fc948a84b84ad94", "deps": ["devkit", "npm:typescript"] }, { @@ -6116,6 +6425,11 @@ "hash": "f3ac0b8672f5f9348d8cf87abc2aa1a642b1f890", "deps": ["devkit", "workspace", "npm:typescript"] }, + { + "file": "packages/angular/src/generators/library/lib/add-standalone-component.ts", + "hash": "87cecc3955b855671fc325807eed56141df176c9", + "deps": ["nx", "devkit"] + }, { "file": "packages/angular/src/generators/library/lib/enable-strict-type-checking.ts", "hash": "2795be366487953792637896f8f391e80ef9ae81", @@ -6123,12 +6437,12 @@ }, { "file": "packages/angular/src/generators/library/lib/normalize-options.ts", - "hash": "d07f5968f59b824b1ac34699c243a80984887dd4", - "deps": ["devkit", "linter"] + "hash": "f463d6de2226568e24fb4dbc83fb988b3281802f", + "deps": ["devkit", "nx", "linter"] }, { "file": "packages/angular/src/generators/library/lib/normalized-schema.ts", - "hash": "3bd193e2ff4191c57fe3dc32cf8ca42bf6e7db55" + "hash": "e75b11f8ae5d1a7855ed864a72979340eee38baa" }, { "file": "packages/angular/src/generators/library/lib/update-lib-package-npm-scope.ts", @@ -6142,7 +6456,7 @@ }, { "file": "packages/angular/src/generators/library/lib/update-project.ts", - "hash": "6afd7bb9cea34599a808588444af531ea922b168", + "hash": "d51d9c6bc98eeb30e25a16473f8e93bf219a2334", "deps": [ "devkit", "workspace", @@ -6152,7 +6466,7 @@ }, { "file": "packages/angular/src/generators/library/lib/update-tsconfig.ts", - "hash": "0f737a13523e27de92ad246347834ff11f5a17ba", + "hash": "fadbcd26e3afd2ba411c726e7b4a9d4f96147ad8", "deps": ["devkit", "workspace"] }, { @@ -6162,26 +6476,26 @@ }, { "file": "packages/angular/src/generators/library/library.spec.ts", - "hash": "9112c248fae18d9cc6640b44c715198fa9dee946", + "hash": "ab02658e9d9cf62616febfe82d74711fc9605e41", "deps": ["devkit", "linter", "nx"] }, { "file": "packages/angular/src/generators/library/library.ts", - "hash": "4ca7d701210c387d1bc110370abe2455046e5ee4", + "hash": "b502be4427c0ce712700fe05f9ebe720cd547785", "deps": ["devkit", "jest", "linter", "workspace"] }, { "file": "packages/angular/src/generators/library/schema.d.ts", - "hash": "83f344f3e81cf19a23959700010cd539fdadf42f", + "hash": "4b4968406279620fffe937f2e2df8b7d68247655", "deps": ["linter"] }, { "file": "packages/angular/src/generators/library/schema.json", - "hash": "d4eab849613df5a05d77a42e139a5d0c889e5986" + "hash": "76416ebd02e49d51149bd70bae23126e467b8d01" }, { "file": "packages/angular/src/generators/move/lib/update-module-name.spec.ts", - "hash": "3db36a98af84fc9935dcc5414ee9ed8214b2b305", + "hash": "d3d145efdf4e0aa7067a861d492674cf0d92d024", "deps": ["devkit", "workspace", "linter"] }, { @@ -6191,12 +6505,12 @@ }, { "file": "packages/angular/src/generators/move/lib/update-ng-package.ts", - "hash": "3a6b24ee37722da436146edcfb8087c1dfc33f0c", + "hash": "923fd4125f0f0ab08355290474aecb35af68ca24", "deps": ["devkit", "workspace"] }, { "file": "packages/angular/src/generators/move/move.spec.ts", - "hash": "4098d81cf8e7c731fff2c4f1066cf6b6f1e926aa", + "hash": "d95429673a4032bd5eb0553919e17e40ad48210d", "deps": ["devkit", "linter"] }, { @@ -6210,11 +6524,11 @@ }, { "file": "packages/angular/src/generators/move/schema.json", - "hash": "9ee5d10211094dd8743b7aaaddf92d4abc063264" + "hash": "9900d950c9880a01daf5f44a19b6364d6d091374" }, { "file": "packages/angular/src/generators/ng-add/__snapshots__/migrate-from-angular-cli.spec.ts.snap", - "hash": "550e7eb5b553c3693e006b83357b3367a7b242ef" + "hash": "46ca8be7a907185ad212439c0326fae241192bd5" }, { "file": "packages/angular/src/generators/ng-add/compat.ts", @@ -6248,12 +6562,12 @@ }, { "file": "packages/angular/src/generators/ng-add/migrate-from-angular-cli.ts", - "hash": "af510f3dee5de248f3e5a01dd5691f65ee0fa192", + "hash": "9d30fea4f6f0fac38ffb675ef8995a5a5e8b26a6", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/ng-add/ng-add.spec.ts", - "hash": "96519e570d536e7d5a4544b3c7ab627aac1aa7a6", + "hash": "4530d2056eeef808d1e94fc7c75ca21950aa647e", "deps": ["devkit"] }, { @@ -6270,9 +6584,13 @@ "file": "packages/angular/src/generators/ng-add/schema.json", "hash": "3f0e359415bd6841e7f4240b5ae4f5e1a021b6fd" }, + { + "file": "packages/angular/src/generators/ng-add/utilities/__snapshots__/e2e.migrator.spec.ts.snap", + "hash": "3e13315f47883adeabe4cf3fd520dce63654a364" + }, { "file": "packages/angular/src/generators/ng-add/utilities/app.migrator.spec.ts", - "hash": "5cb0d4008f7b6b42c67971b1ccf318de88e2bfba", + "hash": "6a4dfe1adfa5948f9a7cd8f09b8b2f4770cd64ff", "deps": ["devkit"] }, { @@ -6282,13 +6600,25 @@ }, { "file": "packages/angular/src/generators/ng-add/utilities/e2e.migrator.spec.ts", - "hash": "5906e811cbb632967cbe9db8376dcec62f8ee5df", - "deps": ["devkit"] + "hash": "11828d2dae552bc28a75d6e270f78176233cd9d1", + "deps": ["cypress", "devkit", "npm:cypress"] }, { "file": "packages/angular/src/generators/ng-add/utilities/e2e.migrator.ts", - "hash": "8a5cd4014a6b69b5fde49ccf7d783f444a4f7884", - "deps": ["cypress", "devkit", "linter", "workspace"] + "hash": "65dccb4be2e856ec143e5d3379dceb770784dd67", + "deps": [ + "cypress", + "devkit", + "linter", + "workspace", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, + { + "file": "packages/angular/src/generators/ng-add/utilities/file-change-recorder.ts", + "hash": "905191d7ce36db023abc9982ee20223725f1a7ee", + "deps": ["devkit", "npm:magic-string", "npm:typescript"] }, { "file": "packages/angular/src/generators/ng-add/utilities/get-all-projects.ts", @@ -6297,7 +6627,7 @@ }, { "file": "packages/angular/src/generators/ng-add/utilities/lib.migrator.spec.ts", - "hash": "dc0b2f647cecde79a0e53a056104fa2cb6395555", + "hash": "610641d53fb9d4ce2ff32383ea621b486aaf6690", "deps": ["devkit"] }, { @@ -6312,7 +6642,7 @@ }, { "file": "packages/angular/src/generators/ng-add/utilities/normalize-options.ts", - "hash": "e6554b2a8e6487d02bfb2f7a510ce752f7a67f5c", + "hash": "716c48f261e753c6cefe2717af31da0017f09349", "deps": ["devkit"] }, { @@ -6341,20 +6671,20 @@ }, { "file": "packages/angular/src/generators/ng-add/utilities/workspace.ts", - "hash": "bd80aa0605d92231540106169d624420e9b778d6", + "hash": "77494727276cfe2658a7dfe1196540c2e0d8bb1e", "deps": ["devkit", "linter", "workspace", "nx"] }, { "file": "packages/angular/src/generators/ngrx/__snapshots__/ngrx.classes.spec.ts.snap", - "hash": "e1c67679041865e8c08a4e309f677c997227f06f" + "hash": "906e642c50f1a938083a5a1714ce722ea52197e7" }, { "file": "packages/angular/src/generators/ngrx/__snapshots__/ngrx.creators.spec.ts.snap", - "hash": "44d61bbc4b810c3fab723a9e8dea8dc1b8944f99" + "hash": "3a5f801a9ba53c70e781d90b392f0e0e29317e51" }, { "file": "packages/angular/src/generators/ngrx/__snapshots__/ngrx.spec.ts.snap", - "hash": "a1bc85a50f027ab99f96f48f4378fcd42494fad7" + "hash": "c973836b8d5705d9723249788b4bca68610f5bd1" }, { "file": "packages/angular/src/generators/ngrx/compat.ts", @@ -6363,7 +6693,7 @@ }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.actions.ts__tmpl__", - "hash": "3eb240aed17020d537f25e8caaddaeb8dcbc2409" + "hash": "a0c57a13887b499b60497e6805d0aca4fe0eb49f" }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.effects.spec.ts__tmpl__", @@ -6375,7 +6705,7 @@ }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.facade.spec.ts__tmpl__", - "hash": "475acff1390cfe957637c0dca7ad7286013ef68a" + "hash": "b1d0594bba886abb6ed1935900e49120c7bd570d" }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.facade.ts__tmpl__", @@ -6383,15 +6713,15 @@ }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.reducer.spec.ts__tmpl__", - "hash": "9ebd14bf2fc231ea8ef4db24206a4b930a08b232" + "hash": "3ea0c56de9e882b44a3187a9991ee81dcf44b060" }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.reducer.ts__tmpl__", - "hash": "2852bee8975f4c202d6ce0ad72329b678cc6765a" + "hash": "a4aaf05efd0702d7e8d7126b275a5347c9b47e36" }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.selectors.spec.ts__tmpl__", - "hash": "35988db151bde8310983eaf4d7947de283b0ae8e" + "hash": "2c28d444387801902b45a36b28beab71bf159740" }, { "file": "packages/angular/src/generators/ngrx/files/classes-syntax/__directory__/__fileName__.selectors.ts__tmpl__", @@ -6399,23 +6729,23 @@ }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.actions.ts__tmpl__", - "hash": "2ef4b6a25e507245951e3f970578bd86b37d1a89" + "hash": "6b626b0dc2a5258c91b5378636fb367d9c672db8" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.effects.spec.ts__tmpl__", - "hash": "9327fc47bebd921746d58c331600a369737dd788" + "hash": "e36fbdb7c149fcf6495fdfb047545f1691873d1d" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.effects.ts__tmpl__", - "hash": "af4fcd04ce85b3ec0ef18150e5e0cc377651be7d" + "hash": "b3c7dcba5d55d706546e4ecc0268e60746ba0df2" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.facade.spec.ts__tmpl__", - "hash": "231a2ba3612426d0ceb7e6dc011864610560cd83" + "hash": "9d5cef9f388e536748eff7d867f5477f77657bb8" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.facade.ts__tmpl__", - "hash": "5ac3918bd86f7528a4ddcd45a966b47e5dd5d18a" + "hash": "c0d0421700d7c0b4d2bc7416e6bf976495e9daaa" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.models.ts__tmpl__", @@ -6423,19 +6753,19 @@ }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.reducer.spec.ts__tmpl__", - "hash": "45ba538dca00a6b9b8cc479e39034aabd432daec" + "hash": "edf70509efb129b660b708d2819e85952bff4b5a" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.reducer.ts__tmpl__", - "hash": "ac721b11c0c914cd122f7d9e04f1f8962fa83371" + "hash": "6e925716a7d66439c3fc4fa083320ca31d28b768" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.selectors.spec.ts__tmpl__", - "hash": "6bea8babe7f6c10021910f15ad1ee3edb6377300" + "hash": "a332fdf2450ab48002814f1ca5d455c56c19c29a" }, { "file": "packages/angular/src/generators/ngrx/files/creator-syntax/__directory__/__fileName__.selectors.ts__tmpl__", - "hash": "2bec316aaf9c21fdb2c3197333b9b36e7e7e515e" + "hash": "980a789725f224297b7f0c867f13095850110204" }, { "file": "packages/angular/src/generators/ngrx/lib/add-exports-barrel.ts", @@ -6444,7 +6774,7 @@ }, { "file": "packages/angular/src/generators/ngrx/lib/add-imports-to-module.ts", - "hash": "37eafe5e25e47ba9c76ccb3f690fbb0cc5327e7d", + "hash": "c3aa43ad6743a6eb2f72838b36d89ef3ec95ee5d", "deps": ["devkit", "workspace", "npm:typescript"] }, { @@ -6468,17 +6798,17 @@ }, { "file": "packages/angular/src/generators/ngrx/ngrx.classes.spec.ts", - "hash": "14d2b05dc736cdd72f51e99a24d905f10e99499e", + "hash": "b29a2590f12b7fa534d7e6daeadfda32c60fb85a", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/ngrx/ngrx.creators.spec.ts", - "hash": "538cc518649393ee2992c23002fd180df37b08d7", + "hash": "02fdabac5530f8d85a756469df5d1722fc652cfa", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/ngrx/ngrx.spec.ts", - "hash": "4ccf639194274dcff0f921215da01d6d36717ce6", + "hash": "5a83e861553347847699af29903710419461b0b5", "deps": ["devkit"] }, { @@ -6488,15 +6818,15 @@ }, { "file": "packages/angular/src/generators/ngrx/schema.d.ts", - "hash": "6f9ea7273ef0d3b0c17a0404d90a016e0d918d0b" + "hash": "e4d0c27512d5cd21319ab4131d65d9733468f906" }, { "file": "packages/angular/src/generators/ngrx/schema.json", - "hash": "ef9197203428af42266c42a1dfc082b9262e54e2" + "hash": "ce05ac29d6f2ddc97483278de9269fd78fc9c82f" }, { "file": "packages/angular/src/generators/remote/__snapshots__/remote.spec.ts.snap", - "hash": "c779f20c526622bd524bfd4610aea4c6cb408c27" + "hash": "d1324a8c3c36a923ab3113dbe6a5cf23177f8f06" }, { "file": "packages/angular/src/generators/remote/remote.compat.ts", @@ -6505,30 +6835,31 @@ }, { "file": "packages/angular/src/generators/remote/remote.spec.ts", - "hash": "bd6c7307aabb5791636e271c0855b4c571a01ae2", + "hash": "869daf65cb89815e9dae5b0b36f69f4c933e7e58", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/remote/remote.ts", - "hash": "ed5226c9362a8dbecb6c988dc66310f61b493810", + "hash": "c535e7a6ca2696656b08b5731079f624c443cdf5", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/remote/schema.d.ts", - "hash": "f5f7a2655dfed772ff8620e760137bd0ce9035e7" + "hash": "db0a39d951b6351f6e195e394e6c62c5ef495612", + "deps": ["linter"] }, { "file": "packages/angular/src/generators/remote/schema.json", - "hash": "ab4c80d45871991284967858f35566b3517c6f30" + "hash": "cd9f32ea75c1d8e53a0f974248f4621d7255ed92" }, { - "file": "packages/angular/src/generators/scam-directive/lib/create-module.spec.ts", - "hash": "9ed0f1a063b130158cf9f01d15399434d8704778", + "file": "packages/angular/src/generators/scam-directive/lib/convert-directive-to-scam.spec.ts", + "hash": "dd0814b4d953fb12ad1e4fbaaa0423aa367d772c", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/scam-directive/lib/create-module.ts", - "hash": "5500bd6e2439c94acc5277ebdc4d3bbf8f31a449", + "file": "packages/angular/src/generators/scam-directive/lib/convert-directive-to-scam.ts", + "hash": "58e7b67a8de8e3ff62601debc21c845cbef17247", "deps": [ "devkit", "workspace", @@ -6539,7 +6870,12 @@ }, { "file": "packages/angular/src/generators/scam-directive/lib/index.ts", - "hash": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + "hash": "c4d863c804bb6a16a4147fcf834d090fe84b772f" + }, + { + "file": "packages/angular/src/generators/scam-directive/lib/normalize-options.ts", + "hash": "ee28d0d5d087f9979259ac8e0803e290f13d7372", + "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-directive/scam-directive.compat.ts", @@ -6548,30 +6884,30 @@ }, { "file": "packages/angular/src/generators/scam-directive/scam-directive.spec.ts", - "hash": "8e5edf1ed7e3e395cf722f2d6f5b94855d417d0c", + "hash": "635f177c263856396298e725250711d1f289c7d9", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-directive/scam-directive.ts", - "hash": "613006372d3f14bd13aca13b50c9cfa140b3afab", + "hash": "a8a894a8fa0587cfbae61afe071c66f6443b47f6", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-directive/schema.d.ts", - "hash": "9ac563bc15ce1e0ea3c14f63cbf7ab6d6454a0f2" + "hash": "cd73a4d5955851e8f680e3bf1e33ebb5f43e7c25" }, { "file": "packages/angular/src/generators/scam-directive/schema.json", - "hash": "9445b58d42d6986a1a4d81b12f9fa6e1deae8ba9" + "hash": "9381c89f9f9d4ac83e63c5ef417296fac5de98b0" }, { - "file": "packages/angular/src/generators/scam-pipe/lib/create-module.spec.ts", - "hash": "cd0ea44a49313bfe01b130493bf4041dd2333c5a", + "file": "packages/angular/src/generators/scam-pipe/lib/convert-pipe-to-scam.spec.ts", + "hash": "cf60e59fb822cafe8123d3b827411e71fc63ee7b", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/scam-pipe/lib/create-module.ts", - "hash": "9dcf1a705b10a0f64c8d92b31695d905d56ebe60", + "file": "packages/angular/src/generators/scam-pipe/lib/convert-pipe-to-scam.ts", + "hash": "2feb36c9ef78da8455be4073cab3328cbfa06cea", "deps": [ "devkit", "workspace", @@ -6582,7 +6918,12 @@ }, { "file": "packages/angular/src/generators/scam-pipe/lib/index.ts", - "hash": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + "hash": "1f987ecbd1642be3aff8c65540153e7f3cd1a756" + }, + { + "file": "packages/angular/src/generators/scam-pipe/lib/normalize-options.ts", + "hash": "ee28d0d5d087f9979259ac8e0803e290f13d7372", + "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-pipe/scam-pipe.compat.ts", @@ -6591,30 +6932,96 @@ }, { "file": "packages/angular/src/generators/scam-pipe/scam-pipe.spec.ts", - "hash": "ff8897787668214d40c327e3c40704457bb41f52", + "hash": "d988f787a1ce2db5c1cd8fef81aa26f4ae3d9aa6", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-pipe/scam-pipe.ts", - "hash": "978d94ce9e7acbe119aeb03a37944f0f4cb30395", + "hash": "68e4f900c2625511f1a7237b096c79454f1fd0e7", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam-pipe/schema.d.ts", - "hash": "1a1a152b2a8c457a321bd3b170c3f05cea8f7404" + "hash": "840031172816d983ec7eaa1310b4f2874c3e7d99" }, { "file": "packages/angular/src/generators/scam-pipe/schema.json", - "hash": "a3f0cf4cfa11218664e34d89507c57e43085fe60" + "hash": "25d5503aa4054c8c686ea56424c182ec299b71ac" }, { - "file": "packages/angular/src/generators/scam/lib/create-module.spec.ts", - "hash": "cd526ffc8979adc52f35b1faff48dc5638da5388", + "file": "packages/angular/src/generators/scam-to-standalone/compat.ts", + "hash": "8189a3206f120780be65e0c2712559d831421840", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/scam/lib/create-module.ts", - "hash": "e99da3f2f482f287daa37104578e74baffda193c", + "file": "packages/angular/src/generators/scam-to-standalone/lib/convert-scam-to-standalone.ts", + "hash": "998e5b73ccdf443c9273217ae0f3551c8a416957", + "deps": ["npm:typescript", "nx", "npm:@phenomnomnominal/tsquery"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/get-component-data-from-ast.ts", + "hash": "81eacb145bc6fea19c510be267034380663396b2", + "deps": ["nx", "npm:@phenomnomnominal/tsquery"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/get-module-metadata-from-ast.ts", + "hash": "c98d5b5c48982eb7d5dc0c77ade05513d1051955", + "deps": ["npm:typescript", "npm:@phenomnomnominal/tsquery"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/get-target-project.ts", + "hash": "bdd9e7d4fd4a06f66ac9b02b8f8988b9b0aba937", + "deps": ["nx"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/index.ts", + "hash": "18da4bc0159ba43729a032a5623c70bc169f84b2" + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/replace-module-usages-with-component.ts", + "hash": "3ba58a4eb61b18ed48a315c73fe310a3ad195298", + "deps": ["nx", "devkit"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/selector-exists-in-ast.ts", + "hash": "a6dd28e2727498da357c4d1a1baa40a238e48a99", + "deps": ["npm:typescript", "npm:@phenomnomnominal/tsquery"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/verify-is-inline-scam.ts", + "hash": "054a6e0872ff1a4d19ccd3f0c354eb2529c01a4a", + "deps": ["npm:typescript"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/lib/verify-module-is-scam.ts", + "hash": "48a26c643be83815bb07252f09d99c878553a813" + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/scam-to-standalone.spec.ts", + "hash": "806febc867fccaac8cef4cbe1a4b0466494350e1", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/scam-to-standalone.ts", + "hash": "4788772ece31ce980f7d1d71ec078d3d30c32d4f", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/schema.d.ts", + "hash": "fc4c732806c59eaaf52f9344bca57c14669176f5" + }, + { + "file": "packages/angular/src/generators/scam-to-standalone/schema.json", + "hash": "09dce20f2c6a955fc615ee1bd7cdcc021cd2e2a2" + }, + { + "file": "packages/angular/src/generators/scam/lib/convert-component-to-scam.spec.ts", + "hash": "dfa32424fe134f486ac6015f73f1ea7b848e8a88", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/scam/lib/convert-component-to-scam.ts", + "hash": "7b395a3a726cc69efd9e6a228885c4ca130b09c4", "deps": [ "devkit", "workspace", @@ -6625,7 +7032,12 @@ }, { "file": "packages/angular/src/generators/scam/lib/index.ts", - "hash": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + "hash": "5f76390664919891d40499634b3e3b41bfef0b33" + }, + { + "file": "packages/angular/src/generators/scam/lib/normalize-options.ts", + "hash": "5039d924cece7979485eccbf3e53acf85ee8d9f8", + "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam/scam.compat.ts", @@ -6634,68 +7046,76 @@ }, { "file": "packages/angular/src/generators/scam/scam.spec.ts", - "hash": "9c468af9d5e9b5f15cbc8b5565fb2b7d10725387", + "hash": "c0ec4c81f0a8b7edf908432ad898bd3d96ab06b9", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam/scam.ts", - "hash": "d7917d06d935246da8600f13c239c8a3e67087c0", + "hash": "8cad53a1296e6a7f01833aefc87f2a132003b149", "deps": ["devkit"] }, { "file": "packages/angular/src/generators/scam/schema.d.ts", - "hash": "44016d99b19074c7966e9291015e9478a7b4329b" + "hash": "10fae5fba5e1229b4a5466ec346e5709a05ef634" }, { "file": "packages/angular/src/generators/scam/schema.json", - "hash": "d4d1c909183afd6ad1bc0b5fc2fc76c5ab45fb23" + "hash": "e5e89b6bfad6ba7d9b4af3328f32cbe36e97965d" }, { - "file": "packages/angular/src/generators/setup-mfe/__snapshots__/setup-mfe.spec.ts.snap", - "hash": "d2e23c1f8c2584490d56812dd193381cf9b713cd" + "file": "packages/angular/src/generators/setup-mf/__snapshots__/setup-mf.spec.ts.snap", + "hash": "0f61ab761f88c17c3ff41db7ba38a46f543ba0a0" }, { - "file": "packages/angular/src/generators/setup-mfe/files/entry-module-files/entry.component.ts__tmpl__", - "hash": "427544c0fd9671460c715765d7873679c6ddaafe" + "file": "packages/angular/src/generators/setup-mf/files/entry-module-files/entry.component.ts__tmpl__", + "hash": "576a0c5b7096c1c572ce240b50424359cc36a75e" }, { - "file": "packages/angular/src/generators/setup-mfe/files/entry-module-files/entry.module.ts__tmpl__", + "file": "packages/angular/src/generators/setup-mf/files/entry-module-files/entry.module.ts__tmpl__", "hash": "b7c219ea7d507defe6ad067f213fc21ede95f22b" }, { - "file": "packages/angular/src/generators/setup-mfe/files/webpack/module-federation.config.js__tmpl__", - "hash": "ca6571b0c597d409ef1331572ada1580bd94fc89" + "file": "packages/angular/src/generators/setup-mf/files/standalone-entry-component-files/entry.component.ts__tmpl__", + "hash": "c879bf478b3a509c9536cca3190407d5a891fe4a" }, { - "file": "packages/angular/src/generators/setup-mfe/files/webpack/webpack.config.js__tmpl__", + "file": "packages/angular/src/generators/setup-mf/files/standalone-entry-component-files/routes.ts__tmpl__", + "hash": "d590044fa1e1eb97d5ed487c6d1684b65a96ec19" + }, + { + "file": "packages/angular/src/generators/setup-mf/files/webpack/module-federation.config.js__tmpl__", + "hash": "005462031803d5f1a1fadf036cd1bef6114d2dda" + }, + { + "file": "packages/angular/src/generators/setup-mf/files/webpack/webpack.config.js__tmpl__", "hash": "d101992f0152c84b10702fb6432152b0ce916251" }, { - "file": "packages/angular/src/generators/setup-mfe/files/webpack/webpack.prod.config.js__tmpl__", + "file": "packages/angular/src/generators/setup-mf/files/webpack/webpack.prod.config.js__tmpl__", "hash": "8caa6cf6d8486b526d4354b61e5410c7df2dd538" }, { - "file": "packages/angular/src/generators/setup-mfe/lib/__snapshots__/add-remote-to-host.spec.ts.snap", + "file": "packages/angular/src/generators/setup-mf/lib/__snapshots__/add-remote-to-host.spec.ts.snap", "hash": "34ff1026802c54a9fe0d12a266e0042aa85f66e6" }, { - "file": "packages/angular/src/generators/setup-mfe/lib/add-cypress-workaround.ts", - "hash": "08fe60ffa3b54ef725a0fa30d86fb4b35eb7a088", + "file": "packages/angular/src/generators/setup-mf/lib/add-cypress-workaround.ts", + "hash": "01662df3e67fb7078f1a8dfa6a9a1f90bae7b0f2", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/add-entry-module.ts", - "hash": "74e573b1e7b3e356b35999754ae455a1bd962255", + "file": "packages/angular/src/generators/setup-mf/lib/add-remote-entry.ts", + "hash": "abcfd81909b01df3d2c7aca99e6665aa8aaae431", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/add-remote-to-host.spec.ts", + "file": "packages/angular/src/generators/setup-mf/lib/add-remote-to-host.spec.ts", "hash": "5781f0173f94a2c685351e48ca00eadcbe01b240", "deps": ["npm:@phenomnomnominal/tsquery", "npm:typescript"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/add-remote-to-host.ts", - "hash": "e06b24e8771c209f5a91c6bac06b63c25830682e", + "file": "packages/angular/src/generators/setup-mf/lib/add-remote-to-host.ts", + "hash": "3af48f96f8ba9866c913443fb5eebc0e6b4622e4", "deps": [ "devkit", "npm:@phenomnomnominal/tsquery", @@ -6704,65 +7124,70 @@ ] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/change-build-target.ts", + "file": "packages/angular/src/generators/setup-mf/lib/change-build-target.ts", "hash": "31ec0799543141c0dbbaf73f2a15d876628a8b90", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/fix-bootstrap.ts", - "hash": "e070da64bfe51359aa503c121ca14f628e51de88", + "file": "packages/angular/src/generators/setup-mf/lib/fix-bootstrap.ts", + "hash": "5bd0532747dcaa58fb09f9af378722d9fce96405", + "deps": [ + "devkit", + "npm:@angular/core", + "npm:@angular/platform-browser", + "npm:@angular/router" + ] + }, + { + "file": "packages/angular/src/generators/setup-mf/lib/generate-config.ts", + "hash": "017115d7d8fcff581fac4a3bd8cd09d429054e9f", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/generate-config.ts", - "hash": "1571744bc55b0d1e8763af88f3f2cb0227d05dcd", + "file": "packages/angular/src/generators/setup-mf/lib/get-remotes-with-ports.ts", + "hash": "a7233041c6a77727e92d2158347fa4459c4f0d13", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/get-remotes-with-ports.ts", - "hash": "eefcb20543e5a540ccebf3562f07917886fdf7fc", - "deps": ["devkit"] + "file": "packages/angular/src/generators/setup-mf/lib/index.ts", + "hash": "f308e1eaae23acb72b41f9789f191ad58fee303c" }, { - "file": "packages/angular/src/generators/setup-mfe/lib/index.ts", - "hash": "2340fe40f9a044237e29ed20999da695de1d8414" - }, - { - "file": "packages/angular/src/generators/setup-mfe/lib/set-tsconfig-target.ts", + "file": "packages/angular/src/generators/setup-mf/lib/set-tsconfig-target.ts", "hash": "a6987c7f8398db9060d93a8c730940c4e852c7e3", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/setup-host-if-dynamic.ts", - "hash": "28d9b2ffd09522389f9f7df970a0fd406d41f499", + "file": "packages/angular/src/generators/setup-mf/lib/setup-host-if-dynamic.ts", + "hash": "c84741d12388e84485bdaa23a29eda1d98d4aa29", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/lib/setup-serve-target.ts", - "hash": "19ec64a68578f321381e60f980f25a299567e454", + "file": "packages/angular/src/generators/setup-mf/lib/setup-serve-target.ts", + "hash": "1d472ef966110d21457be8abb8129be51bbc5f62", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/schema.d.ts", - "hash": "f88c58b66a3a8de575d216e625d6acf4ea5f5653" + "file": "packages/angular/src/generators/setup-mf/schema.d.ts", + "hash": "5245b987f0dd731e1df4c782b9c33843d682532b" }, { - "file": "packages/angular/src/generators/setup-mfe/schema.json", - "hash": "8eddc8888280068558eb19e9ae4f8e954d9bfbc2" + "file": "packages/angular/src/generators/setup-mf/schema.json", + "hash": "b8eb1b57493250b4c13c92bfa28613dcce835f08" }, { - "file": "packages/angular/src/generators/setup-mfe/setup-mfe.compat.ts", - "hash": "42437a0cd1bacbe6eae70fe5009907cc57f5a98d", + "file": "packages/angular/src/generators/setup-mf/setup-mf.compat.ts", + "hash": "1daf80fb4e9a5a4121326085139180ec9fdfb047", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/setup-mfe.spec.ts", - "hash": "9cc579a7ab29f8c6c9bb26de07114f41df7e1691", + "file": "packages/angular/src/generators/setup-mf/setup-mf.spec.ts", + "hash": "af55a1659e8b936e6deb443a10a67ec5edb9efcf", "deps": ["devkit"] }, { - "file": "packages/angular/src/generators/setup-mfe/setup-mfe.ts", - "hash": "91708c9347b40c622ec1576972ceeaf1dc4f884c", + "file": "packages/angular/src/generators/setup-mf/setup-mf.ts", + "hash": "ddcff7618a0a9f0be192116cc332999550afac88", "deps": ["devkit"] }, { @@ -6816,7 +7241,7 @@ }, { "file": "packages/angular/src/generators/setup-tailwind/setup-tailwind.application.spec.ts", - "hash": "568ffc3e1186a863427f21e3cd551ed62d42a3a5", + "hash": "8e94f078dee142448e102ee9b7f022c737060277", "deps": ["devkit"] }, { @@ -6826,7 +7251,7 @@ }, { "file": "packages/angular/src/generators/setup-tailwind/setup-tailwind.library.spec.ts", - "hash": "9c86ecd8f2f2e74192c9bffa7a70f9c15457d451", + "hash": "4557a446ae9c4ee978004993d2468f441676ad2c", "deps": ["devkit"] }, { @@ -6836,7 +7261,7 @@ }, { "file": "packages/angular/src/generators/stories/__snapshots__/stories-lib.spec.ts.snap", - "hash": "1f88bb8fae353c3042e83e98197418e0ce8b838b" + "hash": "73cc40cb16b09bcf90cfd6a545cd85fcdfc37a82" }, { "file": "packages/angular/src/generators/stories/compat.ts", @@ -6845,13 +7270,18 @@ }, { "file": "packages/angular/src/generators/stories/lib/component-info.ts", - "hash": "66f31ca1bf11466a86955d5984fa8bd2944102fa", + "hash": "085c6ea84bba1b315829756269b09bce58fc7d88", "deps": [ "devkit", "npm:@phenomnomnominal/tsquery", "npm:typescript" ] }, + { + "file": "packages/angular/src/generators/stories/lib/entry-point.ts", + "hash": "a4c60b388118be44d6c02f21de8a208027b8fb89", + "deps": ["devkit"] + }, { "file": "packages/angular/src/generators/stories/lib/get-e2e-project.ts", "hash": "0a3f81248e2f1c3bb2785e8bd81b6395b9345d25", @@ -6859,7 +7289,7 @@ }, { "file": "packages/angular/src/generators/stories/lib/module-info.ts", - "hash": "6dfcfb3d053549f6666f29c6825c2a72573ad10f", + "hash": "c4abf3d1ef352bcb6cde2e10cbce6f8456fad972", "deps": [ "devkit", "workspace", @@ -6874,30 +7304,30 @@ }, { "file": "packages/angular/src/generators/stories/schema.d.ts", - "hash": "83c39ca332b35537a651a9649d82541295d552ec" + "hash": "883647621039636d1b9a08a4b537caa0492da99b" }, { "file": "packages/angular/src/generators/stories/schema.json", - "hash": "bbe919f18f3e4abe6c1baae8b3b53f79de91bd7c" + "hash": "cc984d99be6860974a1a8b5b4bd74f3342e8c90e" }, { "file": "packages/angular/src/generators/stories/stories-app.spec.ts", - "hash": "39785d1c1707245a0e648bb5227a642a3c210ea5", - "deps": ["devkit"] + "hash": "f1f590a32177d3cb708b8a54cdc448900810bd22", + "deps": ["cypress", "devkit"] }, { "file": "packages/angular/src/generators/stories/stories-lib.spec.ts", - "hash": "6fa11940fc39159357e7b2258dc9f8c1109e3cf3", - "deps": ["devkit", "linter", "storybook"] + "hash": "4f5a0eeec05979915fedf6a7927ed3bc2dff68c4", + "deps": ["cypress", "devkit", "linter", "storybook"] }, { "file": "packages/angular/src/generators/stories/stories.ts", - "hash": "f46e6ea11f7bec8f6a378b99094487e812534183", - "deps": ["devkit", "workspace"] + "hash": "79c80b544c201969a4ecde646a0105e03defb79f", + "deps": ["devkit", "npm:minimatch"] }, { "file": "packages/angular/src/generators/storybook-configuration/__snapshots__/storybook-configuration.spec.ts.snap", - "hash": "d054fbd5406116af2a469aacb1ec74553d505f93" + "hash": "088290f3395bec603c4dcc67e4bfa7fce773b3d4" }, { "file": "packages/angular/src/generators/storybook-configuration/compat.ts", @@ -6911,12 +7341,12 @@ }, { "file": "packages/angular/src/generators/storybook-configuration/lib/generate-stories.ts", - "hash": "ff29b0b38b4f7b0b300b4ae94ba9014e78dd798d", + "hash": "780234988667bec5c837f80dafe2d73dbf60e8b5", "deps": ["cypress", "devkit"] }, { "file": "packages/angular/src/generators/storybook-configuration/lib/generate-storybook-configuration.ts", - "hash": "1e23f4e52fc4a2581251b7aef796be919eca819b", + "hash": "d5f4d4d1af8e01c329da0f0ed7939df5174a6330", "deps": ["devkit", "storybook"] }, { @@ -6925,21 +7355,21 @@ }, { "file": "packages/angular/src/generators/storybook-configuration/schema.d.ts", - "hash": "539f2149ccff3c982707fa49fcfb1f9a4bd94931", + "hash": "61ca70a90e6d8157f8e855b94cc4806edd86ea0b", "deps": ["linter"] }, { "file": "packages/angular/src/generators/storybook-configuration/schema.json", - "hash": "886e8bce18b077e023d21183c7fe1b766ce54372" + "hash": "4c0e34f98d19b00222193f9dd63388c64308cd5f" }, { "file": "packages/angular/src/generators/storybook-configuration/storybook-configuration.spec.ts", - "hash": "3ae16426bffab156205fc001024b3be99756f1a8", - "deps": ["devkit", "linter"] + "hash": "d32c06d57f4031d3d5343b39f9979954efbf5c81", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/angular/src/generators/storybook-configuration/storybook-configuration.ts", - "hash": "c3ee0154df7c599d178094243cdff249f2ab3ef1", + "hash": "6eff28feebb1c3cca227800eeb2891718dd3d443", "deps": ["devkit"] }, { @@ -6992,7 +7422,7 @@ }, { "file": "packages/angular/src/generators/upgrade-module/upgrade-module.spec.ts", - "hash": "96583894443efda1abf1e9274454dc9492b93fc9", + "hash": "5e375fcdbe36c9eaa374acad128be87565ef5f06", "deps": ["devkit"] }, { @@ -7002,7 +7432,27 @@ }, { "file": "packages/angular/src/generators/utils/dependencies.ts", - "hash": "d3f5de401c072e3f22b486312b4e8d745ccff38f", + "hash": "b919bac7a068fca31415c4356ba70e3e31e10cc9", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/utils/entry-point.ts", + "hash": "4e00c51c061f9c3bc483e3ba15ee638d0b705907", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/utils/export-scam.spec.ts", + "hash": "12e57f558cf180bc63c64f1d22ab07c578d5533f", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/utils/export-scam.ts", + "hash": "c3e62ba730ba5ba513429a4c083b51153b025e6a", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/generators/utils/file-info.ts", + "hash": "a48243523f96e5f996f2b139f60c12be52f4bc50", "deps": ["devkit"] }, { @@ -7025,7 +7475,8 @@ }, { "file": "packages/angular/src/generators/utils/path.ts", - "hash": "2a4954f39227fe6936502aab0f4b951c59acf0b8" + "hash": "cc3fb0bf15cd0b53821178d145a6aaf49d55d8e2", + "deps": ["devkit"] }, { "file": "packages/angular/src/generators/utils/project.ts", @@ -7039,7 +7490,7 @@ }, { "file": "packages/angular/src/generators/utils/testing.ts", - "hash": "aceff6ff0c0a8c3860f6966a55694e6469ae9f78", + "hash": "9b53b7091f56f8779d0fa26d5411162c34c1903c", "deps": [ "devkit", "linter", @@ -7080,11 +7531,11 @@ }, { "file": "packages/angular/src/generators/web-worker/schema.json", - "hash": "26def0163f9f82583bf47070587ed5fd621ccb5d" + "hash": "70afa59686028c0bdc727af6a4a75924d460e69b" }, { "file": "packages/angular/src/generators/web-worker/web-worker.spec.ts", - "hash": "3742de6fdf01aab6216202defc786686fbd5a9c9", + "hash": "4fdd0a2cca11107af123f06d34ec6165fef84b49", "deps": ["devkit"] }, { @@ -7094,13 +7545,13 @@ }, { "file": "packages/angular/src/migrations/update-12-0-0/update-ngcc-postinstall.spec.ts", - "hash": "8fd07607db32b3015878f6bba31c4a65627ce68f", - "deps": ["npm:@angular-devkit/schematics", "workspace"] + "hash": "12e532b91c698f44a7f123536af16a9ca664052a", + "deps": ["devkit"] }, { "file": "packages/angular/src/migrations/update-12-0-0/update-ngcc-postinstall.ts", - "hash": "db12abf3fbf1206b16ee029419adac4d1e888794", - "deps": ["npm:@angular-devkit/schematics", "workspace"] + "hash": "8e4d19945412f5ff6936c4ecb3250c7f73fe693f", + "deps": ["devkit"] }, { "file": "packages/angular/src/migrations/update-12-3-0/__snapshots__/convert-webpack-browser-build-target-to-delegate-build.spec.ts.snap", @@ -7112,7 +7563,7 @@ }, { "file": "packages/angular/src/migrations/update-12-3-0/convert-webpack-browser-build-target-to-delegate-build.spec.ts", - "hash": "6fca28459655936f2d6277d62a5177a4e05f54c8", + "hash": "38ad3604f553c6cedd8988bdbcf9a3162869de3c", "deps": ["devkit"] }, { @@ -7132,7 +7583,7 @@ }, { "file": "packages/angular/src/migrations/update-12-3-0/update-storybook.spec.ts", - "hash": "1903d4f02dd3d8adb9aae23e75ad60ca77acf3eb", + "hash": "e622a438a3eb4f956556adb81e3e104dfd8a552b", "deps": ["devkit"] }, { @@ -7148,7 +7599,7 @@ }, { "file": "packages/angular/src/migrations/update-12-3-0/update-webpack-browser-config.spec.ts", - "hash": "655e511d178c74b10cc87fa91ba64f2baec97e22", + "hash": "f97ff8268b11acb0c298e446f85e51620a360a9f", "deps": ["devkit"] }, { @@ -7158,7 +7609,7 @@ }, { "file": "packages/angular/src/migrations/update-12-9-0/update-invalid-import-paths.spec.ts", - "hash": "3214cdb5e5ac1c601f08dcd1ec56cb418ecc88c4", + "hash": "cfac656b78f43b84019649b88bbeb49a4c4a0742", "deps": ["devkit"] }, { @@ -7168,7 +7619,7 @@ }, { "file": "packages/angular/src/migrations/update-13-0-0/add-postcss-packages.spec.ts", - "hash": "efb22b15c4fb2e192a48fbba7c83a4479d62d861", + "hash": "f2ff29baf4bc679ececebc61cebc1d0545e93b33", "deps": ["devkit"] }, { @@ -7186,7 +7637,7 @@ }, { "file": "packages/angular/src/migrations/update-13-2-0/opt-out-testbed-teardown.spec.ts", - "hash": "1db38ea54fd7422aee65c8fd9bb2dd1922b5582d", + "hash": "09263e22d1208014dd054071e3d2faf1dc4fd131", "deps": ["devkit"] }, { @@ -7202,7 +7653,7 @@ }, { "file": "packages/angular/src/migrations/update-13-2-0/update-angular-config.spec.ts", - "hash": "0c9a949e555c23c2d4a115033f275519e82d6f42", + "hash": "4a04b217d8be9e61483be04cb02a9aaafd8ebb01", "deps": ["devkit"] }, { @@ -7212,7 +7663,7 @@ }, { "file": "packages/angular/src/migrations/update-13-2-0/update-angular-jest-config.spec.ts", - "hash": "c5d33b033ad4ffc31c68a989c2da265e10696db1", + "hash": "be724a26e9ea3127e6ab0d5a4fc695c827b81b45", "deps": ["devkit"] }, { @@ -7226,7 +7677,7 @@ }, { "file": "packages/angular/src/migrations/update-13-2-0/update-libraries.spec.ts", - "hash": "2806248e63df55d1ee1a6bcf97406fa29064d8be", + "hash": "955cb16656ae31a04052843e845e6d2fa1d1f8ef", "deps": ["devkit"] }, { @@ -7246,7 +7697,7 @@ }, { "file": "packages/angular/src/migrations/update-13-3-0/update-mfe-webpack-config.spec.ts", - "hash": "81f628ca31c98047f7987fc76741b22eb5bfb215", + "hash": "bcc4fd6132bf959168df89dd64617d4ffef15ba8", "deps": ["devkit"] }, { @@ -7261,7 +7712,7 @@ }, { "file": "packages/angular/src/migrations/update-13-5-0/remove-library-generator-style-default.spec.ts", - "hash": "f869ef76f8689eea0e974fc5e278b5ca148e332b", + "hash": "2bd9de8b9cdb189b58de9bd10028588b6decb745", "deps": ["devkit"] }, { @@ -7275,7 +7726,7 @@ }, { "file": "packages/angular/src/migrations/update-13-5-0/update-mfe-configs.spec.ts", - "hash": "cb13d5eb145be47b722cb0b92856363c74ac443a", + "hash": "77f1bab9f82a4cae5bcd8cc96303b0959096081a", "deps": ["devkit"] }, { @@ -7284,12 +7735,12 @@ "deps": ["devkit", "npm:@phenomnomnominal/tsquery", "workspace"] }, { - "file": "packages/angular/src/migrations/update-13-8-1/add-cypress-mfe-workaround.spec.ts", - "hash": "b2679aaeeba69691e650e96f056ec2783e41edb9", + "file": "packages/angular/src/migrations/update-13-8-1/add-cypress-mf-workaround.spec.ts", + "hash": "09da36a07bb70165e5e32c3fd03ecbfb2fbcc665", "deps": ["devkit"] }, { - "file": "packages/angular/src/migrations/update-13-8-1/add-cypress-mfe-workaround.ts", + "file": "packages/angular/src/migrations/update-13-8-1/add-cypress-mf-workaround.ts", "hash": "fb23ae6e680d72a67d41c264eebb8c2dabe82c01", "deps": ["devkit"] }, @@ -7299,7 +7750,7 @@ }, { "file": "packages/angular/src/migrations/update-13-8-4/migrate-karma-conf.spec.ts", - "hash": "0a79cb13b6368353515789f14d3320e6a70bda9e", + "hash": "edb2fead1d467cb7d73205315d1178d29b950a74", "deps": ["devkit"] }, { @@ -7309,7 +7760,7 @@ }, { "file": "packages/angular/src/migrations/update-13-9-0/set-build-libs-from-source.spec.ts", - "hash": "1b10fe668378c5340f707c6d521db33f67c41b9e", + "hash": "0732d8149ceaeeff4942447885ba06f8cedef68d", "deps": ["devkit"] }, { @@ -7319,7 +7770,7 @@ }, { "file": "packages/angular/src/migrations/update-14-0-0/rename-mf-config.spec.ts", - "hash": "84248790679e96a999294ce84c696db85f27bdc6", + "hash": "c6e3e5da665ad6b555de8150a36303fb962813ef", "deps": ["devkit"] }, { @@ -7329,7 +7780,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/remove-show-circular-dependencies-option.spec.ts", - "hash": "bb8d3a92153c54d6f2af33b64e956d3b3c91b7d6", + "hash": "1fa9f37652aaed01cf66e85c3f03e38213b23a64", "deps": ["devkit"] }, { @@ -7339,7 +7790,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/update-angular-cli.spec.ts", - "hash": "cd6aa9a5a21b4d5b6667411ea3d799e90b27aea5", + "hash": "98445076e0ba9d207dc25837af7d521290b95889", "deps": ["devkit"] }, { @@ -7349,7 +7800,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/update-libraries-secondary-entrypoints.spec.ts", - "hash": "11cc25506c849a1e3ce377e10b65569caa970913", + "hash": "96793c6f5216cdd58cf2516b452a8deae223acbe", "deps": ["devkit"] }, { @@ -7359,7 +7810,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/update-ngcc-target.spec.ts", - "hash": "eddffcf9d2497ee28e02e1388b42f85576f3da22", + "hash": "7cb961b2b57e8852b0fa387e3e5dec2c6e95ac2d", "deps": ["devkit"] }, { @@ -7369,7 +7820,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/update-router-initial-navigation.spec.ts", - "hash": "de42100f787c2bfbd22e50221746e9940a9cacc6", + "hash": "35679086da1bee363503d20e5d157ce4993e0085", "deps": ["devkit"] }, { @@ -7383,7 +7834,7 @@ }, { "file": "packages/angular/src/migrations/update-14-2-0/update-tsconfig-target.spec.ts", - "hash": "777190c166009f1a214f54e41e398c4663ac61cc", + "hash": "04c5a292c1b401a4a91870aa3ce8a0132117d4f1", "deps": ["devkit"] }, { @@ -7395,9 +7846,53 @@ "npm:typescript" ] }, + { + "file": "packages/angular/src/migrations/update-14-5-0/migrate-mfe-to-mf.spec.ts", + "hash": "0cce0da99eff32708960ddcbae15f5ce529ac75f", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/migrations/update-14-5-0/migrate-mfe-to-mf.ts", + "hash": "ce27504ee2558dfa6cc3698c36205d6c48fb51f1", + "deps": [ + "devkit", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, + { + "file": "packages/angular/src/migrations/update-14-5-2/update-angular-cli.spec.ts", + "hash": "b5057dbc486f24ec9a1e11470cdfd5e1b0a82170", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/migrations/update-14-5-2/update-angular-cli.ts", + "hash": "d7f74fe76ac98924d99669f956b8bf4b8ab17423", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/migrations/update-14-5-7/update-rxjs.spec.ts", + "hash": "5bb042d12846ee7f5161dd26e0c43c8d37625e16", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/migrations/update-14-5-7/update-rxjs.ts", + "hash": "0d85da9841e3541db514b0e18657e701abfe0cb4", + "deps": ["devkit", "npm:semver"] + }, + { + "file": "packages/angular/src/migrations/update-14-6-0/update-angular-cli.spec.ts", + "hash": "0c506aea8be65f23fae3265bc17243924d227506", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/migrations/update-14-6-0/update-angular-cli.ts", + "hash": "fbf66bced992d78b4a0afe6430f5e059d32dcd3e", + "deps": ["devkit"] + }, { "file": "packages/angular/src/runtime/nx/data-persistence.ts", - "hash": "e4bdd7796c24fdf900433ed7c83ffca01a19f9cd", + "hash": "94cb1509aa56b9983bdda54375a48e17d261a5d0", "deps": [ "npm:@angular/core", "npm:@angular/router", @@ -7409,7 +7904,7 @@ }, { "file": "packages/angular/src/runtime/nx/nx.module.ts", - "hash": "6354d202e8f98eeb0e7585aa4211ab900b1152d8", + "hash": "f805fa5cdf541c17d4e958de28a910f1c45b4cbf", "deps": ["npm:@angular/core"] }, { @@ -7418,36 +7913,59 @@ "deps": ["devkit", "npm:@phenomnomnominal/tsquery", "workspace"] }, { - "file": "packages/angular/src/utils/mfe/mfe-webpack.spec.ts", - "hash": "62b75b700cba012c2781d294e2aa5bd159affcae", - "deps": ["workspace", "devkit"] - }, - { - "file": "packages/angular/src/utils/mfe/mfe-webpack.ts", - "hash": "5dcacd41b6fc84d6abb7ae9e42216d4cecdb1b7e", - "deps": [ - "devkit", - "workspace", - "nx", - "npm:typescript", - "npm:webpack" - ] - }, - { - "file": "packages/angular/src/utils/mfe/utils.ts", - "hash": "b0fbff11dea14cf88c6d1d4328204645762fd78b", + "file": "packages/angular/src/utils/mf/mf-webpack.spec.ts", + "hash": "5b089fc91307079ab9a7294cbcb6c29314baa292", "deps": ["devkit"] }, { - "file": "packages/angular/src/utils/mfe/with-module-federation.ts", - "hash": "93dc021ccf73af075666790edd74b4bee77bfbfc", - "deps": ["devkit", "workspace", "npm:typescript", "npm:webpack"] + "file": "packages/angular/src/utils/mf/mf-webpack.ts", + "hash": "0650dd7dd5c7a83e8785791c4513104d4d1ee257", + "deps": ["devkit", "workspace", "nx", "npm:webpack"] + }, + { + "file": "packages/angular/src/utils/mf/typescript.spec.ts", + "hash": "24117662366a88bf84a2e44297499601daf1f214", + "deps": ["workspace"] + }, + { + "file": "packages/angular/src/utils/mf/typescript.ts", + "hash": "50474775dd222cb2372a29fc3d0ceb016680e158", + "deps": ["workspace", "npm:typescript"] + }, + { + "file": "packages/angular/src/utils/mf/utils.spec.ts", + "hash": "706ad3f6fa3152de80dc33c1853888b313c7220f" + }, + { + "file": "packages/angular/src/utils/mf/utils.ts", + "hash": "0681a7fab0f14766b258c6dfa0aa995fe9922402", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/utils/mf/with-module-federation.ts", + "hash": "eeefbe121b868f7fb1ec58e608bda0a5db66eadb", + "deps": ["devkit", "nx", "npm:webpack"] }, { "file": "packages/angular/src/utils/nx-devkit/ast-utils.ts", "hash": "7af6480af255fe3e812778c7aae7cf5751981a45", "deps": ["npm:typescript", "workspace", "devkit"] }, + { + "file": "packages/angular/src/utils/nx-devkit/standalone-utils.spec.ts", + "hash": "2256d93901b69c6ff6d85dfda56bd130e3d8b952", + "deps": ["devkit"] + }, + { + "file": "packages/angular/src/utils/nx-devkit/standalone-utils.ts", + "hash": "634e975cc4697a45ea2d24328a982beb01cb589a", + "deps": [ + "devkit", + "npm:@phenomnomnominal/tsquery", + "npm:typescript", + "workspace" + ] + }, { "file": "packages/angular/src/utils/nx-devkit/testing.ts", "hash": "2557c379cd5d3ea66a430f6ac2903727d4399f40", @@ -7461,12 +7979,7 @@ }, { "file": "packages/angular/src/utils/test-runners.ts", - "hash": "2304ac0a4f70531b1055bc939650746dc456452c" - }, - { - "file": "packages/angular/src/utils/testing.ts", - "hash": "d860a190bafc668ec5fd1546bdcff1e61fc9c82f", - "deps": ["npm:@angular-devkit/schematics"] + "hash": "902a76b4f32450483f7f2059c62cd6e812b6822d" }, { "file": "packages/angular/src/utils/versions.spec.ts", @@ -7474,7 +7987,7 @@ }, { "file": "packages/angular/src/utils/versions.ts", - "hash": "d105651c2271e0ef161203e43ead2fcf14fb28d0" + "hash": "d434b32b95f3c8e028c936f01ca3327df06562c7" }, { "file": "packages/angular/tailwind.ts", @@ -7483,7 +7996,7 @@ }, { "file": "packages/angular/testing/index.ts", - "hash": "078a269351057ac7ce9473c9e208dbfdc2e409b4", + "hash": "42b102d44ae43a9e5f390420d00d17df4ff18153", "deps": ["npm:jasmine-marbles"] }, { @@ -7523,23 +8036,23 @@ }, { "file": "packages/cypress/executors.json", - "hash": "505eaf6892b108d7e0584881c0040405cc80cf55" + "hash": "f04e75ca738d26fcf1d4524f2fa5e3af81ee7c93" }, { "file": "packages/cypress/generators.json", - "hash": "85963a83975d605546ef65a9e3c13fe59d056d01" + "hash": "5902855dd7a43fa4efdd4dfb202dae3e20efccef" }, { "file": "packages/cypress/index.ts", - "hash": "999469755ce1f15a7d3834c4b57617c7b0bb19c0" + "hash": "2c001db061b90b2d4b2c7e5193983c1713c1627d" }, { "file": "packages/cypress/jest.config.ts", - "hash": "ad745bf7839aa6d555ea2715c7803d9d78065b44" + "hash": "782b8cef38e99afb06a7e022ad1e62d3811dfef0" }, { "file": "packages/cypress/migrations.json", - "hash": "6e86e147741695ba23009ac64f20fdc89bb5750f" + "hash": "31fc2296778575f56a6fee4d1410631c17466d12" }, { "file": "packages/cypress/migrations.spec.ts", @@ -7547,14 +8060,15 @@ }, { "file": "packages/cypress/package.json", - "hash": "111b1831592d79b325639da5713152f984df7e23", + "hash": "e6b0e6b4feb734f22aa69bb2bd9c8f6557014275", "deps": [ "npm:@cypress/webpack-preprocessor", - "npm:webpack", "devkit", "linter", "workspace", + "npm:@phenomnomnominal/tsquery", "npm:chalk", + "npm:dotenv", "npm:enhanced-resolve", "npm:fork-ts-checker-webpack-plugin", "npm:rxjs", @@ -7562,17 +8076,23 @@ "npm:tsconfig-paths", "npm:tsconfig-paths-webpack-plugin", "npm:tslib", + "npm:webpack", "npm:webpack-node-externals", "npm:cypress" ] }, + { + "file": "packages/cypress/plugins/cypress-preset.ts", + "hash": "74c1a8eef6e272ebc757655df00e92886a3ab114", + "deps": ["devkit"] + }, { "file": "packages/cypress/plugins/preprocessor.ts", "hash": "74a9fe7a6f1bc68cbb09d77dbe60933509e8b4d1" }, { "file": "packages/cypress/project.json", - "hash": "418017b66ff65a8070077b9d13535c48613108d8" + "hash": "8194cd276f66e0eceb1d6ee7a99edace72fce108" }, { "file": "packages/cypress/README.md", @@ -7585,30 +8105,25 @@ }, { "file": "packages/cypress/src/executors/cypress/cypress.impl.spec.ts", - "hash": "e1b6c504cdb23ecabd65686a9b6d08708d92fffa", + "hash": "6878e06c354f1c30401c10a1b0edf644a51b274c", "deps": ["devkit", "npm:cypress"] }, { "file": "packages/cypress/src/executors/cypress/cypress.impl.ts", - "hash": "3569c5bce15bbaab1a4fee07d0da638c6f44671a", - "deps": ["npm:dotenv", "devkit", "npm:cypress"] - }, - { - "file": "packages/cypress/src/executors/cypress/hasher.ts", - "hash": "3b581787b2c04ecd4dcbf0c726e8e8f1532fa347", - "deps": ["devkit"] + "hash": "7f3e8c524dc813dd8c9a880ed0b8333365c086f5", + "deps": ["devkit", "npm:dotenv", "npm:cypress"] }, { "file": "packages/cypress/src/executors/cypress/schema.json", - "hash": "a8caf6d31e1a4f733e9dcc7492fc3872f2f212a3" + "hash": "8c2a50d9bf1c56e24327b45abf06c15ec1ef2886" }, { "file": "packages/cypress/src/generators/convert-tslint-to-eslint/__snapshots__/convert-tslint-to-eslint.spec.ts.snap", - "hash": "1adab02b0d2fd3639b0c5a5bc2132c0732282b30" + "hash": "f4ee96083767a3e296f837d9969d08296a1320a9" }, { "file": "packages/cypress/src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint.spec.ts", - "hash": "b0e6578a093bfa50ebccdffc3483c13b4e6d739e", + "hash": "6748869ec5c7c6f4e794d75b43308125c364ca2c", "deps": ["devkit", "linter"] }, { @@ -7620,51 +8135,125 @@ "file": "packages/cypress/src/generators/convert-tslint-to-eslint/schema.json", "hash": "a17853c7974502253b2d0c70644281b896396924" }, + { + "file": "packages/cypress/src/generators/cypress-component-project/__snapshots__/cypress-component-project.spec.ts.snap", + "hash": "36e5eec5d8f46d596590918a7285b17baaa7491b" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/cypress-component-project.spec.ts", + "hash": "b087c687c3fe6fd2bea314505c6b1ee986388e35", + "deps": ["devkit"] + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/cypress-component-project.ts", + "hash": "0f70e0c4d1cb762b305af3f6b9508464e653e751", + "deps": ["devkit"] + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/cypress.config.ts__ext__", + "hash": "e01aa48f3098d8607cf405df006f0b1ab67f5d97" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/cypress/fixtures/example.json", + "hash": "02e4254378e9785f013be7cc8d94a8229dcbcbb7" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/cypress/support/commands.ts__ext__", + "hash": "89d43df2e562be45ac0d439a72c6edda296bd4c6" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/cypress/support/component-index.html", + "hash": "c23249f03407bb8de867f6660fbdbd5a73072b03" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/cypress/support/component.ts__ext__", + "hash": "e3684dbdc47a8ad46bec749acf616ec8bd32e5e0" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/files/tsconfig.cy.json", + "hash": "388383eb4ba4bb8118220e423834c181a517dd91" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/schema.d.ts", + "hash": "c990759238bec418e1643b41e4f4138621d5a1fc" + }, + { + "file": "packages/cypress/src/generators/cypress-component-project/schema.json", + "hash": "6ccee90bf086007bdd921de730f40beebc8f28f3" + }, { "file": "packages/cypress/src/generators/cypress-project/__snapshots__/cypress-project.spec.ts.snap", - "hash": "153686f3c9cd45a7b5456a4e20b35414354ca6ea" + "hash": "37158030b760c12648e0914424c5f6c490ac8208" }, { "file": "packages/cypress/src/generators/cypress-project/cypress-project.spec.ts", - "hash": "87ebbe6ac8bb9b3c01a3f26e3425de17f8e65315", + "hash": "b9057f780c30b0e6fcc3da6a59d066b5dea06d7d", "deps": ["devkit", "linter"] }, { "file": "packages/cypress/src/generators/cypress-project/cypress-project.ts", - "hash": "5e73d286dc92833ea45195f2ad6c324d7764af3a", + "hash": "f03005f285818d162dc6ec03a73cbaf0f6c8998b", "deps": ["devkit", "linter", "workspace"] }, { - "file": "packages/cypress/src/generators/cypress-project/files/cypress.json", - "hash": "d8d6fe1c97e17cfc8752528083bd359c868350c4" + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/cypress.config.ts__tmpl__", + "hash": "ec426d33f5c31f35e8e5d5b4359e1da262e3d028" }, { - "file": "packages/cypress/src/generators/cypress-project/files/src/fixtures/example.json__tmpl__", - "hash": "294cbed6ce9e0b948b787452e8676aee486cb3be" - }, - { - "file": "packages/cypress/src/generators/cypress-project/files/src/integration/app.spec.ts__tmpl__", + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/src/e2e/app.cy.ts__tmpl__", "hash": "36f5a5cc48b4dbacaa2ed708f8102e94eab4dd3f" }, { - "file": "packages/cypress/src/generators/cypress-project/files/src/plugins/index.js", - "hash": "9067e75a258dadf5a02b2a91c64f5acee1af17fd" + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/src/fixtures/example.json__tmpl__", + "hash": "294cbed6ce9e0b948b787452e8676aee486cb3be" }, { - "file": "packages/cypress/src/generators/cypress-project/files/src/support/app.po.ts__tmpl__", + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/src/support/app.po.ts__tmpl__", "hash": "32934246969c2ecb827ac05677785933a707a54d" }, { - "file": "packages/cypress/src/generators/cypress-project/files/src/support/commands.ts__tmpl__", + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/src/support/commands.ts__tmpl__", "hash": "fc4dc5d3d285dac4cf85f96fd7181458c0b85259" }, { - "file": "packages/cypress/src/generators/cypress-project/files/src/support/index.ts__tmpl__", + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/src/support/e2e.ts__tmpl__", "hash": "3d469a6b6cf31eb66117d73e278bcf74f398f1db" }, { - "file": "packages/cypress/src/generators/cypress-project/files/tsconfig.json", - "hash": "5af7bb44f8560d93a80480a730769a7cf8285b34" + "file": "packages/cypress/src/generators/cypress-project/files/v10-and-after/tsconfig.json", + "hash": "0c99dafd58c5db003eddf2802b939567766129f8" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/cypress.json", + "hash": "d8d6fe1c97e17cfc8752528083bd359c868350c4" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/fixtures/example.json__tmpl__", + "hash": "294cbed6ce9e0b948b787452e8676aee486cb3be" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/integration/app.spec.ts__tmpl__", + "hash": "36f5a5cc48b4dbacaa2ed708f8102e94eab4dd3f" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/plugins/index.js", + "hash": "9067e75a258dadf5a02b2a91c64f5acee1af17fd" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/support/app.po.ts__tmpl__", + "hash": "32934246969c2ecb827ac05677785933a707a54d" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/support/commands.ts__tmpl__", + "hash": "fc4dc5d3d285dac4cf85f96fd7181458c0b85259" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/src/support/index.ts__tmpl__", + "hash": "459189af2288e5902e12bf1b1bf307fb779295a5" + }, + { + "file": "packages/cypress/src/generators/cypress-project/files/v9-and-under/tsconfig.json", + "hash": "ab92eb639b4f9bc84ac3a04270ee5044b06a98c1" }, { "file": "packages/cypress/src/generators/cypress-project/schema.d.ts", @@ -7677,7 +8266,7 @@ }, { "file": "packages/cypress/src/generators/init/init.spec.ts", - "hash": "8db1014900fb2968dbfc2157e969367c5ae090e1", + "hash": "839365489d4a6804b896c3a055048d469299e6e0", "deps": ["devkit"] }, { @@ -7693,9 +8282,37 @@ "file": "packages/cypress/src/generators/init/schema.json", "hash": "4c7050e6aefbf208d6aa2e33a7f7c60c15dff15a" }, + { + "file": "packages/cypress/src/generators/migrate-to-cypress-ten/__snapshots__/migrate-to-cypress-ten.spec.ts.snap", + "hash": "baa967a5b1d70c6dc949843d9b5ee9b0478dc379" + }, + { + "file": "packages/cypress/src/generators/migrate-to-cypress-ten/conversion.util.ts", + "hash": "8959384924724d7c47995c98683797cbf14b275d", + "deps": [ + "devkit", + "npm:@phenomnomnominal/tsquery", + "npm:typescript", + "npm:cypress" + ] + }, + { + "file": "packages/cypress/src/generators/migrate-to-cypress-ten/migrate-to-cypress-ten.spec.ts", + "hash": "00d181327d66dee2200175523a65463fa91cea34", + "deps": ["devkit"] + }, + { + "file": "packages/cypress/src/generators/migrate-to-cypress-ten/migrate-to-cypress-ten.ts", + "hash": "98a86a5bde2ef8c6f58efd8c60ddccbf17b21bc1", + "deps": ["devkit", "workspace", "npm:@phenomnomnominal/tsquery"] + }, + { + "file": "packages/cypress/src/generators/migrate-to-cypress-ten/schema.json", + "hash": "8d2d44c4b280f7e8e8f2154dcc7d4c653b54999b" + }, { "file": "packages/cypress/src/migrations/update-12-8-0/remove-typescript-plugin.spec.ts", - "hash": "585658e088dd44ecd003839258fcc429977e94f0", + "hash": "a4f618ec9ddeaba6ef2bddd674d59f6bbba03007", "deps": ["devkit"] }, { @@ -7703,6 +8320,21 @@ "hash": "4fa0dfbe7179a33eaf5bf16d3646e7747c279eba", "deps": ["devkit", "npm:typescript"] }, + { + "file": "packages/cypress/src/migrations/update-14-6-1/update-cypress-configs-presets.spec.ts", + "hash": "2b247ded1aeeedda52523d3b9d9a287392649db4", + "deps": ["devkit", "workspace", "npm:cypress"] + }, + { + "file": "packages/cypress/src/migrations/update-14-6-1/update-cypress-configs-presets.ts", + "hash": "6e00265127b148ea618ef49a218ea5747a78c904", + "deps": [ + "devkit", + "workspace", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, { "file": "packages/cypress/src/migrations/update-8-1-0/update-8-1-0.spec.ts", "hash": "5284376c5319321cc2a42dc18d1e6ea75d74bf1e", @@ -7754,16 +8386,15 @@ }, { "file": "packages/cypress/src/plugins/preprocessor.spec.ts", - "hash": "7a71198e44f4ae47f2a98f0b98585973d3a28450", + "hash": "e26d38e1fda41aa5c52aeb5828fec5006d25989c", "deps": [ - "npm:ts-jest", "npm:@cypress/webpack-preprocessor", "npm:tsconfig-paths-webpack-plugin" ] }, { "file": "packages/cypress/src/plugins/preprocessor.ts", - "hash": "f3ad7978b0afcca0fe3b3a66f1cf76dca0015021", + "hash": "b343f9102d4339c8d654f0af9866e636659ce6fa", "deps": [ "npm:@cypress/webpack-preprocessor", "npm:tsconfig-paths-webpack-plugin", @@ -7774,9 +8405,14 @@ }, { "file": "packages/cypress/src/utils/cypress-version.ts", - "hash": "768a53fba3d774f12300542ecb10a4f60769ad96", + "hash": "812f4c85088d55036e1902636069452c56aeec56", "deps": ["npm:cypress"] }, + { + "file": "packages/cypress/src/utils/find-target-options.ts", + "hash": "06893852d8205a6ffc936834f5ece7890df6c17b", + "deps": ["devkit", "nx"] + }, { "file": "packages/cypress/src/utils/project-name.ts", "hash": "11ce9f47facedafd8e643fe10936693e53d3f10f", @@ -7789,7 +8425,7 @@ }, { "file": "packages/cypress/src/utils/versions.ts", - "hash": "8b320dec0ab6b17612794c67fd23582697272788" + "hash": "4d653e20a4fa340ec05cd5ef4673c2b5b6a23620" }, { "file": "packages/cypress/tsconfig.json", @@ -7806,432 +8442,6 @@ ] } }, - { - "name": "dep-graph-client", - "type": "app", - "data": { - "tags": [], - "root": "dep-graph/client", - "files": [ - { - "file": "dep-graph/client/.babelrc", - "hash": "61641ec8ac3659e204441c80bb06defe323e3110" - }, - { - "file": "dep-graph/client/.browserslistrc", - "hash": "f1d12df4faa25ab7f0f03196105e957395f609af" - }, - { - "file": "dep-graph/client/.eslintrc.json", - "hash": "0ac399fdfaf0cf339a0793d28a253240bd3afd46" - }, - { - "file": "dep-graph/client/jest.config.ts", - "hash": "153441608ab1a2869255157527e4f8827ce3991a" - }, - { - "file": "dep-graph/client/postcss.config.js", - "hash": "30c0cf377704e247193b1e5f152af8b2d94cc4a5" - }, - { - "file": "dep-graph/client/project.json", - "hash": "f9664e86f951a0726c086debf6237401a9875e78" - }, - { - "file": "dep-graph/client/src/app/app.tsx", - "hash": "1ae8d7ede3b12674d4dbcf6d2cc330406607911a" - }, - { - "file": "dep-graph/client/src/app/debugger-panel.tsx", - "hash": "fcbe41ed6a1520b69954ba1aa6b6c4ba9c5670af", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/edge-tooltip.tsx", - "hash": "9137c9d2943259b0dbf5a3a9d9a24779cc2e37a9" - }, - { - "file": "dep-graph/client/src/app/experimental-feature.tsx", - "hash": "bdea528aeb2be46fa42f4ea1e694942db03538f1" - }, - { - "file": "dep-graph/client/src/app/fetch-project-graph-service.ts", - "hash": "010cfecf0f93a087557ef7549c042fb5d17a38fa" - }, - { - "file": "dep-graph/client/src/app/hooks/use-debounce.ts", - "hash": "2f62b1d205d42ea7926b8aff67e6d48942c86200", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/hooks/use-dep-graph-selector.ts", - "hash": "f28a114b944462571c1bb20d513fd1c203c13c35", - "deps": ["npm:@xstate/react"] - }, - { - "file": "dep-graph/client/src/app/hooks/use-dep-graph.ts", - "hash": "01bfb77bae1c116af3e00c824ce08ead090ac62a", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/hooks/use-environment-config.ts", - "hash": "d1dd91b43169c0425e111b982b990c61aec00d4c", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/hooks/use-interval-when.ts", - "hash": "3868db3ef856d03ec226803bd361491cd883fc70", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/hooks/use-project-graph-data-service.ts", - "hash": "7848357dd137eaf952b362afbeac15eb005fee42" - }, - { - "file": "dep-graph/client/src/app/interfaces.ts", - "hash": "f4ce9592eb690d565e2e4dc3cf9f0c7c33923c4b" - }, - { - "file": "dep-graph/client/src/app/local-project-graph-service.ts", - "hash": "49228ca3898b25712f42f20747bd3eda5c1392c7" - }, - { - "file": "dep-graph/client/src/app/machines/custom-selected.state.ts", - "hash": "2bed077f526e9d346bd5b7863a57cb225c4a49e7", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/dep-graph.machine.ts", - "hash": "7ff221b1c20881e3aed348777b63dc84e2dafdee", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/dep-graph.service.ts", - "hash": "d91fc00280a9c6d05f8d01ab8ad555a69fd8d32b", - "deps": ["npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/dep-graph.spec.ts", - "hash": "c0181e208bf9a969d2f474872b01665f82760518", - "deps": ["npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/focused.state.ts", - "hash": "79a83b983a66eb134f317c54ae9e8f667f4cf9d0", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/graph.actor.ts", - "hash": "d97961c125df3bbfa595257c4b673d56981a9b39" - }, - { - "file": "dep-graph/client/src/app/machines/graph.service.ts", - "hash": "04cb2c5f55d7020caad73b74834eb1137444e8a7" - }, - { - "file": "dep-graph/client/src/app/machines/graph.ts", - "hash": "5222827b72099640ceb1dfa422d223d18a786999", - "deps": [ - "npm:@popperjs/core", - "npm:cytoscape", - "npm:cytoscape-dagre", - "npm:cytoscape-popper" - ] - }, - { - "file": "dep-graph/client/src/app/machines/interfaces.ts", - "hash": "a8ba471192570df02062da68de76540cbb591535", - "deps": ["npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/route-listener.actor.ts", - "hash": "7587a47b95fe7f088a3739a1e3408895a63f5fc8", - "deps": ["npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/route-setter.machine.ts", - "hash": "acb66d776f57b497434d7736f1fc7e68c1ab5169", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/selectors.ts", - "hash": "e5861360bf821dbedf6a5e35e38ec851d6821c76" - }, - { - "file": "dep-graph/client/src/app/machines/text-filtered.state.ts", - "hash": "4240a97be66dbbf7c69fea75bc2dff5f63af9afe", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/machines/tracing.state.ts", - "hash": "5eaba6b3e697a6c820a17eb4f94ff7c4bac10130", - "deps": ["npm:@xstate/immer"] - }, - { - "file": "dep-graph/client/src/app/machines/unselected.state.ts", - "hash": "2be0e66cb9a76391e24d7ed246bbf64af4bf7a97", - "deps": ["npm:@xstate/immer", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/mock-project-graph-service.ts", - "hash": "f2df03e83656bdba89e9763103a693ddcc2b073f" - }, - { - "file": "dep-graph/client/src/app/project-node-tooltip.tsx", - "hash": "21a246e71556c6f6133c9954cfa21fb7a0aab9c1" - }, - { - "file": "dep-graph/client/src/app/shell.tsx", - "hash": "f8d6495dbf4c7ef8fbf5e4cbf6dd54aa0c956df5", - "deps": [ - "npm:@heroicons/react", - "npm:@tippyjs/react", - "npm:classnames", - "npm:react" - ] - }, - { - "file": "dep-graph/client/src/app/sidebar/collapse-edges-panel.tsx", - "hash": "9c6aefbe40f116de397ddbeeeeef8a914313b5a8", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/focused-project-panel.tsx", - "hash": "323516f67d13c068e0d15a2e666318b5e3248734", - "deps": ["npm:@heroicons/react", "npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/group-by-folder-panel.tsx", - "hash": "16c44bff90753cbef6a25cb8a3125c6a1e14e929", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/project-list.tsx", - "hash": "67054ace2deb720fb567382a48c90232485c6a96", - "deps": ["npm:@heroicons/react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/search-depth.tsx", - "hash": "9f1550f53de49f00ac1c7b0627b8bbe7e04c5f35", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/show-hide-projects.tsx", - "hash": "89920182c201c0f2c8ce90eea55f0aa6670c951f", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/sidebar.tsx", - "hash": "4336ff27c5677a998dfc2f126d6f4d7c963f2598", - "deps": ["npm:@heroicons/react", "npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/text-filter-panel.tsx", - "hash": "7f17edec3f653c586fd269cf5e4a72a117cf9436", - "deps": ["npm:react"] - }, - { - "file": "dep-graph/client/src/app/sidebar/theme-panel.tsx", - "hash": "8e1eb0f2f7a7738c6436776fecd930d7fc767d4a", - "deps": [ - "npm:@headlessui/react", - "npm:@heroicons/react", - "npm:classnames", - "npm:react" - ] - }, - { - "file": "dep-graph/client/src/app/sidebar/tracing-panel.tsx", - "hash": "aed9dd358cb50c7cac0e56b6bce600038494dd9a", - "deps": ["npm:@heroicons/react", "npm:react"] - }, - { - "file": "dep-graph/client/src/app/state.provider.tsx", - "hash": "798cf9bc890dec367594bf5537b7754bf890983c", - "deps": ["npm:react", "npm:xstate"] - }, - { - "file": "dep-graph/client/src/app/styles-graph/edges.ts", - "hash": "e499f41919ec3adc40478a1a5371e4b1aa1ebec6", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/styles-graph/fonts.ts", - "hash": "eaf490825a9ad7c4265cca71c6d4a59936e98dae" - }, - { - "file": "dep-graph/client/src/app/styles-graph/index.ts", - "hash": "c557f1698c2309a3dfa1ae30e75db9e16d1a3cc6" - }, - { - "file": "dep-graph/client/src/app/styles-graph/label-width.ts", - "hash": "0d0743a520c0d69e727f193efe34b0ada4263a62", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/styles-graph/nodes.ts", - "hash": "df8ccac5f7729687fcd0446643113f84d8dc0a85", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/styles-graph/palette.ts", - "hash": "107043212a252e6586c959df307059c95a443576" - }, - { - "file": "dep-graph/client/src/app/theme-resolver.tsx", - "hash": "9b0fcdf1832f5e5f7b7efac815a1d15201ecc0e1" - }, - { - "file": "dep-graph/client/src/app/tooltip-service.ts", - "hash": "e6b1f6f39c2827ce8f4f13261ed71a0d90b287f4", - "deps": ["npm:@popperjs/core", "npm:react-dom"] - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/cytoscape.models.ts", - "hash": "6e0e73f7943cb0b1eec83bd587482c3271a94143", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/edge.ts", - "hash": "d1bb1f2458c13569c8a5f05e23f0dd725ab5a76a", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/index.ts", - "hash": "f10dc4ac0b409f488a70b6cbc7ece930534beb8a" - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/parent-node.ts", - "hash": "fed0fab636a439a2bea6ad4bc1af9ec7d5b01ff1", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/project-node.spec.ts", - "hash": "20b6cd7c545f1619ec83a0427524236b0836c95f" - }, - { - "file": "dep-graph/client/src/app/util-cytoscape/project-node.ts", - "hash": "982e32e7be6499d74511d716d1c17ead954616f4", - "deps": ["npm:cytoscape"] - }, - { - "file": "dep-graph/client/src/app/util.spec.ts", - "hash": "10827ae63b32c2dd94ceb1a65162cbffed8cc242" - }, - { - "file": "dep-graph/client/src/app/util.ts", - "hash": "6e8eb2bd3cf9db73ce84da10a5fd49b86b90835d" - }, - { - "file": "dep-graph/client/src/assets/.gitkeep", - "hash": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "file": "dep-graph/client/src/assets/environment.dev.js", - "hash": "b0510b112e6eaaf31ca03125177bbeaac18afd86" - }, - { - "file": "dep-graph/client/src/assets/environment.release.js", - "hash": "68584fcb884346b7ba264bf7bb5753ffd0e3436c" - }, - { - "file": "dep-graph/client/src/assets/environment.watch.js", - "hash": "449135329ba4fe6fb33a727d3d06af6e025309eb" - }, - { - "file": "dep-graph/client/src/assets/graphs/affected.json", - "hash": "30140be791e560f2ad771587499a6fdccd5f2cf2" - }, - { - "file": "dep-graph/client/src/assets/graphs/collapsing-edges-testing.json", - "hash": "bd1de85083b792de3094c2e7cb7811d9fd99cbbd" - }, - { - "file": "dep-graph/client/src/assets/graphs/focus-testing.json", - "hash": "e90b0b9e2ac5def29ccadad7fd32936d10f3875d" - }, - { - "file": "dep-graph/client/src/assets/graphs/nested-workspace-layout.json", - "hash": "586990c4e0d46e1fef39a4f23ec17022114225ed" - }, - { - "file": "dep-graph/client/src/assets/graphs/nx-examples.json", - "hash": "40e103f9b7f33b74e64b37a0728ef6ec34293e07" - }, - { - "file": "dep-graph/client/src/assets/graphs/nx.json", - "hash": "ca9488fe83fbd172f5db723734f36c985267ce8c" - }, - { - "file": "dep-graph/client/src/assets/graphs/ocean.json", - "hash": "1b9047dcd1069d1897dfd73a66906e77f566446c" - }, - { - "file": "dep-graph/client/src/assets/graphs/storybook.json", - "hash": "efb135656a32a763a1d974f0b4637e932102ec66" - }, - { - "file": "dep-graph/client/src/assets/graphs/sub-apps.json", - "hash": "9a5962811f7969e6d80b34fa01cd32e59ccb8fdd" - }, - { - "file": "dep-graph/client/src/environments/environment.prod.ts", - "hash": "c9669790be176ac85a5d8c11278875c2f52dc507" - }, - { - "file": "dep-graph/client/src/environments/environment.ts", - "hash": "7ed83767fff25adfed19d52b2821a432f8ed18b1" - }, - { - "file": "dep-graph/client/src/favicon.ico", - "hash": "317ebcb2336e0833a22dddf0ab287849f26fda57" - }, - { - "file": "dep-graph/client/src/globals.d.ts", - "hash": "e977f84a53f282515d7cb318346647be3a74a370" - }, - { - "file": "dep-graph/client/src/index.html", - "hash": "9e4b2327f72bc3b8361be2eef9d5a502e8e559db" - }, - { - "file": "dep-graph/client/src/main.tsx", - "hash": "829b92689d47fc321118b4995d74eba25cb89fae", - "deps": ["npm:react", "npm:react-dom", "npm:@xstate/inspect"] - }, - { - "file": "dep-graph/client/src/polyfills.ts", - "hash": "2adf3d05b6fcf479dd61c74f6bda95d9edb6ac6b", - "deps": ["npm:core-js", "npm:regenerator-runtime"] - }, - { - "file": "dep-graph/client/src/styles.scss", - "hash": "b85f9c288d24dfa4dc2572eff2e7c43b92403460" - }, - { - "file": "dep-graph/client/tailwind.config.js", - "hash": "5b15aca77e422046ae37bc8efcbf9b8a22907fd5", - "deps": ["npm:@tailwindcss/typography"] - }, - { - "file": "dep-graph/client/tsconfig.app.json", - "hash": "8e68a6b6dd8d590b7cfb53746f0d8f5595b2cfe7" - }, - { - "file": "dep-graph/client/tsconfig.json", - "hash": "ad56986cc181c811be9e9ca7b49f255e4d266c94" - }, - { - "file": "dep-graph/client/tsconfig.spec.json", - "hash": "17043fc1b25d24e527b486f78999f44c57dbeacd" - }, - { - "file": "dep-graph/client/webpack.config.js", - "hash": "31b9ad59cda864d39baa61127c6fe579f4eef235" - } - ] - } - }, { "name": "e2e-angular-core", "type": "app", @@ -8241,7 +8451,7 @@ "files": [ { "file": "e2e/angular-core/jest.config.ts", - "hash": "a233ed69f7da9b55dc3af3576cdbd17fb0d4fa6a" + "hash": "2cce4546703829cd833bd623cf1e1529bc9decaf" }, { "file": "e2e/angular-core/project.json", @@ -8259,12 +8469,12 @@ }, { "file": "e2e/angular-core/src/ng-add.test.ts", - "hash": "10cd1fd0a2b4291b0b189c26577953c6cc0b3bcc", + "hash": "3d131a2a392429d530ae3443c1e8076b7e0a7e12", "deps": ["e2e-utils", "nx"] }, { "file": "e2e/angular-core/src/projects.test.ts", - "hash": "a1e3aec1ea18abafea5952493435dde8668b88a9", + "hash": "11f72902d36061c1a32dc0440346424568a36ec4", "deps": ["e2e-utils", "devkit"] }, { @@ -8278,6 +8488,81 @@ ] } }, + { + "name": "e2e-graph-client", + "type": "app", + "data": { + "tags": [], + "root": "graph/client-e2e", + "files": [ + { + "file": "graph/client-e2e/.eslintrc", + "hash": "a15e6e72c6c672e40e179b07bade85d47377d8c9" + }, + { + "file": "graph/client-e2e/cypress-release.json", + "hash": "747250863d9bf701bb67a558930f9e65d61c1ec8" + }, + { + "file": "graph/client-e2e/cypress-watch-mode.json", + "hash": "144338c85b97c0cab7eb11c9483b2a86d66735fb" + }, + { + "file": "graph/client-e2e/cypress.json", + "hash": "2975b9a79aad286bda6661092f52ae14af363880" + }, + { + "file": "graph/client-e2e/project.json", + "hash": "c1d2022c433d4a6b19195530f4ed646cf6e9af18" + }, + { + "file": "graph/client-e2e/src/fixtures/affected.json", + "hash": "f5506561571c7183c4d20ebb8ebdf9a425e12e01" + }, + { + "file": "graph/client-e2e/src/fixtures/nx-examples.json", + "hash": "40e103f9b7f33b74e64b37a0728ef6ec34293e07" + }, + { + "file": "graph/client-e2e/src/integration/app.spec.ts", + "hash": "673e7c0a4735f35c91c36b4b3abdd7137d668cf9" + }, + { + "file": "graph/client-e2e/src/plugins/index.js", + "hash": "5b06a6c11d90d2060f69cea40959e0779923417d", + "deps": ["cypress"] + }, + { + "file": "graph/client-e2e/src/release-integration/release.spec.ts", + "hash": "39d35c9480c4ac5ed2162c7ef79b2d4f084e8d67" + }, + { + "file": "graph/client-e2e/src/support/app.po.ts", + "hash": "25d230a03fdc37b4d193d7b249472cf0fd0d183e" + }, + { + "file": "graph/client-e2e/src/support/commands.ts", + "hash": "61b3a3e35770234a5aa9e31b07870b9292ec52ba" + }, + { + "file": "graph/client-e2e/src/support/index.ts", + "hash": "3d469a6b6cf31eb66117d73e278bcf74f398f1db" + }, + { + "file": "graph/client-e2e/src/watch-mode-integration/watch-mode.spec.ts", + "hash": "3b14e02fed1430ca702c5a056096913a12c3c202" + }, + { + "file": "graph/client-e2e/tsconfig.e2e.json", + "hash": "150be8909d6d5550e657d534e043fe18e80b4573" + }, + { + "file": "graph/client-e2e/tsconfig.json", + "hash": "08841a7f56c62d55340ad08451502304837254fd" + } + ] + } + }, { "name": "e2e-react-native", "type": "app", @@ -8287,7 +8572,7 @@ "files": [ { "file": "e2e/react-native/jest.config.ts", - "hash": "28b8eed7cd0b9985ed5735ea156758744d357e0f" + "hash": "065a08e6c8ee4f6cf9a04626aaf924467cf2d149" }, { "file": "e2e/react-native/project.json", @@ -8295,7 +8580,7 @@ }, { "file": "e2e/react-native/src/react-native.test.ts", - "hash": "1cf0d80e0063372cee0355009bb1abf24d9b5851", + "hash": "ea37d423512fac3a60be8c7e981acb6a51fd2f7f", "deps": ["e2e-utils"] }, { @@ -8330,11 +8615,11 @@ }, { "file": "packages/express/jest.config.ts", - "hash": "dee5e5b485aef40a63dc39f6a32121ea6dad2f5c" + "hash": "b716a3c15e77bfa960c9a99482d197739f9cb190" }, { "file": "packages/express/migrations.json", - "hash": "a935a0b37a984b8511178b9e019e3f0069b470a9" + "hash": "112746a33b61fbfb9366a952daac2bdeb896636b" }, { "file": "packages/express/migrations.spec.ts", @@ -8342,12 +8627,12 @@ }, { "file": "packages/express/package.json", - "hash": "970f7e2b808b4a188aba73508b67f6a759357d9d", + "hash": "7791423713074d864de29165d3bb9d1a120f513b", "deps": ["devkit", "node", "workspace", "npm:express"] }, { "file": "packages/express/project.json", - "hash": "763f5c3904d370d6596b651606e1b4e3e82e9c91" + "hash": "59a53ba40e357086084d9af9cce516eb6620d2a3" }, { "file": "packages/express/README.md", @@ -8355,7 +8640,7 @@ }, { "file": "packages/express/src/generators/application/application.spec.ts", - "hash": "253363078ec0ad78e039664070179cd03278358a", + "hash": "6d93fbd50c9e10a99df2bdb75e66a6709e771df7", "deps": ["devkit"] }, { @@ -8374,12 +8659,12 @@ }, { "file": "packages/express/src/generators/init/init.spec.ts", - "hash": "448ee2fa53bd33334560fc1a1f9be4cce6203686", + "hash": "fbfa5acd94869b606484969916d759c81bfa0f14", "deps": ["devkit"] }, { "file": "packages/express/src/generators/init/init.ts", - "hash": "07ee715603123041488ed09e3e2db28bd9eae2e6", + "hash": "b4f7a468d37efc022e6687d6a7dbb0912c93529a", "deps": ["devkit", "node"] }, { @@ -8392,7 +8677,7 @@ }, { "file": "packages/express/src/utils/versions.ts", - "hash": "073a90b343a690ef46e41ba8200fe0f8063bd944" + "hash": "a0fd1227118dfbba7938da643fd176bde735e8b0" }, { "file": "packages/express/tsconfig.json", @@ -8422,7 +8707,7 @@ }, { "file": "nx-dev/ui-common/jest.config.ts", - "hash": "6a52aca17ecb05a7cc71a58496823d9d40f79878" + "hash": "f224a30efdf44b611fd7781e7aa896447be9d4cb" }, { "file": "nx-dev/ui-common/project.json", @@ -8438,45 +8723,40 @@ }, { "file": "nx-dev/ui-common/src/lib/announcement-banner.tsx", - "hash": "9d2883d39e2f530d27fef3eb264199bb8acebeaf" + "hash": "9c0e9081f3a66d53597cc881dec889b5b925dba2", + "deps": ["npm:next"] }, { "file": "nx-dev/ui-common/src/lib/breadcrumbs.tsx", - "hash": "575c72ead97b2115b05c38b235f72c3e799120a8", + "hash": "493acd9f516376d6b0a36f19bc4547141bb51db8", "deps": ["npm:@heroicons/react", "npm:classnames"] }, { "file": "nx-dev/ui-common/src/lib/footer.tsx", - "hash": "11cb2ce5645a8d35a6507d451ed6947cb776e90b", + "hash": "90835f997fbe34889dff4876f220ec5708239a36", "deps": ["npm:classnames", "npm:next"] }, { "file": "nx-dev/ui-common/src/lib/header.tsx", - "hash": "a3f2b331f250878556b1f716518e2735ccec5588", + "hash": "a316fb60dfc7e5272f0786d7fa9534ba1eb0faed", "deps": ["nx-dev-feature-search", "npm:classnames", "npm:next"] }, { "file": "nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx", - "hash": "4a3bc37c6313b01f45d34c6e8e43f9237f613ab4", + "hash": "72e9f44ff9999bf8635b34363e3f00fc82f33877", "deps": ["npm:framer-motion", "npm:react"] }, { "file": "nx-dev/ui-common/src/lib/nx-users-showcase.tsx", - "hash": "6bfc58dd15ebeb1d15a7e43221e5e0fe0a07f9e8" - }, - { - "file": "nx-dev/ui-common/src/lib/plugin-card.spec.tsx", - "hash": "83289a92d65f553f488b9092de7d96fb498914f3", - "deps": ["npm:@testing-library/react"] + "hash": "166f3909e1778da31a6d00183c8af77127fe9fed" }, { "file": "nx-dev/ui-common/src/lib/plugin-card.tsx", - "hash": "426fefbee6840a927d0d43a6685a732f4bce2d61", - "deps": ["npm:react"] + "hash": "f7b766456afa99c7709f1294f1b831297e500beb" }, { "file": "nx-dev/ui-common/src/lib/selector.tsx", - "hash": "141fa692ad1a5d9bc99f97df9405b26745232886", + "hash": "a2b47497aa5766f303f201bc62779cc9a9b7fa8f", "deps": [ "npm:@headlessui/react", "npm:@heroicons/react", @@ -8485,7 +8765,7 @@ }, { "file": "nx-dev/ui-common/src/lib/sidebar.tsx", - "hash": "5e7e116754ad5b02455fb8f82f7622eed5699001", + "hash": "96232ac540c17d7c512e7fe04331d9c2df259503", "deps": [ "nx-dev-models-menu", "npm:classnames", @@ -8495,8 +8775,7 @@ }, { "file": "nx-dev/ui-common/src/lib/testimonial-card.tsx", - "hash": "ef716bd673871fe42fc6b0b4da2519015a2fd475", - "deps": ["npm:react"] + "hash": "15c167a6df2b0a408add1055173bf44e441da3b9" }, { "file": "nx-dev/ui-common/tsconfig.json", @@ -8526,12 +8805,20 @@ }, { "file": "packages/devkit/index.ts", - "hash": "5bb13fb4556c89d74d350bcf0adf190b37526089", + "hash": "4345f05d0f6c379476e5aabfb0648114ca4e25b0", "deps": ["nx"] }, { "file": "packages/devkit/jest.config.ts", - "hash": "421c5b05fd67cfbc4a19588b723def5d77e32b4a" + "hash": "5a6bcdc5c0f2540e13206f7276ef09ccf886a305" + }, + { + "file": "packages/devkit/migrations.json", + "hash": "23c4e23f1259ee86898df05cd61665d9b547eae3" + }, + { + "file": "packages/devkit/migrations.spec.ts", + "hash": "cde4966665f8f01375e4646b9d85ed3a74deb64c" }, { "file": "packages/devkit/ngcli-adapter.ts", @@ -8540,19 +8827,19 @@ }, { "file": "packages/devkit/package.json", - "hash": "fff870b9d1e1f926da3df17cfd9d661948a71d5d", + "hash": "d3884695f771bb866ded5abd47067bc9030537ac", "deps": [ "npm:ejs", "npm:ignore", - "npm:rxjs", "npm:semver", "npm:tslib", + "npm:@phenomnomnominal/tsquery", "nx" ] }, { "file": "packages/devkit/project.json", - "hash": "b401519ef36130e4d5f316639676a3ea472f8690" + "hash": "8fe8d55b938b616a85f9d170603cc3dbbd9997d2" }, { "file": "packages/devkit/README.md", @@ -8663,6 +8950,15 @@ "hash": "b4571da88c6545cbc8367b898870897dfb049a1b", "deps": ["nx", "npm:ignore"] }, + { + "file": "packages/devkit/src/migrations/update-14-2-0/split-create-empty-tree.spec.ts", + "hash": "9452a196b9aee70df9ccd951109cec46b7e556c3" + }, + { + "file": "packages/devkit/src/migrations/update-14-2-0/split-create-empty-tree.ts", + "hash": "5b74e12c62bbc52d2194bab1390158fd01c653c8", + "deps": ["nx", "npm:@phenomnomnominal/tsquery"] + }, { "file": "packages/devkit/src/tasks/install-packages-task.ts", "hash": "54979b7d981124679d8a227e8a8c2ab5db324afb", @@ -8670,17 +8966,17 @@ }, { "file": "packages/devkit/src/utils/convert-nx-executor.ts", - "hash": "6c8dbfdc6fcab6eac82d436c4a3ee52c85663a29", + "hash": "0bf6636d179d1f3b0ac23c326d4acefe4da6fcf2", "deps": ["npm:rxjs", "nx", "npm:@angular-devkit/architect"] }, { "file": "packages/devkit/src/utils/get-workspace-layout.ts", - "hash": "2e6c9035e4709aeeea985c09e01075bccc7e5fd1", + "hash": "a3897fa8774e26156f87a3ee9e8a5a2e7a3758ca", "deps": ["nx"] }, { "file": "packages/devkit/src/utils/invoke-nx-generator.ts", - "hash": "cc7e0552db40fd7f637bb2e95e2c93cd59e93160", + "hash": "e0fcc5520ec8200e2fdb8e7f8b39dd7043fa7ab2", "deps": ["nx"] }, { @@ -8706,14 +9002,19 @@ }, { "file": "packages/devkit/src/utils/package-json.spec.ts", - "hash": "530f5ed0618401ebf6e86ae9812be52f440871de", + "hash": "e1efe1171d02626d06588d4edd3b5151a4d98955", "deps": ["nx"] }, { "file": "packages/devkit/src/utils/package-json.ts", - "hash": "797f2124430034c6a766d13aaa8c4a9ff1e5953d", + "hash": "58326f0c3b5b1ada51de2896d9be9b0b6d5e6c36", "deps": ["nx"] }, + { + "file": "packages/devkit/src/utils/rxjs-for-await.ts", + "hash": "444f1be549b45bdf1e52b17603aaef1a2d1e79b4", + "deps": ["npm:rxjs"] + }, { "file": "packages/devkit/src/utils/string-change.spec.ts", "hash": "d27ae95d8f90eec99538f9d2df1e90a028017bba" @@ -8724,7 +9025,7 @@ }, { "file": "packages/devkit/testing.ts", - "hash": "d251796447b5b45e290649f774012eea1763834c", + "hash": "4f483d5f166a5edf43200a115a7a874079831651", "deps": ["nx"] }, { @@ -8767,11 +9068,11 @@ }, { "file": "packages/linter/jest.config.ts", - "hash": "9a27de03c9d4916627cb49cdabd9816edf288691" + "hash": "83dce92dc17254fa80d797f5331e84d300357687" }, { "file": "packages/linter/migrations.json", - "hash": "53c2ee7c997542b5b29532274d223d0cffe9b1f6" + "hash": "868e673935bcbdff214ee39ac2a17e3bf040aedc" }, { "file": "packages/linter/migrations.spec.ts", @@ -8792,7 +9093,7 @@ }, { "file": "packages/linter/project.json", - "hash": "5f99d588991d6a3b9625c8c49567c6827fda84b4" + "hash": "60b7ab8ac969d171eb3155722e78d3bd3c9ed254" }, { "file": "packages/linter/README.md", @@ -8805,36 +9106,36 @@ }, { "file": "packages/linter/src/executors/eslint/hasher.ts", - "hash": "0c05df916366899c550a8869e25b62c7d3ab8c43", + "hash": "dd96a53a4f18b12b8d12a197ffcc46ab25c42a5e", "deps": ["devkit"] }, { "file": "packages/linter/src/executors/eslint/lint.impl.spec.ts", - "hash": "1e60b7f57312aec519501890a3fb9b9a6d71aa53", + "hash": "57c923ac5dd393a2b65983a46ac209a83491ad09", "deps": ["devkit"] }, { "file": "packages/linter/src/executors/eslint/lint.impl.ts", - "hash": "81869dd31a547c8ada3a92c6c1cf65ba0338c573", + "hash": "f3086ddb3d8bdb8f9efcfb8a38d24dd6adf4bdc2", "deps": ["devkit", "npm:eslint"] }, { "file": "packages/linter/src/executors/eslint/schema.d.ts", - "hash": "afdbc5da1d304ee19c47356fe95f544030d4dff8", - "deps": ["npm:@angular-devkit/core"] + "hash": "ef346060376ec3ef113c94dd1b5f2b144b772b85", + "deps": ["npm:@angular-devkit/core", "npm:eslint"] }, { "file": "packages/linter/src/executors/eslint/schema.json", - "hash": "fa648e30c9cf97751a85ea3ded99396ecc1e9147" + "hash": "8244625bf6599aeec3c22e989cd0cebb4ef37561" }, { "file": "packages/linter/src/executors/eslint/utility/eslint-utils.spec.ts", - "hash": "3f256e3b33fa201cc99bb9b5077e883b9f3b4a37", + "hash": "5edf933df903f8a7742dd559d0448bfeaa1e2371", "deps": ["npm:eslint"] }, { "file": "packages/linter/src/executors/eslint/utility/eslint-utils.ts", - "hash": "1fec55b78d1ab02608e95423414d5409817767cc", + "hash": "c92183cf6cd1a45a862e7418253a1233ea9edd07", "deps": ["npm:eslint"] }, { @@ -8849,7 +9150,7 @@ }, { "file": "packages/linter/src/executors/lint/schema.json", - "hash": "5a1311c6cb398c6a845e997e6819118c2f4f3c97" + "hash": "fd3d13999fbdfe5dad50573cf72e0dc6674256af" }, { "file": "packages/linter/src/generators/init/__snapshots__/init.spec.ts.snap", @@ -8857,13 +9158,13 @@ }, { "file": "packages/linter/src/generators/init/init.spec.ts", - "hash": "ad74deebd4b944a0d02b2f7325ba578f5d2b7c12", + "hash": "984bfdb3017954283c15eac2ec5b733ee2154bad", "deps": ["devkit"] }, { "file": "packages/linter/src/generators/init/init.ts", - "hash": "f4ea0f565d3f0020c4f2a625f8d95bf13770571f", - "deps": ["devkit"] + "hash": "8f39e70593e90ab86b16554f7a21247b1bc46cac", + "deps": ["devkit", "npm:eslint"] }, { "file": "packages/linter/src/generators/lint-project/__snapshots__/lint-project.spec.ts.snap", @@ -8871,17 +9172,17 @@ }, { "file": "packages/linter/src/generators/lint-project/lint-project.spec.ts", - "hash": "d3d8b5ef26687169245a018e51f2d60327fdfffe", + "hash": "69d1e620b278e9f75663909732f5f65c07293be0", "deps": ["devkit"] }, { "file": "packages/linter/src/generators/lint-project/lint-project.ts", - "hash": "b7bdb98841267256e13315a6140dd14fdd7d1b1c", + "hash": "bea245a3d97481ee77c467a9723ef6b1ff6edc04", "deps": ["devkit"] }, { "file": "packages/linter/src/generators/utils/eslint-file.spec.ts", - "hash": "d92ae3072840ebb81c80ce5ea0c7113a0dedf744", + "hash": "bd936229ce22e5316e463ffc6032e32f7fdf72fb", "deps": ["devkit"] }, { @@ -8895,15 +9196,15 @@ }, { "file": "packages/linter/src/generators/workspace-rule/__snapshots__/workspace-rule.spec.ts.snap", - "hash": "c6924b98fa7b0d0d079e25f157b680ad97e3dde0" + "hash": "4ae9b7e9ecae0bcec0aacb7beee903b2fb0101aa" }, { "file": "packages/linter/src/generators/workspace-rule/files/__name__.spec.ts__tmpl__", - "hash": "61219da65f3373e5dde9624428cffcd2c0fb1ab8" + "hash": "c0b08ef433046fdd79e6086e5ccb4c7eb5014ead" }, { "file": "packages/linter/src/generators/workspace-rule/files/__name__.ts__tmpl__", - "hash": "c5073936d41424fd85cc0c7612834583bd6815be" + "hash": "8a3451b1a68f819fb76c59cf0e5f401f6851649e" }, { "file": "packages/linter/src/generators/workspace-rule/schema.json", @@ -8911,7 +9212,7 @@ }, { "file": "packages/linter/src/generators/workspace-rule/workspace-rule.spec.ts", - "hash": "f50e9ced376f4d63b62f7a7014a722c9f5ed61c9", + "hash": "b41eadf1bebbdafa8ee21f8c8a9cdd202d5cf490", "deps": ["devkit"] }, { @@ -8941,7 +9242,7 @@ }, { "file": "packages/linter/src/generators/workspace-rules-project/workspace-rules-project.spec.ts", - "hash": "37cd84f6d371e4c9b6da6b8b363e32cf93fff4d5", + "hash": "0039b358a13f35ec100b72237b9d2bb83b0c138e", "deps": ["devkit"] }, { @@ -9042,7 +9343,7 @@ }, { "file": "packages/linter/src/migrations/update-11-5-0/always-use-project-level-tsconfigs-with-eslint.spec.ts", - "hash": "f27a01af2430ca501b657dabd425dad888bfad91", + "hash": "a79267bbf2e9451b5a99bcd743d45f8542a4b4bf", "deps": ["devkit"] }, { @@ -9052,7 +9353,7 @@ }, { "file": "packages/linter/src/migrations/update-12-4-0/remove-eslint-project-config-if-no-type-checking-rules.spec.ts", - "hash": "3765365527fc0cf87ee622868be75b4cc426fdd5", + "hash": "7f3d1b98cad0429d09558dc1ce48ea27e7731e24", "deps": ["devkit", "npm:eslint"] }, { @@ -9062,7 +9363,7 @@ }, { "file": "packages/linter/src/migrations/update-12-9-0/add-outputs.spec.ts", - "hash": "d67a97dfcbd54a9fc9c1b2628600fc6745dd1d93", + "hash": "a786c35785a6a732e65d52b1f1878aef2bae3599", "deps": ["devkit"] }, { @@ -9072,7 +9373,7 @@ }, { "file": "packages/linter/src/migrations/update-13-3-0/eslint-8-updates.spec.ts", - "hash": "2157bde843f061678542aaa806141aedc3766cca", + "hash": "464ac2896269275d9e37dcd0eef027ddedfe2ff5", "deps": ["devkit"] }, { @@ -9085,9 +9386,33 @@ "hash": "eaffc27d4b689037069b4787182dcc83d9105d5c", "deps": ["devkit", "nx"] }, + { + "file": "packages/linter/src/migrations/update-14-4-4/__snapshots__/experimental-to-utils-deps.spec.ts.snap", + "hash": "2a1e9a5e4b40daae6d4456ffbd981c4ff5ff4e94" + }, + { + "file": "packages/linter/src/migrations/update-14-4-4/experimental-to-utils-deps.spec.ts", + "hash": "a17bfdeda5bfb067be7a94ed87b6b8784ef12bfb", + "deps": ["devkit"] + }, + { + "file": "packages/linter/src/migrations/update-14-4-4/experimental-to-utils-deps.ts", + "hash": "a2fb28fdeba9af85e4815d65ff2aab6ff351d6c4", + "deps": ["devkit"] + }, + { + "file": "packages/linter/src/migrations/update-14-4-4/experimental-to-utils-rules.spec.ts", + "hash": "a3514ef676ee85ad42db867a9fa9a496fc50a381", + "deps": ["devkit"] + }, + { + "file": "packages/linter/src/migrations/update-14-4-4/experimental-to-utils-rules.ts", + "hash": "82baacfccd8e8119554303e254e217a4c1ea3f96", + "deps": ["devkit", "npm:@phenomnomnominal/tsquery"] + }, { "file": "packages/linter/src/utils/convert-tslint-to-eslint/__snapshots__/convert-to-eslint-config.spec.ts.snap", - "hash": "6b65756aab0fb3a23d6642b99bacafe6f623315f" + "hash": "d8890b1680147350013ff5f37288e0d1f12aa048" }, { "file": "packages/linter/src/utils/convert-tslint-to-eslint/__snapshots__/project-converter.spec.ts.snap", @@ -9104,7 +9429,7 @@ }, { "file": "packages/linter/src/utils/convert-tslint-to-eslint/convert-to-eslint-config.spec.ts", - "hash": "0f5f09af361313febb463b6daf9a3fe7888a741e", + "hash": "673ab6bce04f69e7a83c3e61f396f6737f29a04a", "deps": ["devkit"] }, { @@ -9127,7 +9452,7 @@ }, { "file": "packages/linter/src/utils/convert-tslint-to-eslint/project-converter.spec.ts", - "hash": "8f28e823b556254096bf96bf9b87b25de71f8dad", + "hash": "b38af0e8a1a5c83d1bd4938d132b4d1159796471", "deps": ["devkit"] }, { @@ -9157,7 +9482,7 @@ }, { "file": "packages/linter/src/utils/versions.ts", - "hash": "63f03f77849c49dabfb6ff3238c8f163625ff2ea" + "hash": "b6a56976f06012c3890d19921cae5e0f223d3785" }, { "file": "packages/linter/src/utils/workspace-lint-rules.ts", @@ -9204,11 +9529,11 @@ }, { "file": "packages/detox/jest.config.ts", - "hash": "ada854977c192bbc825310f07a4ecb7437a27c31" + "hash": "6d9a8c06b026fa052d01a43e1bbb0170ca93c7ee" }, { "file": "packages/detox/migrations.json", - "hash": "d11a81a474b7b3170e85715c51335829903695a8" + "hash": "261b384be828470d9bca0cb0bb08c42f21055adb" }, { "file": "packages/detox/migrations.spec.ts", @@ -9216,7 +9541,7 @@ }, { "file": "packages/detox/package.json", - "hash": "985ca815b0edddc1e13c70284ecaf9f60fe1f228", + "hash": "62cf09f871fd7a406cf622b3a5c1b0c74f8c774c", "deps": [ "devkit", "jest", @@ -9236,7 +9561,7 @@ }, { "file": "packages/detox/src/executors/build/build.impl.ts", - "hash": "3c4f822ec16c0b0002ba34fccc1dd4ebac18e4ae", + "hash": "b3c4e985f3ac0caece21f3e3ed2cc0efd65fcc1a", "deps": ["devkit"] }, { @@ -9250,7 +9575,7 @@ }, { "file": "packages/detox/src/executors/build/schema.json", - "hash": "df80508579bb7bf05fea06a60ea339faf338aba4" + "hash": "fd354196abf8c06326bf779caf1f1b7a7a8b62c4" }, { "file": "packages/detox/src/executors/test/compat.ts", @@ -9263,16 +9588,16 @@ }, { "file": "packages/detox/src/executors/test/schema.json", - "hash": "18b052cd77187a13ac430eb33013d2e6f9792ee1" + "hash": "82e8a97a6c4eee4bffb69ae159b4d3cb4a20db22" }, { "file": "packages/detox/src/executors/test/test.impl.ts", - "hash": "76b16a56db4fccc72368ca78a4d08983559d8cdd", + "hash": "cfb404709e39465c7af1948045ef5a7fc1e53367", "deps": ["devkit"] }, { "file": "packages/detox/src/generators/application/application.spec.ts", - "hash": "f8b07b9525e21cea78253b448db10c6b659e066b", + "hash": "381ba67a1154d27d1743869d1651ae42e66c536f", "deps": ["devkit", "linter"] }, { @@ -9286,7 +9611,7 @@ }, { "file": "packages/detox/src/generators/application/files/app/.detoxrc.json.template", - "hash": "ccd9b8451b0cf889a3377cba3bc1c25e5761183c" + "hash": "2a6204fd7df3d28ca35f3bcec73608f1dcbf86b6" }, { "file": "packages/detox/src/generators/application/files/app/environment.js.template", @@ -9319,56 +9644,60 @@ }, { "file": "packages/detox/src/generators/application/lib/add-linting.spec.ts", - "hash": "dede28035e1be345e045f908aac1b127353aa4d9", + "hash": "c914dda505efee1536c817e8d3ecc080da3cc1b4", "deps": ["devkit", "linter"] }, { "file": "packages/detox/src/generators/application/lib/add-linting.ts", - "hash": "b02cad2609a0bb8be480985e19a26f42af785099", + "hash": "fe45376b9b3302bb5bab3add38f0f97c5b878787", "deps": ["workspace", "linter", "devkit", "react"] }, { "file": "packages/detox/src/generators/application/lib/add-project.spec.ts", - "hash": "b10fdf64dee5b344886c54c28ad2000d4f391c04", + "hash": "43b17f0b234f89e0c0b3745dba1a475e29fcfe3e", "deps": ["devkit", "linter"] }, { "file": "packages/detox/src/generators/application/lib/add-project.ts", - "hash": "992cfd944dceaf1147a57386bd995852f6beaec5", + "hash": "3289bd01e0f1658d3ed980d61d1f85da41169d73", "deps": ["devkit"] }, { "file": "packages/detox/src/generators/application/lib/create-files.spec.ts", - "hash": "e945319f380fc952fd9edbc4b09e602d08a13074", + "hash": "928bf825766ff7652e1ced5605fe6c68e274f32d", "deps": ["devkit", "linter"] }, { "file": "packages/detox/src/generators/application/lib/create-files.ts", - "hash": "f0583f3beb8e259b4eb34b5d5235d72ff9193021", + "hash": "32dd57e45673513146ead2d5972f7972f532d32d", "deps": ["devkit", "workspace"] }, + { + "file": "packages/detox/src/generators/application/lib/get-targets.ts", + "hash": "156df144dc5c279ad471f10d0d2de606bed49eed" + }, { "file": "packages/detox/src/generators/application/lib/normalize-options.spec.ts", - "hash": "636e40ab1a6613aa744f616fca6105e8db8cbb2b", + "hash": "588866b19eaad15fdc367e67b2cdc49f2b6004fd", "deps": ["devkit", "linter"] }, { "file": "packages/detox/src/generators/application/lib/normalize-options.ts", - "hash": "a197552c28b35a1f3565c9ece47514a073d94dfd", + "hash": "c07f9c556983f1b5b2a4378c3b806fc9958f4fe2", "deps": ["devkit"] }, { "file": "packages/detox/src/generators/application/schema.d.ts", - "hash": "c8f9019d2683d83fedbd677cf565edb3edc3e1c5", + "hash": "d333ae980c9394ccd7e9f996bd5832b85a43ddac", "deps": ["linter"] }, { "file": "packages/detox/src/generators/application/schema.json", - "hash": "4d391005005f815aec2738e621ced258e1286213" + "hash": "e9f5129ed7ac4c3d2b0037b83821740c354ad46f" }, { "file": "packages/detox/src/generators/init/init.spec.ts", - "hash": "2480c5677420c90c5fdb6ab1e42a8e7b76b814dc", + "hash": "16148a21396f0e4f2aa45f66ad53d6dec5065de9", "deps": ["devkit"] }, { @@ -9386,7 +9715,7 @@ }, { "file": "packages/detox/src/migrations/update-13-10-3/add-verbose-jest-config-13-10-3.spec.ts", - "hash": "f352d43223d01cbaf19c9df179f44d0940bce304", + "hash": "f02764b70c7273c234d97089310b4ff0334e82f5", "deps": ["devkit"] }, { @@ -9396,7 +9725,7 @@ }, { "file": "packages/detox/src/migrations/update-13-5-0/add-build-target-test-13-5-0.spec.ts", - "hash": "c9d17487038c0579fe707f11e4af48589bd366f5", + "hash": "eff18de8a5781a9bdcaf0d2c51c3fc674b5b21bf", "deps": ["devkit"] }, { @@ -9406,7 +9735,7 @@ }, { "file": "packages/detox/src/migrations/update-13-8-2/remove-types-detox-13-8-2.spec.ts", - "hash": "5e9b600dcfe1880b0deac2fd2fa2b82c1151cf6e", + "hash": "68c26c0419d06806b79b79b731e229513195feee", "deps": ["devkit"] }, { @@ -9416,7 +9745,7 @@ }, { "file": "packages/detox/src/utils/versions.ts", - "hash": "21aa24c9c69ba6d72aa67d871b59e70caaead6ca" + "hash": "1777f5d2dfdfc4f40b3a5a9024cd39820a4e2ca4" }, { "file": "packages/detox/tsconfig.json", @@ -9450,7 +9779,7 @@ }, { "file": "nx-dev/ui-home/jest.config.ts", - "hash": "f9c2910d774287dd7c531b28c122feba6ee6c126" + "hash": "22b4d072cabac57e3b003ad54d09526d8e7885cb" }, { "file": "nx-dev/ui-home/project.json", @@ -9474,7 +9803,7 @@ }, { "file": "nx-dev/ui-home/src/lib/affected-command.tsx", - "hash": "fefa6c2634af42d1a98ff9d75ccff0d1d701ca2b", + "hash": "bbc3c0cffafa7e52a8919d1bff159fd7f81c1585", "deps": [ "npm:framer-motion", "npm:next", @@ -9484,7 +9813,7 @@ }, { "file": "nx-dev/ui-home/src/lib/cloud-support.tsx", - "hash": "21f5e46fb129f2915757f9b9fd05cd0525518420", + "hash": "464c4161e4c7e4f94b7234561824ec6cc986006e", "deps": [ "npm:framer-motion", "npm:next", @@ -9502,7 +9831,7 @@ }, { "file": "nx-dev/ui-home/src/lib/dependency-graph.tsx", - "hash": "ae963fa933369ef5f3502bd8c26d5f9eb92dcc23", + "hash": "656b76b66e7d713d8826ce00ce6364e0fe65dc16", "deps": [ "npm:framer-motion", "npm:next", @@ -9520,7 +9849,7 @@ }, { "file": "nx-dev/ui-home/src/lib/ecosystem-features.tsx", - "hash": "782ff92d82f8998a920803a4f0fa77ba1a3fafb2", + "hash": "a49efb43efd023c1d45800aed12a7695d2d60490", "deps": [ "npm:classnames", "npm:framer-motion", @@ -9539,7 +9868,7 @@ }, { "file": "nx-dev/ui-home/src/lib/egghead-courses.tsx", - "hash": "7bd2573fd868b141137589b81209a45d8a6cb002", + "hash": "2080ff053ffbd08e68b2fd4aa21a1d0501d4ee46", "deps": [ "npm:framer-motion", "npm:next", @@ -9549,8 +9878,7 @@ }, { "file": "nx-dev/ui-home/src/lib/event-banner.tsx", - "hash": "ca0403d9e684a05bb2b4d90ec359f6614f0afc0b", - "deps": ["npm:react"] + "hash": "701a68b7ac64d585829048529ffe969d4ca0957e" }, { "file": "nx-dev/ui-home/src/lib/experience-features.spec.tsx", @@ -9562,7 +9890,7 @@ }, { "file": "nx-dev/ui-home/src/lib/experience-features.tsx", - "hash": "d5720058b4a3bb5040964927a2bd52ac12385959", + "hash": "a13f13a5434efc8e2e06f1caeedb89c2119b2a7a", "deps": [ "npm:classnames", "npm:framer-motion", @@ -9581,7 +9909,7 @@ }, { "file": "nx-dev/ui-home/src/lib/getting-started.tsx", - "hash": "d96c83483a2adef25ed0e62ae9b91ae41ab95a8a", + "hash": "45c7432434f99e13205d8d865619329ab4095d7b", "deps": [ "nx-dev-feature-analytics", "nx-dev-ui-commands", @@ -9601,7 +9929,7 @@ }, { "file": "nx-dev/ui-home/src/lib/monorepo-features.tsx", - "hash": "87770406b1ed28c99b98cb07893747a9531915b3", + "hash": "b93e2a401ad65cf1681c125495dc015e344c11ae", "deps": [ "npm:classnames", "npm:framer-motion", @@ -9612,7 +9940,7 @@ }, { "file": "nx-dev/ui-home/src/lib/nx-playbook.tsx", - "hash": "ac4df9fc12db9319fa031da70cf4cc6b9dedee96", + "hash": "351ac4024f728f7ae81fb487746ebec28c8889d8", "deps": [ "npm:framer-motion", "npm:next", @@ -9630,7 +9958,7 @@ }, { "file": "nx-dev/ui-home/src/lib/open-platform.tsx", - "hash": "e5a6eec3fbb8918e46a6569a576a29f5ec7aa2a8", + "hash": "6d90bd8e523838d893190b97415e4c60d0ed2e6d", "deps": [ "npm:framer-motion", "npm:react", @@ -9647,7 +9975,7 @@ }, { "file": "nx-dev/ui-home/src/lib/open-source-projects.tsx", - "hash": "f66590dcefd88e931af393687c74a56715664f6f", + "hash": "dd7d21263bd83295c6a9513e67ff092c2a975a00", "deps": [ "npm:classnames", "npm:framer-motion", @@ -9666,7 +9994,7 @@ }, { "file": "nx-dev/ui-home/src/lib/performance.tsx", - "hash": "7d73184dc9097aa9457874bf5ad8f0f7536a4a55", + "hash": "eba34f314fb9590c3c6d67b48bfe593ec4615a0d", "deps": [ "npm:framer-motion", "npm:react", @@ -9675,8 +10003,8 @@ }, { "file": "nx-dev/ui-home/src/lib/testimonials.tsx", - "hash": "e33fa0b906eef0e4b7ba5396bca5aa41ac7f1382", - "deps": ["nx-dev-ui-common", "npm:react"] + "hash": "c075594c99ca40b8b4fa8b6ec33b2a1977febd90", + "deps": ["nx-dev-ui-common"] }, { "file": "nx-dev/ui-home/src/lib/vscode-plugin.spec.tsx", @@ -9688,7 +10016,7 @@ }, { "file": "nx-dev/ui-home/src/lib/vscode-plugin.tsx", - "hash": "4a83e668671925f93f2c202356d71819b8817214", + "hash": "a14a7a851e11600e7670614b52044ac73fd5ed3f", "deps": [ "npm:framer-motion", "npm:next", @@ -9698,7 +10026,7 @@ }, { "file": "nx-dev/ui-home/src/lib/youtube-channel.tsx", - "hash": "172e382a4a0cb4675ba87a34b076372729eff01a", + "hash": "f97ec40b4a337e380e89dfde99b8c647d6b68186", "deps": [ "npm:framer-motion", "npm:next", @@ -9746,19 +10074,19 @@ }, { "file": "packages/react/generators.json", - "hash": "12d62a175dd74d78660af7d1d1f07b7ba23213f2" + "hash": "54627227f8e09155a6585cbe29767ce5bed0e1af" }, { "file": "packages/react/index.ts", - "hash": "f3c0681278a0e8af9aef2d858fe24d50e1f1a8f9" + "hash": "9a72d005edd8e74853943a25bb2bc3b54b93bcc2" }, { "file": "packages/react/jest.config.ts", - "hash": "b021f4414c434566d142218910355bbe3a0fcf1a" + "hash": "108568d5791a6c6642929b9c9ec2c78f3d56fe30" }, { "file": "packages/react/migrations.json", - "hash": "d82658f55d2e82b2725bc503b633d7d88def81c7" + "hash": "775eb91a2bfbc0ad3d8d3539ac97021deb137077" }, { "file": "packages/react/migrations.spec.ts", @@ -9766,11 +10094,11 @@ }, { "file": "packages/react/module-federation.ts", - "hash": "da732d6fa98f4f53e7159381699fc974300654e2" + "hash": "d406ee84e87d4454768f96bc684933bedb3258de" }, { "file": "packages/react/package.json", - "hash": "8510638106d2b85e581b90df90c9210b8dbba034", + "hash": "fc816a40b924a9438148c30fa85c5868ddf9d836", "deps": [ "cypress", "devkit", @@ -9787,6 +10115,7 @@ "npm:eslint-plugin-jsx-a11y", "npm:eslint-plugin-react", "npm:eslint-plugin-react-hooks", + "npm:minimatch", "npm:react-refresh", "npm:semver", "npm:url-loader", @@ -9799,9 +10128,24 @@ "hash": "9f9eaa63a026156e6ff58ec500108cfe5f1e6ab7", "deps": ["npm:rollup"] }, + { + "file": "packages/react/plugins/component-testing/index.ts", + "hash": "d1a75a9134fa77f40d427684e119b2d730398510", + "deps": ["cypress", "devkit", "web", "workspace", "nx"] + }, + { + "file": "packages/react/plugins/component-testing/webpack-fallback.ts", + "hash": "adba6fd7a13867eae1cdcc3d6d4ff96c0d2b08ec", + "deps": [ + "web", + "npm:tsconfig-paths-webpack-plugin", + "npm:webpack", + "npm:sass" + ] + }, { "file": "packages/react/plugins/jest.ts", - "hash": "cdd429418726d695ac3550c4d9a6f11ab6bc21d6", + "hash": "c20eb2a7a5d442db0fe0d3fc32373a65d01667f7", "deps": ["devkit", "npm:react"] }, { @@ -9810,7 +10154,7 @@ }, { "file": "packages/react/plugins/storybook/index.ts", - "hash": "ca8b2c40f77bdd1c30595290556500003b781572", + "hash": "51820a9c43e4dc70b19053b0a4be80240b0a9d54", "deps": [ "devkit", "web", @@ -9827,12 +10171,12 @@ }, { "file": "packages/react/plugins/webpack.ts", - "hash": "f5dfe8ae29bca13f0faff8f2110974b278967982", + "hash": "ea7157ae76eff1dbe2f5dd93c3da31a9937059f4", "deps": ["npm:webpack", "npm:@pmmmwh/react-refresh-webpack-plugin"] }, { "file": "packages/react/project.json", - "hash": "cf2cd9ff16cb34b4a3afe8bfd14eca18837ae151" + "hash": "2e3454ab3654bc0ed52faee038a83cdfd8b63ecb" }, { "file": "packages/react/README.md", @@ -9854,12 +10198,12 @@ }, { "file": "packages/react/src/generators/application/application.spec.ts", - "hash": "217eeec4f6460d340094eb6f0c25d25d245134a6", - "deps": ["devkit", "linter"] + "hash": "c71e312e30e113176cbdb6d7cb377ef12638e9ec", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/react/src/generators/application/application.ts", - "hash": "08631f3a0ef04a07a93047c60abdf6540cef79f6", + "hash": "33aa01a8ad7718287b70b4256c06aa600e272f51", "deps": ["devkit", "workspace", "linter", "js", "web"] }, { @@ -9876,7 +10220,7 @@ }, { "file": "packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx", - "hash": "fe753f241345efa66fcb66cf6af40426ff793959" + "hash": "5e1ba69e57583eab3835f6e375837d216ed8313d" }, { "file": "packages/react/src/generators/application/files/common/src/assets/.gitkeep", @@ -9977,7 +10321,7 @@ }, { "file": "packages/react/src/generators/application/lib/find-free-port.spec.ts", - "hash": "0fd55dd357148f8a0332a086eb46408580f4192e", + "hash": "9a4745047fd62b1fd205547b0a665d6920e5f5d1", "deps": ["devkit"] }, { @@ -9992,7 +10336,7 @@ }, { "file": "packages/react/src/generators/application/lib/set-defaults.ts", - "hash": "c0cced760665cbcbe0a50bf31ecaed4f5198e3a2", + "hash": "bf20d8024be596d641464ecc7073362643b679e3", "deps": ["devkit"] }, { @@ -10002,25 +10346,25 @@ }, { "file": "packages/react/src/generators/application/schema.d.ts", - "hash": "6bdf4678c6ec69e69491d8caff7f9d3614d3ba29", + "hash": "91a65137bea58b490a52871a59893b103da0f70c", "deps": ["linter"] }, { "file": "packages/react/src/generators/application/schema.json", - "hash": "c06eaa1253f39c769c3f52322db62a5490b323a0" + "hash": "6a1595011232830857f0e4f24c9d70800e458877" }, { "file": "packages/react/src/generators/component-cypress-spec/component-cypress-spec.spec.ts", - "hash": "6d76b98e919a3e90d7adfab5c52f429d878b14f1", + "hash": "4f8527cca6a15382d5a0ab51cbea8b7a486e5fbe", "deps": ["devkit", "linter"] }, { "file": "packages/react/src/generators/component-cypress-spec/component-cypress-spec.ts", - "hash": "5eb55a63c67dba5e89a0e4ae561daab291de8b54", - "deps": ["npm:typescript", "devkit"] + "hash": "a3818e8a3516682ec29d14d765a1462cd94173f9", + "deps": ["devkit", "npm:typescript"] }, { - "file": "packages/react/src/generators/component-cypress-spec/files/__componentName__.spec.__fileExt__", + "file": "packages/react/src/generators/component-cypress-spec/files/__componentName__.__fileExt__", "hash": "eae23f1c6627137e55eb72dfb5dc3795bb109cf4" }, { @@ -10029,12 +10373,12 @@ }, { "file": "packages/react/src/generators/component-story/component-story.spec.ts", - "hash": "0ffc0fa3290ef4bd0d377d6e45954186b8b3e851", + "hash": "e171cfdbee1aa6681e11a6fbd7141749424d3535", "deps": ["devkit", "linter", "npm:@storybook/react", "npm:react"] }, { "file": "packages/react/src/generators/component-story/component-story.ts", - "hash": "7e206a007d85b20af0057693403866a287b48179", + "hash": "632fdeb2bdf42748d22b672c9da5a10ab21fa2ff", "deps": ["devkit", "npm:typescript"] }, { @@ -10043,17 +10387,43 @@ }, { "file": "packages/react/src/generators/component-story/schema.json", - "hash": "89a96edccd6577a2d8e623e3f2f73599de760e1b" + "hash": "60bd4817bdaf9b716a42f8ab8d8fdb5b243d9e65" + }, + { + "file": "packages/react/src/generators/component-test/__snapshots__/component-test.spec.ts.snap", + "hash": "0976befec83406e621ccbbc175d7a5d2408ffe6a" + }, + { + "file": "packages/react/src/generators/component-test/component-test.spec.ts", + "hash": "822b366e89aa3cfcea5bd3404146a3c62766b819", + "deps": ["cypress", "devkit", "linter"] + }, + { + "file": "packages/react/src/generators/component-test/component-test.ts", + "hash": "801e3f70cd7cacb67d5ef26879a9d5f144eec53e", + "deps": ["cypress", "devkit", "npm:typescript"] + }, + { + "file": "packages/react/src/generators/component-test/files/__fileName__.cy__ext__", + "hash": "1c2dcdedf659162bd31746f39a450da7f7a06366" + }, + { + "file": "packages/react/src/generators/component-test/schema.json", + "hash": "7ba8baf01fe72da6f2fac9831b4e380a52d3ff6f" + }, + { + "file": "packages/react/src/generators/component-test/schema.ts", + "hash": "5daf2559af51c3356154fa7c8842bf548282ff28" }, { "file": "packages/react/src/generators/component/component.spec.ts", - "hash": "fe38f4ef15e5bbd8ed6ed9afe1928e8466932190", - "deps": ["devkit"] + "hash": "8e9727e9fca0a85a637528c1945b273fe2f4254e", + "deps": ["cypress", "devkit"] }, { "file": "packages/react/src/generators/component/component.ts", - "hash": "4f62c3fc1506844ab994ed8bd66933321f67442f", - "deps": ["npm:typescript", "devkit", "workspace"] + "hash": "aced131a4288949bb69e091a818e9a0f42c8cd5c", + "deps": ["devkit", "workspace", "npm:typescript"] }, { "file": "packages/react/src/generators/component/files/__fileName__.__style__", @@ -10079,6 +10449,42 @@ "file": "packages/react/src/generators/component/schema.json", "hash": "8dea84a3b0589bdc01a405c3f0bfe0d7ef11fda6" }, + { + "file": "packages/react/src/generators/cypress-component-configuration/__snapshots__/cypress-component-configuration.spec.ts.snap", + "hash": "7c71c9b7ee0f6ebac5e85211700e251db277ab54" + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/cypress-component-configuration.spec.ts", + "hash": "79b2e39e7d38ed641a2866feb8a39ad2374faf70", + "deps": ["cypress", "devkit", "linter"] + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/cypress-component-configuration.ts", + "hash": "f27aabadac8df705f36aade3b34538e8d936b2c3", + "deps": ["cypress", "devkit"] + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/files/cypress.config.ts__tpl__", + "hash": "6fa4db13856846206b415795128ecb2089ee8757" + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/lib/add-files.ts", + "hash": "2c5ddf3588f12fa8b0565cdb1d2be79d77b349b2", + "deps": ["devkit", "npm:typescript"] + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/lib/update-configs.ts", + "hash": "b849cec261166c08c7d745c5e6f43204a2e08846", + "deps": ["cypress", "devkit"] + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/schema.d.ts", + "hash": "bc2c652495c82d2a9e2428cd90f3abf291a24000" + }, + { + "file": "packages/react/src/generators/cypress-component-configuration/schema.json", + "hash": "771f1e2b04ffb745ea4e942b74cb8a52cd11d3d9" + }, { "file": "packages/react/src/generators/hook/files/__fileName__.spec.tsx__tmpl__", "hash": "728896676969f8705b1b3cdab073d74ee608fedf" @@ -10089,7 +10495,7 @@ }, { "file": "packages/react/src/generators/hook/hook.spec.ts", - "hash": "b37108b55419a883eaff4bf7d0ef3c38ef6a711b", + "hash": "13d7cf416dd6575977da1d37c2fa553ee0a650f2", "deps": ["devkit"] }, { @@ -10111,7 +10517,7 @@ }, { "file": "packages/react/src/generators/host/files/module-federation/module-federation.config.js__tmpl__", - "hash": "8501dc91cc9c9a39f5b04c8d46ef8e290c9613a1" + "hash": "75fc93c742ca3fb9aeef773abadb2fc06fb462c3" }, { "file": "packages/react/src/generators/host/files/module-federation/src/main.ts__tmpl__", @@ -10123,11 +10529,11 @@ }, { "file": "packages/react/src/generators/host/files/module-federation/webpack.config.js__tmpl__", - "hash": "6e41505af38834d5c0e89a1785da96636de471ec" + "hash": "13ba6e80db40bf17de00b2b4be7fd68197bc7b87" }, { "file": "packages/react/src/generators/host/files/module-federation/webpack.config.prod.js__tmpl__", - "hash": "243cbedcb81e12f488b3cab207d85516113a666f" + "hash": "ab5b721534f46b4932eb7648a9712d1eef67e9c7" }, { "file": "packages/react/src/generators/host/host.ts", @@ -10155,12 +10561,12 @@ }, { "file": "packages/react/src/generators/init/init.spec.ts", - "hash": "c18255e34206ec9f0c1470b8683e4fc91f28fc98", + "hash": "61d1317b5d617c3214345b2bf479528d97afdb54", "deps": ["devkit"] }, { "file": "packages/react/src/generators/init/init.ts", - "hash": "47a8d2e876ed7ea7226f514a774f620d7a3944cc", + "hash": "1bb157c9f681b8d51c2d9965be5693b2fc57f8bb", "deps": ["cypress", "devkit", "jest", "web", "workspace"] }, { @@ -10197,14 +10603,15 @@ }, { "file": "packages/react/src/generators/library/library.spec.ts", - "hash": "b4c7b2637c2354506c73a6f7693db810f8a31e02", - "deps": ["devkit", "linter"] + "hash": "2d7b15a6402167a695c1e0e52e9351c9ec568fc7", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/react/src/generators/library/library.ts", - "hash": "3c8c21c94db49713282a18d5e64801e4427aaeb8", + "hash": "c23024950db1f9532b45bb43dea3a272309b6706", "deps": [ "devkit", + "nx", "jest", "js", "linter", @@ -10214,7 +10621,7 @@ }, { "file": "packages/react/src/generators/library/schema.d.ts", - "hash": "d62eb4bf7d3cc42aaa896bde1b9bb1f00bb0cbb0", + "hash": "2188deab9d8f50527d8f20123e20673481eafe4c", "deps": ["linter"] }, { @@ -10231,7 +10638,7 @@ }, { "file": "packages/react/src/generators/redux/redux.spec.ts", - "hash": "4851b6a8f5e53ad756910f87925b6260da3fe3cc", + "hash": "6a358dfeea0ab7bbe0f3562ca4d88741af8effa9", "deps": ["devkit", "linter"] }, { @@ -10249,7 +10656,7 @@ }, { "file": "packages/react/src/generators/remote/files/module-federation/module-federation.config.js__tmpl__", - "hash": "67bfd8b4ea8e2b547a9be4870e154d1ae0da62ef" + "hash": "d032744db1170ab61760eb04f74eb9f4ef0d347a" }, { "file": "packages/react/src/generators/remote/files/module-federation/src/main.ts__tmpl__", @@ -10261,7 +10668,7 @@ }, { "file": "packages/react/src/generators/remote/files/module-federation/webpack.config.js__tmpl__", - "hash": "6e41505af38834d5c0e89a1785da96636de471ec" + "hash": "13ba6e80db40bf17de00b2b4be7fd68197bc7b87" }, { "file": "packages/react/src/generators/remote/files/module-federation/webpack.config.prod.js__tmpl__", @@ -10272,9 +10679,14 @@ "hash": "a487ca323b84bf7f4535ea9daddb0f68df58a768", "deps": ["devkit", "npm:typescript"] }, + { + "file": "packages/react/src/generators/remote/remote.spec.ts", + "hash": "a7671c4f2e87b61a839885dda4ed413cd857ba9e", + "deps": ["devkit", "linter"] + }, { "file": "packages/react/src/generators/remote/remote.ts", - "hash": "984199984213af8afbadf1906debab1fb636747f", + "hash": "7337273ef0c11a5a5abe0d0a47da41842838b3b0", "deps": ["devkit", "workspace"] }, { @@ -10287,46 +10699,87 @@ "hash": "f9bcbd2d11473d9fc9005f24fbe9e149bf082a27" }, { - "file": "packages/react/src/generators/stories/schema.json", - "hash": "61fa5e0e9b6ce1462639123d205317bfaaebda6e" + "file": "packages/react/src/generators/setup-tailwind/files/postcss.config.js__tmpl__", + "hash": "5a8ffc489967e61fead543cb69ec47ab9c870655" }, { - "file": "packages/react/src/generators/stories/stories-app.spec.ts", - "hash": "03778c39ece1cb463388adf68805db16a3bac939", + "file": "packages/react/src/generators/setup-tailwind/files/tailwind.config.js__tmpl__", + "hash": "d00839f6ace911abd9926eb93cc12827c8c6d2ac" + }, + { + "file": "packages/react/src/generators/setup-tailwind/lib/add-tailwind-style-imports.ts", + "hash": "89ae7b2cfdaa1b5105a42025f382a565bb512dc6", + "deps": ["devkit", "npm:chalk"] + }, + { + "file": "packages/react/src/generators/setup-tailwind/lib/update-project.ts", + "hash": "aaddbc3171f8ec7623274db5504aaab521e69827", + "deps": ["devkit"] + }, + { + "file": "packages/react/src/generators/setup-tailwind/schema.json", + "hash": "73ef9276a39ed9b8f873aeaaa62d8104fab4fc4d" + }, + { + "file": "packages/react/src/generators/setup-tailwind/schema.ts", + "hash": "58452c963443ad51d0cef3ac8312abc611a58d5e" + }, + { + "file": "packages/react/src/generators/setup-tailwind/setup-tailwind.spec.ts", + "hash": "6ef4d15867282876432d861004ec1b18946db4f9", + "deps": ["devkit"] + }, + { + "file": "packages/react/src/generators/setup-tailwind/setup-tailwind.ts", + "hash": "9eb221e8b8f73188a3e0e8e1873873abc608adc2", + "deps": ["devkit", "workspace"] + }, + { + "file": "packages/react/src/generators/stories/schema.json", + "hash": "1ebc618e226aac06bef760315d695d3957283a0b" + }, + { + "file": "packages/react/src/generators/stories/stories.app.spec.ts", + "hash": "e9606ff7d826c450208ff7c9f8c0331ca200d0e7", + "deps": ["cypress", "devkit", "linter"] + }, + { + "file": "packages/react/src/generators/stories/stories.lib.spec.ts", + "hash": "0c92e830590156ab787bf1a7b3ce297a497e9182", "deps": ["devkit", "linter"] }, { - "file": "packages/react/src/generators/stories/stories-lib.spec.ts", - "hash": "ae042920527e958f88e2bdd441b7cc0d848cd214", + "file": "packages/react/src/generators/stories/stories.nextjs.spec.ts", + "hash": "4bf4769597344231e592f0958f5ad5124aef3d60", "deps": ["devkit", "linter"] }, { "file": "packages/react/src/generators/stories/stories.ts", - "hash": "97dfc92717213fde6fe80cdd1c6dd826f620fa02", - "deps": ["npm:typescript", "devkit", "storybook"] + "hash": "0c228d8f866b2b495103fa452b9edb8a59de054d", + "deps": ["npm:typescript", "devkit", "storybook", "npm:minimatch"] }, { "file": "packages/react/src/generators/storybook-configuration/configuration.spec.ts", - "hash": "68d453ea673abf51f99532920580951a1d503598", - "deps": ["devkit", "linter"] + "hash": "be9dcb8eada439878bbae823eba9873cea98ce07", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/react/src/generators/storybook-configuration/configuration.ts", - "hash": "05cc44cdf8737bcdf5062aa579b79ad9d1678aa9", + "hash": "022d1124ed3c31398f04a8e0844c523d75beb4a0", "deps": ["devkit", "storybook", "cypress"] }, { "file": "packages/react/src/generators/storybook-configuration/schema.d.ts", - "hash": "5ebab430591ef16f344967919fb9d677ff13da18", + "hash": "8a554e65c50e5dc83a81f79fa555179c071a60dc", "deps": ["linter"] }, { "file": "packages/react/src/generators/storybook-configuration/schema.json", - "hash": "70bba88a747b4d141ea85e1f22fa2b73f328d9f9" + "hash": "18af1d1691dadf01f2b0bc0b540671845a40f3e0" }, { "file": "packages/react/src/migrations/update-12-0-0/remove-react-redux-types-package.spec.ts", - "hash": "7d181a6262d8632cc229b059ec88d8c63c8272ca", + "hash": "af19cbd678ffbf59fa413661c38a56c444b5929f", "deps": ["devkit", "npm:@angular-devkit/schematics"] }, { @@ -10336,7 +10789,7 @@ }, { "file": "packages/react/src/migrations/update-12-0-0/update-emotion-setup.spec.ts", - "hash": "94cbbc633e66f17a4d411ecde1ffc980a279fc3d", + "hash": "86b7beab3444c0a832dd1344b5184b45e59749ff", "deps": ["devkit"] }, { @@ -10346,7 +10799,7 @@ }, { "file": "packages/react/src/migrations/update-12-0-0/use-react-jsx-in-tsconfig.spec.ts", - "hash": "8695e36948e82d782e6482acbdfee67f7271bcea", + "hash": "e6d41709a7114d4abc1a589558dc435b5af182af", "deps": ["devkit"] }, { @@ -10365,7 +10818,7 @@ }, { "file": "packages/react/src/migrations/update-13-0-0/migrate-storybook-to-webpack-5.spec.ts", - "hash": "dcbcff0f3fbfc6ea64fd080493f82970d21739aa", + "hash": "7ca1fa2fc7e8d07e94bc386494cb0f281dac3b9d", "deps": ["devkit"] }, { @@ -10375,7 +10828,7 @@ }, { "file": "packages/react/src/migrations/update-13-0-0/update-emotion-setup.spec.ts", - "hash": "4024a34dd93570de4695e9846b012426d9a3a803", + "hash": "748d039fe8d21856718a506a403f1732f083d1cf", "deps": ["devkit"] }, { @@ -10385,7 +10838,7 @@ }, { "file": "packages/react/src/migrations/update-13-0-0/webpack5-changes-utils.spec.ts", - "hash": "90d78f4ff68f8760da87f5b2c4dc03de36e8ba35", + "hash": "e087664a116b1e9ba45408f5b83066673007422e", "deps": ["devkit"] }, { @@ -10395,7 +10848,7 @@ }, { "file": "packages/react/src/migrations/update-13-10-0/update-13-10-0.spec.ts", - "hash": "39862a215b18e76217d5a590296fb4d7d85c94b2", + "hash": "499d3186ae15301fe62b681ab79a5316470d1811", "deps": ["devkit"] }, { @@ -10405,7 +10858,7 @@ }, { "file": "packages/react/src/migrations/update-14-0-0/add-default-development-configurations.spec.ts", - "hash": "e155445028910ddb0425ca68b2125c37c87942c6", + "hash": "9c1c3e9f3843620b386432c03fb313a10cb03d4c", "deps": ["devkit"] }, { @@ -10415,17 +10868,17 @@ }, { "file": "packages/react/src/migrations/update-14-0-0/replace-testing-library-react-hook.spec.ts", - "hash": "0c5e8670ff02a2deca806738c10365f70d40acf6", + "hash": "b4ab5067d67894dcca3573caefdf4b9f96049206", "deps": ["devkit"] }, { "file": "packages/react/src/migrations/update-14-0-0/replace-testing-library-react-hook.ts", - "hash": "fb269111db689ac0eac7be13160ab2da4dc1fb64", + "hash": "2709f98dab539541c83f863e7ae537834daa301f", "deps": ["devkit"] }, { "file": "packages/react/src/migrations/update-14-0-0/update-react-dom-render-for-v18.spec.ts", - "hash": "1e1629321bb1fd6b39483720ad00686715165cd6", + "hash": "97bf396d1ae18fb66cabbeaad7c4a84195b62aab", "deps": ["devkit", "npm:react", "npm:react-dom"] }, { @@ -10435,7 +10888,7 @@ }, { "file": "packages/react/src/migrations/update-14-1-0/update-external-emotion-jsx-runtime.spec.ts", - "hash": "e3d77e14bfc3757db6e39485c88c27862be71c10", + "hash": "50c6d8be8c4ee0a3fe6d730e151c55e85af689f3", "deps": ["devkit"] }, { @@ -10443,6 +10896,22 @@ "hash": "cdb281943340f9e9e01f99c88b8eff210f2ad44c", "deps": ["devkit", "web", "workspace"] }, + { + "file": "packages/react/src/migrations/update-14-6-0/add-preset-jest-config.spec.ts", + "hash": "4f73f7ebf2eb4bb29a40b78427c3aed186235028", + "deps": ["devkit"] + }, + { + "file": "packages/react/src/migrations/update-14-6-0/add-preset-jest-config.ts", + "hash": "11e185f355526ab54b04614e0e6b6e6b945218bc", + "deps": [ + "devkit", + "jest", + "workspace", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, { "file": "packages/react/src/migrations/utils/rules.ts", "hash": "2fbf009568e8cf09775ed1e9d3b0c4bddd89e3e4", @@ -10481,7 +10950,7 @@ }, { "file": "packages/react/src/module-federation/models.ts", - "hash": "ca83aa6b8a67f61d1b823442279b8557c8e5293c" + "hash": "1dbbc2e9a9bebb81e64cfdb4b29099c27c2d7f3d" }, { "file": "packages/react/src/module-federation/package-json.ts", @@ -10495,7 +10964,7 @@ }, { "file": "packages/react/src/module-federation/with-module-federation.ts", - "hash": "6a3dc17acf9f88ddfb93323f3d0048fe3964fac8", + "hash": "9434c27f85273f1a37fab7ec63f5091f05d73e8e", "deps": ["devkit", "workspace", "npm:typescript", "npm:webpack"] }, { @@ -10518,7 +10987,7 @@ }, { "file": "packages/react/src/utils/ast-utils.spec.ts", - "hash": "7122ae55de459cc3a0ce95381f296acdfa6314db", + "hash": "f34432049a8bf9ab8dc8044d62bfd80d8587bdb7", "deps": ["npm:typescript", "devkit"] }, { @@ -10541,6 +11010,11 @@ "file": "packages/react/src/utils/async-iterator.ts", "hash": "366ebbb21617b5dc4a4b8743f9cc763f3503fc25" }, + { + "file": "packages/react/src/utils/component-props.ts", + "hash": "3fcc45c190675a5217958c1872a58666b7c38d1a", + "deps": ["npm:typescript"] + }, { "file": "packages/react/src/utils/dependencies.ts", "hash": "8dcd07e1c1e5dd3705845c48ba8d3a59c9536c7e" @@ -10552,7 +11026,7 @@ }, { "file": "packages/react/src/utils/jest-utils.ts", - "hash": "89e534d699042cce75bc39279812694a6995f676" + "hash": "c44bc73429f700ab9940f635f864728a074e5c1a" }, { "file": "packages/react/src/utils/lint.ts", @@ -10570,7 +11044,7 @@ }, { "file": "packages/react/src/utils/versions.ts", - "hash": "ba3a941f282a36607df52d4f10cb2beefdd2cf4e" + "hash": "e6f85e4620f7ff6d93c91943273e903472701178" }, { "file": "packages/react/tailwind.ts", @@ -10619,7 +11093,7 @@ "files": [ { "file": "e2e/nx-plugin/jest.config.ts", - "hash": "5598b04cf04ea883368f2ab4d0e86819b37a99da" + "hash": "9174cd675d75c2b1092d58134ffe78a21c820a17" }, { "file": "e2e/nx-plugin/project.json", @@ -10631,7 +11105,7 @@ }, { "file": "e2e/nx-plugin/src/nx-plugin.test.ts", - "hash": "6c5a1b4da93328815e402f5ef51bf43a667fae5e", + "hash": "2a0b1e67dd8b7aa646aaa0fa2f53532775e01108", "deps": ["devkit", "e2e-utils"] }, { @@ -10654,27 +11128,16 @@ "files": [ { "file": "e2e/storybook/jest.config.ts", - "hash": "2a3a353089557beaccb6e959572990bbeaec66ab" + "hash": "38338dc0e542bc8a2bf5a89bd4bcb631a72cbe65" }, { "file": "e2e/storybook/project.json", "hash": "13a28e7410e00bdfdfa9d6b58b9af995ec61c76b" }, - { - "file": "e2e/storybook/src/storybook-angular.test.ts", - "hash": "80ae62f4cb71f98e0157c43fb0dab0fce2930f5d", - "deps": [ - "e2e-utils", - "npm:react", - "npm:@storybook/react", - "npm:@storybook/angular", - "npm:@angular/core" - ] - }, { "file": "e2e/storybook/src/storybook.test.ts", - "hash": "ac8df4b315f354ef6f313ec93e4bcb78cf538a04", - "deps": ["e2e-utils", "npm:react", "npm:@angular/core"] + "hash": "7ddf3a70d50f445ac108cfd7b4d571e91c926fd3", + "deps": ["e2e-utils", "npm:react"] }, { "file": "e2e/storybook/tsconfig.json", @@ -10700,7 +11163,7 @@ }, { "file": "packages/jest/executors.json", - "hash": "a5c9da9bd71a59d4af9227e36d36f0203692d15e" + "hash": "6a9afc165b61328225b5e622168ab5feedf28b5f" }, { "file": "packages/jest/generators.json", @@ -10712,11 +11175,11 @@ }, { "file": "packages/jest/jest.config.ts", - "hash": "23e1e8861801372686af0716b21752ca90ebb56e" + "hash": "6599d7763d782b4598a4b3d13d749f0663bf3943" }, { "file": "packages/jest/migrations.json", - "hash": "7fb23a2c49901cb97dd2675af959c122033e4ec1" + "hash": "444972308a7e01399c8219f334e47de7ab789096" }, { "file": "packages/jest/migrations.spec.ts", @@ -10724,11 +11187,12 @@ }, { "file": "packages/jest/package.json", - "hash": "3e2985e9ad8f6714193f6ed4aab1a501d6f66e4a", + "hash": "f1fa95fa6ebd830f7791483e5401e6e69a99bb48", "deps": [ "devkit", "npm:@phenomnomnominal/tsquery", "npm:chalk", + "npm:dotenv", "npm:identity-obj-proxy", "npm:rxjs", "npm:tslib" @@ -10744,11 +11208,11 @@ }, { "file": "packages/jest/preset/jest-preset.ts", - "hash": "dccfb6310bab820050aeac6a8261d76604752466" + "hash": "1c9c2c5bc126ea395ab69d34ee0b3e76e259e9c3" }, { "file": "packages/jest/project.json", - "hash": "2c7fefd3d7ea283600863f265986e043edeb195c" + "hash": "0586d43d064ecf93847b22c8731452693248f1aa" }, { "file": "packages/jest/README.md", @@ -10759,11 +11223,6 @@ "hash": "5e83b59b8ab03068f665347d06b3453e5931f876", "deps": ["devkit"] }, - { - "file": "packages/jest/src/executors/jest/hasher.ts", - "hash": "61728d17a0549a33b121c799eb73d43a4032daa1", - "deps": ["devkit"] - }, { "file": "packages/jest/src/executors/jest/jest.impl.spec.ts", "hash": "7af56a71f283465bf25bef62947a094f420fd162", @@ -10771,7 +11230,7 @@ }, { "file": "packages/jest/src/executors/jest/jest.impl.ts", - "hash": "94e845f798b05c077e6367ab1f3c81610667b9cc", + "hash": "31ff310910132b39afdbb19afdc0bbb79dea6a76", "deps": ["npm:dotenv", "npm:jest", "devkit"] }, { @@ -10780,7 +11239,7 @@ }, { "file": "packages/jest/src/executors/jest/schema.json", - "hash": "235d7e4789478a0b12056a896038ef8961c987fd" + "hash": "50f8e038ea57ba1e46e78cfc0b22513200965c45" }, { "file": "packages/jest/src/executors/jest/summary.ts", @@ -10793,12 +11252,12 @@ }, { "file": "packages/jest/src/generators/init/init.spec.ts", - "hash": "1fd0ef6cc48ec6f2360d915345320b5777b38d77", + "hash": "4e39b37c63418cd16c86ea75750f6fbcfd9a3661", "deps": ["devkit"] }, { "file": "packages/jest/src/generators/init/init.ts", - "hash": "2963925198aed065d324acbccb08f8d140b87541", + "hash": "d7bcb6b9a825a9622b47a6c0832eada4fe989279", "deps": ["devkit"] }, { @@ -10839,7 +11298,7 @@ }, { "file": "packages/jest/src/generators/jest-project/jest-project.spec.ts", - "hash": "09e0fd2c58eddd9a3c2a962a4375a2ada47b8cac", + "hash": "de66d5847531ca7802211243f5a65c2d1776d9fd", "deps": ["devkit"] }, { @@ -10902,7 +11361,7 @@ }, { "file": "packages/jest/src/migrations/update-12-6-0/update-base-jest-config.spec.ts", - "hash": "11ad9b17747ec5e00f3f3de74fadd30ad561e48d", + "hash": "eb4bce7179be1c7d34f1e4568df065de9d300386", "deps": ["devkit", "npm:prettier"] }, { @@ -10912,7 +11371,7 @@ }, { "file": "packages/jest/src/migrations/update-13-1-2/update-tsconfigs-for-tests.spec.ts", - "hash": "00734c31b0748d15ba97d31bc4f6380447b1f40d", + "hash": "362ae3f2d380d117b8cd81a1938df03af8a205fe", "deps": ["devkit"] }, { @@ -10922,7 +11381,7 @@ }, { "file": "packages/jest/src/migrations/update-13-4-4/add-missing-root-babel-config.spec.ts", - "hash": "4aa160abf8dac987127e08ddb4f1062f1b580514", + "hash": "ba698ee3c40c4aa05eb17390ffedb060ab62588b", "deps": ["devkit"] }, { @@ -10932,16 +11391,16 @@ }, { "file": "packages/jest/src/migrations/update-14-0-0/__snapshots__/update-jest-config-ext.spec.ts.snap", - "hash": "d5a5826a709debb6faa3f08c9019626e99bdf649" + "hash": "6b60da1d51d4b812f2742e004c826892cea4b551" }, { "file": "packages/jest/src/migrations/update-14-0-0/update-jest-config-ext.spec.ts", - "hash": "8e8c71d3ce2ef285351a4a3acff6b5dbce65cd6c", + "hash": "c2c404892740142d266f06cefa0fd22011ade718", "deps": ["devkit", "workspace"] }, { "file": "packages/jest/src/migrations/update-14-0-0/update-jest-config-ext.ts", - "hash": "25044ce893453092f3b2e437cfe04c99edb5bb35", + "hash": "6416a7452d211418644484537b89cdf24fab2477", "deps": ["devkit", "workspace"] }, { @@ -10950,12 +11409,42 @@ }, { "file": "packages/jest/src/migrations/update-14-1-5/update-exports-jest-config.spec.ts", - "hash": "61ccc54797ae9595bd4481383de72de08c4fb9e0", + "hash": "a0552fb516a78ab44a9801928c0892fdad9f0059", "deps": ["devkit", "workspace"] }, { "file": "packages/jest/src/migrations/update-14-1-5/update-exports-jest-config.ts", - "hash": "8434833c9fc7073a8736a108eaed6d0a7a0e7aec", + "hash": "1befefbeaddffd0a741da679d2f3126778c2b41a", + "deps": [ + "devkit", + "workspace", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, + { + "file": "packages/jest/src/migrations/update-14-6-0/update-configs-jest-28.spec.ts", + "hash": "b643f0793831c771222f4ae302b19e90489d7390", + "deps": ["devkit", "workspace"] + }, + { + "file": "packages/jest/src/migrations/update-14-6-0/update-configs-jest-28.ts", + "hash": "8b15c9ddd621b94af8a515e05fb0fc262297e3cf", + "deps": [ + "devkit", + "workspace", + "npm:@phenomnomnominal/tsquery", + "npm:typescript" + ] + }, + { + "file": "packages/jest/src/migrations/update-14-6-0/update-tests-jest-28.spec.ts", + "hash": "fe9aa035982f24ef9719b7399e29ae4de396b855", + "deps": ["devkit", "workspace", "nx"] + }, + { + "file": "packages/jest/src/migrations/update-14-6-0/update-tests-jest-28.ts", + "hash": "4f9326f838e8237cd3ce628e5cbb1a10758b26b5", "deps": [ "devkit", "workspace", @@ -11029,7 +11518,7 @@ }, { "file": "packages/jest/src/utils/versions.ts", - "hash": "13ddb029e9007a498c2f7bc1a0c72f845e02921f" + "hash": "46a8e4c375037519075b70b7242f9ad0ca916e20" }, { "file": "packages/jest/tsconfig.json", @@ -11067,11 +11556,11 @@ }, { "file": "packages/nest/jest.config.ts", - "hash": "5fe74f20debdf252fd18722fe771389d569c8496" + "hash": "a6f7bbd8a2b4e10826f4cd0d3af630c76f3bac51" }, { "file": "packages/nest/migrations.json", - "hash": "5e5ed83f0ca8487cb5cde26006fea7dd481fc7bb" + "hash": "ca5e8ffd86bd3d9c0a86b6b967d60e4cf8b1d6e5" }, { "file": "packages/nest/migrations.spec.ts", @@ -11079,7 +11568,7 @@ }, { "file": "packages/nest/package.json", - "hash": "03c738fc7e5a725ca24d7a15caf5d6d035f6d281", + "hash": "4d055f3c9aabb3d9814485734f0b0211d2f87376", "deps": [ "npm:@nestjs/schematics", "devkit", @@ -11091,7 +11580,7 @@ }, { "file": "packages/nest/project.json", - "hash": "fb20e1e0a7917014ee12994f185a3e4e6eacf7c3" + "hash": "c821c8d6a3d0325c7b3369dd624b5f133f5586f6" }, { "file": "packages/nest/README.md", @@ -11099,8 +11588,8 @@ }, { "file": "packages/nest/src/generators/application/application.spec.ts", - "hash": "434e27688af538de4a3af31b4fc51156d43adade", - "deps": ["angular", "devkit", "npm:semver"] + "hash": "c805451f985d567ffb4d0a23ac8b4f004b2fee55", + "deps": ["devkit"] }, { "file": "packages/nest/src/generators/application/application.ts", @@ -11189,11 +11678,11 @@ }, { "file": "packages/nest/src/generators/convert-tslint-to-eslint/__snapshots__/convert-tslint-to-eslint.spec.ts.snap", - "hash": "9eb64b40dc6674930a6866476a03eede2f642957" + "hash": "4a8d624aa79522a890bbeaf95034906d1afe9365" }, { "file": "packages/nest/src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint.spec.ts", - "hash": "0ed8b58633e2f38d67a33d5d133dff732f7c7ea0", + "hash": "66eefc0cacc10fca04a0ec3e2a33d65f1bf71d08", "deps": ["devkit", "linter"] }, { @@ -11263,7 +11752,7 @@ }, { "file": "packages/nest/src/generators/init/init.spec.ts", - "hash": "81fe0918b648f18e5b9a6b34b78f53586089975f", + "hash": "3c2bc9e203ff9c472279ddfd78fcc42fb3515dcb", "deps": ["devkit"] }, { @@ -11273,8 +11762,8 @@ }, { "file": "packages/nest/src/generators/init/lib/add-dependencies.ts", - "hash": "c35a43750ac76c68de9f4d2d338e3268a4c82a62", - "deps": ["devkit", "npm:semver"] + "hash": "9011a765ceac162858ebc9be0845b5d46c26413c", + "deps": ["devkit"] }, { "file": "packages/nest/src/generators/init/lib/index.ts", @@ -11380,7 +11869,7 @@ }, { "file": "packages/nest/src/generators/library/library.spec.ts", - "hash": "79cc0abbac7a10698632baf195556e03b91596a2", + "hash": "b6b95bf258e362acd386e29c919ea7e56255c20d", "deps": ["devkit"] }, { @@ -11516,7 +12005,7 @@ }, { "file": "packages/nest/src/generators/utils/testing.ts", - "hash": "d5bf8483ca91c9cfb1a4a0c8015f3ac623163454", + "hash": "920c91ebbc4cc54ce80b59e062f1dd60fce3f89f", "deps": ["devkit"] }, { @@ -11535,7 +12024,7 @@ }, { "file": "packages/nest/src/migrations/update-13-2-0/update-to-nest-8.ts", - "hash": "b7a6862c1c2fbf86523ccfb5a303a4a5fb4d46ee", + "hash": "d0e9f732cb62af014fc0b8295e9d3fc8e5cf6ffa", "deps": ["devkit", "workspace", "npm:semver", "npm:enquirer"] }, { @@ -11545,7 +12034,7 @@ }, { "file": "packages/nest/src/utils/versions.ts", - "hash": "ec65c3251e79f6d8393e1be778d15fe16e952708" + "hash": "5e6fcad1faab878dff7b95846ce5743556d55987" }, { "file": "packages/nest/tsconfig.json", @@ -11583,7 +12072,7 @@ }, { "file": "packages/next/generators.json", - "hash": "b359bee881eaa9995e032289e68d015fd0b1b004" + "hash": "cabfd86d53426dc0ee9adab1e3c681ca8abdd696" }, { "file": "packages/next/index.ts", @@ -11591,11 +12080,11 @@ }, { "file": "packages/next/jest.config.ts", - "hash": "6c4aee53a852717f81ee90d5083d20af1c6cb7c4" + "hash": "060bb7efe609ea20f5c25e6951f45c6056e8dc70" }, { "file": "packages/next/migrations.json", - "hash": "580e6d3749530df3f6552507ccf44654aaa740ea" + "hash": "997ccdb4582b37e589a955301d1c1bb83d9920d3" }, { "file": "packages/next/migrations.spec.ts", @@ -11603,7 +12092,7 @@ }, { "file": "packages/next/package.json", - "hash": "90967f485d846a8ff4780002fbfc5a63d229a236", + "hash": "c062fc9e8dc40688c396cbc2ce5bc48e345cbc1a", "deps": [ "cypress", "devkit", @@ -11614,8 +12103,11 @@ "workspace", "npm:@svgr/webpack", "npm:chalk", + "npm:dotenv", "npm:eslint-config-next", "npm:fs-extra", + "npm:ignore", + "npm:semver", "npm:ts-node", "npm:tsconfig-paths", "npm:url-loader", @@ -11625,22 +12117,22 @@ }, { "file": "packages/next/plugins/with-less.ts", - "hash": "6ff84b895f89f5962b12d975cfb5f2a5c768aca0", + "hash": "7651e320e88bf63a4746ddffe7a52a3a1dabeb59", "deps": ["npm:webpack-merge", "npm:next"] }, { "file": "packages/next/plugins/with-nx.ts", - "hash": "87632b14a926f494a6b8f80349a4bd60d3789acf", - "deps": ["npm:next", "devkit"] + "hash": "b514058a014afb36f8dab665e8a9d27fed7e17f1", + "deps": ["npm:next", "devkit", "npm:@nrwl/next"] }, { "file": "packages/next/plugins/with-stylus.ts", - "hash": "71c6b001b8c1c9d4273cba1db74e0f9f7b048704", + "hash": "f3a6bbd478d02c0e9940e4ebe3ab662456b53ebe", "deps": ["npm:webpack-merge", "npm:next"] }, { "file": "packages/next/project.json", - "hash": "3c8443726038d86351ec26215e1ebe75e615acfc" + "hash": "418a845de57b973d951815f9356791bdb3dabc5b" }, { "file": "packages/next/README.md", @@ -11648,12 +12140,13 @@ }, { "file": "packages/next/src/executors/build/build.impl.ts", - "hash": "7ecfdea5e6368c067c80e2c5b15111fa177cf8f6", + "hash": "bc3ad5be78ea4552abd720741a2a5358b4a3bd24", "deps": [ "npm:dotenv", "devkit", "npm:next", "npm:fs-extra", + "npm:semver", "workspace" ] }, @@ -11674,12 +12167,12 @@ }, { "file": "packages/next/src/executors/build/lib/create-package-json.ts", - "hash": "f82af8a2bad5ebecb0f970bbc3daa6ae623285f1", + "hash": "2d28b9dc192906ed4306289d76d873e628712903", "deps": ["devkit", "workspace"] }, { "file": "packages/next/src/executors/build/schema.json", - "hash": "067d3ace015e8e84b350431570a1cafcbf9855b6" + "hash": "aebfa724d7e2c2ca53dc7f092507d20e902fcf22" }, { "file": "packages/next/src/executors/export/compat.ts", @@ -11688,7 +12181,7 @@ }, { "file": "packages/next/src/executors/export/export.impl.ts", - "hash": "c7d8e6f89ce8afaf6e62310e726b4f9ea4f144a4", + "hash": "d838836c1d1c6309daa6c13717d217bd68faa67e", "deps": ["npm:dotenv", "devkit", "npm:next", "workspace"] }, { @@ -11707,7 +12200,7 @@ }, { "file": "packages/next/src/executors/server/lib/default-server.ts", - "hash": "a788302428902397c73a72f126ee7bd1a3eda582", + "hash": "72fe9948f25db50349280e60abbf680b4d2f3a77", "deps": ["npm:express", "npm:next"] }, { @@ -11717,21 +12210,21 @@ }, { "file": "packages/next/src/executors/server/schema.json", - "hash": "140dc0c1b9a509f06e90c9e61bf240a8a586abd7" + "hash": "26954547baeb81d32909c1e58140245eec65aa61" }, { "file": "packages/next/src/executors/server/server.impl.ts", - "hash": "179c60d5d3b76d78820bb8633c933de41bbdfa69", + "hash": "53a50d1eec58f85dea778422591d219c4502f653", "deps": ["npm:dotenv", "devkit", "npm:chalk", "workspace"] }, { "file": "packages/next/src/generators/application/application.spec.ts", - "hash": "30e5a94e52a73995441caddedf597c6cf06a533a", + "hash": "656bd5fa931f047adb17726c113fd0de7c3cdc69", "deps": ["linter", "devkit"] }, { "file": "packages/next/src/generators/application/application.ts", - "hash": "dad3169ac123f4f65f3a1e1336e58904e7621dd7", + "hash": "3ab94d6770b28e3edbd4582565a76ff661c8c4f9", "deps": ["devkit", "workspace"] }, { @@ -11748,7 +12241,7 @@ }, { "file": "packages/next/src/generators/application/files/next.config.js__tmpl__", - "hash": "b83bcaec74081a0508442fc1e31e053e00abc9fa" + "hash": "fcc4650a987bd517a3650ea0021f90d5d5ac2bf1" }, { "file": "packages/next/src/generators/application/files/pages/__fileName__.module.__style__", @@ -11764,7 +12257,7 @@ }, { "file": "packages/next/src/generators/application/files/pages/_document.tsx__tmpl__", - "hash": "bc455408859b6601f5e066a589c1147c2ead8d67" + "hash": "5028c978e5aec1c44ccae501c03baf406eb4bcb3" }, { "file": "packages/next/src/generators/application/files/pages/styles.__stylesExt____tmpl__", @@ -11794,17 +12287,17 @@ }, { "file": "packages/next/src/generators/application/lib/add-linting.ts", - "hash": "515a45e6efc1ffe9caf19b8947e8107d67d2ab9a", + "hash": "95be3560fa48389e80a6f69ad7f2097a775c099e", "deps": ["linter", "devkit", "react", "workspace"] }, { "file": "packages/next/src/generators/application/lib/add-project.ts", - "hash": "7f0dc5b1cd8d19e0526bc5714906be596b1115af", + "hash": "a99e9766cb978ff86576b146f08876fda2685420", "deps": ["devkit"] }, { "file": "packages/next/src/generators/application/lib/create-application-files.helpers.ts", - "hash": "6150fb19084acebc333904262facbc5379911e7f" + "hash": "31ac728948215fc8018ddff010b0fa8e5ba148fb" }, { "file": "packages/next/src/generators/application/lib/create-application-files.ts", @@ -11833,35 +12326,56 @@ }, { "file": "packages/next/src/generators/application/schema.d.ts", - "hash": "f043c058d89869be7792b4d335f339ab5a230363", + "hash": "d41b279e2767096da88e997da6ae6ca6835dcbaf", "deps": ["linter", "react"] }, { "file": "packages/next/src/generators/application/schema.json", - "hash": "aa1c2a767805e5ca769c3a968c532741c3e4435d" + "hash": "3df88fe28bb32ddada583ceddc47b739f7357fbf" }, { "file": "packages/next/src/generators/component/component.spec.ts", - "hash": "f49495e4257280999244d91024625f47b2770ad4", + "hash": "87b16cb9af896b407e4adda738ee5f15a9c3e730", "deps": ["devkit", "react", "linter"] }, { "file": "packages/next/src/generators/component/component.ts", - "hash": "bf95798dcf9cd36da3dff7e20390398168d38bc7", - "deps": ["react", "devkit", "workspace"] + "hash": "e0e613abcd7da193c29bd5bb1e73650deefac980", + "deps": ["devkit", "react", "workspace"] }, { "file": "packages/next/src/generators/component/schema.json", "hash": "411a8a2498e929f8023a4a871cd79944c37185e2" }, + { + "file": "packages/next/src/generators/custom-server/custom-server.ts", + "hash": "7a5d8daff52fec4fdfa779e7c7e64e5ff71ccb73", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/generators/custom-server/files/server/main.ts__tmpl__", + "hash": "01ffab21ff1582c5de47620bf47ad0338e6e6fb2" + }, + { + "file": "packages/next/src/generators/custom-server/files/tsconfig.server.json__tmpl__", + "hash": "84776020351a944f6c85cbb4c2c60f1ee1e21550" + }, + { + "file": "packages/next/src/generators/custom-server/schema.d.ts", + "hash": "7e30711f6d63b1176557b6a477eb21c57c998b99" + }, + { + "file": "packages/next/src/generators/custom-server/schema.json", + "hash": "76f5ef9134002787de0e65002dd3ec7df5619a75" + }, { "file": "packages/next/src/generators/init/init.spec.ts", - "hash": "c21445e8426681538ef9ae49f56b80f0dd7d787c", + "hash": "fbda92ec3acb9abbca92f6e247b78773839fe2bd", "deps": ["devkit"] }, { "file": "packages/next/src/generators/init/init.ts", - "hash": "0da2ff08ce9d04e8122ae818f56b202c1ad916a1", + "hash": "0f08db7e2eedcaea8c96d5c47297d7ef5c0bc670", "deps": ["devkit", "workspace", "jest", "cypress", "react"] }, { @@ -11874,18 +12388,18 @@ }, { "file": "packages/next/src/generators/library/library.spec.ts", - "hash": "d572a09f88dfe5898f4bbacff197266f7e4d9856", - "deps": ["devkit", "linter"] + "hash": "23d957e98948c2d04f894bcabf5a71ffce943ecd", + "deps": ["cypress", "devkit", "linter"] }, { "file": "packages/next/src/generators/library/library.ts", - "hash": "d3747916bc274b17c4f5cd87232d0b556f88c35a", - "deps": ["react", "devkit", "workspace"] + "hash": "25dbfa1a9d8be57828f1ef9402056d82148ca640", + "deps": ["devkit", "react", "workspace"] }, { "file": "packages/next/src/generators/library/schema.d.ts", - "hash": "3d53819fae8658a959c2dc704b5a0db59470ba14", - "deps": ["react", "linter"] + "hash": "d3da5279f068bda81348de120697a545ef640312", + "deps": ["linter", "react"] }, { "file": "packages/next/src/generators/library/schema.json", @@ -11893,7 +12407,7 @@ }, { "file": "packages/next/src/generators/page/page.spec.ts", - "hash": "ef5ee90b6ea29ab09fbe9f7e92e44d234947cd8e", + "hash": "34cd2b4a37b252fa8c53aef6524d600f21c441e1", "deps": ["devkit"] }, { @@ -11937,7 +12451,7 @@ }, { "file": "packages/next/src/migrations/update-11-5-0/remove-tsconfig-app-11-5-0.spec.ts", - "hash": "9a11df5a3ba4b3acf98ed51e228333bf154bb7e1", + "hash": "c03a9232ef6adb6cc7d5cb32ae20fa7ae148746b", "deps": ["devkit"] }, { @@ -11947,7 +12461,7 @@ }, { "file": "packages/next/src/migrations/update-11-5-0/update-babel-config.spec.ts", - "hash": "b55a6e6453023a9b9b3259793b6e01f83fcc34e4", + "hash": "56e24a7764c2591b8ef488e797a690fcebe49502", "deps": ["devkit"] }, { @@ -11957,7 +12471,7 @@ }, { "file": "packages/next/src/migrations/update-11-6-0/add-js-include-11-6-0.spec.ts", - "hash": "a9d71c980d78e2aa866501f826d71fb9c7bd18c5", + "hash": "13f4bcd63fb63ac927a801dc5e6bd5c935e00be7", "deps": ["devkit"] }, { @@ -11967,7 +12481,7 @@ }, { "file": "packages/next/src/migrations/update-12-10-0/fix-page-dir-for-eslint.spec.ts", - "hash": "28456d9731ecb8f1565c681994fe855405c25ae8", + "hash": "9fdf98a6513ad10d436c8f0b5c60a9ae67408dc4", "deps": ["devkit"] }, { @@ -11977,7 +12491,7 @@ }, { "file": "packages/next/src/migrations/update-12-6-0/add-next-eslint.spec.ts", - "hash": "e7313628fbb220c532be731e0c4cd3582aa37aa6", + "hash": "55f5f8e45379cffcb66971597eb86e10791850c1", "deps": ["devkit"] }, { @@ -11987,7 +12501,7 @@ }, { "file": "packages/next/src/migrations/update-12-8-0/remove-styled-jsx-babel-plugin.spec.ts", - "hash": "a0bd71158c3039d1deda2b8473f213bb296ba2b4", + "hash": "22c0c2b47f53ce6e9111b152b0ff03f6975f33b9", "deps": ["devkit", "linter"] }, { @@ -11997,7 +12511,7 @@ }, { "file": "packages/next/src/migrations/update-13-0-0/update-emotion-setup.spec.ts", - "hash": "b379c085764547e31f2ef56aa774e79a96264675", + "hash": "6116d1092d6b3709ff30b2fe2775c848e2bf1fc9", "deps": ["devkit"] }, { @@ -12007,7 +12521,7 @@ }, { "file": "packages/next/src/migrations/update-13-0-0/update-to-webpack-5.spec.ts", - "hash": "427095e7859afb390d110b874f7993b585591878", + "hash": "5ee7c2bfa8852d7a1391478aa16031cec3771ff5", "deps": ["devkit"] }, { @@ -12022,7 +12536,7 @@ }, { "file": "packages/next/src/migrations/update-13-1-1/enable-swc.spec.ts", - "hash": "a673b33dc08e1ab1c056eb39127b4ae50cea5636", + "hash": "07ce317f3f223b56d8248be50779a0ea6b717be6", "deps": ["devkit"] }, { @@ -12032,7 +12546,7 @@ }, { "file": "packages/next/src/migrations/update-14-0-0/add-default-development-configurations.spec.ts", - "hash": "de8f93179349715ebaea13edddc27d0e17fb6b2e", + "hash": "df341d82b8a31b83f0dc0d7f6741a1ab9c1e19b8", "deps": ["devkit"] }, { @@ -12040,6 +12554,41 @@ "hash": "0242eba1711c677ca7a792020642e9bbcf11764a", "deps": ["devkit"] }, + { + "file": "packages/next/src/migrations/update-14-4-3/add-dev-output-path.spec.ts", + "hash": "d09b8b05590c5a3eb90d49b7a830b75e4766bab7", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-4-3/add-dev-output-path.ts", + "hash": "eaeaabc7af8ca2a3661a79751bd344ee68409f7b", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-5-3/add-gitignore-entry.ts", + "hash": "6f078505f3ead5271cebcaa9d61c459d01ffccb8", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-5-3/update-dev-output-path.spec.ts", + "hash": "9dc5354adab077143ef2ca428557576d9865d428", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-5-3/update-dev-output-path.ts", + "hash": "1bbf5fa94c8f74c61dab78b5e7f70a8e7c049309", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-5-7/update-next-eslint.spec.ts", + "hash": "95e5a343492875229cf811b11dd440eb4924d758", + "deps": ["devkit"] + }, + { + "file": "packages/next/src/migrations/update-14-5-7/update-next-eslint.ts", + "hash": "e21930a6ad5f9d12bcd1cb8aaf5c3c584eddaeb8", + "deps": ["devkit"] + }, { "file": "packages/next/src/migrations/update-8-10-0/update-8-10-0.ts", "hash": "44354a45ff6fafe1d9f7a5e3c6fa15e2be6be673", @@ -12052,7 +12601,7 @@ }, { "file": "packages/next/src/migrations/update-9-2-0/create-next-config.ts", - "hash": "1e8aecb780ec712a95fb959ef5f2ae169ac451a8", + "hash": "46f9e8a9989b9c6ecb64e89654416ef3d0b2d7fd", "deps": ["npm:@angular-devkit/schematics", "workspace"] }, { @@ -12060,9 +12609,14 @@ "hash": "701780ffc8b86ee475b32564c86d963a8b89ebb4", "deps": ["npm:@angular-devkit/schematics", "workspace"] }, + { + "file": "packages/next/src/utils/add-gitignore-entry.ts", + "hash": "561d6201d2b5d6b645cbc2e1ca958a0293d1b3c1", + "deps": ["nx", "npm:ignore"] + }, { "file": "packages/next/src/utils/buildable-libs.ts", - "hash": "2d74ebb2432572532f2bd87f2d0a11835a3a7641", + "hash": "a12ae0723dfe75c51455440d36d18ec1c260154b", "deps": ["workspace", "npm:chalk", "devkit"] }, { @@ -12079,12 +12633,12 @@ }, { "file": "packages/next/src/utils/config.spec.ts", - "hash": "0de707596aaff60bb5d40929dc26586702d40d7d", + "hash": "f507d0f3c617e5ddc57cbbfa25b260c9f9d1d616", "deps": ["npm:tsconfig-paths-webpack-plugin", "npm:memfs"] }, { "file": "packages/next/src/utils/config.ts", - "hash": "de79d6fe9acdabd3c85b182217813e14ca69eea4", + "hash": "a01c52eeec29a7d0f44af762cb93975afc68af82", "deps": [ "devkit", "npm:next", @@ -12095,14 +12649,14 @@ ] }, { - "file": "packages/next/src/utils/generate-globs.ts", - "hash": "af4239594c12e1fc2e0e88c72b935161768d8a83", - "deps": ["devkit", "nx"] + "file": "packages/next/src/utils/constants.ts", + "hash": "6276788cd8b47f9208de0a416cad9d766cc2c956", + "deps": ["npm:next"] }, { - "file": "packages/next/src/utils/require-shim.ts", - "hash": "2e9cf5254486d36ab64c3c1a45cbbc9fe9702cb0", - "deps": ["npm:next"] + "file": "packages/next/src/utils/generate-globs.ts", + "hash": "128da842a07b575ca5e8c2fa84f46ef7ac737ffb", + "deps": ["devkit", "nx"] }, { "file": "packages/next/src/utils/styles.ts", @@ -12111,16 +12665,16 @@ }, { "file": "packages/next/src/utils/types.ts", - "hash": "32f5bf56f4a12009a5ee9ef8146f19eeb039afc4" + "hash": "881b7844375ab75440faa40c2ef573e93784f4c6" }, { "file": "packages/next/src/utils/versions.ts", - "hash": "3809654594a881da3bf40b09f11b7a90d288149b" + "hash": "63381120b9860138371c570bdab87e50bddec085" }, { "file": "packages/next/tailwind.ts", - "hash": "d61c907939d0d65cec6cd537ea479b25b345c383", - "deps": ["workspace"] + "hash": "09436dfa9a76198192a1c4bac00bdeb1fdbe345c", + "deps": ["react"] }, { "file": "packages/next/tsconfig.json", @@ -12167,11 +12721,11 @@ }, { "file": "packages/node/jest.config.ts", - "hash": "ec1096a9d0e48fd7df613a4ae7624831b215820f" + "hash": "67a45930213d67c3d150bb9bd6e8bbba25650ace" }, { "file": "packages/node/migrations.json", - "hash": "efefd267fa0f35dd21b6f51d65dd6015b74ab080" + "hash": "b2dbd2ea0005ded657e12cca149149c8cf035ed6" }, { "file": "packages/node/migrations.spec.ts", @@ -12179,7 +12733,7 @@ }, { "file": "packages/node/package.json", - "hash": "a81042bfad8c4700f472d7f1a3c92700e2818980", + "hash": "47c9d19eec1e35e884a26baef50ee1bf701b89e9", "deps": [ "devkit", "jest", @@ -12188,13 +12742,13 @@ "workspace", "npm:chalk", "npm:copy-webpack-plugin", + "npm:dotenv", "npm:enhanced-resolve", "npm:fork-ts-checker-webpack-plugin", "npm:fs-extra", "npm:glob", "npm:license-webpack-plugin", "npm:rxjs", - "npm:rxjs-for-await", "npm:source-map-support", "npm:terser-webpack-plugin", "npm:tree-kill", @@ -12210,7 +12764,7 @@ }, { "file": "packages/node/project.json", - "hash": "d9b74eb98b95105460b19d2b260d097580483bb4" + "hash": "128e2d5d6c1a6641930a4d970ae089fcc32cc49f" }, { "file": "packages/node/README.md", @@ -12221,18 +12775,10 @@ "hash": "44014a83a152af632a49566a4bf71e25d4ef7b1d", "deps": ["devkit"] }, - { - "file": "packages/node/src/executors/node/node-with-require-overrides.ts", - "hash": "6d152d5adacb738b70c96273f7ff21044f54c235" - }, { "file": "packages/node/src/executors/node/node.impl.ts", - "hash": "eafe667a08518c547f669dcdefa1c37789e0063d", - "deps": ["devkit", "workspace", "nx", "npm:tree-kill"] - }, - { - "file": "packages/node/src/executors/node/schema.d.ts", - "hash": "8ce910c7c70a50fa5be2e84100c31ec705992808" + "hash": "e276961b4443fb1725b5ba33a2fb46555190f43f", + "deps": ["devkit", "js"] }, { "file": "packages/node/src/executors/node/schema.json", @@ -12245,33 +12791,32 @@ }, { "file": "packages/node/src/executors/webpack/schema.json", - "hash": "923723cec9a77b337def9e494f611d0ca3ada81e" + "hash": "756c74d362cd6dead7f820a1c56f3c4cdd58c05f" }, { "file": "packages/node/src/executors/webpack/webpack.impl.spec.ts", - "hash": "bf4ee4ca3a3ae1d25aa6fd750612c43ff4af3e2b", + "hash": "581570ec5569fbd79c46001fa411ab3a97fbf531", "deps": ["devkit", "npm:rxjs"] }, { "file": "packages/node/src/executors/webpack/webpack.impl.ts", - "hash": "76e6307c917a606139f40693cb9e7a79bbc780bc", + "hash": "e5fcfec7f7b223a04f6d09279243194d0321324d", "deps": [ "npm:dotenv", "devkit", "workspace", "npm:rxjs", - "npm:rxjs-for-await", "npm:ts-node" ] }, { "file": "packages/node/src/generators/application/application.spec.ts", - "hash": "1738836028c860de25b104e2267e12bd572a1592", + "hash": "2eb3797382bb34011e783d9ac2846eb15a9693ee", "deps": ["devkit"] }, { "file": "packages/node/src/generators/application/application.ts", - "hash": "a5c86443c1be9ba87850c0f1ed839f28056731b2", + "hash": "ab21b852fb06a418d6cedef1161b8528d42fd2a5", "deps": ["devkit", "linter", "jest", "workspace"] }, { @@ -12313,7 +12858,7 @@ }, { "file": "packages/node/src/generators/init/init.spec.ts", - "hash": "bb9c40d508e3311fdc5dc8f3afa953e6597c355a", + "hash": "b329df81f2d5e107b52d0f3ffda55c5c0ca383e8", "deps": ["devkit"] }, { @@ -12347,13 +12892,13 @@ }, { "file": "packages/node/src/generators/library/library.spec.ts", - "hash": "95919c10a5d3816b618e0df3792ab8e67663d6c8", + "hash": "6781a110036099f9e48ff9afdbf7da1b4f26fb8e", "deps": ["devkit"] }, { "file": "packages/node/src/generators/library/library.ts", - "hash": "43f5d3798459248cccf362276cce9bf84c187f2e", - "deps": ["devkit", "workspace"] + "hash": "5e987ea36becd3fc3fc4d82b209c74d2663e8a59", + "deps": ["devkit", "nx", "workspace"] }, { "file": "packages/node/src/generators/library/schema.d.ts", @@ -12376,7 +12921,7 @@ }, { "file": "packages/node/src/migrations/update-13-0-0/remove-deprecated-options-13-0-0.spec.ts", - "hash": "66c1a880ebd6ed6bb541c1b7e61e39b461244d10", + "hash": "49028716d4f70bfb196813cebd05dff5d92e6e06", "deps": ["devkit"] }, { @@ -12386,7 +12931,7 @@ }, { "file": "packages/node/src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0.spec.ts", - "hash": "f5ccdaafe3309d83cd4c2fe74b2378c3d0c4f9c6", + "hash": "d2260fa442811cca54f4bc0c0c5e6fd3a00bed4c", "deps": ["devkit"] }, { @@ -12396,7 +12941,7 @@ }, { "file": "packages/node/src/migrations/update-13-8-5/rename-build-to-webpack.spec.ts", - "hash": "9ac591917f6f8c8309f6ead722b8e03cafc5befb", + "hash": "bce6c77b9aa03f268a3a50ef79c36e3c39353af9", "deps": ["devkit"] }, { @@ -12406,7 +12951,7 @@ }, { "file": "packages/node/src/migrations/update-13-8-5/rename-execute-to-node.spec.ts", - "hash": "b24b6af48f6f31877a3271f336975867371ec56c", + "hash": "ad51fdc9d9af438be55eb7ae1a85be52dc980c29", "deps": ["devkit"] }, { @@ -12416,7 +12961,7 @@ }, { "file": "packages/node/src/migrations/update-13-8-5/update-package-to-tsc.spec.ts", - "hash": "ca376c437b480a408623f8ef43cd9081cff73a03", + "hash": "663bf7239545cb35d3c6b3870eea12e002202b1e", "deps": ["devkit"] }, { @@ -12444,7 +12989,7 @@ }, { "file": "packages/node/src/utils/config.ts", - "hash": "a86adf3315e79d285b5cf53f3fc98f7a296821b7", + "hash": "71a428beba10059598176f5180fba2aadd74516b", "deps": [ "workspace", "npm:license-webpack-plugin", @@ -12462,7 +13007,7 @@ }, { "file": "packages/node/src/utils/generate-package-json-webpack-plugin.ts", - "hash": "22060035b3f4815cfcd37c8d9480166a05abe2f7", + "hash": "6a6c33313570046f5e1e74b42b8ac345ba545b7d", "deps": ["npm:webpack", "devkit", "workspace", "js"] }, { @@ -12505,12 +13050,12 @@ }, { "file": "packages/node/src/utils/types.ts", - "hash": "cd51238ca7e2792ae7a9f4f9e9464aa24db335be", + "hash": "a7c98b3a60e0956838e708990523c519883ba9a5", "deps": ["npm:typescript"] }, { "file": "packages/node/src/utils/versions.ts", - "hash": "301192d9952237e68d8e5752718ae4391bbdc101" + "hash": "87baad502a43971ee60ba66ac56d1ff63651fdee" }, { "file": "packages/node/tsconfig.json", @@ -12536,7 +13081,7 @@ "files": [ { "file": "nx-dev/nx-dev/.eslintrc.json", - "hash": "b8b29b78f406491c8a9e40e042e6738fc5629865" + "hash": "80cd340dbc74cb054a4171b25994798825a88d19" }, { "file": "nx-dev/nx-dev/index.d.ts", @@ -12544,12 +13089,12 @@ }, { "file": "nx-dev/nx-dev/jest.config.ts", - "hash": "1b7406713670ce51f4006eb48f30cff5bd85dc0f", + "hash": "e07f9a27a508b0a462a00bb719241461696d6844", "deps": ["jest"] }, { "file": "nx-dev/nx-dev/lib/api.ts", - "hash": "f08d06be5b0a021324f5a972c9ff3a3c0e90e930", + "hash": "4f68e16333ab86a36203a3364555ec69e2fffed7", "deps": [ "nx-dev-data-access-documents", "nx-dev-data-access-menu", @@ -12567,12 +13112,12 @@ }, { "file": "nx-dev/nx-dev/next.config.js", - "hash": "e864c1594fa5a7ab5974feb4436e088bff27d7ff", + "hash": "3e46cb3822cd7e7ead9b308ab45afeaf43ec08b5", "deps": ["npm:fs-extra"] }, { "file": "nx-dev/nx-dev/pages/_app.tsx", - "hash": "c39cbe8cb89363411ab3e52fb93538cc8372aed7", + "hash": "d3eb21e8c778e6c0c8b069039da7e465d8559360", "deps": [ "nx-dev-feature-analytics", "nx-dev-ui-common", @@ -12583,12 +13128,12 @@ }, { "file": "nx-dev/nx-dev/pages/_document.tsx", - "hash": "589fb2b80f962752065f35e038d97b93aa5c345c", + "hash": "befde3dcef5bac11c20a6de4cea06f0b87fa9752", "deps": ["npm:next"] }, { "file": "nx-dev/nx-dev/pages/[...segments].tsx", - "hash": "36eb2b82700ca0ddcb99c0e3d874859d546bb3de", + "hash": "bb791ef8b38c51eba1a2d17b7b69357640074c62", "deps": [ "nx-dev-feature-package-schema-viewer", "nx-dev-feature-doc-viewer", @@ -12601,35 +13146,50 @@ "npm:react" ] }, + { + "file": "nx-dev/nx-dev/pages/404.tsx", + "hash": "5cf8858a850db9385e9427247a2ef3d7e701a21c", + "deps": ["nx-dev-ui-common", "npm:next-seo", "npm:next"] + }, { "file": "nx-dev/nx-dev/pages/community.tsx", - "hash": "2b32e64f353059d0238b202d82bef47582ef4b15", + "hash": "1e9cd609d7be043c89a1d27305a0fe133a10b02a", "deps": [ "npm:@heroicons/react", "nx-dev-ui-common", "nx-dev-ui-community", "npm:next-seo", - "npm:next", - "npm:react" + "npm:next" ] }, { "file": "nx-dev/nx-dev/pages/conf.tsx", - "hash": "543ce5b9dba9d7f21d90e0b1a1d340a4d0935fea", + "hash": "3f07386db0a26d5ee1ce1fce8004e1ba7e67c13b", "deps": [ "nx-dev-ui-common", "nx-dev-ui-conference", "npm:next-seo", + "npm:next" + ] + }, + { + "file": "nx-dev/nx-dev/pages/index.tsx", + "hash": "245944d44c6bcba6f1094199bf78ed2448373c8d", + "deps": [ + "nx-dev-ui-common", + "nx-dev-ui-home", + "npm:next-seo", "npm:next", "npm:react" ] }, { - "file": "nx-dev/nx-dev/pages/index.tsx", - "hash": "cf9f8cd1f3b1657d36ef8fb2b4050c1478f7adab", + "file": "nx-dev/nx-dev/pages/packages.tsx", + "hash": "b4917e3a486663b61306532f55f4998c77f5a41c", "deps": [ + "nx-dev-models-menu", "nx-dev-ui-common", - "nx-dev-ui-home", + "nx-dev-ui-references", "npm:next-seo", "npm:next", "npm:react" @@ -12641,7 +13201,7 @@ }, { "file": "nx-dev/nx-dev/project.json", - "hash": "af347f9b3fa63d96f0f4f7c43263a574ed3b5035" + "hash": "1ae264706451b7234ce2772a2345ff4f5a626126" }, { "file": "nx-dev/nx-dev/public/assets/images/nrwl-logo-white.svg", @@ -12715,6 +13275,10 @@ "file": "nx-dev/nx-dev/public/images/conf/craigory-coppola.webp", "hash": "076fc793a4331186b40a10bdcbfe4bd054d1fca7" }, + { + "file": "nx-dev/nx-dev/public/images/conf/devin-shoemaker.webp", + "hash": "96e6e1195ca1b970611447ea3f2ecf4f263a53b3" + }, { "file": "nx-dev/nx-dev/public/images/conf/herodevslogo.svg", "hash": "a2611b10ba9c593425805e9ac59a854e49df4ae0" @@ -12727,6 +13291,10 @@ "file": "nx-dev/nx-dev/public/images/conf/isaac-mann.webp", "hash": "b48acc2cbcaa2c0e92b22984d84bda7d23dab3fc" }, + { + "file": "nx-dev/nx-dev/public/images/conf/jack-hsu.webp", + "hash": "f4c3e4b460c561dccc5af174984f6b299b892fcb" + }, { "file": "nx-dev/nx-dev/public/images/conf/james-henry.webp", "hash": "c567a8dddffd86b01f7d84059e8854461eb2fd78" @@ -12743,6 +13311,14 @@ "file": "nx-dev/nx-dev/public/images/conf/jo-hanna-pearce.webp", "hash": "7a771a2a88df4ac9a883107ab53a08dc434ee116" }, + { + "file": "nx-dev/nx-dev/public/images/conf/jonathan-cammisuli.webp", + "hash": "96ce42681471178f1a144a2bb0e67c7075ea23aa" + }, + { + "file": "nx-dev/nx-dev/public/images/conf/jordan-powell.webp", + "hash": "b65592df70e1e7fd1dbf8e84b7fd0076a50dc50f" + }, { "file": "nx-dev/nx-dev/public/images/conf/juri-strumpflohner.webp", "hash": "f13ef555079c17e25503f6edb94938ce52f77715" @@ -12755,6 +13331,10 @@ "file": "nx-dev/nx-dev/public/images/conf/kirils-ladovs.webp", "hash": "f0c4c9b4aef35c78d351ba6591c9b467a6d84557" }, + { + "file": "nx-dev/nx-dev/public/images/conf/lara-newsom.webp", + "hash": "e17977a1884be1c8da37004b0ea0174b6ceab648" + }, { "file": "nx-dev/nx-dev/public/images/conf/manfred-steyer.webp", "hash": "3f3f2be2a38671f83788624a7f6dd2cefaaa5f5a" @@ -12781,7 +13361,11 @@ }, { "file": "nx-dev/nx-dev/public/images/conf/rares-matei.webp", - "hash": "a6e94cf7293fe01f1560b628cd08c6b5409b91e3" + "hash": "d719d2d013df33766a689141f1265750b7392c9a" + }, + { + "file": "nx-dev/nx-dev/public/images/conf/santosh-yadav.webp", + "hash": "fc54b2ff1175d968c69804e1efd1291d385d259e" }, { "file": "nx-dev/nx-dev/public/images/conf/thinksterlogo.webp", @@ -12823,6 +13407,58 @@ "file": "nx-dev/nx-dev/public/images/github-app.webp", "hash": "9f0b26d01443387d9bc5527a34f3e22e49807442" }, + { + "file": "nx-dev/nx-dev/public/images/icons/angular.svg", + "hash": "6189bd2b942f05a881db63bbea40f737fb5a2797" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/cypress.svg", + "hash": "96ac3328573c3da398bd8767323e76da3f0a0680" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/eslint.svg", + "hash": "b0e0304a71a3fa1b2fdf75daf1d13f3ad0b7f6bf" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/express.svg", + "hash": "edeb4134d5301bfb88cb83f2b4ec9169858abda3" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/html5.svg", + "hash": "e8b1e371823142b9c86804fa51dad4ea72cbbf34" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/javascript.svg", + "hash": "91e516239d68d6616478b2bad15895dc14f9b087" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/jest.svg", + "hash": "3c36b3bbe27041ca59dc9745e7228767966a6250" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/nestjs.svg", + "hash": "eb4ca774bfb28b93400f789d877ccb8c496ecd65" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/nextdotjs.svg", + "hash": "9972859e301db15c4e585577080b27e0f4f7ec02" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/nodedotjs.svg", + "hash": "281c82962782d640245541fb38a856f805e04868" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/nx.svg", + "hash": "93b0362abc1c7eb47b5e55c6bd73ef8562ad7a3d" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/react.svg", + "hash": "60069956389076bff0f26062b0007a88865249a5" + }, + { + "file": "nx-dev/nx-dev/public/images/icons/storybook.svg", + "hash": "0096f3b89e34f09a47939d1332d3dd4b8e6404ef" + }, { "file": "nx-dev/nx-dev/public/images/lerna-logo.svg", "hash": "70bf4082a5bb2442631417bfef76c606e28f2c1f" @@ -12843,6 +13479,10 @@ "file": "nx-dev/nx-dev/public/images/nx-cloud.webp", "hash": "b37b34720a19de88ac13266db1a21a1508f4403f" }, + { + "file": "nx-dev/nx-dev/public/images/nx-conf-2022-media.jpg", + "hash": "7eaf747c9d2c0976922f9bbfd3163954736c5dec" + }, { "file": "nx-dev/nx-dev/public/images/nx-conf-lite-media.jpg", "hash": "c44237269e6581fdfddd1c89defa9f050a964adc" @@ -12933,19 +13573,15 @@ }, { "file": "nx-dev/nx-dev/redirect-rules.config.js", - "hash": "665e4b498aafdd168d2ce352eed50a10f33ad746" + "hash": "f8f5e2a90d07b7e3f8a81be2b5772378544fd009" }, { "file": "nx-dev/nx-dev/redirect-rules.config.spec.js", "hash": "f9554baa95fbba2ce8c0deaa44b42c09a35d31bf" }, - { - "file": "nx-dev/nx-dev/styles/constellation-wobble.animation.css", - "hash": "7085f368280912242ef400582fa3a5446dfa30b7" - }, { "file": "nx-dev/nx-dev/styles/main.css", - "hash": "6c16ebe6654425de1add32121bccc44c8246c9d9" + "hash": "5f08e346a34ecef982464679741a51ed087736d5" }, { "file": "nx-dev/nx-dev/tailwind.config.js", @@ -12993,7 +13629,7 @@ }, { "file": "typedoc-theme/jest.config.ts", - "hash": "20adf1318f68f78e4e0568c1ef8e95f4e25e2516" + "hash": "7e28c5715e9d08e3adcc2bfcab45daffa729ac3f" }, { "file": "typedoc-theme/package.json", @@ -13049,7 +13685,7 @@ }, { "file": "packages/cli/jest.config.ts", - "hash": "421c5b05fd67cfbc4a19588b723def5d77e32b4a" + "hash": "5a6bcdc5c0f2540e13206f7276ef09ccf886a305" }, { "file": "packages/cli/lib/decorate-cli.ts", @@ -13063,7 +13699,7 @@ }, { "file": "packages/cli/project.json", - "hash": "d4b88f5e1f9b7e18641cee77a72de8f8b1c51710" + "hash": "921b0bcde48b422f6427ea6fcabb2fb8bc2bf897" }, { "file": "packages/cli/README.md", @@ -13084,6 +13720,432 @@ ] } }, + { + "name": "graph-client", + "type": "app", + "data": { + "tags": [], + "root": "graph/client", + "files": [ + { + "file": "graph/client/.babelrc", + "hash": "61641ec8ac3659e204441c80bb06defe323e3110" + }, + { + "file": "graph/client/.browserslistrc", + "hash": "f1d12df4faa25ab7f0f03196105e957395f609af" + }, + { + "file": "graph/client/.eslintrc.json", + "hash": "6e467025f32791bd41287b448bbe9c0b5f10fed0" + }, + { + "file": "graph/client/jest.config.ts", + "hash": "d5dfecc2e580f3037c0cb41b016a6437ef458597" + }, + { + "file": "graph/client/postcss.config.js", + "hash": "40cb791f9ad0ac2a4ca2e9051776e8b51ed16a7f" + }, + { + "file": "graph/client/project.json", + "hash": "a83c7d4a6de3b23b9d6ad3ea44c2735c47944cd4" + }, + { + "file": "graph/client/src/app/app.tsx", + "hash": "1ae8d7ede3b12674d4dbcf6d2cc330406607911a" + }, + { + "file": "graph/client/src/app/debugger-panel.tsx", + "hash": "fcbe41ed6a1520b69954ba1aa6b6c4ba9c5670af", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/edge-tooltip.tsx", + "hash": "9137c9d2943259b0dbf5a3a9d9a24779cc2e37a9" + }, + { + "file": "graph/client/src/app/experimental-feature.tsx", + "hash": "bdea528aeb2be46fa42f4ea1e694942db03538f1" + }, + { + "file": "graph/client/src/app/fetch-project-graph-service.ts", + "hash": "010cfecf0f93a087557ef7549c042fb5d17a38fa" + }, + { + "file": "graph/client/src/app/hooks/use-debounce.ts", + "hash": "0b2637c30cd416194da737aa986aa931539e6ba4", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/hooks/use-dep-graph-selector.ts", + "hash": "f28a114b944462571c1bb20d513fd1c203c13c35", + "deps": ["npm:@xstate/react"] + }, + { + "file": "graph/client/src/app/hooks/use-dep-graph.ts", + "hash": "01bfb77bae1c116af3e00c824ce08ead090ac62a", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/hooks/use-environment-config.ts", + "hash": "677c7f63e3c0db9d8ee2424e8f333aed04a1b6db", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/hooks/use-interval-when.ts", + "hash": "3868db3ef856d03ec226803bd361491cd883fc70", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/hooks/use-project-graph-data-service.ts", + "hash": "60225449da7b22eb57198b2ab4eb6b7601c8b854" + }, + { + "file": "graph/client/src/app/interfaces.ts", + "hash": "f4ce9592eb690d565e2e4dc3cf9f0c7c33923c4b" + }, + { + "file": "graph/client/src/app/local-project-graph-service.ts", + "hash": "49228ca3898b25712f42f20747bd3eda5c1392c7" + }, + { + "file": "graph/client/src/app/machines/custom-selected.state.ts", + "hash": "2bed077f526e9d346bd5b7863a57cb225c4a49e7", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/dep-graph.machine.ts", + "hash": "7ff221b1c20881e3aed348777b63dc84e2dafdee", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/dep-graph.service.ts", + "hash": "3b2dbf9a1637c7d070b09deba17df8c19efb9fe9", + "deps": ["npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/dep-graph.spec.ts", + "hash": "c0181e208bf9a969d2f474872b01665f82760518", + "deps": ["npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/externalApi.ts", + "hash": "16b39b22f3db16a5a39075beef064625e9b6c008" + }, + { + "file": "graph/client/src/app/machines/focused.state.ts", + "hash": "79a83b983a66eb134f317c54ae9e8f667f4cf9d0", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/graph.actor.ts", + "hash": "d97961c125df3bbfa595257c4b673d56981a9b39" + }, + { + "file": "graph/client/src/app/machines/graph.service.ts", + "hash": "8da0594194164e515341cf4f74b9b1ed4f7e959c" + }, + { + "file": "graph/client/src/app/machines/graph.ts", + "hash": "777fcccc7dbacaa701c1471dfa5d7b2012c181e8", + "deps": [ + "npm:@popperjs/core", + "npm:cytoscape", + "npm:cytoscape-dagre", + "npm:cytoscape-popper" + ] + }, + { + "file": "graph/client/src/app/machines/interfaces.ts", + "hash": "a8ba471192570df02062da68de76540cbb591535", + "deps": ["npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/route-listener.actor.ts", + "hash": "7587a47b95fe7f088a3739a1e3408895a63f5fc8", + "deps": ["npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/route-setter.machine.ts", + "hash": "acb66d776f57b497434d7736f1fc7e68c1ab5169", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/selectors.ts", + "hash": "e5861360bf821dbedf6a5e35e38ec851d6821c76" + }, + { + "file": "graph/client/src/app/machines/text-filtered.state.ts", + "hash": "4240a97be66dbbf7c69fea75bc2dff5f63af9afe", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/machines/tracing.state.ts", + "hash": "5eaba6b3e697a6c820a17eb4f94ff7c4bac10130", + "deps": ["npm:@xstate/immer"] + }, + { + "file": "graph/client/src/app/machines/unselected.state.ts", + "hash": "2be0e66cb9a76391e24d7ed246bbf64af4bf7a97", + "deps": ["npm:@xstate/immer", "npm:xstate"] + }, + { + "file": "graph/client/src/app/mock-project-graph-service.ts", + "hash": "f2df03e83656bdba89e9763103a693ddcc2b073f" + }, + { + "file": "graph/client/src/app/project-node-tooltip.tsx", + "hash": "bc9aef0e52f2e1a1eadfbb74278ab6c680b3c80a" + }, + { + "file": "graph/client/src/app/shell.tsx", + "hash": "d7741410e5d8214e41fec212c95811d781db8174", + "deps": [ + "npm:@heroicons/react", + "npm:@tippyjs/react", + "npm:classnames", + "npm:react" + ] + }, + { + "file": "graph/client/src/app/sidebar/collapse-edges-panel.tsx", + "hash": "46a7ce9511df51d6f3fa6217b2a436c6dd6a3c09", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/focused-project-panel.tsx", + "hash": "323516f67d13c068e0d15a2e666318b5e3248734", + "deps": ["npm:@heroicons/react", "npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/group-by-folder-panel.tsx", + "hash": "2ae99b7ef7e71abba1461e5c40ebe4f05947b147", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/project-list.tsx", + "hash": "912cf4d42aa23c80a1eca9476b30f00aaae9b0c5", + "deps": ["npm:@heroicons/react"] + }, + { + "file": "graph/client/src/app/sidebar/search-depth.tsx", + "hash": "a8d16ff36802668462eba66093ff430a81b1ac23", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/show-hide-projects.tsx", + "hash": "89920182c201c0f2c8ce90eea55f0aa6670c951f", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/sidebar.tsx", + "hash": "b718f01d043acb38c7cac25328e251878cd7a6d3", + "deps": ["npm:@heroicons/react", "npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/text-filter-panel.tsx", + "hash": "63ddfd7ace82fdba7e3c0e25f300969f933e01e0", + "deps": ["npm:react"] + }, + { + "file": "graph/client/src/app/sidebar/theme-panel.tsx", + "hash": "8e1eb0f2f7a7738c6436776fecd930d7fc767d4a", + "deps": [ + "npm:@headlessui/react", + "npm:@heroicons/react", + "npm:classnames", + "npm:react" + ] + }, + { + "file": "graph/client/src/app/sidebar/tracing-panel.tsx", + "hash": "aed9dd358cb50c7cac0e56b6bce600038494dd9a", + "deps": ["npm:@heroicons/react", "npm:react"] + }, + { + "file": "graph/client/src/app/state.provider.tsx", + "hash": "798cf9bc890dec367594bf5537b7754bf890983c", + "deps": ["npm:react", "npm:xstate"] + }, + { + "file": "graph/client/src/app/styles-graph/edges.ts", + "hash": "e499f41919ec3adc40478a1a5371e4b1aa1ebec6", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/styles-graph/fonts.ts", + "hash": "eaf490825a9ad7c4265cca71c6d4a59936e98dae" + }, + { + "file": "graph/client/src/app/styles-graph/index.ts", + "hash": "c557f1698c2309a3dfa1ae30e75db9e16d1a3cc6" + }, + { + "file": "graph/client/src/app/styles-graph/label-width.ts", + "hash": "0d0743a520c0d69e727f193efe34b0ada4263a62", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/styles-graph/nodes.ts", + "hash": "df8ccac5f7729687fcd0446643113f84d8dc0a85", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/styles-graph/palette.ts", + "hash": "107043212a252e6586c959df307059c95a443576" + }, + { + "file": "graph/client/src/app/theme-resolver.tsx", + "hash": "5ccf10f747857cd22c20a032af13dfcaa78789d4" + }, + { + "file": "graph/client/src/app/tooltip-service.ts", + "hash": "bfc9c3aa378449e7f1712aaa3b0bd2bd582d90f9", + "deps": ["npm:@popperjs/core"] + }, + { + "file": "graph/client/src/app/util-cytoscape/cytoscape.models.ts", + "hash": "6e0e73f7943cb0b1eec83bd587482c3271a94143", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/util-cytoscape/edge.ts", + "hash": "d1bb1f2458c13569c8a5f05e23f0dd725ab5a76a", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/util-cytoscape/index.ts", + "hash": "f10dc4ac0b409f488a70b6cbc7ece930534beb8a" + }, + { + "file": "graph/client/src/app/util-cytoscape/parent-node.ts", + "hash": "fed0fab636a439a2bea6ad4bc1af9ec7d5b01ff1", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/util-cytoscape/project-node.spec.ts", + "hash": "20b6cd7c545f1619ec83a0427524236b0836c95f" + }, + { + "file": "graph/client/src/app/util-cytoscape/project-node.ts", + "hash": "982e32e7be6499d74511d716d1c17ead954616f4", + "deps": ["npm:cytoscape"] + }, + { + "file": "graph/client/src/app/util.spec.ts", + "hash": "10827ae63b32c2dd94ceb1a65162cbffed8cc242" + }, + { + "file": "graph/client/src/app/util.ts", + "hash": "6e8eb2bd3cf9db73ce84da10a5fd49b86b90835d" + }, + { + "file": "graph/client/src/assets/.gitkeep", + "hash": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" + }, + { + "file": "graph/client/src/assets/dev/environment.js", + "hash": "b0510b112e6eaaf31ca03125177bbeaac18afd86" + }, + { + "file": "graph/client/src/assets/graphs/affected.json", + "hash": "30140be791e560f2ad771587499a6fdccd5f2cf2" + }, + { + "file": "graph/client/src/assets/graphs/collapsing-edges-testing.json", + "hash": "bd1de85083b792de3094c2e7cb7811d9fd99cbbd" + }, + { + "file": "graph/client/src/assets/graphs/focus-testing.json", + "hash": "e90b0b9e2ac5def29ccadad7fd32936d10f3875d" + }, + { + "file": "graph/client/src/assets/graphs/nested-workspace-layout.json", + "hash": "586990c4e0d46e1fef39a4f23ec17022114225ed" + }, + { + "file": "graph/client/src/assets/graphs/nx-examples.json", + "hash": "40e103f9b7f33b74e64b37a0728ef6ec34293e07" + }, + { + "file": "graph/client/src/assets/graphs/nx.json", + "hash": "eed9aa9d3812ae09eedfc737c1765c04f78b5f89" + }, + { + "file": "graph/client/src/assets/graphs/ocean.json", + "hash": "1b9047dcd1069d1897dfd73a66906e77f566446c" + }, + { + "file": "graph/client/src/assets/graphs/storybook.json", + "hash": "efb135656a32a763a1d974f0b4637e932102ec66" + }, + { + "file": "graph/client/src/assets/graphs/sub-apps.json", + "hash": "9a5962811f7969e6d80b34fa01cd32e59ccb8fdd" + }, + { + "file": "graph/client/src/assets/nx-console/environment.js", + "hash": "652af724c0d497f8a126926a13584613cccac102" + }, + { + "file": "graph/client/src/assets/release/environment.js", + "hash": "68584fcb884346b7ba264bf7bb5753ffd0e3436c" + }, + { + "file": "graph/client/src/assets/watch/environment.js", + "hash": "449135329ba4fe6fb33a727d3d06af6e025309eb" + }, + { + "file": "graph/client/src/favicon.ico", + "hash": "317ebcb2336e0833a22dddf0ab287849f26fda57" + }, + { + "file": "graph/client/src/globals.d.ts", + "hash": "e478b89dfb70efb422eb84c110849071d52f15d7" + }, + { + "file": "graph/client/src/index.html", + "hash": "9e4b2327f72bc3b8361be2eef9d5a502e8e559db" + }, + { + "file": "graph/client/src/main.tsx", + "hash": "5da159f5c17e362a09894c03de9efd4ee2eb33d7", + "deps": ["npm:react", "npm:react-dom", "npm:@xstate/inspect"] + }, + { + "file": "graph/client/src/polyfills.ts", + "hash": "2adf3d05b6fcf479dd61c74f6bda95d9edb6ac6b", + "deps": ["npm:core-js", "npm:regenerator-runtime"] + }, + { + "file": "graph/client/src/styles.scss", + "hash": "b85f9c288d24dfa4dc2572eff2e7c43b92403460" + }, + { + "file": "graph/client/tailwind.config.js", + "hash": "5b15aca77e422046ae37bc8efcbf9b8a22907fd5", + "deps": ["npm:@tailwindcss/typography"] + }, + { + "file": "graph/client/tsconfig.app.json", + "hash": "8e68a6b6dd8d590b7cfb53746f0d8f5595b2cfe7" + }, + { + "file": "graph/client/tsconfig.json", + "hash": "ad56986cc181c811be9e9ca7b49f255e4d266c94" + }, + { + "file": "graph/client/tsconfig.spec.json", + "hash": "17043fc1b25d24e527b486f78999f44c57dbeacd" + }, + { + "file": "graph/client/webpack.config.js", + "hash": "31b9ad59cda864d39baa61127c6fe579f4eef235" + } + ] + } + }, { "name": "tao", "type": "lib", @@ -13102,7 +14164,7 @@ }, { "file": "packages/tao/jest.config.ts", - "hash": "8e2ff397e9e13f4c35de24252d0f0cd399c2d619" + "hash": "21d583ce886a33e83a04bdc32e68098d2444cdc6" }, { "file": "packages/tao/package.json", @@ -13111,7 +14173,7 @@ }, { "file": "packages/tao/project.json", - "hash": "26427fc93b92d71d62db32a5fe0d47af8f2fc36a" + "hash": "d2fd428179750339128fe23c43b8d1facd7bcab1" }, { "file": "packages/tao/README.md", @@ -13201,11 +14263,11 @@ }, { "file": "packages/web/jest.config.ts", - "hash": "76ff04d32ec9224ae797aca6f730a7ac48b2d4e3" + "hash": "1199910c99aec6a6faecb3754a88886f035e8764" }, { "file": "packages/web/migrations.json", - "hash": "93f05b5b796811eda142904eabd3984be484687e" + "hash": "ea90bd99ac8cc43549d9d9609d4b1c72633619cc" }, { "file": "packages/web/migrations.spec.ts", @@ -13213,7 +14275,7 @@ }, { "file": "packages/web/package.json", - "hash": "89927ba3a12717eabca4a83e71616b2ebb9286c6", + "hash": "b25e7269f721a825a4b8933d799d651c490e076d", "deps": [ "cypress", "devkit", @@ -13256,7 +14318,6 @@ "npm:rollup-plugin-postcss", "npm:rollup-plugin-typescript2", "npm:rxjs", - "npm:rxjs-for-await", "npm:sass", "npm:sass-loader", "npm:semver", @@ -13280,7 +14341,7 @@ }, { "file": "packages/web/project.json", - "hash": "1b5e96d2131d59a1ccb9abaec27ef01b1cecce73" + "hash": "b5886c0b00cef630c5792c84b459870fa8703b34" }, { "file": "packages/web/README.md", @@ -13293,11 +14354,10 @@ }, { "file": "packages/web/src/executors/dev-server/dev-server.impl.ts", - "hash": "8993d5dedb7baca662e8ae4660d2d2d6dcc2da1b", + "hash": "0af5e399260cc923febdc0ca7a7ed97939bd6385", "deps": [ "npm:webpack", "devkit", - "npm:rxjs-for-await", "npm:rxjs", "npm:webpack-dev-server", "workspace" @@ -13314,7 +14374,7 @@ }, { "file": "packages/web/src/executors/file-server/file-server.impl.ts", - "hash": "78b09d100c0b415004f78b01a5ad3ce46d07dbfb", + "hash": "3f577ddc396cad8660f3b58626977f8c19bbc6da", "deps": ["npm:chalk", "devkit", "npm:ignore", "npm:chokidar", "nx"] }, { @@ -13355,12 +14415,12 @@ }, { "file": "packages/web/src/executors/rollup/lib/update-package-json.spec.ts", - "hash": "7ff0b6de2b33b803c8eee4ef9fd6cc0340cf23f0", - "deps": ["nx", "npm:memfs"] + "hash": "f79366e69dbfb712aa074715037eb403b28eec21", + "deps": ["nx"] }, { "file": "packages/web/src/executors/rollup/lib/update-package-json.ts", - "hash": "d0537ff012db960ae1585427c3c4190a74b037f9", + "hash": "31b4f7a9a93fa4436c1f460d6ce72e262890476c", "deps": ["nx", "workspace"] }, { @@ -13375,15 +14435,14 @@ }, { "file": "packages/web/src/executors/rollup/rollup.impl.ts", - "hash": "8f40c289ba1c3415c6cbee113346f543104f3622", + "hash": "d86c080de861572ca74ae82db026c8d914489f4b", "deps": [ "npm:rollup", "npm:rollup-plugin-peer-deps-external", "npm:@rollup/plugin-babel", "npm:rxjs", - "npm:rxjs-for-await", - "npm:autoprefixer", "devkit", + "npm:autoprefixer", "workspace", "npm:@rollup/plugin-node-resolve", "npm:@rollup/plugin-commonjs", @@ -13395,11 +14454,11 @@ }, { "file": "packages/web/src/executors/rollup/schema.d.ts", - "hash": "aa2d401d5b5d1339d89ba2e3274737fcfdc5abfa" + "hash": "528b1b5345025eab38d7a9f1bec51182f834caba" }, { "file": "packages/web/src/executors/rollup/schema.json", - "hash": "7e4593f40dce179a5346b09c7b898fcc23e286b1" + "hash": "bd9c2274668b30011f048f6de97a407e6ce140fe" }, { "file": "packages/web/src/executors/webpack/compat.ts", @@ -13408,28 +14467,27 @@ }, { "file": "packages/web/src/executors/webpack/schema.json", - "hash": "ed752415a6911947af7eaa18972331dd92643adb" + "hash": "c76feae2a8402bf31070c7e0a35cb17fff29147a" }, { "file": "packages/web/src/executors/webpack/webpack.impl.ts", - "hash": "6465476bdac1fcb7342c7b9a3f77261387d9eb0c", + "hash": "a3878183d5c6c4d3dc0958f347ab5c1171317936", "deps": [ "devkit", "npm:webpack", "npm:rxjs", - "npm:rxjs-for-await", "npm:semver", "workspace" ] }, { "file": "packages/web/src/generators/application/application.spec.ts", - "hash": "842535151e5e927aae9d1d7693a366d4e957f490", - "deps": ["devkit"] + "hash": "5666829fc54bd2af2dccbb7d5282128ff2f2cdc2", + "deps": ["cypress", "devkit"] }, { "file": "packages/web/src/generators/application/application.ts", - "hash": "f97d9f3062252ebf4a4a2378de0c82ba04f36093", + "hash": "f2f7b3fe3a07b0270cad516c5de377cf136e552e", "deps": ["cypress", "devkit", "jest", "js", "linter", "workspace"] }, { @@ -13450,7 +14508,7 @@ }, { "file": "packages/web/src/generators/application/files/app/src/app/app.element.ts__tmpl__", - "hash": "3066f1f7f284618b2f55bd2d7400079d9911d885" + "hash": "b00a2885ef21106cd96f4ada9596448989dfbfe9" }, { "file": "packages/web/src/generators/application/files/app/src/assets/.gitkeep", @@ -13503,12 +14561,12 @@ }, { "file": "packages/web/src/generators/init/init.spec.ts", - "hash": "5a30be085d22d400c164c9a53d0300cc16e58486", + "hash": "ea505c5582e9f1a1dfe6bc563e8d303915ac2a9f", "deps": ["devkit"] }, { "file": "packages/web/src/generators/init/init.ts", - "hash": "9031090f80f9d1022fe577fafe49373f47033aaa", + "hash": "21d1de243e8727da966c9514df04586a01976d2c", "deps": ["cypress", "devkit", "jest", "workspace"] }, { @@ -13521,7 +14579,7 @@ }, { "file": "packages/web/src/migrations/update-11-5-2/create-babelrc-for-workspace-libs.spec.ts", - "hash": "6e97ff76c655e2a101b35e13c33aa6469684316a", + "hash": "b70888d5b953df5dda1d1a4ee26f0a1dc98bc471", "deps": ["devkit"] }, { @@ -13531,7 +14589,7 @@ }, { "file": "packages/web/src/migrations/update-11-5-2/update-existing-babelrc-files.spec.ts", - "hash": "0dd92bd0ec1a6a413647bb9b10a6cb0fbf03e2e7", + "hash": "a5ee1a1706c3b942dbfc7e8e126076be8e332d8f", "deps": ["devkit"] }, { @@ -13541,7 +14599,7 @@ }, { "file": "packages/web/src/migrations/update-11-5-2/update-root-babel-config.spec.ts", - "hash": "725078f9c154ddf53d6c9fb3f6a24cb2d0b6ff47", + "hash": "4116f2ec6d70b33a90d3ad8e895b0c81bbbfd643", "deps": ["devkit"] }, { @@ -13561,7 +14619,7 @@ }, { "file": "packages/web/src/migrations/update-13-0-0/remove-deprecated-options-13-0-0.spec.ts", - "hash": "ce336a0d8f314a17cd96241a78a93a6352332632", + "hash": "46c7a90389802d2a6bbccdd4c457f1981468022a", "deps": ["devkit"] }, { @@ -13571,7 +14629,7 @@ }, { "file": "packages/web/src/migrations/update-13-0-0/remove-node-sass-13-0-0.spec.ts", - "hash": "5aff16b6290725bb830265e988ed6d45ee0d2cc4", + "hash": "8fd4784c069ebf617932c65b18b4990a7ee7cf99", "deps": ["devkit"] }, { @@ -13581,7 +14639,7 @@ }, { "file": "packages/web/src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0.spec.ts", - "hash": "f5ccdaafe3309d83cd4c2fe74b2378c3d0c4f9c6", + "hash": "d2260fa442811cca54f4bc0c0c5e6fd3a00bed4c", "deps": ["devkit"] }, { @@ -13591,7 +14649,7 @@ }, { "file": "packages/web/src/migrations/update-13-3-0/rename-build-to-webpack.spec.ts", - "hash": "2105b97c2d734a6be90d97b5721fc12d0a280104", + "hash": "5430ae722b62794ba529e16a76522ff1fb2f1abb", "deps": ["devkit"] }, { @@ -13601,7 +14659,7 @@ }, { "file": "packages/web/src/migrations/update-13-3-0/rename-package-to-rollup.spec.ts", - "hash": "15068d992bf904af9642a54258204a84ba2cf154", + "hash": "90a823a82bdc6783d90b97a7e8e7e143cd9d19d3", "deps": ["devkit"] }, { @@ -13611,7 +14669,7 @@ }, { "file": "packages/web/src/migrations/update-13-8-0/add-postcss-config-option.spec.ts", - "hash": "34707f0ceb51e854ea0e6a9052a08cd030ef14f0", + "hash": "0dd7f1dbf66e219253e21a7a98d4cff88e485bd2", "deps": ["devkit"] }, { @@ -13621,7 +14679,7 @@ }, { "file": "packages/web/src/migrations/update-14-1-7/rollup-format-backwards-compatibility.spec.ts", - "hash": "bab9348cfe3ab15c69ae5ed799276e4db59328e4", + "hash": "a741cb6f734d5663f497209af1bb8a7cfc10dc75", "deps": ["devkit"] }, { @@ -13661,7 +14719,7 @@ }, { "file": "packages/web/src/utils/config.ts", - "hash": "a1df5ea68efd1826952a702799215107828d6c65", + "hash": "a662a233f1fae04d83f02f6591645f827bce585a", "deps": [ "npm:webpack", "npm:license-webpack-plugin", @@ -13726,7 +14784,7 @@ }, { "file": "packages/web/src/utils/versions.ts", - "hash": "bbe050a848bcca124aea91a6930ffcdd07cb42c8" + "hash": "09a8f017bc5986bed5bde3a48a86b85832a4281b" }, { "file": "packages/web/src/utils/web-babel-loader.ts", @@ -13734,7 +14792,7 @@ }, { "file": "packages/web/src/utils/web.config.ts", - "hash": "898bda129a5862afc6e6467112cb229b47532012", + "hash": "84b645a821f5358470c1225e8ceb83550462dd95", "deps": [ "workspace", "npm:typescript", @@ -13865,7 +14923,7 @@ "files": [ { "file": "e2e/cypress/jest.config.ts", - "hash": "98790acbd08ff9435ed818129d1d484a13edbf1e" + "hash": "a493ad946820ae14c9bcc96676efc38de6a59020" }, { "file": "e2e/cypress/project.json", @@ -13873,8 +14931,8 @@ }, { "file": "e2e/cypress/src/cypress.test.ts", - "hash": "c97f07982aed9992b4238c6e595a86226d1c5dc8", - "deps": ["e2e-utils"] + "hash": "62fffefdb7cca32731abc9b29edeb55cb5dfa991", + "deps": ["e2e-utils", "npm:cypress", "cypress"] }, { "file": "e2e/cypress/tsconfig.json", @@ -13896,7 +14954,7 @@ "files": [ { "file": "e2e/nx-init/jest.config.ts", - "hash": "9fac71516c8f5c633e12327ba77e9de978a65513" + "hash": "bf6d9e472c0bc71381c64616a59dd80d2943cb0b" }, { "file": "e2e/nx-init/project.json", @@ -13907,6 +14965,11 @@ "hash": "d84e9fbd81355629ac23b019b8eeb222135ad1f4", "deps": ["e2e-utils"] }, + { + "file": "e2e/nx-init/src/nx-project-graph.test.ts", + "hash": "c3bb3156de57faab60011917171c6a15e5facf0d", + "deps": ["e2e-utils"] + }, { "file": "e2e/nx-init/tsconfig.json", "hash": "6d5abf84832009a8c70e7a910c49f332bf1f0612" @@ -13927,7 +14990,7 @@ "files": [ { "file": "e2e/nx-misc/jest.config.ts", - "hash": "e7a46429004e45c540046170c9f9daf64149f084" + "hash": "538339c8bc3f4553b281eb7faf54b4b21a205234" }, { "file": "e2e/nx-misc/project.json", @@ -13935,7 +14998,7 @@ }, { "file": "e2e/nx-misc/src/extras.test.ts", - "hash": "e386c255c25e34732aefaa533f71f91f76c177dc", + "hash": "5ad10a7bf12b05d50f3d03847ab93046acd3ef33", "deps": ["e2e-utils", "devkit"] }, { @@ -13945,7 +15008,7 @@ }, { "file": "e2e/nx-misc/src/workspace.test.ts", - "hash": "6be5472d509abd7c827e934e03f89d62aa82ede0", + "hash": "e9c7f25f556aa0f44538d229c20c6b04e820e9a2", "deps": ["e2e-utils"] }, { @@ -13976,7 +15039,7 @@ }, { "file": "packages/js/executors.json", - "hash": "6635cd8788716800db341ec62bd9bef516cd22a8" + "hash": "bfedf70d9d752dd68d87ee2ea3b45f641f06a0dc" }, { "file": "packages/js/generators.json", @@ -13984,7 +15047,7 @@ }, { "file": "packages/js/jest.config.ts", - "hash": "23e1e8861801372686af0716b21752ca90ebb56e" + "hash": "b67998652bedafd37604ced8767404aaa77ef03e" }, { "file": "packages/js/migrations.json", @@ -14014,12 +15077,34 @@ }, { "file": "packages/js/project.json", - "hash": "56904fa3ef4f33973de25a50c955336ffc747986" + "hash": "fa3772d78f3147cc09a13738cacb26828995be13" }, { "file": "packages/js/README.md", "hash": "7e5d73ccf1fc42fed197767b3649f3ec39884a58" }, + { + "file": "packages/js/src/executors/node/compat.ts", + "hash": "44014a83a152af632a49566a4bf71e25d4ef7b1d", + "deps": ["devkit"] + }, + { + "file": "packages/js/src/executors/node/node-with-require-overrides.ts", + "hash": "6d152d5adacb738b70c96273f7ff21044f54c235" + }, + { + "file": "packages/js/src/executors/node/node.impl.ts", + "hash": "d54b71ceaeff233df200925239deb702e29178cd", + "deps": ["devkit", "workspace", "nx", "npm:tree-kill"] + }, + { + "file": "packages/js/src/executors/node/schema.d.ts", + "hash": "8ce910c7c70a50fa5be2e84100c31ec705992808" + }, + { + "file": "packages/js/src/executors/node/schema.json", + "hash": "5208f43b282855f3f908788d4b4034979417c910" + }, { "file": "packages/js/src/executors/swc/compat.ts", "hash": "478b3ef73f5026cf71b9618515c2bd993cc26e9c", @@ -14027,11 +15112,11 @@ }, { "file": "packages/js/src/executors/swc/schema.json", - "hash": "2915ad35ceff0f2fd96315c44305520dcdcfe16b" + "hash": "f6de3bc096fbe8aca3be49b02e44bac642fb505c" }, { "file": "packages/js/src/executors/swc/swc.impl.ts", - "hash": "5377d1dd5b24d8290b60a45b3952249182a08f81", + "hash": "163cdc4049322e510c72183ea5b2c00370bb958e", "deps": ["devkit", "workspace"] }, { @@ -14041,16 +15126,16 @@ }, { "file": "packages/js/src/executors/tsc/schema.json", - "hash": "435fc6fc4d3e088de64ee034c6ae6d23272e77c5" + "hash": "183d06d701204105ed25816b6cc15786c3e70ac1" }, { "file": "packages/js/src/executors/tsc/tsc.impl.ts", - "hash": "13bc8a87a43f4a3e7efabdc1bff51ffcf3bc355f", + "hash": "65267201bdfc177bc8a51a4d96e4c118b62bc6f1", "deps": ["devkit", "workspace"] }, { "file": "packages/js/src/generators/convert-to-swc/convert-to-swc.spec.ts", - "hash": "3e1982b4ca28a637cc1b21714bf9fbbfb21aede6", + "hash": "7dd82edde8fcbf227708594afa4d785fb0d9a1d7", "deps": ["devkit"] }, { @@ -14113,13 +15198,13 @@ }, { "file": "packages/js/src/generators/library/library.spec.ts", - "hash": "c02b8b501c42c46639e614b47b5acde58ec388cc", + "hash": "536d4aa839921b4875ce11fea79a7eaed81edb69", "deps": ["devkit"] }, { "file": "packages/js/src/generators/library/library.ts", - "hash": "c4c90b62474779ccaf6ce90770d62efb779dc559", - "deps": ["devkit", "jest", "linter", "workspace"] + "hash": "bd946eb40d4f5a12685c364a696a1550b5c0cd85", + "deps": ["devkit", "nx", "jest", "linter", "workspace"] }, { "file": "packages/js/src/generators/library/schema.json", @@ -14135,7 +15220,7 @@ }, { "file": "packages/js/src/migrations/update-13-10-1/update-lib-swcrc-exclude.spec.ts", - "hash": "5d1861d27808f283d5a2e2552b96c572b00b1369", + "hash": "425893d29a1b2e2f3d3a03ddeb33e22fb06dc8dd", "deps": ["devkit"] }, { @@ -14145,7 +15230,7 @@ }, { "file": "packages/js/src/migrations/update-13-8-5/update-node-executor.spec.ts", - "hash": "4461a2272db5d454ccba757f503a13b74f0223ee", + "hash": "988a23cbf7666b900c15425841dc0458e7f1a196", "deps": ["devkit"] }, { @@ -14155,7 +15240,7 @@ }, { "file": "packages/js/src/migrations/update-13-8-5/update-swcrc.spec.ts", - "hash": "8b1ffb8aa10db0404fc1040100571ed56303f0ff", + "hash": "23fc57a459e660982bf6a85ad5e874b55b62ce87", "deps": ["devkit", "workspace"] }, { @@ -14169,7 +15254,7 @@ }, { "file": "packages/js/src/migrations/update-14-0-0/exclude-jest-config-swcrc.spec.ts", - "hash": "af75f2032e78be914a656b95d9914a3f414486f9", + "hash": "e98325f63afc24dcb08504273abb5b543cd46652", "deps": ["devkit", "nx"] }, { @@ -14179,17 +15264,17 @@ }, { "file": "packages/js/src/migrations/update-14.1.5-beta.0/update-swcrc-path.spec.ts", - "hash": "90addfa811f2a0673045a7f94f6810831ed7bb95", + "hash": "8e45cf573585a4d2c434d347359a1bdef95eff85", "deps": ["devkit"] }, { "file": "packages/js/src/migrations/update-14.1.5-beta.0/update-swcrc-path.ts", - "hash": "99faf583e5f311da3e56ed98b176fd62ca9232c1", + "hash": "6fe831cbea45a07fba5fcb7b62fb45a523770a91", "deps": ["devkit", "workspace"] }, { "file": "packages/js/src/utils/check-dependencies.ts", - "hash": "1c91c860094613c8ef1ef79a67b2a437ce644a86", + "hash": "2b6858ce1670a27233bb8ca5d487b7d5113ee346", "deps": ["devkit", "workspace"] }, { @@ -14208,7 +15293,7 @@ }, { "file": "packages/js/src/utils/compiler-helper-dependency.ts", - "hash": "3c418ce5dbc963298516dc3f658c83c503a55e84", + "hash": "c9fab1c13eb39d70e2cf597623edb01978452d5a", "deps": ["devkit", "workspace"] }, { @@ -14242,14 +15327,9 @@ "hash": "98bf5150639f9781858ebd5ae6335a6a9d652bac", "deps": ["devkit"] }, - { - "file": "packages/js/src/utils/normalize-ts-compilation-options.ts", - "hash": "e18b78b520f0200fe895e13ec0b69f6802b9bb17", - "deps": ["workspace"] - }, { "file": "packages/js/src/utils/schema.d.ts", - "hash": "a3aa39e7df86ec4fa2ddb9aaca06688cebc500b4", + "hash": "8e585b0ffee5df3478ff1651ca1f65061043922d", "deps": ["workspace"] }, { @@ -14264,8 +15344,8 @@ }, { "file": "packages/js/src/utils/swc/compile-swc.ts", - "hash": "b1b3fba833efa23d83f1acb0134a4c0ba64988a6", - "deps": ["devkit"] + "hash": "51b2a2cedc43f82bd887787fe13bba59c8ff046d", + "deps": ["devkit", "npm:fs-extra"] }, { "file": "packages/js/src/utils/swc/get-swcrc-path.ts", @@ -14281,7 +15361,7 @@ }, { "file": "packages/js/src/utils/typescript/compile-typescript-files.ts", - "hash": "de7a92de1de8c811c5a64bf2cba56750d8eca085", + "hash": "09d7e0ac662882e9807f31160d3be3aa1b90fc0b", "deps": ["devkit", "workspace", "npm:typescript"] }, { @@ -14363,7 +15443,7 @@ }, { "file": "packages/nx/bin/compute-project-graph.ts", - "hash": "2a2f5a0f9ced1a2eeb95a05a6d0996af6efe4dd9" + "hash": "bb1b3bdb40b44325c2455b94eb7f8687411ea212" }, { "file": "packages/nx/bin/init-local.ts", @@ -14393,19 +15473,15 @@ }, { "file": "packages/nx/jest.config.ts", - "hash": "50a5791b82cca095e43a9904e8965870e1a17e91" + "hash": "341594bb4af0d13daad938f649ab553f2c5e0bc1" }, { "file": "packages/nx/migrations.json", - "hash": "7ffd1c1b92bb3ccdf1411afac7b2dc71c00a4e22" - }, - { - "file": "packages/nx/migrations.spec.ts", - "hash": "baa1cc284673a49d759a133d00ef91d6492134ae" + "hash": "121e1104d0c551080cbe84fb4cd8cc0e408f36f4" }, { "file": "packages/nx/package.json", - "hash": "8d658b5a2a78eb8b98896d33ae7f505217bcfb7a", + "hash": "a47c2b99ffe9ebebc924211aac3425d7af066295", "deps": [ "npm:@parcel/watcher", "npm:chalk", @@ -14430,13 +15506,14 @@ "npm:tslib", "npm:yargs", "npm:yargs-parser", + "npm:js-yaml", "npm:@swc-node/register", "npm:@swc/core" ] }, { "file": "packages/nx/presets/core.json", - "hash": "7816bd9f011a8a0b1dd931ffca6bd5f7da361b55" + "hash": "dc91d269dd1670996a0308d52818ca4d5245ed24" }, { "file": "packages/nx/presets/npm.json", @@ -14444,7 +15521,7 @@ }, { "file": "packages/nx/project.json", - "hash": "023a73d21f8ef66ae7568c0bcd32e3fa52c33b7c" + "hash": "c6b3a596ff29cf600f62a3076c1b9b9424764766" }, { "file": "packages/nx/README.md", @@ -14452,20 +15529,23 @@ }, { "file": "packages/nx/schemas/nx-schema.json", - "hash": "a6d4921725f562f819d64f6113d523b6d8d1468d" + "hash": "cd6506d99b2b2c69db11930e1c457b2483971315" }, { "file": "packages/nx/schemas/project-schema.json", - "hash": "e65afbc92a620f3a1ba3db2b387aaca4e45ce1ff" + "hash": "60a77577f5f0b146c71a5d2fca63daeaf8561d55" }, { "file": "packages/nx/schemas/workspace-schema.json", - "hash": "ae8cfbeec09288e52bb31b391f52cfb3e34d58df" + "hash": "02c1513bf90548242e7a2b8fd2428d2d5157cd4b" }, { "file": "packages/nx/src/adapter/compat.ts", - "hash": "4bba550e377026a8ad734a75ddbf9120e7d843ec", - "deps": ["npm:@angular-devkit/build-angular"] + "hash": "4f6eac334c1bcefa42e2783deafcca261a81e19c", + "deps": [ + "npm:@angular-devkit/build-angular", + "npm:@angular-devkit/core" + ] }, { "file": "packages/nx/src/adapter/decorate-cli.ts", @@ -14473,7 +15553,7 @@ }, { "file": "packages/nx/src/adapter/ngcli-adapter.ts", - "hash": "b04e70ab9f0aec7a32134474fe6519a189434626", + "hash": "3e872dd16c8661f9b328a6f5a9dbb024e175fab0", "deps": [ "npm:@angular-devkit/core", "npm:chalk", @@ -14489,12 +15569,11 @@ }, { "file": "packages/nx/src/command-line/affected.ts", - "hash": "253d291acb2348f4a7a808bd2e5b68f116e5a042", - "deps": ["npm:yargs"] + "hash": "55aa0f577ee19923739f86b86b577891687fe8ac" }, { "file": "packages/nx/src/command-line/connect-to-nx-cloud.ts", - "hash": "e36c0103818df780d0d9acc9a13ed43430bef53b" + "hash": "a182ea73ea8732857f39fe956c9e5bacb411b986" }, { "file": "packages/nx/src/command-line/daemon.ts", @@ -14503,42 +15582,42 @@ }, { "file": "packages/nx/src/command-line/dep-graph.ts", - "hash": "ba67d487d97c6fd6483b83608af4adff5f1488a7", + "hash": "b291d3290e5d8523905299ca802ad70193482d87", "deps": ["npm:chokidar", "npm:fs-extra", "npm:ignore", "npm:open"] }, { "file": "packages/nx/src/command-line/examples.ts", - "hash": "77eb42c13beffbd1c5c377dc1e959c82133045e9" + "hash": "285a62525d778fcc3d01784978550197bd59523d" }, { "file": "packages/nx/src/command-line/format.ts", - "hash": "8787bf42d0128229da11db950ee2dc9a3f6cc241", + "hash": "65553fc2e8aaf79201d4175c800d7d2eac12ab7d", "deps": ["npm:yargs", "npm:prettier"] }, { "file": "packages/nx/src/command-line/generate.ts", - "hash": "470ce59123314baa7eae9294ee14b13929a57228", + "hash": "8c05fa147547d2461e9ff1d5bb5dbeec599a69cf", "deps": ["npm:chalk", "npm:enquirer"] }, { "file": "packages/nx/src/command-line/init.ts", - "hash": "4a18973a5d29a426c7db69e433a86e689f1b5c9e" + "hash": "3a11f306a13ebabf74766adcd9c672e7b69e7db5" }, { "file": "packages/nx/src/command-line/lint.ts", - "hash": "174ac42cc45f7bbe28639b01e4903faa1121531e" + "hash": "8b1a1652a5cd6f8680d7a169b79ab639f877d038" }, { "file": "packages/nx/src/command-line/list.ts", - "hash": "0a776dd0982c9e140bd013cece3a1a10dce74258" + "hash": "c134cbd697e2d09d57d3ad5c05412141b4bd72d1" }, { "file": "packages/nx/src/command-line/migrate.spec.ts", - "hash": "a9448d17a793eea08c19bfbdc1362b44ea29c501" + "hash": "bbad6f89494fb241d67a18c5cf244c4707e0c3c2" }, { "file": "packages/nx/src/command-line/migrate.ts", - "hash": "adddfc926c9b3cf4af8aa0fa3593c9f5ccf761ae", + "hash": "ac9b9a585243efdf8ebd09851cc82402d7412c62", "deps": ["npm:chalk", "npm:semver"] }, { @@ -14547,7 +15626,7 @@ }, { "file": "packages/nx/src/command-line/nx-commands.ts", - "hash": "1e8949d7d21d976ef5dbc182e78aa78bb2bcb8ae", + "hash": "db426482ca2a314489217e49e34b14ec30d4dc87", "deps": ["npm:chalk", "npm:yargs"] }, { @@ -14556,12 +15635,16 @@ }, { "file": "packages/nx/src/command-line/print-affected.ts", - "hash": "54945cb92592fab74a0f38230fd907a36787aacd", + "hash": "31e7d64adf57e3cd53dfd494e9a15cd4e8d10b2d", "deps": ["npm:yargs"] }, { "file": "packages/nx/src/command-line/read-environment.ts", - "hash": "2d020b7595b273dc12cf53da4cda07a47e538d8b" + "hash": "0075157867398a7acac492155da1b2de9ade2e12" + }, + { + "file": "packages/nx/src/command-line/repair.ts", + "hash": "699ee1a31c2f45c9520ba8ec3849c2cb6f4c3df0" }, { "file": "packages/nx/src/command-line/report.spec.ts", @@ -14569,7 +15652,7 @@ }, { "file": "packages/nx/src/command-line/report.ts", - "hash": "aff19b70f7436d2d9933c0fca99afdfca9b31a0f", + "hash": "bf4345eb35cd8014a8262b6dc7017881807f1140", "deps": ["npm:chalk"] }, { @@ -14579,16 +15662,16 @@ }, { "file": "packages/nx/src/command-line/run-many.ts", - "hash": "ff4d90e8ac18342c6d0d42f54cbeb1bc4bd4c81e", + "hash": "61d70c7e66d21854f007ec8e9ca91bbd64c2ae89", "deps": ["npm:yargs"] }, { "file": "packages/nx/src/command-line/run-one.ts", - "hash": "d609d5131b6f67912a124d25cb203607225fcd1f" + "hash": "3a540a3317fc15a664dbab5671467a12578155bf" }, { "file": "packages/nx/src/command-line/run.ts", - "hash": "012d3c9dd9f812a1550f1016b56e6fad2040df4e" + "hash": "a43ab9e5562298a45c8a47f929d7c57663f1e1ee" }, { "file": "packages/nx/src/command-line/workspace-generators.ts", @@ -14611,27 +15694,27 @@ }, { "file": "packages/nx/src/config/configuration.ts", - "hash": "2b7227999f35d791010c02781c5b69881640eab7" + "hash": "53b579fd6d6284df69f204ba809ef3abdab2e4ba" }, { "file": "packages/nx/src/config/misc-interfaces.ts", - "hash": "7a930e69b78ba829a6c2ef86c741e34f9129c164" + "hash": "4972c96eb6577da9c2d3641b51ed0106204d9c02" }, { "file": "packages/nx/src/config/nx-json.ts", - "hash": "afc796df49fe27c1e2c2d5f391e07c325f2babe7" + "hash": "05be51c5e79d80db42afd13a604d9e5015dc5ead" }, { "file": "packages/nx/src/config/project-graph.ts", - "hash": "af145e3d1c3c2bada5d6b0930c9da99b7e79263e" + "hash": "22070905fd04e03076b4aa622a5a151a9ac2a643" }, { "file": "packages/nx/src/config/task-graph.ts", - "hash": "e5214d7930f67b86579ec871e36ae660dee921f9" + "hash": "575c7ea8fbe9084c2b2db6d803e1a50c8e881c66" }, { "file": "packages/nx/src/config/workspace-json-project-json.ts", - "hash": "6b0e3e2af43a910426a6704f96e567c309eb7b30" + "hash": "19363a9c1bb0f3e8fb79b5bfa3b0cff41d1e16c5" }, { "file": "packages/nx/src/config/workspaces.spec.ts", @@ -14640,8 +15723,8 @@ }, { "file": "packages/nx/src/config/workspaces.ts", - "hash": "83ed13c972bc4df12356ea4b3eaf6d51924adffe", - "deps": ["npm:fast-glob", "npm:ignore"] + "hash": "3f2d579bd2c3483d787aa83db12545f276be161e", + "deps": ["npm:fast-glob", "npm:ignore", "npm:js-yaml"] }, { "file": "packages/nx/src/daemon/cache.ts", @@ -14650,7 +15733,7 @@ }, { "file": "packages/nx/src/daemon/client/client.ts", - "hash": "8ebe0098b41a454c75f4a86cac2767690a975e5f", + "hash": "c5a3e3712045ed6409210e487f860660ea70e30b", "deps": ["npm:fs-extra"] }, { @@ -14661,6 +15744,14 @@ "file": "packages/nx/src/daemon/client/generate-help-output.ts", "hash": "f8decf824fb3926a807cf7efaf3395f9155d73b9" }, + { + "file": "packages/nx/src/daemon/server/handle-process-in-background.ts", + "hash": "d4875b001a0709d56cf920bf5b20c3e6dd69aef4" + }, + { + "file": "packages/nx/src/daemon/server/handle-request-project-graph.ts", + "hash": "1109b672283644e1a0f997900df10269ce6326d0" + }, { "file": "packages/nx/src/daemon/server/logger.spec.ts", "hash": "1100ec81317ba7cb3982e50d61e165736dfe1e66" @@ -14675,11 +15766,11 @@ }, { "file": "packages/nx/src/daemon/server/server.ts", - "hash": "3300e958819515b1a679bdd4db9f58308bbe777f" + "hash": "d5de77c8be404cc966fb35b819ab89923f0e2ed3" }, { "file": "packages/nx/src/daemon/server/shutdown-utils.ts", - "hash": "6a6799b7ab58b76b5dd2019bdbcae8a0d62bfcfe" + "hash": "f3c412607c3f6cb7f64ac3c46265da3bb84d8a5d" }, { "file": "packages/nx/src/daemon/server/start.ts", @@ -14727,7 +15818,7 @@ }, { "file": "packages/nx/src/executors/run-commands/schema.json", - "hash": "53c294e23952a8b7bf2978df0e9441f1770a7a63" + "hash": "d15ad9201bf5dd50883e190248dbf505280fa468" }, { "file": "packages/nx/src/executors/run-script/run-script.impl.ts", @@ -14735,7 +15826,7 @@ }, { "file": "packages/nx/src/executors/run-script/schema.json", - "hash": "dd940ac16f49159f9aae46353294a15a2e375833" + "hash": "ada463360833d1e4a1759d3dcef75ccab851ab75" }, { "file": "packages/nx/src/generators/internal-utils/format-changed-files-with-prettier-if-available.ts", @@ -14744,7 +15835,7 @@ }, { "file": "packages/nx/src/generators/testing-utils/create-tree-with-empty-workspace.ts", - "hash": "464bc3685b927bb776aa13185d281129f4ef4c22" + "hash": "ed2eab2df2c19bad2ecb4b721548d93efab4b502" }, { "file": "packages/nx/src/generators/testing-utils/create-tree.ts", @@ -14752,12 +15843,12 @@ }, { "file": "packages/nx/src/generators/tree.spec.ts", - "hash": "1f9e69cda7de03c0ca8ecdbc98650928813fc54f", + "hash": "37c091af3dfc1375711f79113e817bf268f5bea1", "deps": ["npm:fs-extra", "npm:tmp"] }, { "file": "packages/nx/src/generators/tree.ts", - "hash": "8d2771c773186b35de84f53cf1fd892c790ff920", + "hash": "d99633c2cc2a6486e5a1d35fc5bd6afe93c3a749", "deps": ["npm:fs-extra", "npm:chalk"] }, { @@ -14766,12 +15857,12 @@ }, { "file": "packages/nx/src/generators/utils/project-configuration.spec.ts", - "hash": "ba3c14502cd07ecf2a5c4341a5a6dcc52556a534", + "hash": "c5b656ec6abb3706550e47642d8eebd14c726dd1", "deps": ["npm:ajv"] }, { "file": "packages/nx/src/generators/utils/project-configuration.ts", - "hash": "665faa7ea037bf89aa3eec5a056d55884796cef0" + "hash": "f57a4143899c14fa8f4cf42e258d2d3ed83e01b2" }, { "file": "packages/nx/src/hasher/file-hasher-base.ts", @@ -14795,13 +15886,18 @@ "file": "packages/nx/src/hasher/git-hasher.ts", "hash": "e93ce44f151263f35a4c2e7c39882ca87cbf16bc" }, + { + "file": "packages/nx/src/hasher/hash-task.ts", + "hash": "9a08c03cf9818d5049b1c18b33b8a04724f195a8" + }, { "file": "packages/nx/src/hasher/hasher.spec.ts", - "hash": "a449adc85c1e0b755616ba74d7acb1250e5ad1a9" + "hash": "1c39282f9c0e6d844d3c788e629b533f68b8c558", + "deps": ["npm:memfs"] }, { "file": "packages/nx/src/hasher/hasher.ts", - "hash": "51698d74aa3b27f1b4f57fedb59a9d066e269c21", + "hash": "043f7614d4d588efd2f2a15a5f52246418982ab4", "deps": ["npm:minimatch"] }, { @@ -14815,7 +15911,7 @@ }, { "file": "packages/nx/src/migrations/update-14-0-6/remove-roots.spec.ts", - "hash": "7eba8254b62ae3afd3f9df6791741e4df95f3643" + "hash": "19907fa7e18abb098bd4ae6fe192d99cdbe1147a" }, { "file": "packages/nx/src/migrations/update-14-0-6/remove-roots.ts", @@ -14823,15 +15919,15 @@ }, { "file": "packages/nx/src/migrations/update-14-2-0/add-json-schema.spec.ts", - "hash": "d49883b4bf0ff0b40d30b76ec6c89329c281a8e2" + "hash": "2dccfe87bb9bc29aa8e3e3823149ff9d76a6743d" }, { "file": "packages/nx/src/migrations/update-14-2-0/add-json-schema.ts", - "hash": "51e1f2128a5b36f091be16fbaad1ec6a338b2f8c" + "hash": "8fe5bbeac3cdc6d1e84232b74e9f9d256094ea69" }, { "file": "packages/nx/src/migrations/update-14-2-0/remove-default-collection.spec.ts", - "hash": "81679611a1b1ec3b334829c5a8d699534711dc9d" + "hash": "5e979819ef0985a846ce25ea6c5103fadc187de4" }, { "file": "packages/nx/src/migrations/update-14-2-0/remove-default-collection.ts", @@ -14841,26 +15937,34 @@ "file": "packages/nx/src/migrations/update-14-2-0/replace-all-relative-outputs-with-absolute.ts", "hash": "17af41ff8c3ee98732ea5bcb56ad249cb7f725ec" }, + { + "file": "packages/nx/src/migrations/update-14-3-4/create-target-defaults.spec.ts", + "hash": "99dd7176d8d8022461827fac3c6a4f55955cbc5f" + }, + { + "file": "packages/nx/src/migrations/update-14-3-4/create-target-defaults.ts", + "hash": "5d5875e175b9bf3b6e60fa3fc4bf86a6a3a21f51" + }, { "file": "packages/nx/src/project-graph/affected/affected-project-graph-models.ts", - "hash": "0e82329526a51cdb91faafe34b0606ff097eb05a" + "hash": "74f891d0a5810a1dbd132e9030274b2a72a736d5" }, { "file": "packages/nx/src/project-graph/affected/affected-project-graph.spec.ts", - "hash": "9c0175b395c22c7e996acf70d2587cf5ddf14e10", + "hash": "79c032e2924fb558ebba3c4212078be1e98e4dbd", "deps": ["npm:memfs"] }, { "file": "packages/nx/src/project-graph/affected/affected-project-graph.ts", - "hash": "235fd47ff3d6d7035055d03b225999b0e8839244" + "hash": "272497731f59f7fa2c33b0859b774b0bb4f33e6c" }, { "file": "packages/nx/src/project-graph/affected/locators/implicit-json-changes.spec.ts", - "hash": "67c05d5de09be178fb44057d1be7e038a61076ca" + "hash": "6842c63ec9f90e23ac2f2fcbf80fd89c21054b62" }, { "file": "packages/nx/src/project-graph/affected/locators/implicit-json-changes.ts", - "hash": "39f5a93336d0a0de94bedbe3193b8808084afb2b", + "hash": "2f213fe136464ceb6e551edb7d2239d8fd901cfc", "deps": ["npm:flat", "npm:minimatch"] }, { @@ -14869,7 +15973,7 @@ }, { "file": "packages/nx/src/project-graph/affected/locators/npm-packages.ts", - "hash": "ee5871482fe67261b2cb29ffc90ff98d308b65da" + "hash": "be36f5aac0bcf7bb0b30cda014ae1b7c02467891" }, { "file": "packages/nx/src/project-graph/affected/locators/tsconfig-json-changes.spec.ts", @@ -14881,19 +15985,19 @@ }, { "file": "packages/nx/src/project-graph/affected/locators/workspace-json-changes.spec.ts", - "hash": "bdf870611d79fdaab9f65e721a20866228b09402" + "hash": "e8d93d0d53b67f2d9d669aefce6c31f7f7465bd2" }, { "file": "packages/nx/src/project-graph/affected/locators/workspace-json-changes.ts", - "hash": "1e7b9b9301628867b8adb5128422bc25d8e88883" + "hash": "50a1374231d1d2f4fed4cdd5697e7f83776b06b9" }, { "file": "packages/nx/src/project-graph/affected/locators/workspace-projects.spec.ts", - "hash": "e14fa90ae7eaa0d7711893828b441b83853978e1" + "hash": "34dd7cf9452fdfdb70bcbde58c8ebbed63b42a53" }, { "file": "packages/nx/src/project-graph/affected/locators/workspace-projects.ts", - "hash": "1acb2f41401c5a5a4c35c30130675f109438a560", + "hash": "8550d51225721619786b5dce25accb256745e9d9", "deps": ["npm:minimatch"] }, { @@ -14907,7 +16011,7 @@ }, { "file": "packages/nx/src/project-graph/build-dependencies/explicit-package-json-dependencies.ts", - "hash": "d833097bad755f7730798d3f83808d11899f9a1b" + "hash": "d9687c5a628dcecbcf799ee224b6e2d9eb2baca6" }, { "file": "packages/nx/src/project-graph/build-dependencies/explicit-project-dependencies.spec.ts", @@ -14946,7 +16050,7 @@ }, { "file": "packages/nx/src/project-graph/build-nodes/workspace-projects.ts", - "hash": "ab6489ffe24378f073fb4374fcf587d4438e4c89" + "hash": "479505d308869e01da5e8e2561461f718f0cc529" }, { "file": "packages/nx/src/project-graph/build-project-graph.spec.ts", @@ -14955,7 +16059,7 @@ }, { "file": "packages/nx/src/project-graph/build-project-graph.ts", - "hash": "b462f25f9904af968c0a71605c4e3220a4bf9b63" + "hash": "fd18fd7a3387cdf2561f308d9878335b8901bc1e" }, { "file": "packages/nx/src/project-graph/file-map-utils.spec.ts", @@ -14963,7 +16067,7 @@ }, { "file": "packages/nx/src/project-graph/file-map-utils.ts", - "hash": "a958869d4cb0e670ded3835d93d77455b80e7a55" + "hash": "cd7219007817437323cbbd7079892f4723831528" }, { "file": "packages/nx/src/project-graph/file-utils.spec.ts", @@ -14972,29 +16076,21 @@ }, { "file": "packages/nx/src/project-graph/file-utils.ts", - "hash": "7631bedea7f3f6a647525bd15816218606803a19", + "hash": "1bd07d75281d9f799c34957983088ed9ff14b422", "deps": ["npm:ignore"] }, - { - "file": "packages/nx/src/project-graph/normalize-nx-json.spec.ts", - "hash": "4dac6e948cd157d98bea7d2f30253c974acd1bd1" - }, - { - "file": "packages/nx/src/project-graph/normalize-nx-json.ts", - "hash": "81f7ad9911b21cfd6afa35f555508f62ee63a8ff" - }, { "file": "packages/nx/src/project-graph/nx-deps-cache.spec.ts", - "hash": "520dd2fbd53c0f615433cbf6396b2a269e712148" + "hash": "2266e6edc6b8be40e7963cef85871246e417524c" }, { "file": "packages/nx/src/project-graph/nx-deps-cache.ts", - "hash": "898be8085818c7f51d77f7d93378c38aa9200d69", + "hash": "63c145c39cb8fd460aa8bb37d8f3407fee743ffe", "deps": ["npm:fs-extra"] }, { "file": "packages/nx/src/project-graph/operators.spec.ts", - "hash": "fc3b371b00052ad761a8218b828db47894e6777e" + "hash": "8b9de1d417ffc0e4235e1afd3e1312a1306e7f3e" }, { "file": "packages/nx/src/project-graph/operators.ts", @@ -15014,7 +16110,7 @@ }, { "file": "packages/nx/src/project-graph/project-graph.ts", - "hash": "2955509f3354526e4920eb0e005a3a2a9e635919" + "hash": "2b0265be8dc48f4fc8770959f0a99ba85088f1c2" }, { "file": "packages/nx/src/tasks-runner/batch/batch-messages.ts", @@ -15022,28 +16118,32 @@ }, { "file": "packages/nx/src/tasks-runner/batch/run-batch.ts", - "hash": "5a1243c4b48074b7735429413a4d8fbf9ceb7ac0" + "hash": "e4b69737c37a0d20f9f4d93cfdc937a5df148a74" + }, + { + "file": "packages/nx/src/tasks-runner/cache.spec.ts", + "hash": "9e63c9402e5f6c9f38dc90d3b97422e2cf8270d4" }, { "file": "packages/nx/src/tasks-runner/cache.ts", - "hash": "c90b84b34bccee4ead4596052a1069655bdda417", - "deps": ["npm:fs-extra"] + "hash": "07d4c29fd72ee49beba700836148f2c073efd5d9", + "deps": ["npm:fs-extra", "npm:fast-glob"] }, { "file": "packages/nx/src/tasks-runner/create-task-graph.spec.ts", - "hash": "4bcf1b79035a75bd6118d8aec39e7be8124f17d5" + "hash": "16b851cacc6bd12ad0f114fd5b7f6e3906b09d0b" }, { "file": "packages/nx/src/tasks-runner/create-task-graph.ts", - "hash": "b569045de2b3f9ab99a9647c444cd7dd88ad546e" + "hash": "a85f8edf75c9d8829bac314024b9205d3a001e93" }, { "file": "packages/nx/src/tasks-runner/default-tasks-runner.ts", - "hash": "c98e1ee6aa9855da9fcaba1d39cb07dd2fc69782" + "hash": "65eae2f31bc56638107927a66812d52a8457585c" }, { "file": "packages/nx/src/tasks-runner/forked-process-task-runner.ts", - "hash": "028047c0808c601fb933fee6b92e3f2a1144a97e", + "hash": "18330af8b4edd3c0dd71a16c3c910879a2e88689", "deps": ["npm:dotenv"] }, { @@ -15052,7 +16152,7 @@ }, { "file": "packages/nx/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.ts", - "hash": "4ff79eb8d6516630385130c95d4a90bc8e4f766f" + "hash": "dd278d223fde3793a6514dfe170feb3e8b3a7387" }, { "file": "packages/nx/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.ts", @@ -15062,9 +16162,13 @@ "file": "packages/nx/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.ts", "hash": "e1faa49b6663ae1aa5867136e115f2f5f9ec351d" }, + { + "file": "packages/nx/src/tasks-runner/life-cycles/formatting-utils.spec.ts", + "hash": "cf66eaf7f08ca5e1e5de85b9cf98a8e324c8b259" + }, { "file": "packages/nx/src/tasks-runner/life-cycles/formatting-utils.ts", - "hash": "11b34133cc2f3aaa629ab68b164949cd84b3a828" + "hash": "187ec7b3f9cd034fd52373859320f628c5268ddc" }, { "file": "packages/nx/src/tasks-runner/life-cycles/pretty-time.ts", @@ -15097,7 +16201,7 @@ }, { "file": "packages/nx/src/tasks-runner/run-command.ts", - "hash": "4c8e79201879331a267d38af0efee078bd7efc99" + "hash": "49b7e6ab8322846e2b1d5497ee15c9c77f18712e" }, { "file": "packages/nx/src/tasks-runner/task-graph-utils.spec.ts", @@ -15109,7 +16213,7 @@ }, { "file": "packages/nx/src/tasks-runner/task-orchestrator.ts", - "hash": "c3a08e0b3dae4bf8840a4dd328f9c865385e6dc6" + "hash": "d66f32482f6bf8e2a7d4c11f4a922c9b36d95873" }, { "file": "packages/nx/src/tasks-runner/tasks-runner-v2.ts", @@ -15118,23 +16222,23 @@ }, { "file": "packages/nx/src/tasks-runner/tasks-runner.ts", - "hash": "37cc5c761538706ae4206e48180f3d6b207063cd" + "hash": "d9daabc36923de552c5e9413e39a4581b28154fc" }, { "file": "packages/nx/src/tasks-runner/tasks-schedule.spec.ts", - "hash": "c09177a0bb477f85132eb0050e18d10e6e6fa147" + "hash": "78e9922da426cde8c45c0a46525c9df3e0d6261a" }, { "file": "packages/nx/src/tasks-runner/tasks-schedule.ts", - "hash": "f99d0570dedbffee5e89276fc3dd0fe82dd4a418" + "hash": "7a75258b6164a997af8abe74af3391bc0ebcfe65" }, { "file": "packages/nx/src/tasks-runner/utils.spec.ts", - "hash": "7cfe13d9fe7b4dc6a695ee48274e93bb9e6089d2" + "hash": "20110cc0838de2d43c47b92b6c16548bcc56d37e" }, { "file": "packages/nx/src/tasks-runner/utils.ts", - "hash": "338ee34058353a8320e95de5e8609c63da8b1f24", + "hash": "7b0c451722e2e19ecbf5bfafe04a29408a0f1aad", "deps": ["npm:flat"] }, { @@ -15146,6 +16250,10 @@ "hash": "4a4ece1f65ee0b60289163b94eb24363df00ce22", "deps": ["npm:chalk"] }, + { + "file": "packages/nx/src/utils/app-root.ts", + "hash": "1a498111913730e8136e2f3464c06396f04fd817" + }, { "file": "packages/nx/src/utils/assert-workspace-validity.spec.ts", "hash": "3b30fbc69f3ff4157df4caf47ef0ac88e50216e7" @@ -15160,11 +16268,11 @@ }, { "file": "packages/nx/src/utils/command-line-utils.spec.ts", - "hash": "9252f1c4673b1365e77045749d4d3b72fce562ec" + "hash": "e2e10c8a99315440c98bcf70711b0e7c5a0cf7fb" }, { "file": "packages/nx/src/utils/command-line-utils.ts", - "hash": "41946af2c3ca59dba8fc71b8eea0a1412178713c", + "hash": "94dbb00e69bc839393755602f7eb8c4517b6dc94", "deps": ["npm:yargs-parser", "npm:yargs"] }, { @@ -15221,7 +16329,7 @@ }, { "file": "packages/nx/src/utils/nx-plugin.ts", - "hash": "c85a855e939e966ecf9f6b23540c6c1e4d3cf13d", + "hash": "ec1009a7f68c7a3560a365c2263717f920559567", "deps": ["npm:fast-glob"] }, { @@ -15239,21 +16347,21 @@ }, { "file": "packages/nx/src/utils/package-json.ts", - "hash": "54550f1b7f1d86c619c66f9d223b48230ff2ad0d" + "hash": "c55f50074637480628e53d0e3bd79787ef59a1f3" }, { "file": "packages/nx/src/utils/package-manager.ts", - "hash": "2bc6e71563086c48d318756caed38eb70c1cfca6", + "hash": "c41165b979aee2203c438b9581bd42c72b00ed5d", "deps": ["npm:fs-extra", "npm:tmp", "npm:semver"] }, { "file": "packages/nx/src/utils/params.spec.ts", - "hash": "f36128497ff7b6f81fea36cc36d28dd4c38223ff", + "hash": "c31476089eb247459724dd9064dfd443be1b6ff8", "deps": ["npm:yargs-parser"] }, { "file": "packages/nx/src/utils/params.ts", - "hash": "c6ae2df13addf843407946bb3ed1529724b032ce" + "hash": "5a7de0af5be47a382316fd84e6df695fec4a50cc" }, { "file": "packages/nx/src/utils/path.spec.ts", @@ -15261,7 +16369,7 @@ }, { "file": "packages/nx/src/utils/path.ts", - "hash": "df6ab83a7b22a6692fd2b7ee5672b6bbde029c96" + "hash": "e0bd34d47234122dd94f177bfa2aeb6226f50d8f" }, { "file": "packages/nx/src/utils/perf-logging.ts", @@ -15286,13 +16394,18 @@ "hash": "9f32d388fa620a9c4d198f8a4311c3ceade18624", "deps": ["npm:chalk"] }, + { + "file": "packages/nx/src/utils/plugins/local-plugins.ts", + "hash": "94fd105d26f084d937eb449dbb8772b94627f55b", + "deps": ["npm:chalk"] + }, { "file": "packages/nx/src/utils/plugins/models.ts", "hash": "89cbded58217947f1c58c26b2cca4555fe0df539" }, { "file": "packages/nx/src/utils/plugins/plugin-capabilities.ts", - "hash": "12b7c502ab18aa39698c9d436854a2ff4e1ce677", + "hash": "e0671fef8e578a2dc137ce291d47ba6043719635", "deps": ["npm:chalk"] }, { @@ -15306,11 +16419,11 @@ }, { "file": "packages/nx/src/utils/project-graph-utils.spec.ts", - "hash": "cb006e2e6fbc9a05e0b358c907a90b2b3cc1d589" + "hash": "82dcb2702c0aa3fff76ba68189903a735bbb6131" }, { "file": "packages/nx/src/utils/project-graph-utils.ts", - "hash": "3e4eeea82e41cc4cb5f6344b74b2a3010aff19ba" + "hash": "bff1fc4fd9a228d4faddebe1afe4abbac4ae5321" }, { "file": "packages/nx/src/utils/register.ts", @@ -15321,6 +16434,10 @@ "npm:tsconfig-paths" ] }, + { + "file": "packages/nx/src/utils/serialize-overrides-into-command-line.ts", + "hash": "1a583a594da09addc66c58462b82dc37ac4aa1e8" + }, { "file": "packages/nx/src/utils/split-target.spec.ts", "hash": "7b77e71a0c5c2eb1ef6e39c9b67cc43b56d1796b" @@ -15364,11 +16481,11 @@ }, { "file": "packages/nx/src/utils/versions.ts", - "hash": "4557cde4206e67bd94eeee6bcac19b849d42df2a" + "hash": "6548a6053e7316819f9b1a7b3af9fc737de9b121" }, { "file": "packages/nx/src/utils/workspace-root.ts", - "hash": "99a7d71fe3864f5f20e06b9a1b5ba228c9ebbaf4" + "hash": "6dfdfdbb44f53305a4ab4e59d341e6f5553bde64" }, { "file": "packages/nx/tasks-runners/default.ts", @@ -15398,7 +16515,7 @@ "files": [ { "file": "e2e/linter/jest.config.ts", - "hash": "ac32c36e93b1adb04f1b1b43d135924e8fc29457" + "hash": "4d2a36031306dab7dbee4f4cd7479adafdc39a4f" }, { "file": "e2e/linter/project.json", @@ -15406,7 +16523,7 @@ }, { "file": "e2e/linter/src/linter.test.ts", - "hash": "92e47638039a0a57fdb61aa1a68eb88b2e0aa3fc", + "hash": "8bcdc60f0af88fe3a73a36ff82d95e1be4454e6e", "deps": ["e2e-utils", "npm:typescript"] }, { @@ -15429,7 +16546,7 @@ "files": [ { "file": "e2e/nx-run/jest.config.ts", - "hash": "40655b3deeb1ac25a1068559f1c1f903ee94717b" + "hash": "d1ad254f759836b5b792b703788367626ac2882e" }, { "file": "e2e/nx-run/project.json", @@ -15437,18 +16554,18 @@ }, { "file": "e2e/nx-run/src/affected-graph.test.ts", - "hash": "b7141d17ac2d10cf93e47314eccfb7fd52b98469", + "hash": "e4ddd742bca36396e1042b3c12009a0334773aac", "deps": ["devkit", "e2e-utils"] }, { "file": "e2e/nx-run/src/cache.test.ts", - "hash": "76f4dac6a18b773344b0eda0d3d854f785f6e2fa", + "hash": "0868b05d88288130e734f94b3c6b8e4b95053406", "deps": ["e2e-utils"] }, { "file": "e2e/nx-run/src/run.test.ts", - "hash": "65487705cb4178c58c9dbb34e418ab071b6da6ee", - "deps": ["e2e-utils", "nx"] + "hash": "c859b3f03116388d195fecca9727a80370defd4d", + "deps": ["e2e-utils"] }, { "file": "e2e/nx-run/tsconfig.json", @@ -15470,7 +16587,7 @@ "files": [ { "file": "e2e/detox/jest.config.ts", - "hash": "5ffbe27a4873211624e5249865434590dde964b5" + "hash": "e4a42588b1e2ec3cb9dbb5d557257e76de2ec9c7" }, { "file": "e2e/detox/project.json", @@ -15501,20 +16618,25 @@ "files": [ { "file": "e2e/react/jest.config.ts", - "hash": "7f3fafeb38f0d0f8108c7ad4a1b4a81687a5b88a" + "hash": "1df82ae4213ece77a147a5d254242b9af6aeb017" }, { "file": "e2e/react/project.json", "hash": "b1fc9e38ede36ce7f8c53438aa76bef9463246b5" }, + { + "file": "e2e/react/src/cypress-component-tests.test.ts", + "hash": "ec82f59aa23518e3f7684d8be7e9938363a94879", + "deps": ["e2e-utils"] + }, { "file": "e2e/react/src/react-package.test.ts", - "hash": "00f8ea0102311566459f704409697963513fd036", + "hash": "b5a947ec0bfa0d2d9fb3eb6ba8757db2d447cecf", "deps": ["e2e-utils", "devkit"] }, { "file": "e2e/react/src/react.module-federation.test.ts", - "hash": "4c21779cb35f65636c86a3808831c7f223b737c0", + "hash": "317229ba0f645c5fab5054bdad3a1de7b6120ad5", "deps": ["devkit", "e2e-utils", "react"] }, { @@ -15542,12 +16664,11 @@ "files": [ { "file": "e2e/utils/index.ts", - "hash": "e5e0a05dce658aa39598ebaadd3dd306e16f22c0", + "hash": "8ed5a21a0dd8595c20140dd459574b2664efd233", "deps": [ "devkit", "workspace", "npm:fs-extra", - "npm:semver", "npm:tcp-port-used", "npm:tmp", "npm:chalk", @@ -15574,7 +16695,7 @@ "files": [ { "file": "e2e/jest/jest.config.ts", - "hash": "eb0b577e0bd829b28c3bc141d52e54e7fcda0823" + "hash": "a533d9b8ba1974653adc319296bdc25dfccab79a" }, { "file": "e2e/jest/project.json", @@ -15605,7 +16726,7 @@ "files": [ { "file": "e2e/next/jest.config.ts", - "hash": "2a42f80c96415137b4ad81a22c6800763b49834c" + "hash": "b35c82f6e91fca2cac2bcecdaf7a5b187abd02ac" }, { "file": "e2e/next/project.json", @@ -15613,14 +16734,8 @@ }, { "file": "e2e/next/src/next.test.ts", - "hash": "9f97b6db2d191245763b7d5a1e64256994f7451a", - "deps": [ - "workspace", - "e2e-utils", - "npm:next", - "npm:react", - "npm:express" - ] + "hash": "c9946a5cd1adb28c3c63e2627e0ef677aa83ba2d", + "deps": ["e2e-utils", "workspace", "npm:next", "npm:react"] }, { "file": "e2e/next/tsconfig.json", @@ -15642,15 +16757,15 @@ "files": [ { "file": "e2e/node/jest.config.ts", - "hash": "00469c6e89ddeaba50d4c9da3fd42282bfca398f" + "hash": "49f37c1c6b5a26042f26982c5e4cb4f50f6fa873" }, { "file": "e2e/node/project.json", - "hash": "4c1573b9b270565d4e4dc6a698cc063bf80a7b41" + "hash": "8ef75e0c706145761af1017ab85b593ab9d7f6ef" }, { "file": "e2e/node/src/node.test.ts", - "hash": "db9b82804307f55decadc3aefa82daf9a8ed6984", + "hash": "60afad6fdfdf0f1d3b97f66c1fab3cc6ab8a2ac5", "deps": [ "npm:@angular-devkit/core", "e2e-utils", @@ -15678,7 +16793,7 @@ "files": [ { "file": "e2e/web/jest.config.ts", - "hash": "8bfb28a5d003d9a5a401d4244d75a9c01dbe2628" + "hash": "33faeec31638500cc6cb82802e50b2a423a19b8f" }, { "file": "e2e/web/project.json", @@ -15691,7 +16806,7 @@ }, { "file": "e2e/web/src/web.test.ts", - "hash": "cecb16bb69cfe215b4f27df9625661e7b6d009c2", + "hash": "93f987794d46a1bbb3efdb04bf1713c9cefa1c43", "deps": ["e2e-utils"] }, { @@ -15714,7 +16829,7 @@ "files": [ { "file": "e2e/js/jest.config.ts", - "hash": "1c5de2ee378e8bdaca2bbc419eed0b05421dc0ec" + "hash": "4d5b53f0c6aa3f38368180aa1400f4953ceff37a" }, { "file": "e2e/js/project.json", @@ -15747,125 +16862,217 @@ "file": "docs/builders.json", "hash": "ee16974bd1152dcea95cd826aae29c1f52cb1bea" }, + { + "file": "docs/generated/cli/affected-apps.md", + "hash": "7eb31551d0a8c905e67a155b3d5834a5d3644b99" + }, + { + "file": "docs/generated/cli/affected-graph.md", + "hash": "8f88cefe4af8af77862f8bd05a97e11df8188bf4" + }, + { + "file": "docs/generated/cli/affected-libs.md", + "hash": "eebedae5ec5ccda277e4daa6b56d4f1d45fa1df2" + }, + { + "file": "docs/generated/cli/affected.md", + "hash": "95ec8409f8f4cb9973a81e8c262beea6f4572177" + }, + { + "file": "docs/generated/cli/connect-to-nx-cloud.md", + "hash": "dae1ad56c8334ea3f9a8c827e7b8e5a452208320" + }, + { + "file": "docs/generated/cli/create-nx-workspace.md", + "hash": "c4b161ac6d1c573d450583720523683b777ff8fb" + }, + { + "file": "docs/generated/cli/daemon.md", + "hash": "a76de20de82a61d938c3bbec69b5b795b7f3bb45" + }, + { + "file": "docs/generated/cli/format-check.md", + "hash": "c995db6557c9968800c7828202cb08404e8d6570" + }, + { + "file": "docs/generated/cli/format-write.md", + "hash": "a0493fc7c66425583c655b46fec603b458c0cacc" + }, + { + "file": "docs/generated/cli/generate.md", + "hash": "b42b46bb64039bf0c337b65ab0eb4c427481b480" + }, + { + "file": "docs/generated/cli/graph.md", + "hash": "4bae215d301fa0699729517992a70b1904091fd8" + }, + { + "file": "docs/generated/cli/init.md", + "hash": "12ed02e70e9bb9cfbd5611239f2f30284a9b50fd" + }, + { + "file": "docs/generated/cli/list.md", + "hash": "35e0323efef90becb5d0aaad37072bd0250042c3" + }, + { + "file": "docs/generated/cli/migrate.md", + "hash": "ca9f5914f374c69c3cedc9de8657254382e0af6c" + }, + { + "file": "docs/generated/cli/print-affected.md", + "hash": "2d0b4176f32c654ab9e2fbf92f0a211591aed570" + }, + { + "file": "docs/generated/cli/repair.md", + "hash": "161646cf79c9f516039c07335123ac87fa781c2b" + }, + { + "file": "docs/generated/cli/report.md", + "hash": "6f7451c245936b965ade2c42b0180fbfaecee361" + }, + { + "file": "docs/generated/cli/reset.md", + "hash": "ab57a7329bbf9716f789e19ef5bfc2c4621c74d1" + }, + { + "file": "docs/generated/cli/run-many.md", + "hash": "b0258ad64317e1954d91d3ca629291561f4d4c9f" + }, + { + "file": "docs/generated/cli/run.md", + "hash": "077afa4f89f31e5f1755488790439112d1217b9a" + }, + { + "file": "docs/generated/cli/workspace-generator.md", + "hash": "ff9dbfaba3f737d1192d1b2416df8790271fe254" + }, + { + "file": "docs/generated/cli/workspace-lint.md", + "hash": "84e666608f344aae92c985aa87529b7351aaa3b6" + }, + { + "file": "docs/generated/devkit/index.md", + "hash": "dee0a3035c4946833a1f928bb2c276fbce895b87" + }, + { + "file": "docs/generated/devkit/ngcli_adapter.md", + "hash": "dd62a5fbc75c8579574437234fb56436bb3a8d57" + }, { "file": "docs/generated/packages/add-nx-to-monorepo.json", - "hash": "0de1cd3f86f4a5d94b492a023f2e2d6584f5ad1f" + "hash": "7e9b8a37307774034db7cf43ff2c66628e779002" }, { "file": "docs/generated/packages/angular.json", - "hash": "2bc0cb20b9b90058417566b655ee3df0a4cd2c13" - }, - { - "file": "docs/generated/packages/cli.json", - "hash": "5ca361030fdc5b76de1db52f277b44a24a496b12" + "hash": "907b42602aedd79139cb3355f2e73cc2d9da3167" }, { "file": "docs/generated/packages/cra-to-nx.json", - "hash": "067d592f9528124ee7f9a08aab72934028230f5e" + "hash": "dae3cb2ed684c20111990b13cadb6dad7bb7a16e" }, { "file": "docs/generated/packages/create-nx-plugin.json", - "hash": "b9145ceae60845d1a6bb23c59d7f67cd1bc66a87" + "hash": "21716cb30bde1066b136ac8f7ad84bbab7e4c8a3" }, { "file": "docs/generated/packages/create-nx-workspace.json", - "hash": "a4e2083ff968b8fa54fa5d2ba61e60936f889b3b" + "hash": "39bd472e25d2358962a51fafd7d2f42c48ac75d1" }, { "file": "docs/generated/packages/cypress.json", - "hash": "d5ae36477da823f0064bfb79cf31a7e4b364f402" + "hash": "9ef0717afd71652733bdb47e79ed3857ce687b16" }, { "file": "docs/generated/packages/detox.json", - "hash": "888a5c01961b3ed2339500bc48c710d1ab175fb0" + "hash": "51656758a7b9998a77530a45e6691d77b7f74145" }, { "file": "docs/generated/packages/devkit.json", - "hash": "ab97301578e3699a3b8b162c8b0241e8e3838a51" + "hash": "8892baf3a90529776e7a27239ac3afb7a99fa429" }, { "file": "docs/generated/packages/eslint-plugin-nx.json", - "hash": "639247353e64f060bc81e19e4b9742f8841e789e" + "hash": "c8f8022109eb40853531adc202ef2025b9d9e919" }, { "file": "docs/generated/packages/express.json", - "hash": "4a9cfad3de2a7a07f6811ba01e0cd47f79b58dae" + "hash": "ee2fb26427d3009652e10730d394f953925531d4" }, { "file": "docs/generated/packages/jest.json", - "hash": "87e0979befc3ddb0c8f2408f7358fa518f04b5aa" + "hash": "61b5f03339d932fb57ba3be52ddd1d43b66f9f06" }, { "file": "docs/generated/packages/js.json", - "hash": "a1983231605c49265cf5840c9370f0798eced455" + "hash": "e184ac1c35df6381a7c42bf49cea732f2c582d0b" }, { "file": "docs/generated/packages/linter.json", - "hash": "118d62e6d2bf9b79b0a951a410423b9ac4a614f5" + "hash": "4f92eece97b00736693aaa50d4cfbd4e99dbaeae" }, { "file": "docs/generated/packages/make-angular-cli-faster.json", - "hash": "0eb00d57e90a523c964e3842b90819de5df7af83" + "hash": "289a5449a3f6eb1add54a0d41fb56f06b15d44fe" }, { "file": "docs/generated/packages/nest.json", - "hash": "b8de564c33c7638e3dc9d6a67089eea2d097b657" + "hash": "477c2ddcc8cc819c258313c6a3d0e9543312a24e" }, { "file": "docs/generated/packages/next.json", - "hash": "56c0c48b493205d041819a5fca1d2167408f9388" + "hash": "71ea624133d22a8763a14ee2881981bc8eca06fb" }, { "file": "docs/generated/packages/node.json", - "hash": "aba82677767329f3b3e72a0b8b124fc9f0705f09" + "hash": "5b098efb4e311ddb9bc1f2fafaddd9a25f04a416" }, { "file": "docs/generated/packages/nx-plugin.json", - "hash": "4bf90da35cae08346d15f5781596ba7afda0e86b" + "hash": "16579087476dc61ac3454391a25f3b32eabe888f" }, { "file": "docs/generated/packages/nx.json", - "hash": "ad0e01f74a132f419bbae7641965b8a8a65766a0" + "hash": "0928f2e44192aa37f2182bcee82ba4152e3e8687" }, { "file": "docs/generated/packages/react-native.json", - "hash": "1ac4d3f70044f07f76406a9d11439f46390836c7" + "hash": "e3a359e387b13a8c06c390b39931ab5418f4485c" }, { "file": "docs/generated/packages/react.json", - "hash": "61095ea26990416a5d00570769ad46f09b6fb166" + "hash": "2186a9c9ffd674e0703b74febd0539d4785e8199" }, { "file": "docs/generated/packages/storybook.json", - "hash": "499c6258b620e5aa5124c0612eaa1bc6db95135e" + "hash": "7f2db2b23b41b9b50e9c943b341defd7b2fe149a" }, { "file": "docs/generated/packages/tao.json", - "hash": "5bcf2bf8362e0b76ac556caad9f870e3c9cf8718" + "hash": "cc336fccc21692d3395da707cb9cd86ca2ead70a" }, { "file": "docs/generated/packages/web.json", - "hash": "f13cfdc343e036a87c81e01d314323093a4ca6b9" + "hash": "b479b11b31d9b2c01bd6bef609c4c426ceec8f0e" }, { "file": "docs/generated/packages/workspace.json", - "hash": "d02b5b8c482265c291449446d600ba7fcb403906" + "hash": "a61a8e6ba93da7285aa56f281ca273e2569798bb" }, { "file": "docs/map.json", - "hash": "48c250190b46b8bd108e322d25686ccde8acf934" + "hash": "9c72c533683d9ef1736eef94322b65d9d9bacec1" }, { "file": "docs/nx-cloud/account/access-tokens.md", - "hash": "2f52dbc9f30fc654bcc5cab53cef562399bd1d13" + "hash": "d8c4d38a30b608ad2d33912f3df40fad2e036d4d" }, { "file": "docs/nx-cloud/account/billing.md", - "hash": "2737887daab11a02c3cb74b9d8f53ef966d38133" + "hash": "d4d87e387f52201f3cce226539235eb13a647c46" }, { "file": "docs/nx-cloud/account/encryption.md", - "hash": "82a3f9932c856368d63070e059e3773124bb8b44" + "hash": "b228c279ca58faea439df3a5fe10273a47120a64" }, { "file": "docs/nx-cloud/account/google_oauth.png", @@ -15889,48 +17096,64 @@ }, { "file": "docs/nx-cloud/intro/nx-cloud.md", - "hash": "463785c882ce681c3114e4ba14e31c5091a1c3c7" + "hash": "6807a70187871195a04f4701ded0f48b51783e81" }, { "file": "docs/nx-cloud/private/advanced-config.md", - "hash": "7dfa0e8487c3854167bea7cfcefb8d7dbf0ef074" + "hash": "2887797716ab77fee29b7259e63937dae493479d" + }, + { + "file": "docs/nx-cloud/private/auth-bitbucket.md", + "hash": "ad12dd0b4260ed37d289509c3b5d2f7b5b2ba259" }, { "file": "docs/nx-cloud/private/auth-github.md", - "hash": "fc9470086674ef5ddb3c65185a99a3ebc164b99c" + "hash": "fb09b4d43a4727a30cded0327c6c96a24421fadc" }, { "file": "docs/nx-cloud/private/auth-gitlab.md", - "hash": "8b049254664017b7fbf4fa49c65244e893980a24" + "hash": "19f4b955fa1011745a29304a062a80e126020a2c" }, { "file": "docs/nx-cloud/private/auth-single-admin.md", - "hash": "0c2dbe607233ad4332bf3eb25a11784f9c34f741" - }, - { - "file": "docs/nx-cloud/private/deploy-aws.md", - "hash": "91f27cc5d737817253ab8ac3fdf4492bf3406682" - }, - { - "file": "docs/nx-cloud/private/deploy-azure.md", - "hash": "edc10c3d1a5d83f3b5e14c595d016f35022d62b7" - }, - { - "file": "docs/nx-cloud/private/deploy-kubernetes.md", - "hash": "b54ec3f1b91da76445fc72a16459381e8bc6d75f" + "hash": "8623d9c10ab628f45f2e177ff3b2487a9b18940d" }, { "file": "docs/nx-cloud/private/get-started.md", - "hash": "c951c3ecda70083d5057e365cb516cb1adb8e299" + "hash": "1cbfe636f80a7634037bad6d811327ff7e480709" }, { "file": "docs/nx-cloud/private/github.md", - "hash": "8777a124d592657614aed4b601fefd7984520503" + "hash": "2fe6ceb807628d7cbafb7edc964ab091cbb51f50" }, { "file": "docs/nx-cloud/private/images/admin_hidden_login.png", "hash": "a2fbd4488b6b38f4c04101444b0a01cc33d27b33" }, + { + "file": "docs/nx-cloud/private/images/bitbucket_1.png", + "hash": "744c93850fe889fd0063041ea14920862efe1ef9" + }, + { + "file": "docs/nx-cloud/private/images/bitbucket_2.png", + "hash": "febde873790a4701eea045bc921b2911ea4d9305" + }, + { + "file": "docs/nx-cloud/private/images/bitbucket_3.png", + "hash": "c1628cebbd1cafa841a20679c36a431de119c507" + }, + { + "file": "docs/nx-cloud/private/images/bitbucket_4.png", + "hash": "f6c7959083ef31dc93d0494df7b56fb1e506df8c" + }, + { + "file": "docs/nx-cloud/private/images/bitbucket_5.png", + "hash": "ef04cc67127fb230aa6211a8bbb4ee01b28b8693" + }, + { + "file": "docs/nx-cloud/private/images/bitbucket_6.png", + "hash": "5400b205c7eccfebaa571133cd57d3db8ca229a4" + }, { "file": "docs/nx-cloud/private/images/github_auth_step_1.png", "hash": "aab0b76bf8ff0f310212e9b48c677f58b214fb50" @@ -16011,21 +17234,25 @@ "file": "docs/nx-cloud/private/images/webhook-trigger-pull-requests.png", "hash": "f917c7056c2b13fed490199a95f329d46fa3ae92" }, + { + "file": "docs/nx-cloud/private/standalone.md", + "hash": "b2a7e246b8749dba549eadf421508b3518e88cbb" + }, { "file": "docs/nx-cloud/reference/access-tokens.png", "hash": "f8fae20c54d5576e154ee55aa2d1386b038fb18c" }, { "file": "docs/nx-cloud/reference/config.md", - "hash": "f97346dae3b255a80904a354e6bb59d0ad4a6060" + "hash": "4c8c2ca3ea797302d364e762b05df381a8921958" }, { "file": "docs/nx-cloud/reference/env-vars.md", - "hash": "245373fbf18090b6399f3a08a6cb4ccb9482108e" + "hash": "8c6bb733bd5e24bf742440d0738c38c61e172cce" }, { "file": "docs/nx-cloud/reference/release-notes.md", - "hash": "387244b7be0411bff2c8edc99cfa74f257c1af23" + "hash": "9b4f36b8310713f13c889c2fb1a84b569df6e216" }, { "file": "docs/nx-cloud/reference/server-api.md", @@ -16037,7 +17264,7 @@ }, { "file": "docs/nx-cloud/set-up/github.md", - "hash": "b86388d5666b9fd9d9a253700a109d2e293d99ce" + "hash": "7e36076a7ae010af4cf0ecdf084d0c5e3480e593" }, { "file": "docs/nx-cloud/set-up/record-commands.md", @@ -16057,15 +17284,15 @@ }, { "file": "docs/nx-cloud/set-up/set-up-caching.md", - "hash": "9043a5087b37a3c6f66c6af6d8bb64bd0f7625a6" + "hash": "be3093cfb734830bc06548122c3a27ee0840ee2b" }, { "file": "docs/nx-cloud/set-up/set-up-dte.md", - "hash": "b945c4e995ac0e1fc1f7fb87d36e5cd48cab0d46" + "hash": "780da9fe65b88b900b6d8f1315a5de84435af3a3" }, { "file": "docs/packages.json", - "hash": "8cefca65e3d0172880093c3bd41cb06db0d4fbbc" + "hash": "2edfb11eb0680c79060e0fe74aacf8623e9cf73a" }, { "file": "docs/project.json", @@ -16083,57 +17310,61 @@ "file": "docs/shared/angular-logo.png", "hash": "c5102939182281314e8f79f1d7f7cd2145cd81f5" }, + { + "file": "docs/shared/angular-nx-version-matrix.md", + "hash": "85641618bef8b44020387ffce4d17619033f05ac" + }, { "file": "docs/shared/angular-plugin.md", - "hash": "4c286d5514643ff90237093499cb1f53015ac40a" + "hash": "b3ce64b72046861dca69abd631ad350d81204c6a" }, { "file": "docs/shared/angular-tutorial/01-create-application.md", - "hash": "891c9f1b50bb1b77fc6fcd99205ab2c5f30b78be" + "hash": "9a9204d57e470d522d1355d4dc4612046917b4d1" }, { "file": "docs/shared/angular-tutorial/02-add-e2e-test.md", - "hash": "58bef5d3348ee36409b7d66e8a1292f1caef6b30" + "hash": "a73423bdeb3db1bdca896d400948ac220c622880" }, { "file": "docs/shared/angular-tutorial/03-display-todos.md", - "hash": "c3e46d00ded18b3d1233e1d7463a6908fbfad119" + "hash": "124c57eac369dede9e0e7e2b50da8a4664775f67" }, { "file": "docs/shared/angular-tutorial/04-connect-to-api.md", - "hash": "bb79a5386f52c424a137ed6ec36131bc1d69733d" + "hash": "cc790c654bc5a86a6e4cb3c0a0e3f8fd25cc8f9b" }, { "file": "docs/shared/angular-tutorial/05-add-node-app.md", - "hash": "bd7cbe34be132d07eefb7d1ec194273f8ccc898a" + "hash": "9ef3062b96281ea28800b460c1a238c36b436373" }, { "file": "docs/shared/angular-tutorial/06-proxy.md", - "hash": "70c934a049b1fb086420a18b865270c83d135be9" + "hash": "d858b7196eeac29936e670ed1afcb2deb771ab9e" }, { "file": "docs/shared/angular-tutorial/07-share-code.md", - "hash": "61e1959edbf7b548a9f170e0b33551755cbfddd1" + "hash": "6abf26d645c808e0de1a38135efbeac71211b2ee" }, { "file": "docs/shared/angular-tutorial/08-create-libs.md", - "hash": "dd49256082b898932a35d8cbdf04e8c528a9d7b2" + "hash": "168e2b80e3d87d8c479fd166447d408bb3af0316" }, { "file": "docs/shared/angular-tutorial/09-dep-graph.md", - "hash": "f263a020b77198a163bf65c238ce862f95abbd14" + "hash": "13a6b48503708175798c78adf3010e0ed5a108a5" }, { "file": "docs/shared/angular-tutorial/10-computation-caching.md", - "hash": "0a60b6601cba2545a6801fa64a8975ed78406e71" + "hash": "3328ebc2d633979b0242e76493dffeaf0638cb8e" }, { "file": "docs/shared/angular-tutorial/11-test-affected-projects.md", - "hash": "550b95fa45fd49cf06d81538b838effed53d7411" + "hash": "c1be95cdfe3f6518b5296573bde0bdf8f1b71c2b" }, { "file": "docs/shared/angular-tutorial/12-summary.md", - "hash": "24638bbfcb96e1de9bc1d4ae20e5acf5807dea4b" + "hash": "8c88c97c07ac6fcc5aaea6d2d3709692a2d12ece" }, { "file": "docs/shared/api/angular.jpg", @@ -16185,43 +17416,79 @@ }, { "file": "docs/shared/ci-overview.md", - "hash": "ca2028ddb257a7b735d4d1b62ba7726a0a996293" + "hash": "170dad4304fbc587d8e41b2729c3b0516a0189d1" }, { "file": "docs/shared/cli/generate.md", - "hash": "785bd2c4a227b2aaee438a4afc54a7e39949cae6" + "hash": "b42b46bb64039bf0c337b65ab0eb4c427481b480" }, { "file": "docs/shared/cli/run.md", - "hash": "37f07a3de9994c74181a181c5bee7cea9c7b51d2" + "hash": "077afa4f89f31e5f1755488790439112d1217b9a" }, { - "file": "docs/shared/configuration/packagejson.md", - "hash": "268883639fc6b0dd62b8327269f692aa2f0c320f" + "file": "docs/shared/concepts/dte-guide.md", + "hash": "2347b63778911f78d3ba687aeab69d99f41f8481" }, { - "file": "docs/shared/configuration/projectjson.md", - "hash": "c5ecaa9a8725328c83dbe921524957172beebdca" + "file": "docs/shared/concepts/how-caching-works.md", + "hash": "54d89986721a6165684abfee94efc3b9f75927fa" }, { - "file": "docs/shared/console.md", - "hash": "b5ccca445383b9bbf9a92ce11a50f91b365735e4" + "file": "docs/shared/concepts/how-project-graph-is-built.md", + "hash": "90dadd22624ed9f86797fd3135dbaca6926e32a0" + }, + { + "file": "docs/shared/concepts/more-concepts.md", + "hash": "6cc913b38f51d38fbc32328a26d69489b5f9cd9d" + }, + { + "file": "docs/shared/concepts/task-pipeline-configuration.md", + "hash": "90d4b272b7509d4d532a08ac4c74677580a723b5" }, { "file": "docs/shared/continue-light.svg", "hash": "2563bfa114bef1fefe582096bfd1095f44a4f6c4" }, + { + "file": "docs/shared/core-features/automate-updating-dependencies.md", + "hash": "b9818bce9004ebb82ccef78799c320c43fb10b53" + }, + { + "file": "docs/shared/core-features/cache-task-results.md", + "hash": "d3fd742aa1484a2ec48b4c7c7bcdaf3a6dd9fdad" + }, + { + "file": "docs/shared/core-features/distribute-task-execution.md", + "hash": "58f07aefed39b9b0447274241a728128abd1abf0" + }, + { + "file": "docs/shared/core-features/enforce-project-boundaries.md", + "hash": "6f0636f5e89d62a8c1649d861cc6d7f4c8fbd14e" + }, + { + "file": "docs/shared/core-features/explore-graph.md", + "hash": "7b259512c4a044b592827a676a77b78e6ed6505b" + }, + { + "file": "docs/shared/core-features/integrate-with-editors.md", + "hash": "80803bad57ce13bbca54f041ae145d8e1130af98" + }, + { + "file": "docs/shared/core-features/run-tasks.md", + "hash": "7642b1a530ef68e733e13c7bdd8edf810d706098" + }, { "file": "docs/shared/core-tutorial/01-create-blog.md", - "hash": "caf6af43f220b86e9d8c4be103c3f8b7e8bc5876" + "hash": "9776b93910ce61b702c84040a7206fc162a210c2" }, { "file": "docs/shared/core-tutorial/02-create-cli.md", - "hash": "090e2c1084da2be37d3fe30a1686fcc57aa3fdde" + "hash": "63813ead71093b322b431bf0933dc9615403de95" }, { "file": "docs/shared/core-tutorial/03-share-assets.md", - "hash": "e565fdbafc3ac8ddde12d42fff61bb6720a7a854" + "hash": "30fc8721b23271cc209df7ca6bf5bcbeff6c3b14" }, { "file": "docs/shared/core-tutorial/04-build-affected-projects.md", @@ -16233,7 +17500,11 @@ }, { "file": "docs/shared/core-tutorial/06-summary.md", - "hash": "4ce35340367836db6a5522d9b3a294378e5bfc7d" + "hash": "ecb4f76cef34a661ede61836cdb2fc4e9c46822a" + }, + { + "file": "docs/shared/cypress-component-testing.md", + "hash": "005e836cea7d1518a637d3807082807b3b54ccaf" }, { "file": "docs/shared/cypress-logo.png", @@ -16241,11 +17512,11 @@ }, { "file": "docs/shared/cypress-plugin.md", - "hash": "67e8aa97e01dfd1689eb0acd4f9fe5e4ae585346" + "hash": "99a3afbf2467478627b35cd02cc4bf2fcc99573e" }, { "file": "docs/shared/daemon.md", - "hash": "cd1e219a648ebca4cee0feae4975b0015075094a" + "hash": "076ec915e994a4d9b354353312f25c640b404160" }, { "file": "docs/shared/dependency-graph.png", @@ -16259,41 +17530,37 @@ "file": "docs/shared/detox-plugin.md", "hash": "ec2ba5e4a9f5d5fa5df3930113825636d255748d" }, - { - "file": "docs/shared/distributed-builds.md", - "hash": "6120edb943a5d2ceb4c2bc293f79b45e11fa9025" - }, { "file": "docs/shared/eslint-logo.png", "hash": "28545772e7fc8c0b488e9757b61012818d869b1b" }, { "file": "docs/shared/eslint-plugin-nx.md", - "hash": "eced7a754037e20733177c2e7fe3b0c662a894ce" + "hash": "d4ab500a07c13baa7db6b8377c69893dad64f134" }, { "file": "docs/shared/eslint.md", - "hash": "544a45af31ab36e79e0b0cebc047b1cce65e2a59" + "hash": "5fb71ae199df96f53555e9cc51d47a6639feeed6" }, { "file": "docs/shared/examples/apollo-react.md", - "hash": "e3aa0cbe281e21faac3a6dbae4d628a3f2ce595d" + "hash": "a0c5eda2065f2ea52bcce52c67a4b74417676f06" }, { "file": "docs/shared/examples/caching.md", - "hash": "e26cd4ed22ca78d3813b375872475b37e8971cdc" + "hash": "86a17084b11d22db317073b0355da555498e336c" }, { "file": "docs/shared/examples/dte.md", - "hash": "70f151d9e64046a34560f7fa2ca9878825364d11" + "hash": "a1e2bba2922e6fb15a60f54a6c6fa4168973af5f" }, { "file": "docs/shared/examples/nx-examples.md", - "hash": "fc01b6336758215afb8dcbc13583aa4afa6a0a8b" + "hash": "d4fab2c77f228d5180947a9cce63941da1083d3c" }, { "file": "docs/shared/examples/react-nx.md", - "hash": "69add2be3242a28c2bdb3cdfe8da1b351bf1167e" + "hash": "80abc0cd34bdb0d781e9f77b7a464012ae9c43b1" }, { "file": "docs/shared/express-logo.png", @@ -16301,19 +17568,15 @@ }, { "file": "docs/shared/express-plugin.md", - "hash": "f6baad60cf03a79dbfdc55b520013928778bfc8c" - }, - { - "file": "docs/shared/extending-nx/devkit-and-nx-plugins.md", - "hash": "3cca586a9054185171cb12d8b64ded1db5ddca93" + "hash": "95b27765ef9606e3c60266e1534c01440aacb2bf" }, { "file": "docs/shared/extending-nx/project-graph-plugins.md", - "hash": "99ce4dad2e27db641c3453e63c5add8d315cfb43" + "hash": "6b7b605d0ffaca1d074d8df24e07f8d6d48cff00" }, { "file": "docs/shared/extending-nx/project-inference-plugins.md", - "hash": "6fb4899de658deca2a5127cdfa228c68cce1278e" + "hash": "371f6f6c3866a251bffad699d4f590da0e17e28a" }, { "file": "docs/shared/folder-light.svg", @@ -16325,7 +17588,7 @@ }, { "file": "docs/shared/generators/creating-files.md", - "hash": "2e5c148f026357b7d6d8c198768cc4ae1653efdf" + "hash": "c18bfdde565560650c7bef529cfd89c8ece5078c" }, { "file": "docs/shared/generators/generator-options.md", @@ -16333,39 +17596,15 @@ }, { "file": "docs/shared/generators/modifying-files.md", - "hash": "ceb5f4bb265489715db79e24527355e191e45955" - }, - { - "file": "docs/shared/generators/using-generators.md", - "hash": "bb5832fb0cf448d6cc5917dcba818ea83c2f79ba" + "hash": "8a0d5fa44e5db279339d7f0a0a965cc28b4f1f1a" }, { "file": "docs/shared/generators/workspace-generators.md", - "hash": "c356c8b0218cb4de010fa78988e81d12a964b281" - }, - { - "file": "docs/shared/getting-started/advanced-nx-workspace-course.png", - "hash": "bf8a9f31fe3679f3f5f9d535da0735170299b095" - }, - { - "file": "docs/shared/getting-started/EGH_ScalingReactNx.png", - "hash": "308795a5a64edb85dbfde738b72c131976ab87b9" + "hash": "e62f6e4316dd0c8342d2c8943d70a1621ad30b68" }, { "file": "docs/shared/getting-started/intro.md", - "hash": "39e3c8198f3e1fa676e6867042fe2921020f6327" - }, - { - "file": "docs/shared/getting-started/nx-and-angular.md", - "hash": "0023c06d33786cd2d8587288cc6a760ceefc6402" - }, - { - "file": "docs/shared/getting-started/nx-and-react.md", - "hash": "1c6755f22348f3743d1f9f9e26c99854f706f9d8" - }, - { - "file": "docs/shared/getting-started/nx-setup.md", - "hash": "14211508ad9524354b9fa957e19e631a8035b15d" + "hash": "fdb356fe047d83fdff96aa228b328d69355b4853" }, { "file": "docs/shared/github.png", @@ -16381,19 +17620,27 @@ }, { "file": "docs/shared/guides/customize-webpack.md", - "hash": "607e3357d4286f5707225f92db5922b8ab93c7ff" + "hash": "c48659a87eed569f0debe04ca244ca8fb14cc6ed" + }, + { + "file": "docs/shared/guides/cypress/cypress-v10-migration.md", + "hash": "f8784fd15281c900ff2676b5870c6ac210c56e05" + }, + { + "file": "docs/shared/guides/define-environment-variables.md", + "hash": "78d1f6c3dd07c8eeea3dad86ca25c7be033ce287" }, { "file": "docs/shared/guides/deploy-nextjs-to-vercel.md", "hash": "40dad598c5546c4e06a3fa6823d79d57763e5b9f" }, { - "file": "docs/shared/guides/environment-variables.md", - "hash": "e4e1e5df2715da73ffffec7192ba3b62f0dcf19c" + "file": "docs/shared/guides/integrated-repo-folder-structure.md", + "hash": "0474093c03ffc6ac9ec57afd6a81513ceaffb877" }, { "file": "docs/shared/guides/js-and-ts.md", - "hash": "1c440ccac6857abd376129518ec5ec1870d12295" + "hash": "12e42ba8c64b4ece0e0a4fada6b4cc732562ee4a" }, { "file": "docs/shared/guides/login-app.png", @@ -16401,11 +17648,11 @@ }, { "file": "docs/shared/guides/misc-data-persistence.md", - "hash": "58feccf41f6264d6dbb937bfc075426b5ebc44c5" + "hash": "5198a4e9ccb577b01677a41005ef14277cad32b7" }, { "file": "docs/shared/guides/misc-ngrx.md", - "hash": "c65f1927a5bfd1edeed45d2823d5668d330cecb8" + "hash": "09fca980d21154d3dab3c229d3550959f668cccf" }, { "file": "docs/shared/guides/module-federation/dep-graph-2.png", @@ -16413,11 +17660,11 @@ }, { "file": "docs/shared/guides/module-federation/dynamic-mfe-angular.md", - "hash": "8cc589b358feb41cf4e5274f58616eb2881a72a1" + "hash": "f44e35371fa9d20939e574eb479d090af2129a52" }, { "file": "docs/shared/guides/module-federation/faster-builds.md", - "hash": "bea15593758b3cbe0c8b86556056e2792042eafe" + "hash": "668ec454a5c52fea74aed70936cb33a40691e88a" }, { "file": "docs/shared/guides/module-federation/mfe-dep-graph.png", @@ -16425,7 +17672,7 @@ }, { "file": "docs/shared/guides/module-federation/micro-frontend-architecture.md", - "hash": "7f6565c91a9efb458490417e77eb9c29cc3d261e" + "hash": "846d49a51bbb4e427844b3314397fe0299ced4ef" }, { "file": "docs/shared/guides/module-federation/nx-cloud.png", @@ -16448,12 +17695,12 @@ "hash": "c18c1df0b2e6c0fdcfba883b0c128fa953c84816" }, { - "file": "docs/shared/guides/nx-and-ts.md", - "hash": "8f6e8c5fc5f7298d8a8d86e8151d86218474ed13" + "file": "docs/shared/guides/nx-and-angular-cli.md", + "hash": "432b570ef8f43c54040c5d218ace2102a3f734ec" }, { "file": "docs/shared/guides/nx-devkit-angular-devkit.md", - "hash": "73408a07cb060b240ac120e826e569e2b10a59e9" + "hash": "c6a224e6940da145f21218d2617721840b933175" }, { "file": "docs/shared/guides/performance-profiling-devtools.png", @@ -16465,31 +17712,31 @@ }, { "file": "docs/shared/guides/react-18.md", - "hash": "dbe304c365cd4e81c5366d661ea6b8a033861166" + "hash": "1ed97855f2611992eec1011474fa782e11225a5d" }, { "file": "docs/shared/guides/react-native.md", - "hash": "0694ad2dfc828654f52d80af133942af32f84d25" + "hash": "60e6f0eec8e5c731758cceeddb76b4f5f3c80265" }, { "file": "docs/shared/guides/setup-incremental-builds-angular.md", - "hash": "b3d1a7a2956ff0d60bd1f85e523ebfff4d6cf50e" + "hash": "93b60515ecebd560aa59fbc09344fc2d6a8e00ee" }, { "file": "docs/shared/guides/storybook/extra-topics-for-angular-projects.md", - "hash": "fb50e7fcf5248a3e54c67766f93fe454c7e55ece" + "hash": "7c60496bb2b31c8606aa1118e9dbb065c2c0d3e2" }, { "file": "docs/shared/guides/storybook/migrate-webpack-final-angular.md", - "hash": "d5fd143395122fd6e47c6ac8bc99cbf73583841a" + "hash": "b040bb8dc3e908c6e070b2245b3df71f63885ed4" }, { "file": "docs/shared/guides/storybook/migrate-webpack-final-react.md", - "hash": "8b4fdf1d251693fcd46784d8a638c6d9aa045f6e" + "hash": "d2c834f410e1bc5f63832e3d4e6d95defdd61ba6" }, { "file": "docs/shared/guides/storybook/plugin-angular.md", - "hash": "d1f72938a6da48f8b15054e23ea150b9cc0c6a6a" + "hash": "6c8e1892dca596ffdf99e25ee815fb38bcbec051" }, { "file": "docs/shared/guides/storybook/plugin-overview.md", @@ -16497,11 +17744,11 @@ }, { "file": "docs/shared/guides/storybook/plugin-react.md", - "hash": "54e89582c714eb8a5aa1bf76ec2be4bc0385f735" + "hash": "54075a5e9dc8d25a9a0594f4f9a12864a81eda09" }, { "file": "docs/shared/guides/storybook/storybook-composition-setup.md", - "hash": "e6186fed78a453987a06b534335e1943cbc804fd" + "hash": "18325c9af0a96eba2addafeb4d2647047f1ef64a" }, { "file": "docs/shared/guides/storybook/storybook-v6-angular.md", @@ -16513,23 +17760,87 @@ }, { "file": "docs/shared/guides/turbo-and-nx.md", - "hash": "f62c206ace63c4f4e3d3bb4d285663e15a5b1114" + "hash": "9ca6bb61ccf6d3fc8bbe729d6de00a8c7f2ea610" + }, + { + "file": "docs/shared/guides/use-environment-variables-in-angular.md", + "hash": "4711f90de9a91016c8d4e01d20208060da207def" + }, + { + "file": "docs/shared/guides/use-environment-variables-in-react.md", + "hash": "cf00ef306b900e1be901b9394ca508c283190991" }, { "file": "docs/shared/guides/using-tailwind-css-in-react.md", - "hash": "a47a3fb77f83f277367bbda7ac4fc70236fde9e6" + "hash": "150f25e21160f92968064cb1b7c94cfd8ef2b85a" }, { "file": "docs/shared/guides/using-tailwind-css-with-angular-projects.md", - "hash": "c2c4e598ca07fd6cfc54299015ecb38796741fc0" + "hash": "f8ab5280dccccec007e6853dc8ba2467221ff376" }, { "file": "docs/shared/guides/webpack-5.md", - "hash": "523d74f267dc16921bfe797d172f25203e314d9c" + "hash": "55b2313f39a750928535d9859cbfac1577ef7677" }, { "file": "docs/shared/guides/why-monorepos.md", - "hash": "4ac517077d4143715bd25d246f4ac9bdd6153f04" + "hash": "468aa15313f3521e12546bf727e9e06221420a58" + }, + { + "file": "docs/shared/images/caching/cache.png", + "hash": "00fa5a6f5335afb90bba14427528f969c2124531" + }, + { + "file": "docs/shared/images/caching/nx-hashing.png", + "hash": "2d7a6e922bd8d9a9d9dc7649cf5a7923eff25d3e" + }, + { + "file": "docs/shared/images/caching/task-graph-big.png", + "hash": "8c90bcb252673c7f6a6c5fc40dfd008a03479d7e" + }, + { + "file": "docs/shared/images/dte/faster-builds.jpeg", + "hash": "9aefd8978b4413ecb352d7dae8123279bb486586" + }, + { + "file": "docs/shared/images/dte/how-does-dte-work.jpeg", + "hash": "8db7565c5e4e19dd0e4cc52f4d7db96e1207dc99" + }, + { + "file": "docs/shared/images/dte/nx-cloud-how-does-dte-work.png", + "hash": "0e0bbf84e3ad68cc4c5d92fdee6d47f77a990a42" + }, + { + "file": "docs/shared/images/dte/schedule-tasks.jpeg", + "hash": "a3d4ad9bd1fc45c6a0321d828372d25f5431322b" + }, + { + "file": "docs/shared/images/dte/task-dependencies.jpeg", + "hash": "d5ab25aa8f365f8cc166508662e58414335a5e88" + }, + { + "file": "docs/shared/images/dte/use-agents.jpeg", + "hash": "d5028fd81231314a137be2463d7505c4897e4f14" + }, + { + "file": "docs/shared/images/dte/whats-a-task.jpeg", + "hash": "53272758acea53dfec190a04cd4fe1e7bf5b0116" + }, + { + "file": "docs/shared/images/getting-started/project-graph.png", + "hash": "c4ee71478becd720d5dffb01ab83c0cacc2b7075" + }, + { + "file": "docs/shared/images/nx-console/nx-console-logo.png", + "hash": "11d0c0758fd20321bdda24886f3fd573092fc5ac" + }, + { + "file": "docs/shared/images/project-graph.png", + "hash": "2adc12e1ddbb9a0fcc2d571672d39114ab268e9e" + }, + { + "file": "docs/shared/images/running-tasks/mixing-targets.png", + "hash": "5909320c4e623205ad469395e8b3dc074ac8c3a7" }, { "file": "docs/shared/incremental-build-webpack-vs-incremental.png", @@ -16537,7 +17848,7 @@ }, { "file": "docs/shared/incremental-builds.md", - "hash": "fb4f98e8e946410af36fd60df5b1f96259ae3b1b" + "hash": "c0a5a08dece597829b930ae0420ba6bd98b59dab" }, { "file": "docs/shared/jest-logo.png", @@ -16545,7 +17856,7 @@ }, { "file": "docs/shared/jest-plugin.md", - "hash": "830a982ac8afd0ab9ffa5d6fda61f86513a5b195" + "hash": "25083c82a1e2b5c906807cd2bc4dc25cd8aac354" }, { "file": "docs/shared/js-plugin.md", @@ -16557,7 +17868,7 @@ }, { "file": "docs/shared/mental-model.md", - "hash": "b4a5e64e8887adcff460db1b2fe1a0b08627ca3a" + "hash": "fcede282695d4eedc80dee916a68d99ac3c257a4" }, { "file": "docs/shared/mental-model/affected.png", @@ -16613,19 +17924,19 @@ }, { "file": "docs/shared/migration/adding-to-monorepo.md", - "hash": "c7b851846c63b841635e9163f81585d656c7e7c0" + "hash": "0fce7c784e61e8bf62e8ff5978b16b18f73d5e2f" }, { "file": "docs/shared/migration/lerna-and-nx.md", - "hash": "6056ef184a275fcb3ce60633632c5755b806c8ce" + "hash": "09485315166e7a57105c25418ec0f72fce6b32ce" }, { "file": "docs/shared/migration/manual.md", - "hash": "58782e8b18a500e9953e28e50a27f12453439f75" + "hash": "23e436a176e5ede77a2b3c7b87e160862c89e95a" }, { "file": "docs/shared/migration/migration-angular.md", - "hash": "7d3edbcabfc0a9c7bb45b567de01eb4fe1166a8b" + "hash": "8326dfaae05388cbda59693f71246445fef1e32e" }, { "file": "docs/shared/migration/migration-angularjs-unit-tests-passing.png", @@ -16633,47 +17944,43 @@ }, { "file": "docs/shared/migration/migration-angularjs.md", - "hash": "ebab940d9ad7b1a191bc8c1201d0e70e2309b3b3" + "hash": "86520e5d4b39e22c6eecc704abaa7e3497b3add9" }, { "file": "docs/shared/migration/migration-cra.md", - "hash": "99d15aeee8f9e67ccdf5f147eef73d0001f4f9fc" + "hash": "cd02113c546e67e5196b7502b0b63245354e8427" }, { "file": "docs/shared/migration/preserving-git-histories.md", - "hash": "1898a2c7102e87c64f7a768314f55db034ee6e09" + "hash": "bef6222dc87397ba1c5634d9e67a32140a63323b" }, { "file": "docs/shared/monorepo-ci-azure.md", - "hash": "218eeb03f7ad131b51f9d0a15f452d65ef691f59" + "hash": "3819677f32bd9e10d8b68f9a28fdec1c19de3a25" }, { "file": "docs/shared/monorepo-ci-bitbucket-pipelines.md", - "hash": "fa432c0836e90e0195bae2e19d792892362dc1f4" + "hash": "ebe93c1f23da07dcc3e715c0ee4b133a891166d9" }, { "file": "docs/shared/monorepo-ci-circle-ci.md", - "hash": "2a692960fd56f48604b7909a2199a568ad6adbb2" + "hash": "1a918d54df6bc17392eb0357648d7b7838f49998" }, { "file": "docs/shared/monorepo-ci-github-actions.md", - "hash": "f599dfa8cbc9782a7ca9a5284917c41691f7c177" + "hash": "fbe948090a539bf9a81218a5225b6b8c25e4cee3" }, { "file": "docs/shared/monorepo-ci-gitlab.md", - "hash": "d081668ad29fa51b5c70b57dd822d74bfde4d8a2" + "hash": "64c1d2bb1e9bfb6e19ad3805afb4281a6e0cd874" }, { "file": "docs/shared/monorepo-ci-jenkins.md", - "hash": "35bf0833f9aac92e09bc7f86dec6de87dec287ca" + "hash": "1efdf947da79c439a9aa1f8433eec90b334a08d1" }, { "file": "docs/shared/monorepo-nx-enterprise.md", - "hash": "f08fd7791d291e0c8565a2af1c4f160794b07084" - }, - { - "file": "docs/shared/monorepo-tags.md", - "hash": "7e03d369589684944d7c1c1c954fd71a724f5a8c" + "hash": "c135bd057f36756b9ddbd635493b7d3bd6cd4886" }, { "file": "docs/shared/nest-logo.png", @@ -16681,11 +17988,11 @@ }, { "file": "docs/shared/nest-plugin.md", - "hash": "c420df55e95c7021a01e0cc76d7220a554d9ca0b" + "hash": "0657bbe2fd5ed701abf8d79b6cbc52c126d13876" }, { "file": "docs/shared/next-plugin.md", - "hash": "3f06a30e0ea0afd0880f5ff3f5e76a7594ddd756" + "hash": "1c58f47bc02aa47970e7359abf818a3fa189b6e9" }, { "file": "docs/shared/nextjs-logo.png", @@ -16693,44 +18000,52 @@ }, { "file": "docs/shared/node-plugin.md", - "hash": "6256f9508ef11305f419a5c20e91b12dabe373e8" + "hash": "464b48eba502dff3a7c06807e7f4e0a0b9505c0b" }, { "file": "docs/shared/node-tutorial/01-create-application.md", - "hash": "29286db9581b8ae3db6f2a4e7b7250686d6944dc" + "hash": "32fbc2ad5cb18c5c0ecc2b4e132c3123271e1ed6" }, { "file": "docs/shared/node-tutorial/02-display-todos.md", - "hash": "abc5772b56730c376c52bdb29922714bc424f2eb" + "hash": "c4288f06c3fe5e08c4ae2efa2bdf65cae00ef0fd" }, { "file": "docs/shared/node-tutorial/03-share-code.md", - "hash": "ef4088bb4f2bb650cb8b0055f5b45b8b46950d0d" + "hash": "27a9167cd72b959a00964ddd243d10c139bbf4a8" }, { "file": "docs/shared/node-tutorial/04-create-libs.md", - "hash": "f9d9ba6f4769e6ade06745c3d932a6903fefea43" + "hash": "a2fa1c84fe7ecee7463e480140664d8be00ba424" }, { "file": "docs/shared/node-tutorial/05-dep-graph.md", - "hash": "21d2c86420e2405056882d74a4bc3844f2aaf4ef" + "hash": "53d125ee278cb29334f5fed9972b8828ed4c6de9" }, { "file": "docs/shared/node-tutorial/06-computation-caching.md", - "hash": "55aa4e6f5e63b7ff4724d59c13ea3c670294c619" + "hash": "dcea04838d99af620ded2926534b12456c242ea7" }, { "file": "docs/shared/node-tutorial/07-test-affected-projects.md", - "hash": "df8eeafed1cee2168cb66152396231aceb68e56e" + "hash": "3e3a769ea1ff0f3a5393b83c6be0af501ca5ccfd" }, { "file": "docs/shared/node-tutorial/08-summary.md", - "hash": "aab89e1277893ca0af4e0097edab2e64ee45b0bd" + "hash": "01488a730a34b5e3d612ab394e4356008a508c7a" }, { "file": "docs/shared/nx-cloud-logo-horizontal-white.svg", "hash": "9778d28f938c264fcae795853431a2ac4682e402" }, + { + "file": "docs/shared/nx-cloud-logo.svg", + "hash": "bdbbc8fb362ee55784df7d387beac25b8effe6eb" + }, + { + "file": "docs/shared/nx-compatibility-matrix.md", + "hash": "6779f80969753177f93c194220fb0cc866084729" + }, { "file": "docs/shared/nx-console-logo.png", "hash": "11d0c0758fd20321bdda24886f3fd573092fc5ac" @@ -16740,12 +18055,20 @@ "hash": "f2710ee3751edf81345d41935db376832e3608d4" }, { - "file": "docs/shared/nx-core.md", - "hash": "cd259b937de57837d087f2168d61c2c6941129f0" + "file": "docs/shared/nx-plugin.md", + "hash": "51f633802d2a5124fa987466e244eef3fd6660fa" }, { - "file": "docs/shared/nx-plugin.md", - "hash": "89e0a56d9454f58d0f3a7e3ab200666c6b2b41e4" + "file": "docs/shared/plugin-features/create-your-own-plugin.md", + "hash": "0c31e4a55b7f57fc2e98fd7e7663c256ac5e66ab" + }, + { + "file": "docs/shared/plugin-features/use-code-generators.md", + "hash": "e89d22375c6aa9618c4fd85d06002eaedb310003" + }, + { + "file": "docs/shared/plugin-features/use-task-executors.md", + "hash": "e0b19b43a6d3e5b22b9caf7d2839942c5f622de5" }, { "file": "docs/shared/prettier-logo.png", @@ -16757,59 +18080,143 @@ }, { "file": "docs/shared/react-native-plugin.md", - "hash": "af70919721660e89277a8a908f6e8d0520f4a2d2" + "hash": "333f629a49b2f96be127e9e6e730916561257688" }, { "file": "docs/shared/react-plugin.md", - "hash": "2bcd100dad496b68688568680827cf623b77df8b" + "hash": "fe9e1f5cb73f5ac070f8846ac3c4d2eb42a9adeb" }, { "file": "docs/shared/react-tutorial/01-create-application.md", - "hash": "dfa57e1c5de6e61f823225d9e992ebe978e2e171" + "hash": "1903dc5d67f0789bcefe42edf6c574bfc893e036" }, { "file": "docs/shared/react-tutorial/02-add-e2e-test.md", - "hash": "ae4830e78d4f5cf621f3531afff4d05dc46fdf79" + "hash": "ec3879e350fdbd7aca1ed5c0c1640fc64612f59a" }, { "file": "docs/shared/react-tutorial/03-display-todos.md", - "hash": "e13c3edef7625965e87bea7f32ce67a036da09b0" + "hash": "79e3d302c243aa27a283e981dd0fd0a03fd29491" }, { "file": "docs/shared/react-tutorial/04-connect-to-api.md", - "hash": "4dab973a7c7f11cd8245ca2be859b443a50ae8d6" + "hash": "ab59f56a9a570830b01a64acc590a6a56f1f554f" }, { "file": "docs/shared/react-tutorial/05-add-node-app.md", - "hash": "91bb44b66b6f2b0746c120d0bf23d82b2369e7fa" + "hash": "f775f72910833d7dd0c5259cac179a28290c483e" }, { "file": "docs/shared/react-tutorial/06-proxy.md", - "hash": "adb87c5801f7ea420ba97081f598ab277d5ec0e4" + "hash": "531587bb918ddaebd1dd8c956492f761a336cc55" }, { "file": "docs/shared/react-tutorial/07-share-code.md", - "hash": "822f4835bffe5f09af8ee7b42a2154e3771b3289" + "hash": "527003874b1b6f96aa128066e3bfff2db12512ae" }, { "file": "docs/shared/react-tutorial/08-create-libs.md", - "hash": "4fe1e821cbbbfb08f692e948df9f904c54fb19c1" + "hash": "e72ac0e06bcfc69782665b6ef695008d82c33b67" }, { "file": "docs/shared/react-tutorial/09-dep-graph.md", - "hash": "fa6a7d220a57b51ff0cd7f27380490e508b2e118" + "hash": "39ebd3c1a1ab71e2a03d523a01cac958909c8848" }, { "file": "docs/shared/react-tutorial/10-computation-caching.md", - "hash": "4678e3a3e204ab009e69f3bdf1a1e8b352ab0c00" + "hash": "d067dd2c8d488fabc11273f2f896a4c9a1169651" }, { "file": "docs/shared/react-tutorial/11-test-affected-projects.md", - "hash": "68c2275b1da4d01843b7c84579fb7dd608975933" + "hash": "fdb863d2d30ec91cf7c0acafcfd8a0c81b343943" }, { "file": "docs/shared/react-tutorial/12-summary.md", - "hash": "89b1de01e302b76fb18b4c4df6489301b64559f6" + "hash": "70f61505af4fbbf26060efa0c36248984e91c44d" + }, + { + "file": "docs/shared/recipes/adopt-nx.md", + "hash": "999f8854b2cf195f8a0a7b3026320a0a125174be" + }, + { + "file": "docs/shared/recipes/advanced-update.md", + "hash": "6ad45fbb024118d6b3e6dbba0f9a8b910141331c" + }, + { + "file": "docs/shared/recipes/ban-dependencies-with-tags.md", + "hash": "c43e666d41fef0331bdc072f293a76d22eb9a607" + }, + { + "file": "docs/shared/recipes/ban-external-imports.md", + "hash": "825cf907bf9aae69bbc97cc979b4b3edb5f71d9f" + }, + { + "file": "docs/shared/recipes/compose-executors.md", + "hash": "2ca63b6c876ad2910757445a6cc50ce0e54628c5" + }, + { + "file": "docs/shared/recipes/console-generate-command.md", + "hash": "402cd0b5245f9136111f1b10832c4243bc3c9ed6" + }, + { + "file": "docs/shared/recipes/console-project-pane.md", + "hash": "48b94e08ad5f66f7599dd99b87216cc1e94d6a47" + }, + { + "file": "docs/shared/recipes/console-run-command.md", + "hash": "266af32a76f96ecca8539608e3b01b8efabe9793" + }, + { + "file": "docs/shared/recipes/console-shortcuts.md", + "hash": "bbf52e16d6a8c29fdc727ffbaca050ea8ab2fb20" + }, + { + "file": "docs/shared/recipes/export-project-graph.md", + "hash": "e4c6def286e5ca7746f33e2f79010e1b9ceb4cf3" + }, + { + "file": "docs/shared/recipes/recipe-list.md", + "hash": "dea8ac844c6221ebbc7b87454cc7a3060db7ba2b" + }, + { + "file": "docs/shared/recipes/resolve-circular-dependencies.md", + "hash": "dee86b7ad6d2db6957b321119ed290cb657bddd3" + }, + { + "file": "docs/shared/recipes/set-up-a-new-workspace.md", + "hash": "c2113b3d68dfcb234ee225afe382b83847f21440" + }, + { + "file": "docs/shared/recipes/tag-multiple-dimensions.md", + "hash": "70f7256551db65ad586d1c49f0e554acad993d19" + }, + { + "file": "docs/shared/recipes/tags-allow-list.md", + "hash": "39262d8ac3bdc913d62f327f8c68f494c5d2e146" + }, + { + "file": "docs/shared/recipes/use-executor-configurations.md", + "hash": "06aa686beea9eb0adf29ba2d9beba81b705f9ba1" + }, + { + "file": "docs/shared/reference/commands.md", + "hash": "09725931db43aec162ee0b5d6dec9e85ee0b7cb7" + }, + { + "file": "docs/shared/reference/environment-variables.md", + "hash": "53a16b5f7aa1c64d011d0ae20af07c5c7d26846d" + }, + { + "file": "docs/shared/reference/nx-json.md", + "hash": "21a5eab54f1a454564fc377a3d08cdcddc90479c" + }, + { + "file": "docs/shared/reference/nxignore.md", + "hash": "0288ff21278e50bc58b8040b381097d1bc260ec0" + }, + { + "file": "docs/shared/reference/project-configuration.md", + "hash": "5d4c538a31b0aac1f58b87cc5b75042d60b71868" }, { "file": "docs/shared/refresh-light.svg", @@ -16817,7 +18224,7 @@ }, { "file": "docs/shared/running-custom-commands.md", - "hash": "72b94759be160649d5e5035bae9dd928839b69df" + "hash": "b4c151f52c767b01f3ed30f78edf1a00d6167c90" }, { "file": "docs/shared/storybook-logo.png", @@ -16825,7 +18232,7 @@ }, { "file": "docs/shared/tools-workspace-builders.md", - "hash": "c45c015431452e07cd98bc335ebb4a3d237e658f" + "hash": "978b3b10d9b5a5d387ce48b28703ca2f0d56a93f" }, { "file": "docs/shared/turbo-nx-perf.gif", @@ -16835,161 +18242,45 @@ "file": "docs/shared/turbo-nx-terminal.gif", "hash": "dffd235a737724f9e9d84479db813bd50c568a26" }, - { - "file": "docs/shared/update.md", - "hash": "2d2de55cc45254e9c29eb1f4087c0e87c255b260" - }, - { - "file": "docs/shared/using-executors.md", - "hash": "5fe36b8d9d9230e65bce3325ee348ba2c8908473" - }, { "file": "docs/shared/using-nx/affected.md", - "hash": "cfa38b78a42474871ef34ae9b320953c67a01855" - }, - { - "file": "docs/shared/using-nx/caching.md", - "hash": "54afec7cbe4262c3ea0a6b79ef525f04cb1908df" - }, - { - "file": "docs/shared/using-nx/dte.md", - "hash": "f9f13abc645d3a846c135ab33231191ccb393c92" + "hash": "b3d7213ac2be5966b3386cfd9f515f20c78afd54" }, { "file": "docs/shared/using-nx/dte.png", "hash": "d5e9cd4eb6f9fe3e73fc574c6935cfbb89d06704" }, - { - "file": "docs/shared/using-nx/nx-cli.md", - "hash": "2638ef46959339a2ce3c0a62d18363c1d7c0f790" - }, { "file": "docs/shared/vscode-schematics-debug.png", "hash": "57efd4b6c15012e816df353cd1bc33c08a189116" }, { "file": "docs/shared/web-plugin.md", - "hash": "c1be0c531abce5c944980c90a3cbceeab6bb8b33" + "hash": "c67f52ca7a980ae132885f7f8a0259414fec063b" }, { "file": "docs/shared/workspace-plugin.md", - "hash": "b5746b1de622ae28b93386eb541734e89b46893d" + "hash": "a5722f778b8694fe790e1044b1e0f141cfd7d629" }, { "file": "docs/shared/workspace/applications-and-libraries.md", - "hash": "957d66ffd5d8fb50062b5a547d96a13a85fd09fc" + "hash": "e82c00d7b4d66900d92f38bd9b3c5e3e588ea609" }, { "file": "docs/shared/workspace/buildable-and-publishable-libraries.md", - "hash": "fb981a0f51b41da5a255dac1ebd54aa0e4216e2a" + "hash": "1de51c427035b7e0d1fea7877b021fd62f9e98e8" }, { "file": "docs/shared/workspace/creating-libraries.md", - "hash": "ce4b03c3e83e337cfafbefed2b41e1f52fc41954" + "hash": "a14217df9b3bdd1b42f57e281d8a0c68b7c80c46" }, { "file": "docs/shared/workspace/grouping-libraries.md", - "hash": "f153fe0d48f9d6b215479a15021a103cc3e23a5d" + "hash": "8a0c3a4cf76d3b6a7a7922d090bac25bfc8e4bbf" }, { "file": "docs/shared/workspace/library-types.md", - "hash": "8d4a9ab557bdd624c07b2c1c2e1f07c3162026ea" - }, - { - "file": "docs/shared/workspace/structure/dependency-graph.md", - "hash": "b63c74b51af6629fe25a6910e18b64ec9441cf83" - }, - { - "file": "docs/generated/devkit/index.md", - "hash": "757bdb1949c00ba732003378756f4a267ca8a036" - }, - { - "file": "docs/generated/devkit/ngcli_adapter.md", - "hash": "dd62a5fbc75c8579574437234fb56436bb3a8d57" - }, - { - "file": "docs/generated/cli/affected-apps.md", - "hash": "bf08e807897111674274e123926eca6aa5307884" - }, - { - "file": "docs/generated/cli/affected-graph.md", - "hash": "89c3147a11651c986a2b4bc4a2630a8233932956" - }, - { - "file": "docs/generated/cli/affected-libs.md", - "hash": "ad9af9e130267c108bb3482f6f354c2bb1fb3e4b" - }, - { - "file": "docs/generated/cli/affected.md", - "hash": "139a73c628dd98382dbfc8d6b0b9b8726b5979dc" - }, - { - "file": "docs/generated/cli/connect-to-nx-cloud.md", - "hash": "e2f1904114dba54682b0300278cf7cc91ff51f67" - }, - { - "file": "docs/generated/cli/create-nx-workspace.md", - "hash": "7c86ccc9ccf938957845efbe006877608f5737ca" - }, - { - "file": "docs/generated/cli/daemon.md", - "hash": "cc9b348337a18c1d3956ecd101037ed088720358" - }, - { - "file": "docs/generated/cli/format-check.md", - "hash": "308a91941f6fd7f9c2e3db0c2526f9e3c784f29b" - }, - { - "file": "docs/generated/cli/format-write.md", - "hash": "ad7b59d98ac0e5e4f28f948290ddea2974e97f74" - }, - { - "file": "docs/generated/cli/generate.md", - "hash": "785bd2c4a227b2aaee438a4afc54a7e39949cae6" - }, - { - "file": "docs/generated/cli/graph.md", - "hash": "7f5bc528bfd0d8013c810fd2746c444694a50eae" - }, - { - "file": "docs/generated/cli/init.md", - "hash": "89af4411b3d4d56f53134cf38c0902248dc55a84" - }, - { - "file": "docs/generated/cli/list.md", - "hash": "ff79d1196a7df4eeb12a42616f06d00584b3c478" - }, - { - "file": "docs/generated/cli/migrate.md", - "hash": "53af8121411209167ee022334d65e6445cdf13dc" - }, - { - "file": "docs/generated/cli/print-affected.md", - "hash": "d96ae252195bc4be2d85d60dfc017ca69750e509" - }, - { - "file": "docs/generated/cli/report.md", - "hash": "54fa1b31696878d5af106568d7dd823f69c31994" - }, - { - "file": "docs/generated/cli/reset.md", - "hash": "35700c98728a8686d7a452fb6f9b25e6e59a802a" - }, - { - "file": "docs/generated/cli/run-many.md", - "hash": "f44fb73b49ec1a75a293b779a2dbf00291bb8e05" - }, - { - "file": "docs/generated/cli/run.md", - "hash": "37f07a3de9994c74181a181c5bee7cea9c7b51d2" - }, - { - "file": "docs/generated/cli/workspace-generator.md", - "hash": "9349ffbde8654598505cba0bbc26c60a69cf512c" - }, - { - "file": "docs/generated/cli/workspace-lint.md", - "hash": "72c5a819e79b938e54062690ac5aaf92fb7f0a10" + "hash": "c23316b38e9323c523f41b8d3137561b3518cf9a" } ] } @@ -17009,12 +18300,12 @@ }, { "source": "nx-dev-feature-package-schema-viewer", - "target": "nx-dev-ui-common", + "target": "nx-dev-ui-markdoc", "type": "static" }, { "source": "nx-dev-feature-package-schema-viewer", - "target": "nx-dev-models-menu", + "target": "nx-dev-ui-common", "type": "static" } ], @@ -17029,7 +18320,11 @@ "target": "workspace", "type": "static" }, - { "source": "make-angular-cli-faster", "target": "nx", "type": "static" } + { + "source": "make-angular-cli-faster", + "target": "nx", + "type": "static" + } ], "create-nx-workspace": [ { @@ -17043,16 +18338,46 @@ "source": "nx-dev-data-access-documents", "target": "nx-dev-models-document", "type": "static" + }, + { + "source": "nx-dev-data-access-documents", + "target": "nx-dev-ui-markdoc", + "type": "static" } ], "add-nx-to-monorepo": [ - { "source": "add-nx-to-monorepo", "target": "devkit", "type": "static" }, + { + "source": "add-nx-to-monorepo", + "target": "devkit", + "type": "static" + }, { "source": "add-nx-to-monorepo", "target": "workspace", "type": "static" }, - { "source": "add-nx-to-monorepo", "target": "nx", "type": "static" } + { + "source": "add-nx-to-monorepo", + "target": "nx", + "type": "static" + } + ], + "e2e-make-angular-cli-faster": [ + { + "source": "e2e-make-angular-cli-faster", + "target": "make-angular-cli-faster", + "type": "implicit" + }, + { + "source": "e2e-make-angular-cli-faster", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-make-angular-cli-faster", + "target": "nx", + "type": "static" + } ], "nx-dev-data-access-packages": [ { @@ -17072,23 +18397,43 @@ "target": "nx-plugin", "type": "implicit" }, - { "source": "create-nx-plugin", "target": "devkit", "type": "static" }, - { "source": "create-nx-plugin", "target": "nx", "type": "static" } + { + "source": "create-nx-plugin", + "target": "devkit", + "type": "static" + }, + { + "source": "create-nx-plugin", + "target": "nx", + "type": "static" + } ], "eslint-plugin-nx": [ - { "source": "eslint-plugin-nx", "target": "devkit", "type": "static" }, - { "source": "eslint-plugin-nx", "target": "workspace", "type": "static" }, - { "source": "eslint-plugin-nx", "target": "nx", "type": "static" } + { + "source": "eslint-plugin-nx", + "target": "devkit", + "type": "static" + }, + { + "source": "eslint-plugin-nx", + "target": "workspace", + "type": "static" + }, + { + "source": "eslint-plugin-nx", + "target": "nx", + "type": "static" + } ], "nx-dev-feature-doc-viewer": [ { "source": "nx-dev-feature-doc-viewer", - "target": "nx-dev-feature-analytics", + "target": "nx-dev-models-document", "type": "static" }, { "source": "nx-dev-feature-doc-viewer", - "target": "nx-dev-models-document", + "target": "nx-dev-ui-markdoc", "type": "static" }, { @@ -17100,11 +18445,6 @@ "source": "nx-dev-feature-doc-viewer", "target": "nx-dev-ui-common", "type": "static" - }, - { - "source": "nx-dev-feature-doc-viewer", - "target": "nx-dev-data-access-documents", - "type": "static" } ], "nx-dev-feature-analytics": [], @@ -17131,7 +18471,11 @@ "target": "e2e-utils", "type": "static" }, - { "source": "e2e-add-nx-to-monorepo", "target": "nx", "type": "static" } + { + "source": "e2e-add-nx-to-monorepo", + "target": "nx", + "type": "static" + } ], "e2e-angular-extensions": [ { @@ -17148,31 +18492,69 @@ "source": "e2e-angular-extensions", "target": "workspace", "type": "static" + }, + { + "source": "e2e-angular-extensions", + "target": "cypress", + "type": "static" } ], "nx-dev-models-document": [], "nx-dev-ui-sponsor-card": [], + "e2e-storybook-angular": [ + { + "source": "e2e-storybook-angular", + "target": "storybook", + "type": "implicit" + }, + { + "source": "e2e-storybook-angular", + "target": "e2e-utils", + "type": "static" + } + ], "nx-dev-feature-search": [], "nx-dev-models-package": [], "nx-dev-ui-member-card": [], "react-native": [ - { "source": "react-native", "target": "detox", "type": "static" }, - { "source": "react-native", "target": "devkit", "type": "static" }, - { "source": "react-native", "target": "jest", "type": "static" }, - { "source": "react-native", "target": "linter", "type": "static" }, - { "source": "react-native", "target": "react", "type": "static" }, - { "source": "react-native", "target": "storybook", "type": "static" }, - { "source": "react-native", "target": "workspace", "type": "static" } - ], - "e2e-dep-graph-client": [ { - "source": "e2e-dep-graph-client", - "target": "dep-graph-client", - "type": "implicit" + "source": "react-native", + "target": "detox", + "type": "static" }, { - "source": "e2e-dep-graph-client", - "target": "cypress", + "source": "react-native", + "target": "devkit", + "type": "static" + }, + { + "source": "react-native", + "target": "jest", + "type": "static" + }, + { + "source": "react-native", + "target": "linter", + "type": "static" + }, + { + "source": "react-native", + "target": "react", + "type": "static" + }, + { + "source": "react-native", + "target": "storybook", + "type": "static" + }, + { + "source": "react-native", + "target": "workspace", + "type": "static" + }, + { + "source": "react-native", + "target": "nx", "type": "static" } ], @@ -17200,6 +18582,13 @@ "type": "static" } ], + "nx-dev-ui-references": [ + { + "source": "nx-dev-ui-references", + "target": "nx-dev-models-menu", + "type": "static" + } + ], "nx-dev-ui-community": [ { "source": "nx-dev-ui-community", @@ -17208,9 +18597,21 @@ } ], "cra-to-nx": [ - { "source": "cra-to-nx", "target": "devkit", "type": "static" }, - { "source": "cra-to-nx", "target": "workspace", "type": "static" }, - { "source": "cra-to-nx", "target": "nx", "type": "static" } + { + "source": "cra-to-nx", + "target": "devkit", + "type": "static" + }, + { + "source": "cra-to-nx", + "target": "workspace", + "type": "static" + }, + { + "source": "cra-to-nx", + "target": "nx", + "type": "static" + } ], "eslint-rules": [], "nx-dev-models-menu": [ @@ -17222,46 +18623,182 @@ ], "nx-dev-ui-commands": [], "nx-plugin": [ - { "source": "nx-plugin", "target": "devkit", "type": "static" }, - { "source": "nx-plugin", "target": "jest", "type": "static" }, - { "source": "nx-plugin", "target": "js", "type": "static" }, - { "source": "nx-plugin", "target": "linter", "type": "static" }, - { "source": "nx-plugin", "target": "workspace", "type": "static" }, - { "source": "nx-plugin", "target": "nx", "type": "static" } + { + "source": "nx-plugin", + "target": "devkit", + "type": "static" + }, + { + "source": "nx-plugin", + "target": "jest", + "type": "static" + }, + { + "source": "nx-plugin", + "target": "js", + "type": "static" + }, + { + "source": "nx-plugin", + "target": "linter", + "type": "static" + }, + { + "source": "nx-plugin", + "target": "workspace", + "type": "static" + }, + { + "source": "nx-plugin", + "target": "nx", + "type": "static" + } ], "storybook": [ - { "source": "storybook", "target": "cypress", "type": "static" }, - { "source": "storybook", "target": "devkit", "type": "static" }, - { "source": "storybook", "target": "linter", "type": "static" }, - { "source": "storybook", "target": "workspace", "type": "static" } + { + "source": "storybook", + "target": "cypress", + "type": "static" + }, + { + "source": "storybook", + "target": "devkit", + "type": "static" + }, + { + "source": "storybook", + "target": "linter", + "type": "static" + }, + { + "source": "storybook", + "target": "workspace", + "type": "static" + } ], "workspace": [ - { "source": "workspace", "target": "devkit", "type": "static" }, - { "source": "workspace", "target": "nx", "type": "static" } + { + "source": "workspace", + "target": "devkit", + "type": "static" + }, + { + "source": "workspace", + "target": "nx", + "type": "static" + } ], "nx-dev-e2e": [ - { "source": "nx-dev-e2e", "target": "nx-dev", "type": "implicit" } + { + "source": "nx-dev-e2e", + "target": "nx-dev", + "type": "implicit" + } + ], + "nx-dev-ui-markdoc": [ + { + "source": "nx-dev-ui-markdoc", + "target": "nx-dev-models-document", + "type": "static" + } ], "angular": [ - { "source": "angular", "target": "workspace", "type": "implicit" }, - { "source": "angular", "target": "cypress", "type": "implicit" }, - { "source": "angular", "target": "jest", "type": "implicit" }, - { "source": "angular", "target": "devkit", "type": "static" }, - { "source": "angular", "target": "linter", "type": "static" }, - { "source": "angular", "target": "storybook", "type": "static" }, - { "source": "angular", "target": "nx", "type": "static" } + { + "source": "angular", + "target": "workspace", + "type": "implicit" + }, + { + "source": "angular", + "target": "cypress", + "type": "implicit" + }, + { + "source": "angular", + "target": "jest", + "type": "implicit" + }, + { + "source": "angular", + "target": "devkit", + "type": "static" + }, + { + "source": "angular", + "target": "linter", + "type": "static" + }, + { + "source": "angular", + "target": "storybook", + "type": "static" + }, + { + "source": "angular", + "target": "web", + "type": "static" + }, + { + "source": "angular", + "target": "nx", + "type": "static" + } ], "cypress": [ - { "source": "cypress", "target": "devkit", "type": "static" }, - { "source": "cypress", "target": "linter", "type": "static" }, - { "source": "cypress", "target": "workspace", "type": "static" } + { + "source": "cypress", + "target": "devkit", + "type": "static" + }, + { + "source": "cypress", + "target": "linter", + "type": "static" + }, + { + "source": "cypress", + "target": "workspace", + "type": "static" + }, + { + "source": "cypress", + "target": "nx", + "type": "static" + } ], - "dep-graph-client": [], "e2e-angular-core": [ - { "source": "e2e-angular-core", "target": "angular", "type": "implicit" }, - { "source": "e2e-angular-core", "target": "e2e-utils", "type": "static" }, - { "source": "e2e-angular-core", "target": "nx", "type": "static" }, - { "source": "e2e-angular-core", "target": "devkit", "type": "static" } + { + "source": "e2e-angular-core", + "target": "angular", + "type": "implicit" + }, + { + "source": "e2e-angular-core", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-angular-core", + "target": "nx", + "type": "static" + }, + { + "source": "e2e-angular-core", + "target": "devkit", + "type": "static" + } + ], + "e2e-graph-client": [ + { + "source": "e2e-graph-client", + "target": "graph-client", + "type": "implicit" + }, + { + "source": "e2e-graph-client", + "target": "cypress", + "type": "static" + } ], "e2e-react-native": [ { @@ -17269,13 +18806,33 @@ "target": "react-native", "type": "implicit" }, - { "source": "e2e-react-native", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-react-native", + "target": "e2e-utils", + "type": "static" + } ], "express": [ - { "source": "express", "target": "node", "type": "implicit" }, - { "source": "express", "target": "devkit", "type": "static" }, - { "source": "express", "target": "workspace", "type": "static" }, - { "source": "express", "target": "linter", "type": "static" } + { + "source": "express", + "target": "node", + "type": "implicit" + }, + { + "source": "express", + "target": "devkit", + "type": "static" + }, + { + "source": "express", + "target": "workspace", + "type": "static" + }, + { + "source": "express", + "target": "linter", + "type": "static" + } ], "nx-dev-ui-common": [ { @@ -17289,20 +18846,66 @@ "type": "static" } ], - "devkit": [{ "source": "devkit", "target": "nx", "type": "static" }], + "devkit": [ + { + "source": "devkit", + "target": "nx", + "type": "static" + } + ], "linter": [ - { "source": "linter", "target": "eslint-plugin-nx", "type": "implicit" }, - { "source": "linter", "target": "devkit", "type": "static" }, - { "source": "linter", "target": "jest", "type": "static" }, - { "source": "linter", "target": "nx", "type": "static" }, - { "source": "linter", "target": "workspace", "type": "static" } + { + "source": "linter", + "target": "eslint-plugin-nx", + "type": "implicit" + }, + { + "source": "linter", + "target": "devkit", + "type": "static" + }, + { + "source": "linter", + "target": "jest", + "type": "static" + }, + { + "source": "linter", + "target": "nx", + "type": "static" + }, + { + "source": "linter", + "target": "workspace", + "type": "static" + } ], "detox": [ - { "source": "detox", "target": "devkit", "type": "static" }, - { "source": "detox", "target": "jest", "type": "static" }, - { "source": "detox", "target": "linter", "type": "static" }, - { "source": "detox", "target": "react", "type": "static" }, - { "source": "detox", "target": "workspace", "type": "static" } + { + "source": "detox", + "target": "devkit", + "type": "static" + }, + { + "source": "detox", + "target": "jest", + "type": "static" + }, + { + "source": "detox", + "target": "linter", + "type": "static" + }, + { + "source": "detox", + "target": "react", + "type": "static" + }, + { + "source": "detox", + "target": "workspace", + "type": "static" + } ], "nx-dev-ui-home": [ { @@ -17322,15 +18925,51 @@ } ], "react": [ - { "source": "react", "target": "cypress", "type": "static" }, - { "source": "react", "target": "devkit", "type": "static" }, - { "source": "react", "target": "jest", "type": "static" }, - { "source": "react", "target": "js", "type": "static" }, - { "source": "react", "target": "linter", "type": "static" }, - { "source": "react", "target": "storybook", "type": "static" }, - { "source": "react", "target": "web", "type": "static" }, - { "source": "react", "target": "workspace", "type": "static" }, - { "source": "react", "target": "nx", "type": "static" } + { + "source": "react", + "target": "cypress", + "type": "static" + }, + { + "source": "react", + "target": "devkit", + "type": "static" + }, + { + "source": "react", + "target": "jest", + "type": "static" + }, + { + "source": "react", + "target": "js", + "type": "static" + }, + { + "source": "react", + "target": "linter", + "type": "static" + }, + { + "source": "react", + "target": "storybook", + "type": "static" + }, + { + "source": "react", + "target": "web", + "type": "static" + }, + { + "source": "react", + "target": "workspace", + "type": "static" + }, + { + "source": "react", + "target": "nx", + "type": "static" + } ], "e2e-nx-plugin": [ { @@ -17338,48 +18977,163 @@ "target": "create-nx-plugin", "type": "implicit" }, - { "source": "e2e-nx-plugin", "target": "devkit", "type": "static" }, - { "source": "e2e-nx-plugin", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-nx-plugin", + "target": "devkit", + "type": "static" + }, + { + "source": "e2e-nx-plugin", + "target": "e2e-utils", + "type": "static" + } ], "e2e-storybook": [ - { "source": "e2e-storybook", "target": "storybook", "type": "implicit" }, - { "source": "e2e-storybook", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-storybook", + "target": "storybook", + "type": "implicit" + }, + { + "source": "e2e-storybook", + "target": "e2e-utils", + "type": "static" + } ], "jest": [ - { "source": "jest", "target": "devkit", "type": "static" }, - { "source": "jest", "target": "workspace", "type": "static" }, - { "source": "jest", "target": "nx", "type": "static" } + { + "source": "jest", + "target": "devkit", + "type": "static" + }, + { + "source": "jest", + "target": "workspace", + "type": "static" + }, + { + "source": "jest", + "target": "nx", + "type": "static" + } ], "nest": [ - { "source": "nest", "target": "node", "type": "implicit" }, - { "source": "nest", "target": "linter", "type": "implicit" }, - { "source": "nest", "target": "devkit", "type": "static" }, - { "source": "nest", "target": "jest", "type": "static" }, - { "source": "nest", "target": "js", "type": "static" }, - { "source": "nest", "target": "angular", "type": "static" }, - { "source": "nest", "target": "workspace", "type": "static" } + { + "source": "nest", + "target": "node", + "type": "implicit" + }, + { + "source": "nest", + "target": "linter", + "type": "implicit" + }, + { + "source": "nest", + "target": "devkit", + "type": "static" + }, + { + "source": "nest", + "target": "jest", + "type": "static" + }, + { + "source": "nest", + "target": "js", + "type": "static" + }, + { + "source": "nest", + "target": "workspace", + "type": "static" + } ], "next": [ - { "source": "next", "target": "cypress", "type": "static" }, - { "source": "next", "target": "devkit", "type": "static" }, - { "source": "next", "target": "jest", "type": "static" }, - { "source": "next", "target": "linter", "type": "static" }, - { "source": "next", "target": "react", "type": "static" }, - { "source": "next", "target": "web", "type": "static" }, - { "source": "next", "target": "workspace", "type": "static" }, - { "source": "next", "target": "nx", "type": "static" } + { + "source": "next", + "target": "cypress", + "type": "static" + }, + { + "source": "next", + "target": "devkit", + "type": "static" + }, + { + "source": "next", + "target": "jest", + "type": "static" + }, + { + "source": "next", + "target": "linter", + "type": "static" + }, + { + "source": "next", + "target": "react", + "type": "static" + }, + { + "source": "next", + "target": "web", + "type": "static" + }, + { + "source": "next", + "target": "workspace", + "type": "static" + }, + { + "source": "next", + "target": "nx", + "type": "static" + } ], "node": [ - { "source": "node", "target": "devkit", "type": "static" }, - { "source": "node", "target": "jest", "type": "static" }, - { "source": "node", "target": "js", "type": "static" }, - { "source": "node", "target": "linter", "type": "static" }, - { "source": "node", "target": "workspace", "type": "static" }, - { "source": "node", "target": "nx", "type": "static" } + { + "source": "node", + "target": "devkit", + "type": "static" + }, + { + "source": "node", + "target": "jest", + "type": "static" + }, + { + "source": "node", + "target": "js", + "type": "static" + }, + { + "source": "node", + "target": "linter", + "type": "static" + }, + { + "source": "node", + "target": "workspace", + "type": "static" + }, + { + "source": "node", + "target": "nx", + "type": "static" + } ], "nx-dev": [ - { "source": "nx-dev", "target": "docs", "type": "implicit" }, - { "source": "nx-dev", "target": "jest", "type": "static" }, + { + "source": "nx-dev", + "target": "docs", + "type": "implicit" + }, + { + "source": "nx-dev", + "target": "jest", + "type": "static" + }, { "source": "nx-dev", "target": "nx-dev-data-access-documents", @@ -17405,7 +19159,11 @@ "target": "nx-dev-feature-analytics", "type": "static" }, - { "source": "nx-dev", "target": "nx-dev-ui-common", "type": "static" }, + { + "source": "nx-dev", + "target": "nx-dev-ui-common", + "type": "static" + }, { "source": "nx-dev", "target": "nx-dev-feature-package-schema-viewer", @@ -17416,109 +19174,336 @@ "target": "nx-dev-feature-doc-viewer", "type": "static" }, - { "source": "nx-dev", "target": "nx-dev-models-menu", "type": "static" }, + { + "source": "nx-dev", + "target": "nx-dev-models-menu", + "type": "static" + }, { "source": "nx-dev", "target": "nx-dev-models-package", "type": "static" }, - { "source": "nx-dev", "target": "nx-dev-ui-community", "type": "static" }, + { + "source": "nx-dev", + "target": "nx-dev-ui-community", + "type": "static" + }, { "source": "nx-dev", "target": "nx-dev-ui-conference", "type": "static" }, - { "source": "nx-dev", "target": "nx-dev-ui-home", "type": "static" } + { + "source": "nx-dev", + "target": "nx-dev-ui-home", + "type": "static" + }, + { + "source": "nx-dev", + "target": "nx-dev-ui-references", + "type": "static" + } ], "typedoc-theme": [], "cli": [ - { "source": "cli", "target": "workspace", "type": "implicit" }, - { "source": "cli", "target": "nx", "type": "static" } + { + "source": "cli", + "target": "workspace", + "type": "implicit" + }, + { + "source": "cli", + "target": "nx", + "type": "static" + } + ], + "graph-client": [], + "tao": [ + { + "source": "tao", + "target": "nx", + "type": "static" + } ], - "tao": [{ "source": "tao", "target": "nx", "type": "static" }], "web": [ - { "source": "web", "target": "cypress", "type": "static" }, - { "source": "web", "target": "devkit", "type": "static" }, - { "source": "web", "target": "jest", "type": "static" }, - { "source": "web", "target": "js", "type": "static" }, - { "source": "web", "target": "linter", "type": "static" }, - { "source": "web", "target": "workspace", "type": "static" }, - { "source": "web", "target": "nx", "type": "static" } + { + "source": "web", + "target": "cypress", + "type": "static" + }, + { + "source": "web", + "target": "devkit", + "type": "static" + }, + { + "source": "web", + "target": "jest", + "type": "static" + }, + { + "source": "web", + "target": "js", + "type": "static" + }, + { + "source": "web", + "target": "linter", + "type": "static" + }, + { + "source": "web", + "target": "workspace", + "type": "static" + }, + { + "source": "web", + "target": "nx", + "type": "static" + } ], "e2e-cypress": [ - { "source": "e2e-cypress", "target": "cypress", "type": "implicit" }, - { "source": "e2e-cypress", "target": "react", "type": "implicit" }, - { "source": "e2e-cypress", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-cypress", + "target": "cypress", + "type": "implicit" + }, + { + "source": "e2e-cypress", + "target": "react", + "type": "implicit" + }, + { + "source": "e2e-cypress", + "target": "e2e-utils", + "type": "static" + } ], "e2e-nx-init": [ - { "source": "e2e-nx-init", "target": "nx", "type": "implicit" }, - { "source": "e2e-nx-init", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-nx-init", + "target": "nx", + "type": "implicit" + }, + { + "source": "e2e-nx-init", + "target": "e2e-utils", + "type": "static" + } ], "e2e-nx-misc": [ - { "source": "e2e-nx-misc", "target": "js", "type": "implicit" }, - { "source": "e2e-nx-misc", "target": "e2e-utils", "type": "static" }, - { "source": "e2e-nx-misc", "target": "devkit", "type": "static" }, - { "source": "e2e-nx-misc", "target": "nx", "type": "static" } + { + "source": "e2e-nx-misc", + "target": "js", + "type": "implicit" + }, + { + "source": "e2e-nx-misc", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-nx-misc", + "target": "devkit", + "type": "static" + }, + { + "source": "e2e-nx-misc", + "target": "nx", + "type": "static" + } ], "js": [ - { "source": "js", "target": "devkit", "type": "static" }, - { "source": "js", "target": "jest", "type": "static" }, - { "source": "js", "target": "linter", "type": "static" }, - { "source": "js", "target": "workspace", "type": "static" }, - { "source": "js", "target": "nx", "type": "static" } + { + "source": "js", + "target": "devkit", + "type": "static" + }, + { + "source": "js", + "target": "jest", + "type": "static" + }, + { + "source": "js", + "target": "linter", + "type": "static" + }, + { + "source": "js", + "target": "workspace", + "type": "static" + }, + { + "source": "js", + "target": "nx", + "type": "static" + } ], "nx": [ - { "source": "nx", "target": "dep-graph-client", "type": "implicit" } + { + "source": "nx", + "target": "graph-client", + "type": "implicit" + } ], "e2e-linter": [ - { "source": "e2e-linter", "target": "linter", "type": "implicit" }, - { "source": "e2e-linter", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-linter", + "target": "linter", + "type": "implicit" + }, + { + "source": "e2e-linter", + "target": "e2e-utils", + "type": "static" + } ], "e2e-nx-run": [ - { "source": "e2e-nx-run", "target": "js", "type": "implicit" }, - { "source": "e2e-nx-run", "target": "devkit", "type": "static" }, - { "source": "e2e-nx-run", "target": "e2e-utils", "type": "static" }, - { "source": "e2e-nx-run", "target": "nx", "type": "static" } + { + "source": "e2e-nx-run", + "target": "js", + "type": "implicit" + }, + { + "source": "e2e-nx-run", + "target": "devkit", + "type": "static" + }, + { + "source": "e2e-nx-run", + "target": "e2e-utils", + "type": "static" + } ], "e2e-detox": [ - { "source": "e2e-detox", "target": "detox", "type": "implicit" }, - { "source": "e2e-detox", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-detox", + "target": "detox", + "type": "implicit" + }, + { + "source": "e2e-detox", + "target": "e2e-utils", + "type": "static" + } ], "e2e-react": [ - { "source": "e2e-react", "target": "react", "type": "implicit" }, - { "source": "e2e-react", "target": "e2e-utils", "type": "static" }, - { "source": "e2e-react", "target": "devkit", "type": "static" } + { + "source": "e2e-react", + "target": "react", + "type": "implicit" + }, + { + "source": "e2e-react", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-react", + "target": "devkit", + "type": "static" + } ], "e2e-utils": [ - { "source": "e2e-utils", "target": "devkit", "type": "static" }, - { "source": "e2e-utils", "target": "workspace", "type": "static" }, - { "source": "e2e-utils", "target": "nx", "type": "static" } + { + "source": "e2e-utils", + "target": "devkit", + "type": "static" + }, + { + "source": "e2e-utils", + "target": "workspace", + "type": "static" + }, + { + "source": "e2e-utils", + "target": "nx", + "type": "static" + } ], "e2e-jest": [ - { "source": "e2e-jest", "target": "jest", "type": "implicit" }, - { "source": "e2e-jest", "target": "e2e-utils", "type": "static" }, - { "source": "e2e-jest", "target": "nx", "type": "static" } + { + "source": "e2e-jest", + "target": "jest", + "type": "implicit" + }, + { + "source": "e2e-jest", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-jest", + "target": "nx", + "type": "static" + } ], "e2e-next": [ - { "source": "e2e-next", "target": "next", "type": "implicit" }, - { "source": "e2e-next", "target": "workspace", "type": "static" }, - { "source": "e2e-next", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-next", + "target": "next", + "type": "implicit" + }, + { + "source": "e2e-next", + "target": "e2e-utils", + "type": "static" + }, + { + "source": "e2e-next", + "target": "workspace", + "type": "static" + } ], "e2e-node": [ - { "source": "e2e-node", "target": "node", "type": "implicit" }, - { "source": "e2e-node", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-node", + "target": "node", + "type": "implicit" + }, + { + "source": "e2e-node", + "target": "nest", + "type": "implicit" + }, + { + "source": "e2e-node", + "target": "e2e-utils", + "type": "static" + } ], "e2e-web": [ - { "source": "e2e-web", "target": "web", "type": "implicit" }, - { "source": "e2e-web", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-web", + "target": "web", + "type": "implicit" + }, + { + "source": "e2e-web", + "target": "e2e-utils", + "type": "static" + } ], "e2e-js": [ - { "source": "e2e-js", "target": "jest", "type": "implicit" }, - { "source": "e2e-js", "target": "e2e-utils", "type": "static" } + { + "source": "e2e-js", + "target": "jest", + "type": "implicit" + }, + { + "source": "e2e-js", + "target": "e2e-utils", + "type": "static" + } ], "docs": [] }, - "layout": { "appsDir": "", "libsDir": "" }, + "layout": { + "appsDir": "", + "libsDir": "" + }, "affected": [], "focus": null, "groupByFolder": false, diff --git a/dep-graph/client/src/assets/graphs/ocean.json b/graph/client/src/assets/graphs/ocean.json similarity index 100% rename from dep-graph/client/src/assets/graphs/ocean.json rename to graph/client/src/assets/graphs/ocean.json diff --git a/dep-graph/client/src/assets/graphs/storybook.json b/graph/client/src/assets/graphs/storybook.json similarity index 100% rename from dep-graph/client/src/assets/graphs/storybook.json rename to graph/client/src/assets/graphs/storybook.json diff --git a/dep-graph/client/src/assets/graphs/sub-apps.json b/graph/client/src/assets/graphs/sub-apps.json similarity index 100% rename from dep-graph/client/src/assets/graphs/sub-apps.json rename to graph/client/src/assets/graphs/sub-apps.json diff --git a/dep-graph/client/src/assets/nx-console/environment.js b/graph/client/src/assets/nx-console/environment.js similarity index 100% rename from dep-graph/client/src/assets/nx-console/environment.js rename to graph/client/src/assets/nx-console/environment.js diff --git a/dep-graph/client/src/assets/release/environment.js b/graph/client/src/assets/release/environment.js similarity index 100% rename from dep-graph/client/src/assets/release/environment.js rename to graph/client/src/assets/release/environment.js diff --git a/dep-graph/client/src/assets/watch/environment.js b/graph/client/src/assets/watch/environment.js similarity index 100% rename from dep-graph/client/src/assets/watch/environment.js rename to graph/client/src/assets/watch/environment.js diff --git a/dep-graph/client/src/favicon.ico b/graph/client/src/favicon.ico similarity index 100% rename from dep-graph/client/src/favicon.ico rename to graph/client/src/favicon.ico diff --git a/dep-graph/client/src/globals.d.ts b/graph/client/src/globals.d.ts similarity index 100% rename from dep-graph/client/src/globals.d.ts rename to graph/client/src/globals.d.ts diff --git a/dep-graph/client/src/index.html b/graph/client/src/index.html similarity index 100% rename from dep-graph/client/src/index.html rename to graph/client/src/index.html diff --git a/dep-graph/client/src/main.tsx b/graph/client/src/main.tsx similarity index 100% rename from dep-graph/client/src/main.tsx rename to graph/client/src/main.tsx diff --git a/dep-graph/client/src/polyfills.ts b/graph/client/src/polyfills.ts similarity index 100% rename from dep-graph/client/src/polyfills.ts rename to graph/client/src/polyfills.ts diff --git a/dep-graph/client/src/styles.scss b/graph/client/src/styles.scss similarity index 100% rename from dep-graph/client/src/styles.scss rename to graph/client/src/styles.scss diff --git a/dep-graph/client/tailwind.config.js b/graph/client/tailwind.config.js similarity index 100% rename from dep-graph/client/tailwind.config.js rename to graph/client/tailwind.config.js diff --git a/dep-graph/client/tsconfig.app.json b/graph/client/tsconfig.app.json similarity index 100% rename from dep-graph/client/tsconfig.app.json rename to graph/client/tsconfig.app.json diff --git a/dep-graph/client/tsconfig.json b/graph/client/tsconfig.json similarity index 100% rename from dep-graph/client/tsconfig.json rename to graph/client/tsconfig.json diff --git a/dep-graph/client/tsconfig.spec.json b/graph/client/tsconfig.spec.json similarity index 100% rename from dep-graph/client/tsconfig.spec.json rename to graph/client/tsconfig.spec.json diff --git a/dep-graph/client/webpack.config.js b/graph/client/webpack.config.js similarity index 100% rename from dep-graph/client/webpack.config.js rename to graph/client/webpack.config.js diff --git a/packages/nx/project.json b/packages/nx/project.json index 023a73d21f..0411a9764d 100644 --- a/packages/nx/project.json +++ b/packages/nx/project.json @@ -2,7 +2,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/nx", "projectType": "library", - "implicitDependencies": ["dep-graph-client"], + "implicitDependencies": ["graph-client"], "targets": { "build-base": { "executor": "@nrwl/js:tsc", @@ -61,7 +61,7 @@ "options": { "commands": [ { - "command": "node ./scripts/copy-dep-graph.js" + "command": "node ./scripts/copy-graph-client.js" }, { "command": "node ./scripts/chmod build/packages/nx/bin/nx.js" diff --git a/packages/nx/src/command-line/dep-graph.ts b/packages/nx/src/command-line/dep-graph.ts index 2fef4d8c3c..19e18ed22d 100644 --- a/packages/nx/src/command-line/dep-graph.ts +++ b/packages/nx/src/command-line/dep-graph.ts @@ -205,10 +205,7 @@ export async function generateGraph( } } - let html = readFileSync( - join(__dirname, '../core/dep-graph/index.html'), - 'utf-8' - ); + let html = readFileSync(join(__dirname, '../core/graph/index.html'), 'utf-8'); graph = filterGraph(graph, args.focus || null, args.exclude || []); @@ -223,7 +220,7 @@ export async function generateGraph( if (ext === '.html') { const assetsFolder = join(fileFolderPath, 'static'); const assets: string[] = []; - copySync(join(__dirname, '../core/dep-graph'), assetsFolder, { + copySync(join(__dirname, '../core/graph'), assetsFolder, { filter: (_src, dest) => { const isntHtml = !/index\.html/.test(dest); if (isntHtml && dest.includes('.')) { @@ -346,7 +343,7 @@ async function startServer( return; } - let pathname = join(__dirname, '../core/dep-graph/', sanitizePath); + let pathname = join(__dirname, '../core/graph/', sanitizePath); if (!existsSync(pathname)) { // if the file is not found, return 404 diff --git a/packages/workspace/project.json b/packages/workspace/project.json index b7081c391c..747afa9456 100644 --- a/packages/workspace/project.json +++ b/packages/workspace/project.json @@ -67,7 +67,7 @@ "options": { "commands": [ { - "command": "node ./scripts/copy-dep-graph.js" + "command": "node ./scripts/copy-graph-client.js" }, { "command": "node ./scripts/copy-readme.js workspace" diff --git a/scripts/copy-dep-graph.js b/scripts/copy-graph-client.js similarity index 50% rename from scripts/copy-dep-graph.js rename to scripts/copy-graph-client.js index 4a1526c7f3..0247bbd4d8 100644 --- a/scripts/copy-dep-graph.js +++ b/scripts/copy-graph-client.js @@ -1,5 +1,5 @@ const fs = require('fs-extra'); -fs.copySync('build/apps/dep-graph', 'build/packages/nx/src/core/dep-graph', { +fs.copySync('build/apps/graph', 'build/packages/nx/src/core/graph', { filter: (src) => !src.includes('assets'), }); diff --git a/workspace.json b/workspace.json index 80a1b9e7dd..4e503476d1 100644 --- a/workspace.json +++ b/workspace.json @@ -8,7 +8,6 @@ "create-nx-plugin": "packages/create-nx-plugin", "create-nx-workspace": "packages/create-nx-workspace", "cypress": "packages/cypress", - "dep-graph-client": "dep-graph/client", "detox": "packages/detox", "devkit": "packages/devkit", "docs": "docs", @@ -16,8 +15,8 @@ "e2e-angular-core": "e2e/angular-core", "e2e-angular-extensions": "e2e/angular-extensions", "e2e-cypress": "e2e/cypress", - "e2e-dep-graph-client": "dep-graph/client-e2e", "e2e-detox": "e2e/detox", + "e2e-graph-client": "graph/client-e2e", "e2e-jest": "e2e/jest", "e2e-js": "e2e/js", "e2e-linter": "e2e/linter", @@ -38,6 +37,7 @@ "eslint-plugin-nx": "packages/eslint-plugin-nx", "eslint-rules": "tools/eslint-rules", "express": "packages/express", + "graph-client": "graph/client", "jest": "packages/jest", "js": "packages/js", "linter": "packages/linter",