@angular/cli 14.1.3 → 14.2.0-next.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "14.1.3",
3
+ "version": "14.2.0-next.2",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.1401.3",
29
- "@angular-devkit/core": "14.1.3",
30
- "@angular-devkit/schematics": "14.1.3",
31
- "@schematics/angular": "14.1.3",
28
+ "@angular-devkit/architect": "0.1402.0-next.2",
29
+ "@angular-devkit/core": "14.2.0-next.2",
30
+ "@angular-devkit/schematics": "14.2.0-next.2",
31
+ "@schematics/angular": "14.2.0-next.2",
32
32
  "@yarnpkg/lockfile": "1.1.0",
33
33
  "ansi-colors": "4.1.3",
34
34
  "debug": "4.3.4",
@@ -39,7 +39,7 @@
39
39
  "npm-pick-manifest": "7.0.1",
40
40
  "open": "8.4.0",
41
41
  "ora": "5.4.1",
42
- "pacote": "13.6.1",
42
+ "pacote": "13.6.2",
43
43
  "resolve": "1.22.1",
44
44
  "semver": "7.3.7",
45
45
  "symbol-observable": "4.0.0",
@@ -49,12 +49,12 @@
49
49
  "ng-update": {
50
50
  "migrations": "@schematics/angular/migrations/migration-collection.json",
51
51
  "packageGroup": {
52
- "@angular/cli": "14.1.3",
53
- "@angular-devkit/architect": "0.1401.3",
54
- "@angular-devkit/build-angular": "14.1.3",
55
- "@angular-devkit/build-webpack": "0.1401.3",
56
- "@angular-devkit/core": "14.1.3",
57
- "@angular-devkit/schematics": "14.1.3"
52
+ "@angular/cli": "14.2.0-next.2",
53
+ "@angular-devkit/architect": "0.1402.0-next.2",
54
+ "@angular-devkit/build-angular": "14.2.0-next.2",
55
+ "@angular-devkit/build-webpack": "0.1402.0-next.2",
56
+ "@angular-devkit/core": "14.2.0-next.2",
57
+ "@angular-devkit/schematics": "14.2.0-next.2"
58
58
  }
59
59
  },
60
60
  "engines": {
@@ -158,7 +158,7 @@ class SchematicsCommandModule extends command_module_1.CommandModule {
158
158
  }
159
159
  if (property['format'] === 'path' && !property['$default']) {
160
160
  options['path'] = workingDir || undefined;
161
- this.context.logger.warn(`The 'path' option in '${schematic === null || schematic === void 0 ? void 0 : schematic.schema}' is using deprecated behaviour.` +
161
+ this.context.logger.warn(`The 'path' option in '${schematic === null || schematic === void 0 ? void 0 : schematic.schema}' is using deprecated behaviour. ` +
162
162
  `'workingDirectory' smart default provider should be used instead.`);
163
163
  }
164
164
  return options;
@@ -744,7 +744,7 @@ class UpdateCommandModule extends command_module_1.CommandModule {
744
744
  // npm ERR! dev @angular-devkit/build-angular@"~14.0.0-rc.0" from the root project
745
745
  if (this.context.packageManager.name === workspace_schema_1.PackageManager.Npm &&
746
746
  this.context.packageManager.version &&
747
- semver.gte(this.context.packageManager.version, '7.0.0', { includePrerelease: true })) {
747
+ semver.gte(this.context.packageManager.version, '7.0.0')) {
748
748
  if (verbose) {
749
749
  this.context.logger.info('NPM 7+ detected -- enabling force option for package installation');
750
750
  }