@schematics/angular 20.2.0-next.2 → 20.2.0-next.3

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": "@schematics/angular",
3
- "version": "20.2.0-next.2",
3
+ "version": "20.2.0-next.3",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "schematics": "./collection.json",
24
24
  "dependencies": {
25
- "@angular-devkit/core": "20.2.0-next.2",
26
- "@angular-devkit/schematics": "20.2.0-next.2",
25
+ "@angular-devkit/core": "20.2.0-next.3",
26
+ "@angular-devkit/schematics": "20.2.0-next.3",
27
27
  "jsonc-parser": "3.3.1"
28
28
  },
29
29
  "repository": {
@@ -2285,7 +2285,7 @@ module.exports = __toCommonJS(typescript_exports);
2285
2285
 
2286
2286
  // src/compiler/corePublic.ts
2287
2287
  var versionMajorMinor = "5.9";
2288
- var version = "5.9.1-rc";
2288
+ var version = "5.9.2";
2289
2289
  var Comparison = /* @__PURE__ */ ((Comparison3) => {
2290
2290
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2291
2291
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -21,7 +21,7 @@
21
21
  "rxjs": "~7.8.0",
22
22
  "tslib": "^2.3.0",
23
23
  "ts-node": "~10.9.0",
24
- "typescript": "~5.8.2",
24
+ "typescript": "~5.9.2",
25
25
  "zone.js": "~0.15.0"
26
26
  }
27
27
  }
@@ -16,7 +16,7 @@ exports.latestVersions = {
16
16
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
17
17
  Angular: '^20.2.0-next.0',
18
18
  NgPackagr: '^20.2.0-next.0',
19
- DevkitBuildAngular: '^20.2.0-next.2',
20
- AngularBuild: '^20.2.0-next.2',
21
- AngularSSR: '^20.2.0-next.2',
19
+ DevkitBuildAngular: '^20.2.0-next.3',
20
+ AngularBuild: '^20.2.0-next.3',
21
+ AngularSSR: '^20.2.0-next.3',
22
22
  };