@nx/rspack 23.0.0-beta.21 → 23.0.0-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/migrations.json +6 -3
  2. package/package.json +7 -7
package/migrations.json CHANGED
@@ -4,13 +4,15 @@
4
4
  "cli": "nx",
5
5
  "version": "20.2.0-beta.3",
6
6
  "description": "Update the withModuleFederation import use @nx/module-federation/rspack.",
7
- "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package"
7
+ "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package",
8
+ "documentation": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package.md"
8
9
  },
9
10
  "ensure-nx-module-federation-package": {
10
11
  "cli": "nx",
11
12
  "version": "20.3.0-beta.2",
12
13
  "description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
13
- "factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package"
14
+ "factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
15
+ "documentation": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package.md"
14
16
  },
15
17
  "remove-deprecated-rspack-options": {
16
18
  "cli": "nx",
@@ -22,7 +24,8 @@
22
24
  "cli": "nx",
23
25
  "version": "23.0.0-beta.9",
24
26
  "description": "Updates rspack configs using React to use the new withSvgr composable function instead of the svgr option in withReact or NxReactRspackPlugin.",
25
- "factory": "./src/migrations/update-23-0-0/add-svgr-to-rspack-config"
27
+ "factory": "./src/migrations/update-23-0-0/add-svgr-to-rspack-config",
28
+ "documentation": "./src/migrations/update-23-0-0/add-svgr-to-rspack-config.md"
26
29
  }
27
30
  },
28
31
  "packageJsonUpdates": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/rspack",
3
3
  "description": "The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.",
4
- "version": "23.0.0-beta.21",
4
+ "version": "23.0.0-beta.22",
5
5
  "type": "commonjs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "generators": "./generators.json",
25
25
  "executors": "./executors.json",
26
26
  "dependencies": {
27
- "@nx/devkit": "23.0.0-beta.21",
28
- "@nx/js": "23.0.0-beta.21",
29
- "@nx/module-federation": "23.0.0-beta.21",
30
- "@nx/web": "23.0.0-beta.21",
27
+ "@nx/devkit": "23.0.0-beta.22",
28
+ "@nx/js": "23.0.0-beta.22",
29
+ "@nx/module-federation": "23.0.0-beta.22",
30
+ "@nx/web": "23.0.0-beta.22",
31
31
  "@phenomnomnominal/tsquery": "~6.2.0",
32
32
  "autoprefixer": "^10.4.9",
33
33
  "browserslist": "^4.26.0",
@@ -55,8 +55,8 @@
55
55
  "webpack-node-externals": "^3.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "nx": "23.0.0-beta.21",
59
- "@nx/nest": "23.0.0-beta.21"
58
+ "nx": "23.0.0-beta.22",
59
+ "@nx/nest": "23.0.0-beta.22"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@rspack/cli": "^1.0.0",