Bump the html-eslint group in /frontend with 2 updates (#21498)

Bumps the html-eslint group in /frontend with 2 updates: [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) and [@html-eslint/parser](https://github.com/yeonjuan/html-eslint).


Updates `@html-eslint/eslint-plugin` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.51.0...v0.52.0)

Updates `@html-eslint/parser` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: "@html-eslint/eslint-plugin"
  dependency-version: 0.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: html-eslint
- dependency-name: "@html-eslint/parser"
  dependency-version: 0.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: html-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-22 12:15:53 -03:00
committed by GitHub
parent 2d9518c724
commit f00a83e2ff
2 changed files with 50 additions and 50 deletions
+48 -48
View File
@@ -138,8 +138,8 @@
"@angular-eslint/template-parser": "20.7.0",
"@angular/language-service": "20.3.15",
"@eslint/js": "^9.39.1",
"@html-eslint/eslint-plugin": "^0.51.0",
"@html-eslint/parser": "^0.51.0",
"@html-eslint/eslint-plugin": "^0.52.0",
"@html-eslint/parser": "^0.52.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@stylistic/eslint-plugin": "^5.6.1",
"@types/codemirror": "5.60.5",
@@ -4326,16 +4326,16 @@
}
},
"node_modules/@html-eslint/eslint-plugin": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.51.0.tgz",
"integrity": "sha512-uuUbHZqKxfaUTjfYFV3sqtgw2j/IQUHStcqzXbku/0qq+vQy0etiKuVFd4BO/TH6ND1507zMa+gYp+vfJTgqpw==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.52.0.tgz",
"integrity": "sha512-ica2daHo1Aj80xw5rZK+emONUGhpIBe3KwsXQooMnkK+RBfJcuDXXqRuWb4Ra5AT5MCXVKFzkmwaF8VARuKRoQ==",
"dev": true,
"dependencies": {
"@eslint/plugin-kit": "^0.4.1",
"@html-eslint/parser": "^0.51.0",
"@html-eslint/template-parser": "^0.51.0",
"@html-eslint/template-syntax-parser": "^0.51.0",
"@html-eslint/types": "^0.51.0"
"@html-eslint/parser": "^0.52.0",
"@html-eslint/template-parser": "^0.52.0",
"@html-eslint/template-syntax-parser": "^0.52.0",
"@html-eslint/types": "^0.52.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4345,39 +4345,39 @@
}
},
"node_modules/@html-eslint/parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.51.0.tgz",
"integrity": "sha512-0pT5myaJkuR6YwCPEesqLAyTofoJ9iV4wn07aBF6//DppiEBXdMkTMMA2Yt6VyRtJ6la68h81Vg51fWMPtiXHQ==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.52.0.tgz",
"integrity": "sha512-2r2NEPOK/Il8bVhAtc/Za0cxB8/CFaw6yZMpCk4yPJ8hHj/2lka14zBbBHDJAAVqmv+fiW9FrgcXKPmJY7CgAQ==",
"dev": true,
"dependencies": {
"@html-eslint/template-syntax-parser": "^0.51.0",
"@html-eslint/types": "^0.51.0",
"@html-eslint/template-syntax-parser": "^0.52.0",
"@html-eslint/types": "^0.52.0",
"es-html-parser": "0.3.1"
}
},
"node_modules/@html-eslint/template-parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.51.0.tgz",
"integrity": "sha512-7aItU9gYaqRuFy7GmEb5fKoawkTMIbelE5sRmuDTO5WJn7ZDnCXqsr3DichrOoI315JxxOQ+p0I9PlKxydJuNg==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.52.0.tgz",
"integrity": "sha512-0hw1Lh53MJbo+ePj9K8hShDHssi61UDb7s89tcZy9vZDIGUKfyUZxgax7/IkeBW/e9LAB/j/Pw+0Qkk34oKm2g==",
"dev": true,
"dependencies": {
"@html-eslint/types": "^0.51.0",
"@html-eslint/types": "^0.52.0",
"es-html-parser": "0.3.1"
}
},
"node_modules/@html-eslint/template-syntax-parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.51.0.tgz",
"integrity": "sha512-aMDUANg0q4p2/uhTikrms9P6NXlkTs2f/yEAp2MDeB4p5BI+e3ORhLojCCCbARjszXw3INZSVrDEJJezqiOKDA==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.52.0.tgz",
"integrity": "sha512-LADV0HWQVNaWck438WyE1C+WTLP80he69lSjudJY7Zir9YgL39gHzAFwbfyCFWbJfD2GjSbbGX88s1EgTZQRyQ==",
"dev": true,
"dependencies": {
"@html-eslint/types": "^0.51.0"
"@html-eslint/types": "^0.52.0"
}
},
"node_modules/@html-eslint/types": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.51.0.tgz",
"integrity": "sha512-KMG4UeA2TTYrjUDcqWCBhJbAgjy6I/ALnuetF9imCe93lrlgx918+ODy8kl8RF+HV8WP7A2aqty0VJGLCUIX8A==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.52.0.tgz",
"integrity": "sha512-g1qwSpUX5Xp5aw8a6U8fCnjEmiUuFfpHq6FKwyG0XRDMabBcc0LgbC4MArmHJVob77I6+kjM7LhTKqZhVslM/g==",
"dev": true,
"dependencies": {
"@types/estree": "^1.0.6",
@@ -27115,52 +27115,52 @@
}
},
"@html-eslint/eslint-plugin": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.51.0.tgz",
"integrity": "sha512-uuUbHZqKxfaUTjfYFV3sqtgw2j/IQUHStcqzXbku/0qq+vQy0etiKuVFd4BO/TH6ND1507zMa+gYp+vfJTgqpw==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.52.0.tgz",
"integrity": "sha512-ica2daHo1Aj80xw5rZK+emONUGhpIBe3KwsXQooMnkK+RBfJcuDXXqRuWb4Ra5AT5MCXVKFzkmwaF8VARuKRoQ==",
"dev": true,
"requires": {
"@eslint/plugin-kit": "^0.4.1",
"@html-eslint/parser": "^0.51.0",
"@html-eslint/template-parser": "^0.51.0",
"@html-eslint/template-syntax-parser": "^0.51.0",
"@html-eslint/types": "^0.51.0"
"@html-eslint/parser": "^0.52.0",
"@html-eslint/template-parser": "^0.52.0",
"@html-eslint/template-syntax-parser": "^0.52.0",
"@html-eslint/types": "^0.52.0"
}
},
"@html-eslint/parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.51.0.tgz",
"integrity": "sha512-0pT5myaJkuR6YwCPEesqLAyTofoJ9iV4wn07aBF6//DppiEBXdMkTMMA2Yt6VyRtJ6la68h81Vg51fWMPtiXHQ==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.52.0.tgz",
"integrity": "sha512-2r2NEPOK/Il8bVhAtc/Za0cxB8/CFaw6yZMpCk4yPJ8hHj/2lka14zBbBHDJAAVqmv+fiW9FrgcXKPmJY7CgAQ==",
"dev": true,
"requires": {
"@html-eslint/template-syntax-parser": "^0.51.0",
"@html-eslint/types": "^0.51.0",
"@html-eslint/template-syntax-parser": "^0.52.0",
"@html-eslint/types": "^0.52.0",
"es-html-parser": "0.3.1"
}
},
"@html-eslint/template-parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.51.0.tgz",
"integrity": "sha512-7aItU9gYaqRuFy7GmEb5fKoawkTMIbelE5sRmuDTO5WJn7ZDnCXqsr3DichrOoI315JxxOQ+p0I9PlKxydJuNg==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.52.0.tgz",
"integrity": "sha512-0hw1Lh53MJbo+ePj9K8hShDHssi61UDb7s89tcZy9vZDIGUKfyUZxgax7/IkeBW/e9LAB/j/Pw+0Qkk34oKm2g==",
"dev": true,
"requires": {
"@html-eslint/types": "^0.51.0",
"@html-eslint/types": "^0.52.0",
"es-html-parser": "0.3.1"
}
},
"@html-eslint/template-syntax-parser": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.51.0.tgz",
"integrity": "sha512-aMDUANg0q4p2/uhTikrms9P6NXlkTs2f/yEAp2MDeB4p5BI+e3ORhLojCCCbARjszXw3INZSVrDEJJezqiOKDA==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.52.0.tgz",
"integrity": "sha512-LADV0HWQVNaWck438WyE1C+WTLP80he69lSjudJY7Zir9YgL39gHzAFwbfyCFWbJfD2GjSbbGX88s1EgTZQRyQ==",
"dev": true,
"requires": {
"@html-eslint/types": "^0.51.0"
"@html-eslint/types": "^0.52.0"
}
},
"@html-eslint/types": {
"version": "0.51.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.51.0.tgz",
"integrity": "sha512-KMG4UeA2TTYrjUDcqWCBhJbAgjy6I/ALnuetF9imCe93lrlgx918+ODy8kl8RF+HV8WP7A2aqty0VJGLCUIX8A==",
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.52.0.tgz",
"integrity": "sha512-g1qwSpUX5Xp5aw8a6U8fCnjEmiUuFfpHq6FKwyG0XRDMabBcc0LgbC4MArmHJVob77I6+kjM7LhTKqZhVslM/g==",
"dev": true,
"requires": {
"@types/estree": "^1.0.6",
+2 -2
View File
@@ -14,8 +14,8 @@
"@angular-eslint/template-parser": "20.7.0",
"@angular/language-service": "20.3.15",
"@eslint/js": "^9.39.1",
"@html-eslint/eslint-plugin": "^0.51.0",
"@html-eslint/parser": "^0.51.0",
"@html-eslint/eslint-plugin": "^0.52.0",
"@html-eslint/parser": "^0.52.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@stylistic/eslint-plugin": "^5.6.1",
"@types/codemirror": "5.60.5",