@nx/react 20.0.0-canary.20241003-84a5c7a → 20.0.0-rc.0

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
@@ -130,6 +130,15 @@
130
130
  "alwaysAddToPackageJson": false
131
131
  }
132
132
  }
133
+ },
134
+ "20.0.0": {
135
+ "version": "20.0.0-beta.8",
136
+ "packages": {
137
+ "eslint-plugin-import": {
138
+ "version": "2.31.0",
139
+ "alwaysAddToPackageJson": false
140
+ }
141
+ }
133
142
  }
134
143
  }
135
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react",
3
- "version": "20.0.0-canary.20241003-84a5c7a",
3
+ "version": "20.0.0-rc.0",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -39,10 +39,10 @@
39
39
  "picocolors": "^1.1.0",
40
40
  "tslib": "^2.3.0",
41
41
  "@module-federation/enhanced": "0.6.6",
42
- "@nx/devkit": "20.0.0-canary.20241003-84a5c7a",
43
- "@nx/js": "20.0.0-canary.20241003-84a5c7a",
44
- "@nx/eslint": "20.0.0-canary.20241003-84a5c7a",
45
- "@nx/web": "20.0.0-canary.20241003-84a5c7a",
42
+ "@nx/devkit": "20.0.0-rc.0",
43
+ "@nx/js": "20.0.0-rc.0",
44
+ "@nx/eslint": "20.0.0-rc.0",
45
+ "@nx/web": "20.0.0-rc.0",
46
46
  "express": "^4.19.2",
47
47
  "http-proxy-middleware": "^3.0.0"
48
48
  },
@@ -43,6 +43,7 @@ async function hostGenerator(host, schema) {
43
43
  await (0, project_name_and_root_utils_1.ensureProjectName)(host, options, 'application');
44
44
  const initTask = await (0, application_1.default)(host, {
45
45
  ...options,
46
+ directory: options.appProjectRoot,
46
47
  name: options.projectName,
47
48
  // The target use-case is loading remotes as child routes, thus always enable routing.
48
49
  routing: true,
@@ -68,7 +69,7 @@ async function hostGenerator(host, schema) {
68
69
  typescriptConfiguration: options.typescriptConfiguration,
69
70
  js: options.js,
70
71
  dynamic: options.dynamic,
71
- host: options.name,
72
+ host: options.projectName,
72
73
  skipPackageJson: options.skipPackageJson,
73
74
  bundler: options.bundler,
74
75
  });
@@ -22,7 +22,7 @@ export declare const reactRouterDomVersion = "6.11.2";
22
22
  export declare const testingLibraryReactVersion = "15.0.6";
23
23
  export declare const reduxjsToolkitVersion = "1.9.3";
24
24
  export declare const reactReduxVersion = "8.0.5";
25
- export declare const eslintPluginImportVersion = "2.30.0";
25
+ export declare const eslintPluginImportVersion = "2.31.0";
26
26
  export declare const eslintPluginJsxA11yVersion = "6.7.1";
27
27
  export declare const eslintPluginReactVersion = "7.35.0";
28
28
  export declare const eslintPluginReactHooksVersion = "4.6.0";
@@ -27,7 +27,7 @@ exports.reactRouterDomVersion = '6.11.2';
27
27
  exports.testingLibraryReactVersion = '15.0.6';
28
28
  exports.reduxjsToolkitVersion = '1.9.3';
29
29
  exports.reactReduxVersion = '8.0.5';
30
- exports.eslintPluginImportVersion = '2.30.0';
30
+ exports.eslintPluginImportVersion = '2.31.0';
31
31
  exports.eslintPluginJsxA11yVersion = '6.7.1';
32
32
  exports.eslintPluginReactVersion = '7.35.0';
33
33
  exports.eslintPluginReactHooksVersion = '4.6.0';