Skip to content

Commit

Permalink
chore(repo): update nx to 20.2.0-beta.3 and other dependencies (#29049)
Browse files Browse the repository at this point in the history
<!-- 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 #
  • Loading branch information
FrozenPandaz authored Nov 22, 2024
1 parent c7894d7 commit 128778e
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 2,307 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ out
# Local dev files
.env.local
.bashrc
.nx

*.node

# Fix for issue when working on the repo in a dev container
.pnpm-store
.nx/cache
.nx/workspace-data
.nx
!.nx/workflows

.cargo/.package-cache
.cargo/bin/
Expand All @@ -61,4 +60,4 @@ target
*.wasm
/wasi-sdk*

vite.config.*.timestamp*
vite.config.*.timestamp*
44 changes: 21 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@jest/types": "^29.4.1",
"@module-federation/enhanced": "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/wasm-runtime": "0.2.4",
"@nestjs/cli": "^10.0.2",
Expand All @@ -69,26 +69,24 @@
"@ngrx/store": "18.0.2",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "20.2.0-beta.2",
"@nx/cypress": "20.2.0-beta.2",
"@nx/devkit": "20.2.0-beta.2",
"@nx/esbuild": "20.2.0-beta.2",
"@nx/eslint": "20.2.0-beta.2",
"@nx/eslint-plugin": "20.2.0-beta.2",
"@nx/jest": "20.2.0-beta.2",
"@nx/js": "20.2.0-beta.2",
"@nx/next": "20.2.0-beta.2",
"@nx/playwright": "20.2.0-beta.2",
"@nx/powerpack-enterprise-cloud": "1.0.9",
"@nx/powerpack-license": "1.0.9",
"@nx/powerpack-s3-cache": "1.0.9",
"@nx/powerpack-shared-fs-cache": "1.0.9",
"@nx/react": "20.2.0-beta.2",
"@nx/storybook": "20.2.0-beta.2",
"@nx/vite": "20.2.0-beta.2",
"@nx/web": "20.2.0-beta.2",
"@nx/webpack": "20.2.0-beta.2",
"@nx/rspack": "20.2.0-beta.2",
"@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/powerpack-enterprise-cloud": "1.1.0-beta.4",
"@nx/powerpack-license": "1.1.0-beta.4",
"@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",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand All @@ -102,7 +100,7 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-url": "^8.0.2",
"@rspack/core": "1.1.2",
"@rspack/core": "1.1.3",
"@rspack/dev-server": "1.0.9",
"@rspack/plugin-minify": "^0.7.5",
"@rspack/plugin-react-refresh": "^1.0.0",
Expand Down Expand Up @@ -249,7 +247,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "20.2.0-beta.2",
"nx": "20.2.0-beta.3",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/module-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nx/js": "file:../js",
"picocolors": "^1.1.0",
"webpack": "5.88.0",
"@rspack/core": "1.1.2",
"@rspack/core": "1.1.3",
"@module-federation/enhanced": "0.7.6",
"@module-federation/node": "2.6.11",
"@module-federation/sdk": "0.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/utils/build-static.remotes.ts
Original file line number Diff line number Diff line change
@@ -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 { ModuleFederationDevServerOptions } from '../executors/module-federation-dev-server/schema';
import { logger } from 'nx/src/utils/logger';
Expand Down
Loading

0 comments on commit 128778e

Please sign in to comment.