chore(repo): update nx to 19.6.0-beta.6 (#27391)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

This repo uses Nx `19.5.0-beta.5`.

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

This repo uses Nx `19.6.0-beta.6`

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
This commit is contained in:
Jason Jean 2024-08-14 13:30:11 -04:00 committed by GitHub
parent 6d0ee075a2
commit c17969665c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 855 additions and 789 deletions

View File

@ -63,25 +63,25 @@
"@nestjs/schematics": "^9.1.0", "@nestjs/schematics": "^9.1.0",
"@nestjs/swagger": "^6.0.0", "@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0", "@nestjs/testing": "^9.0.0",
"@ngrx/router-store": "18.0.1", "@ngrx/router-store": "18.0.2",
"@ngrx/store": "18.0.1", "@ngrx/store": "18.0.2",
"@nuxt/kit": "^3.10.0", "@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0", "@nuxt/schema": "^3.10.0",
"@nx/angular": "19.5.0-beta.5", "@nx/angular": "19.6.0-beta.6",
"@nx/cypress": "19.5.0-beta.5", "@nx/cypress": "19.6.0-beta.6",
"@nx/devkit": "19.5.0-beta.5", "@nx/devkit": "19.6.0-beta.6",
"@nx/esbuild": "19.5.0-beta.5", "@nx/esbuild": "19.6.0-beta.6",
"@nx/eslint": "19.5.0-beta.5", "@nx/eslint": "19.6.0-beta.6",
"@nx/eslint-plugin": "19.5.0-beta.5", "@nx/eslint-plugin": "19.6.0-beta.6",
"@nx/jest": "19.5.0-beta.5", "@nx/jest": "19.6.0-beta.6",
"@nx/js": "19.5.0-beta.5", "@nx/js": "19.6.0-beta.6",
"@nx/next": "19.5.0-beta.5", "@nx/next": "19.6.0-beta.6",
"@nx/playwright": "19.5.0-beta.5", "@nx/playwright": "19.6.0-beta.6",
"@nx/react": "19.5.0-beta.5", "@nx/react": "19.6.0-beta.6",
"@nx/storybook": "19.5.0-beta.5", "@nx/storybook": "19.6.0-beta.6",
"@nx/vite": "19.5.0-beta.5", "@nx/vite": "19.6.0-beta.6",
"@nx/web": "19.5.0-beta.5", "@nx/web": "19.6.0-beta.6",
"@nx/webpack": "19.5.0-beta.5", "@nx/webpack": "19.6.0-beta.6",
"@phenomnomnominal/tsquery": "~5.0.1", "@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1", "@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -122,7 +122,7 @@
"@types/is-ci": "^3.0.0", "@types/is-ci": "^3.0.0",
"@types/jasmine": "~2.8.6", "@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/jest": "29.4.0", "@types/jest": "29.5.12",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/marked": "^2.0.0", "@types/marked": "^2.0.0",
"@types/node": "18.19.8", "@types/node": "18.19.8",
@ -145,7 +145,7 @@
"ai": "^2.2.10", "ai": "^2.2.10",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",
"babel-jest": "29.4.3", "babel-jest": "29.7.0",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"babel-plugin-transform-async-to-promises": "^0.8.15", "babel-plugin-transform-async-to-promises": "^0.8.15",
"browserslist": "^4.21.4", "browserslist": "^4.21.4",
@ -205,10 +205,10 @@
"is-windows": "^1.0.2", "is-windows": "^1.0.2",
"jasmine-core": "~2.99.1", "jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"jest": "29.4.3", "jest": "29.7.0",
"jest-config": "^29.4.1", "jest-config": "^29.4.1",
"jest-diff": "^29.4.1", "jest-diff": "^29.4.1",
"jest-environment-jsdom": "29.4.3", "jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1", "jest-environment-node": "^29.4.1",
"jest-resolve": "^29.4.1", "jest-resolve": "^29.4.1",
"jest-runtime": "^29.4.1", "jest-runtime": "^29.4.1",
@ -237,7 +237,7 @@
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1", "npm-package-arg": "11.0.1",
"nuxt": "^3.10.0", "nuxt": "^3.10.0",
"nx": "19.5.0-beta.5", "nx": "19.6.0-beta.6",
"octokit": "^2.0.14", "octokit": "^2.0.14",
"open": "^8.4.0", "open": "^8.4.0",
"openai": "~4.3.1", "openai": "~4.3.1",
@ -295,7 +295,7 @@
"vite": "5.0.8", "vite": "5.0.8",
"vitest": "1.3.1", "vitest": "1.3.1",
"webpack": "5.88.0", "webpack": "5.88.0",
"webpack-dev-server": "^5.0.4", "webpack-dev-server": "5.0.4",
"webpack-merge": "^5.8.0", "webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"webpack-sources": "^3.2.3", "webpack-sources": "^3.2.3",

1598
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff