chore(repo): update nx to 20.2.0-beta.7 (#29198)
<!-- 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 `20.2.0-beta.3` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `20.2.0-beta.7` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
7157e7a07c
commit
4773e35d01
@ -71,9 +71,17 @@
|
||||
"rules": {
|
||||
"@nx/workspace/ensure-pnpm-lock-version": [
|
||||
"error",
|
||||
{ "version": "9.0" }
|
||||
{
|
||||
"version": "9.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.ts"],
|
||||
"rules": {
|
||||
"@angular-eslint/prefer-standalone": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
55
package.json
55
package.json
@ -31,9 +31,9 @@
|
||||
"@angular-devkit/build-angular": "~19.0.0",
|
||||
"@angular-devkit/core": "~19.0.0",
|
||||
"@angular-devkit/schematics": "~19.0.0",
|
||||
"@angular-eslint/eslint-plugin": "^19.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^19.0.0",
|
||||
"@angular-eslint/template-parser": "^19.0.0",
|
||||
"@angular-eslint/eslint-plugin": "19.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "19.0.0",
|
||||
"@angular-eslint/template-parser": "19.0.0",
|
||||
"@angular/cli": "~19.0.0",
|
||||
"@angular/common": "~19.0.0",
|
||||
"@angular/compiler": "~19.0.0",
|
||||
@ -69,25 +69,25 @@
|
||||
"@ngrx/store": "18.0.2",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/schema": "^3.10.0",
|
||||
"@nx/angular": "20.2.0-beta.3",
|
||||
"@nx/cypress": "20.2.0-beta.3",
|
||||
"@nx/devkit": "20.2.0-beta.3",
|
||||
"@nx/esbuild": "20.2.0-beta.3",
|
||||
"@nx/eslint": "20.2.0-beta.3",
|
||||
"@nx/eslint-plugin": "20.2.0-beta.3",
|
||||
"@nx/jest": "20.2.0-beta.3",
|
||||
"@nx/js": "20.2.0-beta.3",
|
||||
"@nx/next": "20.2.0-beta.3",
|
||||
"@nx/playwright": "20.2.0-beta.3",
|
||||
"@nx/angular": "20.2.0-beta.7",
|
||||
"@nx/cypress": "20.2.0-beta.7",
|
||||
"@nx/devkit": "20.2.0-beta.7",
|
||||
"@nx/esbuild": "20.2.0-beta.7",
|
||||
"@nx/eslint": "20.2.0-beta.7",
|
||||
"@nx/eslint-plugin": "20.2.0-beta.7",
|
||||
"@nx/jest": "20.2.0-beta.7",
|
||||
"@nx/js": "20.2.0-beta.7",
|
||||
"@nx/next": "20.2.0-beta.7",
|
||||
"@nx/playwright": "20.2.0-beta.7",
|
||||
"@nx/powerpack-conformance": "1.1.0-beta.6",
|
||||
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.6",
|
||||
"@nx/powerpack-license": "1.1.0-beta.6",
|
||||
"@nx/react": "20.2.0-beta.3",
|
||||
"@nx/storybook": "20.2.0-beta.3",
|
||||
"@nx/vite": "20.2.0-beta.3",
|
||||
"@nx/web": "20.2.0-beta.3",
|
||||
"@nx/webpack": "20.2.0-beta.3",
|
||||
"@nx/rspack": "20.2.0-beta.3",
|
||||
"@nx/react": "20.2.0-beta.7",
|
||||
"@nx/rspack": "20.2.0-beta.7",
|
||||
"@nx/storybook": "20.2.0-beta.7",
|
||||
"@nx/vite": "20.2.0-beta.7",
|
||||
"@nx/web": "20.2.0-beta.7",
|
||||
"@nx/webpack": "20.2.0-beta.7",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -106,12 +106,12 @@
|
||||
"@rspack/plugin-minify": "^0.7.5",
|
||||
"@rspack/plugin-react-refresh": "^1.0.0",
|
||||
"@schematics/angular": "~19.0.0",
|
||||
"@storybook/addon-essentials": "^8.4.6",
|
||||
"@storybook/addon-interactions": "^8.4.6",
|
||||
"@storybook/core-server": "^8.4.6",
|
||||
"@storybook/react": "^8.4.6",
|
||||
"@storybook/react-vite": "^8.4.6",
|
||||
"@storybook/react-webpack5": "^8.4.6",
|
||||
"@storybook/addon-essentials": "8.4.6",
|
||||
"@storybook/addon-interactions": "8.4.6",
|
||||
"@storybook/core-server": "8.4.6",
|
||||
"@storybook/react": "8.4.6",
|
||||
"@storybook/react-vite": "8.4.6",
|
||||
"@storybook/react-webpack5": "8.4.6",
|
||||
"@storybook/types": "^8.4.6",
|
||||
"@supabase/supabase-js": "^2.26.0",
|
||||
"@svgr/rollup": "^8.1.0",
|
||||
@ -145,6 +145,7 @@
|
||||
"@types/tmp": "^0.2.0",
|
||||
"@types/yargs": "17.0.10",
|
||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
||||
"@typescript-eslint/rule-tester": "^8.13.0",
|
||||
"@typescript-eslint/type-utils": "^8.13.0",
|
||||
"@typescript-eslint/utils": "^8.13.0",
|
||||
@ -154,7 +155,7 @@
|
||||
"@zkochan/js-yaml": "0.0.7",
|
||||
"ai": "^2.2.10",
|
||||
"ajv": "^8.12.0",
|
||||
"angular-eslint": "^19.0.0",
|
||||
"angular-eslint": "19.0.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
@ -248,7 +249,7 @@
|
||||
"node-fetch": "^2.6.7",
|
||||
"npm-package-arg": "11.0.1",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "20.2.0-beta.3",
|
||||
"nx": "20.2.0-beta.7",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
"openai": "~4.3.1",
|
||||
|
||||
@ -48,7 +48,6 @@
|
||||
"vite",
|
||||
"rxjs",
|
||||
"semver",
|
||||
// These are installed by ensurePackage so missing in package.json
|
||||
"@nx/cypress",
|
||||
"@nx/playwright",
|
||||
"@nx/jest",
|
||||
@ -58,7 +57,6 @@
|
||||
"@nx/webpack",
|
||||
"prettier",
|
||||
"typescript",
|
||||
// These are installed by generators
|
||||
"@schematics/angular",
|
||||
"@angular-devkit/core",
|
||||
"@angular-devkit/architect",
|
||||
@ -74,9 +72,7 @@
|
||||
"@storybook/angular",
|
||||
"@module-federation/node",
|
||||
"@nguniversal/builders",
|
||||
// installed dynamically by the library generator
|
||||
"ng-packagr",
|
||||
// ng-packagr deps, some are handled if not installed
|
||||
"injection-js",
|
||||
"browserslist",
|
||||
"cacache",
|
||||
@ -91,14 +87,18 @@
|
||||
"sass",
|
||||
"stylus",
|
||||
"tailwindcss",
|
||||
// used in the CT angular plugin where Cy is already installed to use it.
|
||||
"cypress",
|
||||
// we have only one type import, so it's not a runtime dependency
|
||||
"esbuild"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.ts"],
|
||||
"rules": {
|
||||
"@angular-eslint/prefer-standalone": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
1083
pnpm-lock.yaml
generated
1083
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user