@nx/angular 22.1.0-beta.0 → 22.1.0-beta.2

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/executors.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "dev-server": {
51
51
  "implementation": "./src/builders/dev-server/dev-server.impl",
52
52
  "schema": "./src/builders/dev-server/schema.json",
53
- "description": "Serves an Angular application using [webpack](https://webpack.js.org/) when the build target is using a webpack-based executor, or [Vite](https://vitejs.dev/) when the build target uses an [esbuild](https://esbuild.github.io/)-based executor."
53
+ "description": "Serves an Angular application using [webpack](https://webpack.js.org/) when the build target is using a webpack-based executor, or [Vite](https://vite.dev/) when the build target uses an [esbuild](https://esbuild.github.io/)-based executor."
54
54
  },
55
55
  "webpack-server": {
56
56
  "implementation": "./src/builders/webpack-server/webpack-server.impl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "22.1.0-beta.0",
3
+ "version": "22.1.0-beta.2",
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,21 +58,21 @@
58
58
  "migrations": "./migrations.json"
59
59
  },
60
60
  "dependencies": {
61
- "@nx/devkit": "22.1.0-beta.0",
62
- "@nx/eslint": "22.1.0-beta.0",
63
- "@nx/js": "22.1.0-beta.0",
64
- "@nx/module-federation": "22.1.0-beta.0",
65
- "@nx/rspack": "22.1.0-beta.0",
66
- "@nx/web": "22.1.0-beta.0",
67
- "@nx/webpack": "22.1.0-beta.0",
68
- "@nx/workspace": "22.1.0-beta.0",
61
+ "@nx/devkit": "22.1.0-beta.2",
62
+ "@nx/eslint": "22.1.0-beta.2",
63
+ "@nx/js": "22.1.0-beta.2",
64
+ "@nx/module-federation": "22.1.0-beta.2",
65
+ "@nx/rspack": "22.1.0-beta.2",
66
+ "@nx/web": "22.1.0-beta.2",
67
+ "@nx/webpack": "22.1.0-beta.2",
68
+ "@nx/workspace": "22.1.0-beta.2",
69
69
  "@phenomnomnominal/tsquery": "~5.0.1",
70
70
  "@typescript-eslint/type-utils": "^8.0.0",
71
71
  "enquirer": "~2.3.6",
72
72
  "magic-string": "~0.30.2",
73
73
  "picocolors": "^1.1.0",
74
74
  "picomatch": "4.0.2",
75
- "semver": "^7.5.3",
75
+ "semver": "^7.6.3",
76
76
  "tslib": "^2.3.0",
77
77
  "webpack-merge": "^5.8.0"
78
78
  },
@@ -4,7 +4,7 @@
4
4
  "outputCapture": "direct-nodejs",
5
5
  "$schema": "http://json-schema.org/draft-07/schema",
6
6
  "title": "Schema for Webpack Dev Server",
7
- "description": "Serves an Angular application using [webpack](https://webpack.js.org/) when the build target is using a webpack-based executor, or [Vite](https://vitejs.dev/) when the build target uses an [esbuild](https://esbuild.github.io/)-based executor.",
7
+ "description": "Serves an Angular application using [webpack](https://webpack.js.org/) when the build target is using a webpack-based executor, or [Vite](https://vite.dev/) when the build target uses an [esbuild](https://esbuild.github.io/)-based executor.",
8
8
  "examplesFile": "../../../docs/dev-server-examples.md",
9
9
  "type": "object",
10
10
  "presets": [