@angular/compiler-cli 16.2.8 → 16.2.10

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.
@@ -855,7 +855,7 @@ var declarationFunctions = [
855
855
  ];
856
856
  function createLinkerMap(environment, sourceUrl, code) {
857
857
  const linkers = /* @__PURE__ */ new Map();
858
- const LATEST_VERSION_RANGE = getRange("<=", "16.2.8");
858
+ const LATEST_VERSION_RANGE = getRange("<=", "16.2.10");
859
859
  linkers.set(\u0275\u0275ngDeclareDirective, [
860
860
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
861
861
  ]);
@@ -902,7 +902,7 @@ var PartialLinkerSelector = class {
902
902
  throw new Error(`Unknown partial declaration function ${functionName}.`);
903
903
  }
904
904
  const linkerRanges = this.linkers.get(functionName);
905
- if (version === "16.2.8") {
905
+ if (version === "16.2.10") {
906
906
  return linkerRanges[linkerRanges.length - 1].linker;
907
907
  }
908
908
  const declarationRange = getRange(">=", minVersion);
package/bundles/index.js CHANGED
@@ -69,7 +69,7 @@ import "./chunk-SRFZMXHZ.js";
69
69
 
70
70
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
71
71
  import { Version } from "@angular/compiler";
72
- var VERSION = new Version("16.2.8");
72
+ var VERSION = new Version("16.2.10");
73
73
 
74
74
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
75
75
  var NgTscPlugin = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "16.2.8",
3
+ "version": "16.2.10",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@babel/core": "7.22.5",
46
+ "@babel/core": "7.23.2",
47
47
  "@jridgewell/sourcemap-codec": "^1.4.14",
48
48
  "reflect-metadata": "^0.1.2",
49
49
  "chokidar": "^3.0.0",
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.2.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/compiler": "16.2.8",
56
+ "@angular/compiler": "16.2.10",
57
57
  "typescript": ">=4.9.3 <5.2"
58
58
  },
59
59
  "repository": {