Update dependency @angular-eslint/eslint-plugin-template to v14.1.2 #481

Merged
H4CK3R-01 merged 1 commits from renovate/angular-eslint-eslint-plugin-template-14.x into main 2022-10-06 08:23:49 +00:00
2 changed files with 26 additions and 5 deletions

View File

@ -247,16 +247,24 @@
}
},
"@angular-eslint/eslint-plugin-template": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.1.tgz",
"integrity": "sha512-jFvUFx+rn7cqLjsvvZP8Sr0VA9ihYYzaXJHDx5KBVyyA1+VpTecBBKNW9nKW23IcJFwuW2Xxx2lqwj2H8xcTtQ==",
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.2.tgz",
"integrity": "sha512-gMgYJ8ZwPvq2H/YEzPztVRAK2NYs2cJFUDZD4iGjSRtDgYq9OHjyTo+r6tkcyjcK2qvesy0RccHQKh+x3hYMTA==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@angular-eslint/bundled-angular-compiler": "14.1.2",
"@typescript-eslint/type-utils": "5.37.0",
"@typescript-eslint/utils": "5.37.0",
"aria-query": "5.0.2",
"axobject-query": "3.0.1"
},
"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/schematics": {
@ -282,6 +290,19 @@
"@typescript-eslint/utils": "5.37.0"
}
},
"@angular-eslint/eslint-plugin-template": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.1.tgz",
"integrity": "sha512-jFvUFx+rn7cqLjsvvZP8Sr0VA9ihYYzaXJHDx5KBVyyA1+VpTecBBKNW9nKW23IcJFwuW2Xxx2lqwj2H8xcTtQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/type-utils": "5.37.0",
"@typescript-eslint/utils": "5.37.0",
"aria-query": "5.0.2",
"axobject-query": "3.0.1"
}
},
"@angular-eslint/utils": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",

View File

@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "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.2",
"@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "~14.2.0",