Skip to content

Commit da34873

Browse files
Bump @angular-eslint/template-parser from 16.0.3 to 16.2.0
Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 16.0.3 to 16.2.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v16.2.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58565d9 commit da34873

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@angular-devkit/schematics": "~16.2.0",
4949
"@angular-eslint/eslint-plugin": "~16.0.0",
5050
"@angular-eslint/eslint-plugin-template": "~16.0.0",
51-
"@angular-eslint/template-parser": "~16.0.0",
51+
"@angular-eslint/template-parser": "~16.2.0",
5252
"@angular/cli": "~16.2.0",
5353
"@angular/compiler-cli": "~16.2.0",
5454
"@angular/language-service": "~16.2.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.0.3.tgz#52db355eb2794e5407bfd045c64e102a0c078fbe"
181181
integrity sha512-8zwY6ustiPXBEF3+jELKVwGk6j2HJn7GHbqAhDFR02YiE27iRMSGTHIAWGs6ZI7F1JgfrIsOHrUgzC1x95K6rg==
182182

183+
"@angular-eslint/[email protected]":
184+
version "16.2.0"
185+
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.2.0.tgz#09d0637d738850a2c6f0523f19632e992f790102"
186+
integrity sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g==
187+
183188
"@angular-eslint/eslint-plugin-template@~16.0.0":
184189
version "16.0.3"
185190
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-16.0.3.tgz#513c6b675f0feb5c77d3de1f7daa5484ca1b62a3"
@@ -200,12 +205,12 @@
200205
"@angular-eslint/utils" "16.0.3"
201206
"@typescript-eslint/utils" "5.59.7"
202207

203-
"@angular-eslint/template-parser@~16.0.0":
204-
version "16.0.3"
205-
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-16.0.3.tgz#20bd165964545c5fa01b7b756d272f77cef828fc"
206-
integrity sha512-IAWdwp/S9QC3EMiVxSS0E3ABy9PSidN3PW0Ll2EtM3mzXMYlpZXmxqd+B1xV/xKWzhk1Mp04QX8hHfG6Vq+qaQ==
208+
"@angular-eslint/template-parser@~16.2.0":
209+
version "16.2.0"
210+
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz#eccd1a2424b001a585107ec4db8eda726bdc9a6d"
211+
integrity sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw==
207212
dependencies:
208-
"@angular-eslint/bundled-angular-compiler" "16.0.3"
213+
"@angular-eslint/bundled-angular-compiler" "16.2.0"
209214
eslint-scope "^7.0.0"
210215

211216
"@angular-eslint/[email protected]":

0 commit comments

Comments
 (0)