@nx/angular 16.7.0-beta.5 → 16.7.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
@@ -270,13 +270,13 @@
270
270
  "description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
271
271
  "factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps"
272
272
  },
273
- "update-angular-cli-version-16-2-0-rc-1": {
273
+ "update-angular-cli-version-16-2-0": {
274
274
  "cli": "nx",
275
- "version": "16.7.0-beta.2",
275
+ "version": "16.7.0-beta.6",
276
276
  "requires": {
277
- "@angular/core": ">=16.2.0-rc.0"
277
+ "@angular/core": ">=16.2.0"
278
278
  },
279
- "description": "Update the @angular/cli package version to ~16.2.0-rc.1.",
279
+ "description": "Update the @angular/cli package version to ~16.2.0.",
280
280
  "factory": "./src/migrations/update-16-7-0/update-angular-cli"
281
281
  }
282
282
  },
@@ -1246,64 +1246,64 @@
1246
1246
  }
1247
1247
  },
1248
1248
  "16.7.0": {
1249
- "version": "16.7.0-beta.2",
1249
+ "version": "16.7.0-beta.6",
1250
+ "x-prompt": "Do you want to update the Angular version to v16.2?",
1251
+ "requires": {
1252
+ "@angular/core": ">=16.1.0 <16.2.0"
1253
+ },
1250
1254
  "packages": {
1251
1255
  "@angular-devkit/architect": {
1252
- "version": "~0.1602.0-rc.1",
1256
+ "version": "~0.1602.0",
1253
1257
  "alwaysAddToPackageJson": false
1254
1258
  },
1255
1259
  "@angular-devkit/build-angular": {
1256
- "version": "~16.2.0-rc.1",
1260
+ "version": "~16.2.0",
1257
1261
  "alwaysAddToPackageJson": false
1258
1262
  },
1259
1263
  "@angular-devkit/build-webpack": {
1260
- "version": "~0.1602.0-rc.1",
1264
+ "version": "~0.1602.0",
1261
1265
  "alwaysAddToPackageJson": false
1262
1266
  },
1263
1267
  "@angular-devkit/core": {
1264
- "version": "~16.2.0-rc.1",
1268
+ "version": "~16.2.0",
1265
1269
  "alwaysAddToPackageJson": false
1266
1270
  },
1267
1271
  "@angular-devkit/schematics": {
1268
- "version": "~16.2.0-rc.1",
1272
+ "version": "~16.2.0",
1269
1273
  "alwaysAddToPackageJson": false
1270
1274
  },
1271
1275
  "@angular/core": {
1272
- "version": "~16.2.0-rc.0",
1276
+ "version": "~16.2.0",
1273
1277
  "alwaysAddToPackageJson": true
1274
1278
  },
1275
1279
  "@angular/material": {
1276
- "version": "~16.2.0-rc.0",
1280
+ "version": "~16.2.0",
1277
1281
  "alwaysAddToPackageJson": false
1278
1282
  },
1279
1283
  "@angular/cdk": {
1280
- "version": "~16.2.0-rc.0",
1284
+ "version": "~16.2.0",
1281
1285
  "alwaysAddToPackageJson": false
1282
1286
  },
1283
1287
  "@nguniversal/builders": {
1284
- "version": "~16.2.0-rc.0",
1288
+ "version": "~16.2.0",
1285
1289
  "alwaysAddToPackageJson": false
1286
1290
  },
1287
1291
  "@nguniversal/common": {
1288
- "version": "~16.2.0-rc.0",
1292
+ "version": "~16.2.0",
1289
1293
  "alwaysAddToPackageJson": false
1290
1294
  },
1291
1295
  "@nguniversal/express-engine": {
1292
- "version": "~16.2.0-rc.0",
1296
+ "version": "~16.2.0",
1293
1297
  "alwaysAddToPackageJson": false
1294
1298
  },
1295
1299
  "@schematics/angular": {
1296
- "version": "~16.2.0-rc.1",
1300
+ "version": "~16.2.0",
1297
1301
  "alwaysAddToPackageJson": false
1298
1302
  },
1299
1303
  "ng-packagr": {
1300
- "version": "~16.2.0-next.1",
1304
+ "version": "~16.2.0",
1301
1305
  "alwaysAddToPackageJson": false
1302
1306
  }
1303
- },
1304
- "x-prompt": "Do you want to update the Angular version to v16.2?",
1305
- "requires": {
1306
- "@angular/core": ">=16.1.0 <16.2.0-next.1"
1307
1307
  }
1308
1308
  }
1309
1309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "16.7.0-beta.5",
3
+ "version": "16.7.0-rc.0",
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -66,14 +66,14 @@
66
66
  "migrations": "./migrations.json"
67
67
  },
