Update dependency @angular-eslint/template-parser to v15 #533

Merged
H4CK3R-01 merged 1 commits from renovate/angular-eslint-template-parser-15.x into main 2022-12-12 09:57:23 +00:00
2 changed files with 26 additions and 10 deletions

View File

@ -230,6 +230,12 @@
"integrity": "sha512-J+LRidjlJOGfRNXJwUyOhz5TnasEBK+kL3QkkCE4ZSt/dH40QqT+3q9qV5zc45wdaAeJM4/jp1IhI6kPwWI5Yw==", "integrity": "sha512-J+LRidjlJOGfRNXJwUyOhz5TnasEBK+kL3QkkCE4ZSt/dH40QqT+3q9qV5zc45wdaAeJM4/jp1IhI6kPwWI5Yw==",
"dev": true "dev": true
}, },
"@angular-eslint/bundled-angular-compiler": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.1.0.tgz",
"integrity": "sha512-zcOx+PnYuVDIG3wd/JVzCYdEUarKGtgIcN4iU9ZF+BVk5e8i9cbD3U8U3EDJKbrrokbFl9GBBJMCOa6XYTGJwQ==",
"dev": true
},
"@angular-eslint/eslint-plugin": { "@angular-eslint/eslint-plugin": {
"version": "14.1.2", "version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz",
@ -275,19 +281,29 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "14.1.2", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz",
"integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==", "integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.2", "@angular-eslint/bundled-angular-compiler": "15.1.0",
"eslint-scope": "^5.1.0" "eslint-scope": "^7.0.0"
}, },
"dependencies": { "dependencies": {
"@angular-eslint/bundled-angular-compiler": { "eslint-scope": {
"version": "14.1.2", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==", "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
"dev": true,
"requires": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
}
},
"estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true "dev": true
} }
} }

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.2", "@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2", "@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2", "@angular-eslint/template-parser": "15.1.0",
"@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",