bump @angular-eslint/template-parser from 17.0.1 to 19.6.0 (#10907)

Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 17.0.1 to 19.6.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/v19.6.0/packages/template-parser)

---
updated-dependencies:
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 19.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 12:13:32 +01:00
committed by GitHub
parent a5b55c5861
commit ecba77dfa9
2 changed files with 32 additions and 8 deletions

38
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"@angular-devkit/schematics": "18.2.13", "@angular-devkit/schematics": "18.2.13",
"@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1", "@angular-eslint/template-parser": "19.6.0",
"@angular/cli": "~17.1.0", "@angular/cli": "~17.1.0",
"@angular/compiler-cli": "18.2.13", "@angular/compiler-cli": "18.2.13",
"@chromatic-com/storybook": "1.7.0", "@chromatic-com/storybook": "1.7.0",
@@ -1451,20 +1451,44 @@
} }
}, },
"node_modules/@angular-eslint/template-parser": { "node_modules/@angular-eslint/template-parser": {
"version": "17.0.1", "version": "19.6.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.0.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-19.6.0.tgz",
"integrity": "sha512-EBN5c0/HuaikvPMqQJ6z2U2qSHof6xgwzNH48F4+Mnn2oMzz0eqtvjNrbTCka/vSCjELczao9px879ywDjVB5g==", "integrity": "sha512-NGxXUZkI5lXjoKnmL51C8DoJx8AjwF9sonieC2EVxgXycK2MYAamFWYGHMiVemzFsg1nIv+JvhHITgjSjyC3HQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.0.1", "@angular-eslint/bundled-angular-compiler": "19.6.0",
"eslint-scope": "^7.0.0" "eslint-scope": "^8.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": "^7.20.0 || ^8.0.0", "eslint": "^8.57.0 || ^9.0.0",
"typescript": "*" "typescript": "*"
} }
}, },
"node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": {
"version": "19.6.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.6.0.tgz",
"integrity": "sha512-ro+seaTAg5GvtJ72uWEEnP9J5mT0vtgdqH6YMrmMt4pZbSZxvkLfLjZGkXo/HjVDVcCjPnmZeMwKN+uoEc27Jg==",
"dev": true,
"license": "MIT"
},
"node_modules/@angular-eslint/template-parser/node_modules/eslint-scope": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
"integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@angular-eslint/utils": { "node_modules/@angular-eslint/utils": {
"version": "17.0.1", "version": "17.0.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.0.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.0.1.tgz",

View File

@@ -74,7 +74,7 @@
"@angular-devkit/schematics": "18.2.13", "@angular-devkit/schematics": "18.2.13",
"@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1", "@angular-eslint/template-parser": "19.6.0",
"@angular/cli": "~17.1.0", "@angular/cli": "~17.1.0",
"@angular/compiler-cli": "18.2.13", "@angular/compiler-cli": "18.2.13",
"@chromatic-com/storybook": "1.7.0", "@chromatic-com/storybook": "1.7.0",