Browse Source

[deps]: Update angular-eslint monorepo to v20.4.0 (#906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/834/merge
renovate[bot] 2 months ago committed by GitHub
parent
commit
bc996d680f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 38
      package-lock.json
  2. 4
      package.json

38
package-lock.json generated

@ -44,8 +44,8 @@ @@ -44,8 +44,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.3",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.4.0",
"@angular-eslint/template-parser": "20.4.0",
"@angular/compiler-cli": "20.3.3",
"@electron/notarize": "2.5.0",
"@electron/rebuild": "4.0.1",
@ -709,26 +709,26 @@ @@ -709,26 +709,26 @@
}
},
"node_modules/@angular-eslint/bundled-angular-compiler": {
"version": "20.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.3.0.tgz",
"integrity": "sha512-QwuNnmRNr/uNj89TxknPbGcs5snX1w7RoJJPNAsfb2QGcHzUTQovS8hqm9kaDZdpUJDPP7jt7B6F0+EjrPAXRA==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.4.0.tgz",
"integrity": "sha512-u3I/yABCm+lda/AdnLKJnjdQp1i4BACgEKY9D6eKIgijcRtlvUc6Jq+43e1oPZLj+3DdrlABNcB8HsA/+RzikA==",
"dev": true,
"license": "MIT"
},
"node_modules/@angular-eslint/eslint-plugin-template": {
"version": "20.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-20.3.0.tgz",
"integrity": "sha512-WMJDJfybOLCiN4QrOyrLl+Zt5F+A/xoDYMWTdn+LgACheLs2tguVQiwf+oCgHnHGcsTsulPYlRHldKBGZMgs4w==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-20.4.0.tgz",
"integrity": "sha512-AWXtpWfivSE3PIwTPkuACPww5qu8dn3p1nuGuk2M/3LoHJFAMVvH6y2toTqGSUSTKALSdYzGhxbRPyDy6aEzDw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "20.3.0",
"@angular-eslint/utils": "20.3.0",
"@angular-eslint/bundled-angular-compiler": "20.4.0",
"@angular-eslint/utils": "20.4.0",
"aria-query": "5.3.2",
"axobject-query": "4.1.0"
},
"peerDependencies": {
"@angular-eslint/template-parser": "20.3.0",
"@angular-eslint/template-parser": "20.4.0",
"@typescript-eslint/types": "^7.11.0 || ^8.0.0",
"@typescript-eslint/utils": "^7.11.0 || ^8.0.0",
"eslint": "^8.57.0 || ^9.0.0",
@ -736,13 +736,13 @@ @@ -736,13 +736,13 @@
}
},
"node_modules/@angular-eslint/template-parser": {
"version": "20.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.3.0.tgz",
"integrity": "sha512-gB564h/kZ7siWvgHDETU++sk5e25qFfVaizLaa6KoBEYFP6dOCiedz15LTcA0TsXp0rGu6Z6zkl291iSM1qzDA==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-20.4.0.tgz",
"integrity": "sha512-5Vyo/VJ1DrIsAkudFpZj1f7CpCLYuiTzTQksHTiZE18iYsLKRkEC7y9S6+TiHrdD96rhNxL28Pz9FDU4lIBjkw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "20.3.0",
"@angular-eslint/bundled-angular-compiler": "20.4.0",
"eslint-scope": "^8.0.2"
},
"peerDependencies": {
@ -751,13 +751,13 @@ @@ -751,13 +751,13 @@
}
},
"node_modules/@angular-eslint/utils": {
"version": "20.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.3.0.tgz",
"integrity": "sha512-7XOQeNXgyhznDwoP1TwPrCMq/uXKJHQgCVPFREkJGKbNf/jzNldB7iV1eqpBzUQIPEQFgfcDG67dexpMAq3N4g==",
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-20.4.0.tgz",
"integrity": "sha512-SkR4fdPc+40W/53JmF6Nz6EIXIxvoRzhOdUiHoBKr/6fWONQwm7Vq55vk11AdK/oKTDUQCJ84HExQw6mzFljtg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "20.3.0"
"@angular-eslint/bundled-angular-compiler": "20.4.0"
},
"peerDependencies": {
"@typescript-eslint/utils": "^7.11.0 || ^8.0.0",

4
package.json

@ -74,8 +74,8 @@ @@ -74,8 +74,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.3",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.4.0",
"@angular-eslint/template-parser": "20.4.0",
"@angular/compiler-cli": "20.3.3",
"@electron/notarize": "2.5.0",
"@electron/rebuild": "4.0.1",

Loading…
Cancel
Save