Skip to content

Commit 26e73d5

Browse files
Bump @angular-eslint/template-parser in /eform-client
Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 20.5.0 to 21.1.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/v21.1.0/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-version: 21.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c255418 commit 26e73d5

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

eform-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@angular-eslint/eslint-plugin": "21.1.0",
131131
"@angular-eslint/eslint-plugin-template": "20.6.0",
132132
"@angular-eslint/schematics": "20.5.1",
133-
"@angular-eslint/template-parser": "20.5.0",
133+
"@angular-eslint/template-parser": "21.1.0",
134134
"@angular/cli": "20.3.9",
135135
"@angular/compiler-cli": "20.1.2",
136136
"@angular/language-service": "20.3.10",

eform-client/yarn.lock

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@
293293
"@angular-devkit/architect" ">= 0.2000.0 < 0.2100.0"
294294
"@angular-devkit/core" ">= 20.0.0 < 21.0.0"
295295

296-
"@angular-eslint/bundled-angular-compiler@20.5.0":
297-
version "20.5.0"
298-
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.5.0.tgz#b0dd9ffd89f5cb0139741d112bdb228f1ba7a46d"
299-
integrity sha512-XjvSZk+G/4rRUOLHHjlHBeS4OnnsLV9G1YtE5OerBB2H4x6nKgUEzpptad3uuL4iYWI9rGaWMLqGPTvyYqw/IA==
300-
301296
"@angular-eslint/bundled-angular-compiler@20.5.1":
302297
version "20.5.1"
303298
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.5.1.tgz#34efb036c7ed2034d4783f6f44b925989e55c6a8"
@@ -364,13 +359,13 @@
364359
semver "7.7.3"
365360
strip-json-comments "3.1.1"
366361

367-
"@angular-eslint/template-parser@20.5.0":
368-
version "20.5.0"
369-
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-20.5.0.tgz#a17bbd7bcff72ee1e13cdf4d786876ea3d0f17ba"
370-
integrity sha512-dWaz2Knjy6yJI5/xVYqp5iu65b725wveMwt1DgJ9EDTZ5gpJcTsvSCW4zQr/6iXfpAZHKPh9LJvVW1svowhtWw==
362+
"@angular-eslint/template-parser@21.1.0":
363+
version "21.1.0"
364+
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-21.1.0.tgz#7af5cff19cf522dfe4182b680d569202c60b54e4"
365+
integrity sha512-PYVgNbjNtuD5/QOuS6cHR8A7bRqsVqxtUUXGqdv76FYMAajQcAvyfR0QxOkqf3NmYxgNgO3hlUHWq0ILjVbcow==
371366
dependencies:
372-
"@angular-eslint/bundled-angular-compiler" "20.5.0"
373-
eslint-scope "^8.0.2"
367+
"@angular-eslint/bundled-angular-compiler" "21.1.0"
368+
eslint-scope "^9.0.0"
374369

375370
"@angular-eslint/utils@20.5.1":
376371
version "20.5.1"
@@ -7703,10 +7698,10 @@ eslint-scope@^7.2.2:
77037698
esrecurse "^4.3.0"
77047699
estraverse "^5.2.0"
77057700

7706-
eslint-scope@^8.0.2:
7707-
version "8.4.0"
7708-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
7709-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
7701+
eslint-scope@^9.0.0:
7702+
version "9.0.0"
7703+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.0.0.tgz#b4eeba2278f9cfc440c7a126da58795b666909c6"
7704+
integrity sha512-+Yh0LeQKq+mW/tQArNj67tljR3L1HajDTQPuZOEwC00oBdoIDQrr89yBgjAlzAwRrY/5zDkM3v99iGHwz9y0dw==
77107705
dependencies:
77117706
esrecurse "^4.3.0"
77127707
estraverse "^5.2.0"

0 commit comments

Comments
 (0)