File tree 3 files changed +9
-9
lines changed
packages/template-parser/tests
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 53
53
"@actions/core" : " 1.10.1" ,
54
54
"@actions/github" : " 6.0.0" ,
55
55
"@angular/cli" : " 17.3.0" ,
56
- "@angular/compiler" : " 17.1 .0" ,
56
+ "@angular/compiler" : " 17.3 .0" ,
57
57
"@commitlint/cli" : " 19.2.0" ,
58
58
"@commitlint/config-conventional" : " 19.1.0" ,
59
59
"@nx/devkit" : " 18.0.8" ,
Original file line number Diff line number Diff line change @@ -11726,7 +11726,7 @@ describe('parseForESLint()', () => {
11726
11726
"keySpan": ParseSourceSpan {
11727
11727
"details": null,
11728
11728
"end": ParseLocation {
11729
- "col": 29 ,
11729
+ "col": 20 ,
11730
11730
"file": ParseSourceFile {
11731
11731
"content": "
11732
11732
@for (item of items; track item.id) {
@@ -11738,7 +11738,7 @@ describe('parseForESLint()', () => {
11738
11738
"url": "./foo.html",
11739
11739
},
11740
11740
"line": 1,
11741
- "offset": 30 ,
11741
+ "offset": 21 ,
11742
11742
},
11743
11743
"fullStart": ParseLocation {
11744
11744
"col": 16,
@@ -11775,7 +11775,7 @@ describe('parseForESLint()', () => {
11775
11775
"sourceSpan": ParseSourceSpan {
11776
11776
"details": null,
11777
11777
"end": ParseLocation {
11778
- "col": 29 ,
11778
+ "col": 20 ,
11779
11779
"file": ParseSourceFile {
11780
11780
"content": "
11781
11781
@for (item of items; track item.id) {
@@ -11787,7 +11787,7 @@ describe('parseForESLint()', () => {
11787
11787
"url": "./foo.html",
11788
11788
},
11789
11789
"line": 1,
11790
- "offset": 30 ,
11790
+ "offset": 21 ,
11791
11791
},
11792
11792
"fullStart": ParseLocation {
11793
11793
"col": 16,
Original file line number Diff line number Diff line change 96
96
symbol-observable "4.0.0"
97
97
yargs "17.7.2"
98
98
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 ==
103
103
dependencies :
104
104
tslib "^2.3.0"
105
105
You can’t perform that action at this time.
0 commit comments