Update dependency @angular-eslint/template-parser to v15.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2023-01-14 17:25:27 +01:00
parent dca0a66406
commit 854b8cb803
2 changed files with 11 additions and 5 deletions

View File

@ -783,15 +783,21 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "15.1.0", "version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.0.tgz",
"integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==", "integrity": "sha512-xnnxPfV/G0Ll3B0HGrF1ucsc/DHmNE6UhhmWxYPTERq0McbZGRiATa66hCoOZ/Rdylun4ogBfsRKAG8XxEvlvw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "15.1.0", "@angular-eslint/bundled-angular-compiler": "15.2.0",
"eslint-scope": "^7.0.0" "eslint-scope": "^7.0.0"
}, },
"dependencies": { "dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.0.tgz",
"integrity": "sha512-a0bfXxYyGoWJHrVQ4QER0HdRgselcTtJeyqiFPAxID2ZxF0IBGKLNTtugUTXekEmiLev8yGLX9TqAtthN57fEg==",
"dev": true
},
"eslint-scope": { "eslint-scope": {
"version": "7.1.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",

View File

@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0", "@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0", "@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "~15.0.0", "@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~15.0.0", "@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",