chore(repo): update nx to 20.2.0-beta.3 and other dependencies (#29049)
<!-- 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.2`. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `20.2.0-beta.3`. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
c7894d7579
commit
128778e7d1
7
.gitignore
vendored
7
.gitignore
vendored
@ -40,14 +40,13 @@ out
|
|||||||
# Local dev files
|
# Local dev files
|
||||||
.env.local
|
.env.local
|
||||||
.bashrc
|
.bashrc
|
||||||
.nx
|
|
||||||
|
|
||||||
*.node
|
*.node
|
||||||
|
|
||||||
# Fix for issue when working on the repo in a dev container
|
# Fix for issue when working on the repo in a dev container
|
||||||
.pnpm-store
|
.pnpm-store
|
||||||
.nx/cache
|
.nx
|
||||||
.nx/workspace-data
|
!.nx/workflows
|
||||||
|
|
||||||
.cargo/.package-cache
|
.cargo/.package-cache
|
||||||
.cargo/bin/
|
.cargo/bin/
|
||||||
@ -61,4 +60,4 @@ target
|
|||||||
*.wasm
|
*.wasm
|
||||||
/wasi-sdk*
|
/wasi-sdk*
|
||||||
|
|
||||||
vite.config.*.timestamp*
|
vite.config.*.timestamp*
|
||||||
|
|||||||
44
package.json
44
package.json
@ -55,7 +55,7 @@
|
|||||||
"@jest/types": "^29.4.1",
|
"@jest/types": "^29.4.1",
|
||||||
"@module-federation/enhanced": "0.7.6",
|
"@module-federation/enhanced": "0.7.6",
|
||||||
"@module-federation/sdk": "0.7.6",
|
"@module-federation/sdk": "0.7.6",
|
||||||
"@monodon/rust": "2.0.0-beta.1",
|
"@monodon/rust": "2.1.1",
|
||||||
"@napi-rs/cli": "3.0.0-alpha.56",
|
"@napi-rs/cli": "3.0.0-alpha.56",
|
||||||
"@napi-rs/wasm-runtime": "0.2.4",
|
"@napi-rs/wasm-runtime": "0.2.4",
|
||||||
"@nestjs/cli": "^10.0.2",
|
"@nestjs/cli": "^10.0.2",
|
||||||
@ -69,26 +69,24 @@
|
|||||||
"@ngrx/store": "18.0.2",
|
"@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": "20.2.0-beta.2",
|
"@nx/angular": "20.2.0-beta.3",
|
||||||
"@nx/cypress": "20.2.0-beta.2",
|
"@nx/cypress": "20.2.0-beta.3",
|
||||||
"@nx/devkit": "20.2.0-beta.2",
|
"@nx/devkit": "20.2.0-beta.3",
|
||||||
"@nx/esbuild": "20.2.0-beta.2",
|
"@nx/esbuild": "20.2.0-beta.3",
|
||||||
"@nx/eslint": "20.2.0-beta.2",
|
"@nx/eslint": "20.2.0-beta.3",
|
||||||
"@nx/eslint-plugin": "20.2.0-beta.2",
|
"@nx/eslint-plugin": "20.2.0-beta.3",
|
||||||
"@nx/jest": "20.2.0-beta.2",
|
"@nx/jest": "20.2.0-beta.3",
|
||||||
"@nx/js": "20.2.0-beta.2",
|
"@nx/js": "20.2.0-beta.3",
|
||||||
"@nx/next": "20.2.0-beta.2",
|
"@nx/next": "20.2.0-beta.3",
|
||||||
"@nx/playwright": "20.2.0-beta.2",
|
"@nx/playwright": "20.2.0-beta.3",
|
||||||
"@nx/powerpack-enterprise-cloud": "1.0.9",
|
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.4",
|
||||||
"@nx/powerpack-license": "1.0.9",
|
"@nx/powerpack-license": "1.1.0-beta.4",
|
||||||
"@nx/powerpack-s3-cache": "1.0.9",
|
"@nx/react": "20.2.0-beta.3",
|
||||||
"@nx/powerpack-shared-fs-cache": "1.0.9",
|
"@nx/storybook": "20.2.0-beta.3",
|
||||||
"@nx/react": "20.2.0-beta.2",
|
"@nx/vite": "20.2.0-beta.3",
|
||||||
"@nx/storybook": "20.2.0-beta.2",
|
"@nx/web": "20.2.0-beta.3",
|
||||||
"@nx/vite": "20.2.0-beta.2",
|
"@nx/webpack": "20.2.0-beta.3",
|
||||||
"@nx/web": "20.2.0-beta.2",
|
"@nx/rspack": "20.2.0-beta.3",
|
||||||
"@nx/webpack": "20.2.0-beta.2",
|
|
||||||
"@nx/rspack": "20.2.0-beta.2",
|
|
||||||
"@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",
|
||||||
@ -102,7 +100,7 @@
|
|||||||
"@rollup/plugin-json": "^6.1.0",
|
"@rollup/plugin-json": "^6.1.0",
|
||||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||||
"@rollup/plugin-url": "^8.0.2",
|
"@rollup/plugin-url": "^8.0.2",
|
||||||
"@rspack/core": "1.1.2",
|
"@rspack/core": "1.1.3",
|
||||||
"@rspack/dev-server": "1.0.9",
|
"@rspack/dev-server": "1.0.9",
|
||||||
"@rspack/plugin-minify": "^0.7.5",
|
"@rspack/plugin-minify": "^0.7.5",
|
||||||
"@rspack/plugin-react-refresh": "^1.0.0",
|
"@rspack/plugin-react-refresh": "^1.0.0",
|
||||||
@ -249,7 +247,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": "20.2.0-beta.2",
|
"nx": "20.2.0-beta.3",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~4.3.1",
|
"openai": "~4.3.1",
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"@nx/js": "file:../js",
|
"@nx/js": "file:../js",
|
||||||
"picocolors": "^1.1.0",
|
"picocolors": "^1.1.0",
|
||||||
"webpack": "5.88.0",
|
"webpack": "5.88.0",
|
||||||
"@rspack/core": "1.1.2",
|
"@rspack/core": "1.1.3",
|
||||||
"@module-federation/enhanced": "0.7.6",
|
"@module-federation/enhanced": "0.7.6",
|
||||||
"@module-federation/node": "2.6.11",
|
"@module-federation/node": "2.6.11",
|
||||||
"@module-federation/sdk": "0.7.6",
|
"@module-federation/sdk": "0.7.6",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import type { StaticRemotesConfig } from '@nx/webpack/src/utils/module-federation/parse-static-remotes-config';
|
import { StaticRemotesConfig } from '@nx/module-federation/src/utils';
|
||||||
import { ExecutorContext } from '@nx/devkit';
|
import { ExecutorContext } from '@nx/devkit';
|
||||||
import { ModuleFederationDevServerOptions } from '../executors/module-federation-dev-server/schema';
|
import { ModuleFederationDevServerOptions } from '../executors/module-federation-dev-server/schema';
|
||||||
import { logger } from 'nx/src/utils/logger';
|
import { logger } from 'nx/src/utils/logger';
|
||||||
|
|||||||
2821
pnpm-lock.yaml
generated
2821
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user