68
68
  "dependencies": {
69
- "@nrwl/angular": "16.7.0-beta.5",
70
- "@nx/cypress": "16.7.0-beta.5",
71
- "@nx/devkit": "16.7.0-beta.5",
72
- "@nx/jest": "16.7.0-beta.5",
73
- "@nx/js": "16.7.0-beta.5",
74
- "@nx/linter": "16.7.0-beta.5",
75
- "@nx/webpack": "16.7.0-beta.5",
76
- "@nx/workspace": "16.7.0-beta.5",
69
+ "@nrwl/angular": "16.7.0-rc.0",
70
+ "@nx/cypress": "16.7.0-rc.0",
71
+ "@nx/devkit": "16.7.0-rc.0",
72
+ "@nx/jest": "16.7.0-rc.0",
73
+ "@nx/js": "16.7.0-rc.0",
74
+ "@nx/linter": "16.7.0-rc.0",
75
+ "@nx/webpack": "16.7.0-rc.0",
76
+ "@nx/workspace": "16.7.0-rc.0",
77
77
  "@phenomnomnominal/tsquery": "~5.0.1",
78
78
  "@typescript-eslint/type-utils": "^5.36.1",
79
79
  "chalk": "^4.1.0",
@@ -107,5 +107,5 @@
107
107
  "module": "fesm2022/nx-angular.mjs",
108
108
  "typings": "index.d.ts",
109
109
  "sideEffects": false,
110
- "gitHead": "fa513731d4e6a960f112a5af6b0d725b2e624b36"
110
+ "gitHead": "d1f76ff83fa110c3332f617e6433fcd5b2bf7201"
111
111
  }
@@ -1,3 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
- export declare const angularCliVersion = "~16.2.0-rc.1";
2
+ export declare const angularCliVersion = "~16.2.0";
3
3
  export default function (tree: Tree): Promise<void>;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.angularCliVersion = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const devkit_1 = require("@nx/devkit");
6
- exports.angularCliVersion = '~16.2.0-rc.1';
6
+ exports.angularCliVersion = '~16.2.0';
7
7
  function default_1(tree) {
8
8
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
9
9
  let shouldFormat = false;
@@ -1,13 +1,13 @@
1
1
  export declare const nxVersion: any;
2
- export declare const angularVersion = "~16.2.0-rc.0";
3
- export declare const angularDevkitVersion = "~16.2.0-rc.1";
4
- export declare const ngPackagrVersion = "~16.2.0-next.1";
2
+ export declare const angularVersion = "~16.2.0";
3
+ export declare const angularDevkitVersion = "~16.2.0";
4
+ export declare const ngPackagrVersion = "~16.2.0";
5
5
  export declare const ngrxVersion = "~16.0.0";
6
6
  export declare const rxjsVersion = "~7.8.0";
7
7
  export declare const zoneJsVersion = "~0.13.0";
8
8
  export declare const angularJsVersion = "1.7.9";
9
9
  export declare const tsLibVersion = "^2.3.0";
10
- export declare const ngUniversalVersion = "~16.2.0-rc.0";
10
+ export declare const ngUniversalVersion = "~16.2.0";
11
11
  export declare const corsVersion = "~2.8.5";
12
12
  export declare const typesCorsVersion = "~2.8.5";
13
13
  export declare const expressVersion = "~4.18.2";
@@ -2,15 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.jasmineMarblesVersion = exports.typesNodeVersion = exports.jestPresetAngularVersion = exports.tsNodeVersion = exports.autoprefixerVersion = exports.postcssUrlVersion = exports.postcssPresetEnvVersion = exports.postcssImportVersion = exports.postcssVersion = exports.tailwindVersion = exports.angularEslintVersion = exports.moduleFederationNodeVersion = exports.typesExpressVersion = exports.expressVersion = exports.typesCorsVersion = exports.corsVersion = exports.ngUniversalVersion = exports.tsLibVersion = exports.angularJsVersion = exports.zoneJsVersion = exports.rxjsVersion = exports.ngrxVersion = exports.ngPackagrVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.angularVersion = '~16.2.0-rc.0';
6
- exports.angularDevkitVersion = '~16.2.0-rc.1';
7
- exports.ngPackagrVersion = '~16.2.0-next.1';
5
+ exports.angularVersion = '~16.2.0';
6
+ exports.angularDevkitVersion = '~16.2.0';
7
+ exports.ngPackagrVersion = '~16.2.0';
8
8
  exports.ngrxVersion = '~16.0.0';
9
9
  exports.rxjsVersion = '~7.8.0';
10
10
  exports.zoneJsVersion = '~0.13.0';
11
11
  exports.angularJsVersion = '1.7.9';
12
12
  exports.tsLibVersion = '^2.3.0';
13
- exports.ngUniversalVersion = '~16.2.0-rc.0';
13
+ exports.ngUniversalVersion = '~16.2.0';
14
14
  exports.corsVersion = '~2.8.5';
15
15
  exports.typesCorsVersion = '~2.8.5';
16
16
  exports.expressVersion = '~4.18.2';