@nx/rspack 21.0.0-rc.4 → 21.0.1

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.
package/migrations.json CHANGED
@@ -73,6 +73,19 @@
73
73
  "alwaysAddToPackageJson": false
74
74
  }
75
75
  }
76
+ },
77
+ "21.0.1": {
78
+ "version": "21.0.1-beta.0",
79
+ "packages": {
80
+ "@rspack/core": {
81
+ "version": "^1.3.8",
82
+ "alwaysAddToPackageJson": false
83
+ },
84
+ "@rspack/dev-server": {
85
+ "version": "^1.1.1",
86
+ "alwaysAddToPackageJson": false
87
+ }
88
+ }
76
89
  }
77
90
  },
78
91
  "version": "0.1"
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": "21.0.0-rc.4",
4
+ "version": "21.0.1",
5
5
  "type": "commonjs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,13 +24,13 @@
24
24
  "generators": "./generators.json",
25
25
  "executors": "./executors.json",
26
26
  "dependencies": {
27
- "@nx/js": "21.0.0-rc.4",
28
- "@nx/devkit": "21.0.0-rc.4",
29
- "@nx/web": "21.0.0-rc.4",
30
- "@nx/module-federation": "21.0.0-rc.4",
27
+ "@nx/js": "21.0.1",
28
+ "@nx/devkit": "21.0.1",
29
+ "@nx/web": "21.0.1",
30
+ "@nx/module-federation": "21.0.1",
31
31
  "@phenomnomnominal/tsquery": "~5.0.1",
32
- "@rspack/core": "^1.1.5",
33
- "@rspack/dev-server": "^1.0.9",
32
+ "@rspack/core": "^1.3.8",
33
+ "@rspack/dev-server": "^1.1.1",
34
34
  "@rspack/plugin-react-refresh": "^1.0.0",
35
35
  "autoprefixer": "^10.4.9",
36
36
  "browserslist": "^4.21.4",
@@ -1,18 +1,8 @@
1
1
  export declare const nxVersion: any;
2
- export declare const rspackCoreVersion = "1.2.2";
3
- export declare const rspackDevServerVersion = "1.0.9";
2
+ export declare const rspackCoreVersion = "1.3.8";
3
+ export declare const rspackDevServerVersion = "1.1.1";
4
4
  export declare const rspackPluginReactRefreshVersion = "^1.0.0";
5
5
  export declare const lessLoaderVersion = "~11.1.3";
6
6
  export declare const sassLoaderVersion = "^16.0.4";
7
7
  export declare const sassEmbeddedVersion = "^1.83.4";
8
8
  export declare const reactRefreshVersion = "~0.14.0";
9
- export declare const nestjsCommonVersion = "~9.0.0";
10
- export declare const nestjsCoreVersion = "~9.0.0";
11
- export declare const nestjsPlatformExpressVersion = "~9.0.0";
12
- export declare const nestjsMicroservicesVersion = "~9.0.0";
13
- export declare const lessVersion = "4.1.3";
14
- export declare const stylusVersion = "^0.55.0";
15
- export declare const eslintPluginImportVersion = "2.27.5";
16
- export declare const eslintPluginJsxA11yVersion = "6.7.1";
17
- export declare const eslintPluginReactVersion = "7.32.2";
18
- export declare const eslintPluginReactHooksVersion = "4.6.0";
@@ -1,21 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.eslintPluginReactHooksVersion = exports.eslintPluginReactVersion = exports.eslintPluginJsxA11yVersion = exports.eslintPluginImportVersion = exports.stylusVersion = exports.lessVersion = exports.nestjsMicroservicesVersion = exports.nestjsPlatformExpressVersion = exports.nestjsCoreVersion = exports.nestjsCommonVersion = exports.reactRefreshVersion = exports.sassEmbeddedVersion = exports.sassLoaderVersion = exports.lessLoaderVersion = exports.rspackPluginReactRefreshVersion = exports.rspackDevServerVersion = exports.rspackCoreVersion = exports.nxVersion = void 0;
3
+ exports.reactRefreshVersion = exports.sassEmbeddedVersion = exports.sassLoaderVersion = exports.lessLoaderVersion = exports.rspackPluginReactRefreshVersion = exports.rspackDevServerVersion = exports.rspackCoreVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.rspackCoreVersion = '1.2.2';
6
- exports.rspackDevServerVersion = '1.0.9';
5
+ exports.rspackCoreVersion = '1.3.8';
6
+ exports.rspackDevServerVersion = '1.1.1';
7
7
  exports.rspackPluginReactRefreshVersion = '^1.0.0';
8
8
  exports.lessLoaderVersion = '~11.1.3';
9
9
  exports.sassLoaderVersion = '^16.0.4';
10
10
  exports.sassEmbeddedVersion = '^1.83.4';
11
11
  exports.reactRefreshVersion = '~0.14.0';
12
- exports.nestjsCommonVersion = '~9.0.0';
13
- exports.nestjsCoreVersion = '~9.0.0';
14
- exports.nestjsPlatformExpressVersion = '~9.0.0';
15
- exports.nestjsMicroservicesVersion = '~9.0.0';
16
- exports.lessVersion = '4.1.3';
17
- exports.stylusVersion = '^0.55.0';
18
- exports.eslintPluginImportVersion = '2.27.5';
19
- exports.eslintPluginJsxA11yVersion = '6.7.1';
20
- exports.eslintPluginReactVersion = '7.32.2';
21
- exports.eslintPluginReactHooksVersion = '4.6.0';