@nx/angular 19.0.6 → 19.0.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.0.6",
3
+ "version": "19.0.8",
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": {
@@ -13,7 +13,8 @@
13
13
  "Angular",
14
14
  "Jest",
15
15
  "Cypress",
16
- "CLI"
16
+ "CLI",
17
+ "Front-end"
17
18
  ],
18
19
  "exports": {
19
20
  "./migrations.json": "./migrations.json",
@@ -78,14 +79,14 @@
78
79
  "tslib": "^2.3.0",
79
80
  "webpack": "^5.80.0",
80
81
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "19.0.6",
82
- "@nx/js": "19.0.6",
83
- "@nx/eslint": "19.0.6",
84
- "@nx/webpack": "19.0.6",
85
- "@nx/web": "19.0.6",
86
- "@nx/workspace": "19.0.6",
82
+ "@nx/devkit": "19.0.8",
83
+ "@nx/js": "19.0.8",
84
+ "@nx/eslint": "19.0.8",
85
+ "@nx/webpack": "19.0.8",
86
+ "@nx/web": "19.0.8",
87
+ "@nx/workspace": "19.0.8",
87
88
  "piscina": "^4.4.0",
88
- "@nrwl/angular": "19.0.6"
89
+ "@nrwl/angular": "19.0.8"
89
90
  },
90
91
  "peerDependencies": {
91
92
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "proxyConfig": {
38
38
  "type": "string",
39
- "description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
39
+ "description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
40
40
  },
41
41
  "ssl": {
42
42
  "type": "boolean",
@@ -153,7 +153,7 @@
153
153
  "additionalProperties": false
154
154
  },
155
155
  "optimization": {
156
- "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
156
+ "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
157
157
  "x-user-analytics": 16,
158
158
  "default": true,
159
159
  "oneOf": [
@@ -242,7 +242,7 @@
242
242
  "default": true
243
243
  },
244
244
  "sourceMap": {
245
- "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
245
+ "description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
246
246
  "default": false,
247
247
  "oneOf": [
248
248
  {
@@ -45,7 +45,7 @@
45
45
  "additionalProperties": false
46
46
  },
47
47
  "optimization": {
48
- "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
48
+ "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
49
49
  "default": true,
50
50
  "x-user-analytics": "ep.ng_optimization",
51
51
  "oneOf": [
@@ -87,7 +87,7 @@
87
87
  "description": "The path where style resources will be placed, relative to outputPath."
88
88
  },
89
89
  "sourceMap": {
90
- "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
90
+ "description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
91
91
  "default": false,
92
92
  "oneOf": [
93
93
  {
@@ -145,7 +145,7 @@
145
145
  "description": "Automatically clear the terminal screen during rebuilds. _Note: this is only supported in Angular versions >= 17.2.0_."
146
146
  },
147
147
  "optimization": {
148
- "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
148
+ "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
149
149
  "default": true,
150
150
  "x-user-analytics": "ep.ng_optimization",
151
151
  "oneOf": [
@@ -281,7 +281,7 @@
281
281
  "default": true
282
282
  },
283
283
  "sourceMap": {
284
- "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
284
+ "description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
285
285
  "default": false,
286
286
  "oneOf": [
287
287
  {
@@ -141,7 +141,7 @@
141
141
  "default": []
142
142
  },
143
143
  "optimization": {
144
- "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
144
+ "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.dev/reference/configs/workspace-config#optimization-configuration.",
145
145
  "default": true,
146
146
  "x-user-analytics": "ep.ng_optimization",
147
147
  "oneOf": [
@@ -229,7 +229,7 @@
229
229
  "default": true
230
230
  },
231
231
  "sourceMap": {
232
- "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
232
+ "description": "Output source maps for scripts and styles. For more information, see https://angular.dev/reference/configs/workspace-config#source-map-configuration.",
233
233
  "default": false,
234
234
  "oneOf": [
235
235
  {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "proxyConfig": {
36
36
  "type": "string",
37
- "description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
37
+ "description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
38
38
  },
39
39
  "ssl": {
40
40
  "type": "boolean",
@@ -8,7 +8,7 @@
8
8
  "examples": [
9
9
  {
10
10
  "command": "nx g @nx/angular:add-linting --prefix=cool --projectName=cool-lib --projectRoot=libs/cool-lib",
11
- "description": "Adds ESLint with Angular-specific rules for an existing project named `cool-lib` with the [prefix](https://angular.io/guide/styleguide#style-02-07) `cool`"
11
+ "description": "Adds ESLint with Angular-specific rules for an existing project named `cool-lib` with the [prefix](https://angular.dev/style-guide#style-02-07) `cool`"
12
12
  }
13
13
  ],
14
14
  "properties": {