Compare commits

..

2 Commits

Author SHA1 Message Date
459101ba63 Merge pull request 'Update dependency @angular-eslint/template-parser to v14.1.2' (#483) from renovate/angular-eslint-template-parser-14.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #483
2022-10-06 10:22:01 +02:00
965d836d85 Update dependency @angular-eslint/template-parser to v14.1.2
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-06 10:21:52 +02:00
2 changed files with 13 additions and 5 deletions

View File

@ -299,13 +299,21 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "14.1.1", "version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz",
"integrity": "sha512-Uzk6zfkf3KHqnd7x12Gr68fUvRz4c7J2XNTDLM3WAYa/m2wO78/zyP/Nd4DCrqmQvsDyuDRgN8LY7msuoOA3rg==", "integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1", "@angular-eslint/bundled-angular-compiler": "14.1.2",
"eslint-scope": "^5.1.0" "eslint-scope": "^5.1.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
"dev": true
}
} }
}, },
"@angular-eslint/utils": { "@angular-eslint/utils": {

View File

@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "14.1.2", "@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.1", "@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "14.1.1", "@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "14.1.1", "@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "~14.2.0", "@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",