@nx/angular 21.3.0-canary.20250715-cf994df → 21.3.0-canary.20250716-46d21c7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "21.3.0-canary.20250715-cf994df",
3
+ "version": "21.3.0-canary.20250716-46d21c7",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -58,14 +58,14 @@
58
58
  "migrations": "./migrations.json"
59
59
  },
60
60
  "dependencies": {
61
- "@nx/devkit": "21.3.0-canary.20250715-cf994df",
62
- "@nx/eslint": "21.3.0-canary.20250715-cf994df",
63
- "@nx/js": "21.3.0-canary.20250715-cf994df",
64
- "@nx/module-federation": "21.3.0-canary.20250715-cf994df",
65
- "@nx/rspack": "21.3.0-canary.20250715-cf994df",
66
- "@nx/web": "21.3.0-canary.20250715-cf994df",
67
- "@nx/webpack": "21.3.0-canary.20250715-cf994df",
68
- "@nx/workspace": "21.3.0-canary.20250715-cf994df",
61
+ "@nx/devkit": "21.3.0-canary.20250716-46d21c7",
62
+ "@nx/eslint": "21.3.0-canary.20250716-46d21c7",
63
+ "@nx/js": "21.3.0-canary.20250716-46d21c7",
64
+ "@nx/module-federation": "21.3.0-canary.20250716-46d21c7",
65
+ "@nx/rspack": "21.3.0-canary.20250716-46d21c7",
66
+ "@nx/web": "21.3.0-canary.20250716-46d21c7",
67
+ "@nx/webpack": "21.3.0-canary.20250716-46d21c7",
68
+ "@nx/workspace": "21.3.0-canary.20250716-46d21c7",
69
69
  "@phenomnomnominal/tsquery": "~5.0.1",
70
70
  "@typescript-eslint/type-utils": "^8.0.0",
71
71
  "enquirer": "~2.3.6",
@@ -9,6 +9,7 @@ const meta: Meta<<%= componentName %>> = {
9
9
  title: '<%= componentName %>',
10
10
  };
11
11
  export default meta;
12
+
12
13
  type Story = StoryObj<<%=componentName%>>;
13
14
 
14
15
  export const Primary: Story = {
@@ -16,14 +17,14 @@ export const Primary: Story = {
16
17
  <%= prop.name %>: <%- prop.defaultValue %>,<% } %>
17
18
  },
18
19
  };
19
-
20
20
  <%_ if ( interactionTests ) { _%>
21
+
21
22
  export const Heading: Story = {
22
23
  args: {<% for (let prop of props) { %>
23
24
  <%= prop.name %>: <%- prop.defaultValue %>,<% } %>
24
25
  },
25
26
  play: async ({ canvas }) => {
26
- await expect(canvas.getByText(/<%=componentNameSimple%> works!/gi)).toBeTruthy();
27
+ await expect(canvas.getByText(/<%=componentNameSimple%>/gi)).toBeTruthy();
27
28
  },
28
29
  };
29
30
  <%_ } _%>
@@ -13,8 +13,8 @@ export declare const typesCorsVersion = "~2.8.5";
13
13
  export declare const expressVersion = "^4.21.2";
14
14
  export declare const typesExpressVersion = "^4.17.21";
15
15
  export declare const browserSyncVersion = "^3.0.0";
16
- export declare const moduleFederationNodeVersion = "^2.6.26";
17
- export declare const moduleFederationEnhancedVersion = "^0.15.0";
16
+ export declare const moduleFederationNodeVersion = "^2.7.9";
17
+ export declare const moduleFederationEnhancedVersion = "^0.17.0";
18
18
  export declare const webpackMergeVersion = "^5.8.0";
19
19
  export declare const angularEslintVersion = "^20.0.0";
20
20
  export declare const typescriptEslintVersion = "^7.16.0";
@@ -16,8 +16,8 @@ exports.typesCorsVersion = '~2.8.5';
16
16
  exports.expressVersion = '^4.21.2';
17
17
  exports.typesExpressVersion = '^4.17.21';
18
18
  exports.browserSyncVersion = '^3.0.0';
19
- exports.moduleFederationNodeVersion = '^2.6.26';
20
- exports.moduleFederationEnhancedVersion = '^0.15.0';
19
+ exports.moduleFederationNodeVersion = '^2.7.9';
20
+ exports.moduleFederationEnhancedVersion = '^0.17.0';
21
21
  exports.webpackMergeVersion = '^5.8.0';
22
22
  exports.angularEslintVersion = '^20.0.0';
23
23
  exports.typescriptEslintVersion = '^7.16.0';