chore(repo): update nx to 16.7.0-beta.3 (#18555)

This commit is contained in:
Jason Jean 2023-08-10 08:21:12 -04:00 committed by GitHub
parent d0f64cd892
commit ecbfe73092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1207 additions and 550 deletions

View File

@ -208,10 +208,8 @@ jobs:
executor: macos
environment:
NX_E2E_CI_CACHE_KEY: e2e-circleci-macos
NX_DAEMON: 'false' # TODO: set to true after #18410
NX_PERF_LOGGING: 'false'
SELECTED_PM: 'npm' # explicitly define npm for macOS tests
NX_SKIP_NX_CACHE: 'true' # TODO: Remove after #18410
steps:
- run:
name: Set dynamic nx run variable

View File

@ -65,17 +65,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.2.0-rc.0",
"@nx/cypress": "16.6.0-beta.8",
"@nx/devkit": "16.6.0-beta.8",
"@nx/eslint-plugin": "16.6.0-beta.8",
"@nx/jest": "16.6.0-beta.8",
"@nx/js": "16.6.0-beta.8",
"@nx/linter": "16.6.0-beta.8",
"@nx/next": "16.6.0-beta.8",
"@nx/react": "16.6.0-beta.8",
"@nx/storybook": "16.6.0-beta.8",
"@nx/web": "16.6.0-beta.8",
"@nx/webpack": "16.6.0-beta.8",
"@nx/cypress": "16.7.0-beta.3",
"@nx/devkit": "16.7.0-beta.3",
"@nx/eslint-plugin": "16.7.0-beta.3",
"@nx/jest": "16.7.0-beta.3",
"@nx/js": "16.7.0-beta.3",
"@nx/linter": "16.7.0-beta.3",
"@nx/next": "16.7.0-beta.3",
"@nx/react": "16.7.0-beta.3",
"@nx/storybook": "16.7.0-beta.3",
"@nx/web": "16.7.0-beta.3",
"@nx/webpack": "16.7.0-beta.3",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
@ -90,10 +90,10 @@
"@rollup/plugin-url": "^7.0.0",
"@schematics/angular": "~16.2.0-rc.1",
"@side/jest-runtime": "^1.1.0",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/core-server": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-webpack5": "^7.1.1",
"@storybook/addon-essentials": "7.2.2",
"@storybook/core-server": "7.2.2",
"@storybook/react": "7.2.2",
"@storybook/react-webpack5": "7.2.2",
"@storybook/types": "^7.1.1",
"@supabase/supabase-js": "^2.26.0",
"@svgr/rollup": "^8.0.1",
@ -125,10 +125,10 @@
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/type-utils": "5.60.1",
"@typescript-eslint/utils": "5.60.1",
"@typescript-eslint/utils": "5.62.0",
"@xstate/immer": "0.3.1",
"@xstate/inspect": "0.7.0",
"@xstate/react": "3.0.1",
@ -221,8 +221,8 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.2.0-next.1",
"node-fetch": "^2.6.7",
"nx": "16.6.0-beta.8",
"nx-cloud": "16.3.0-beta.10",
"nx": "16.7.0-beta.3",
"nx-cloud": "16.3.0",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~3.3.0",

View File

@ -11,9 +11,9 @@ exports[`@nx/storybook:init dependencies for package.json should add angular rel
"@angular/forms": "*",
"@nx/js": "0.0.1",
"@nx/storybook": "0.0.1",
"@storybook/addon-essentials": "7.1.1",
"@storybook/angular": "7.1.1",
"@storybook/core-server": "7.1.1",
"@storybook/addon-essentials": "7.2.2",
"@storybook/angular": "7.2.2",
"@storybook/core-server": "7.2.2",
"existing": "1.0.0",
"prettier": "^2.6.2",
"typescript": "~5.1.3",

1709
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff