chore(repo): update nx to 16.6.0-beta.2 (#18054)

This commit is contained in:
Jason Jean 2023-07-14 14:49:44 -04:00 committed by GitHub
parent e5e561d648
commit 2a14d4c2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 365 additions and 238 deletions

View File

@ -8,6 +8,8 @@ module.exports = {
'^.+\\.(ts|js|html)$': 'ts-jest',
},
resolver: '../../scripts/patched-jest-resolver.js',
// Fixes https://github.com/jestjs/jest/issues/11956
runtime: '@side/jest-runtime',
moduleFileExtensions: ['ts', 'js', 'html'],
coverageReporters: ['html'],
maxWorkers: 1,

View File

@ -64,17 +64,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.1.0",
"@nx/cypress": "16.5.0-beta.3",
"@nx/devkit": "16.5.0-beta.3",
"@nx/eslint-plugin": "16.5.0-beta.3",
"@nx/jest": "16.5.0-beta.3",
"@nx/js": "16.5.0-beta.3",
"@nx/linter": "16.5.0-beta.3",
"@nx/next": "16.5.0-beta.3",
"@nx/react": "16.5.0-beta.3",
"@nx/storybook": "16.5.0-beta.3",
"@nx/web": "16.5.0-beta.3",
"@nx/webpack": "16.5.0-beta.3",
"@nx/cypress": "16.6.0-beta.2",
"@nx/devkit": "16.6.0-beta.2",
"@nx/eslint-plugin": "16.6.0-beta.2",
"@nx/jest": "16.6.0-beta.2",
"@nx/js": "16.6.0-beta.2",
"@nx/linter": "16.6.0-beta.2",
"@nx/next": "16.6.0-beta.2",
"@nx/react": "16.6.0-beta.2",
"@nx/storybook": "16.6.0-beta.2",
"@nx/web": "16.6.0-beta.2",
"@nx/webpack": "16.6.0-beta.2",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -87,6 +87,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^7.0.0",
"@schematics/angular": "~16.1.0",
"@side/jest-runtime": "^1.1.0",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/core-server": "^7.0.24",
"@storybook/react": "^7.0.24",
@ -115,7 +116,7 @@
"@types/marked": "^2.0.0",
"@types/node": "18.16.9",
"@types/prettier": "^2.6.2",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/semver": "^7.5.0",
"@types/tar-stream": "^2.2.2",
@ -213,11 +214,11 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.1.0",
"node-fetch": "^2.6.7",
"nx": "16.5.0-beta.3",
"nx-cloud": "16.0.5",
"nx": "16.6.0-beta.2",
"nx-cloud": "16.1.0",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai":"~3.3.0",
"openai": "~3.3.0",
"ora": "5.3.0",
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
@ -319,6 +320,7 @@
"license-checker": "^25.0.1",
"next": "13.3.4",
"next-seo": "^5.13.0",
"node-machine-id": "1.1.12",
"npm-run-path": "^4.0.1",
"preact": "10.6.4",
"react": "18.2.0",
@ -334,8 +336,7 @@
"tailwindcss": "3.2.4",
"tslib": "^2.3.0",
"vitest": "^0.32.0",
"weak-napi": "^2.0.2",
"node-machine-id": "1.1.12"
"weak-napi": "^2.0.2"
},
"resolutions": {
"minimist": "^1.2.6",

566
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff