Skip to content

Commit 83e9964

Browse files
fix: update dependency @angular/compiler to v17.3.0 (#1713)
1 parent dcc4876 commit 83e9964

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@actions/core": "1.10.1",
5454
"@actions/github": "6.0.0",
5555
"@angular/cli": "17.3.0",
56-
"@angular/compiler": "17.1.0",
56+
"@angular/compiler": "17.3.0",
5757
"@commitlint/cli": "19.2.0",
5858
"@commitlint/config-conventional": "19.1.0",
5959
"@nx/devkit": "18.0.8",

packages/template-parser/tests/index.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -11726,7 +11726,7 @@ describe('parseForESLint()', () => {
1172611726
"keySpan": ParseSourceSpan {
1172711727
"details": null,
1172811728
"end": ParseLocation {
11729-
"col": 29,
11729+
"col": 20,
1173011730
"file": ParseSourceFile {
1173111731
"content": "
1173211732
@for (item of items; track item.id) {
@@ -11738,7 +11738,7 @@ describe('parseForESLint()', () => {
1173811738
"url": "./foo.html",
1173911739
},
1174011740
"line": 1,
11741-
"offset": 30,
11741+
"offset": 21,
1174211742
},
1174311743
"fullStart": ParseLocation {
1174411744
"col": 16,
@@ -11775,7 +11775,7 @@ describe('parseForESLint()', () => {
1177511775
"sourceSpan": ParseSourceSpan {
1177611776
"details": null,
1177711777
"end": ParseLocation {
11778-
"col": 29,
11778+
"col": 20,
1177911779
"file": ParseSourceFile {
1178011780
"content": "
1178111781
@for (item of items; track item.id) {
@@ -11787,7 +11787,7 @@ describe('parseForESLint()', () => {
1178711787
"url": "./foo.html",
1178811788
},
1178911789
"line": 1,
11790-
"offset": 30,
11790+
"offset": 21,
1179111791
},
1179211792
"fullStart": ParseLocation {
1179311793
"col": 16,

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
symbol-observable "4.0.0"
9797
yargs "17.7.2"
9898

99-
"@angular/compiler@17.1.0":
100-
version "17.1.0"
101-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.1.0.tgz#51057f798dbce4427cd3ba628d00f8f4f30dfadb"
102-
integrity sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==
99+
"@angular/compiler@17.3.0":
100+
version "17.3.0"
101+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.0.tgz#204d930c372ef556a18ea62cc93de2fc13d6aac8"
102+
integrity sha512-lZBD5mFq7SzFJydZwW2jvnQGmtcU1s3e548hl4MSZpRgt13m5UmBQKbyMOvVN2WxKvWKlmDlywsAJlMSXepYig==
103103
dependencies:
104104
tslib "^2.3.0"
105105

0 commit comments

Comments
 (0)