mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Update dependency eslint to v9.29.0 (#25810)
* Update dependency eslint to v9.29.0 * fix warning --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
parent
5b7655cf72
commit
d581c4b0aa
@ -184,7 +184,7 @@
|
|||||||
"babel-plugin-template-html-minifier": "4.1.0",
|
"babel-plugin-template-html-minifier": "4.1.0",
|
||||||
"browserslist-useragent-regexp": "4.1.3",
|
"browserslist-useragent-regexp": "4.1.3",
|
||||||
"del": "8.0.0",
|
"del": "8.0.0",
|
||||||
"eslint": "9.28.0",
|
"eslint": "9.29.0",
|
||||||
"eslint-config-airbnb-base": "15.0.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
"eslint-config-prettier": "10.1.5",
|
"eslint-config-prettier": "10.1.5",
|
||||||
"eslint-import-resolver-webpack": "0.13.10",
|
"eslint-import-resolver-webpack": "0.13.10",
|
||||||
|
@ -23,7 +23,7 @@ import type { Themes } from "./data/ws-themes";
|
|||||||
import type { ExternalMessaging } from "./external_app/external_messaging";
|
import type { ExternalMessaging } from "./external_app/external_messaging";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
/* eslint-disable no-var, @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
var __DEV__: boolean;
|
var __DEV__: boolean;
|
||||||
var __DEMO__: boolean;
|
var __DEMO__: boolean;
|
||||||
var __BUILD__: "modern" | "legacy";
|
var __BUILD__: "modern" | "legacy";
|
||||||
@ -32,7 +32,7 @@ declare global {
|
|||||||
var __BACKWARDS_COMPAT__: boolean;
|
var __BACKWARDS_COMPAT__: boolean;
|
||||||
var __SUPERVISOR__: boolean;
|
var __SUPERVISOR__: boolean;
|
||||||
var __HASS_URL__: string;
|
var __HASS_URL__: string;
|
||||||
/* eslint-enable no-var, @typescript-eslint/naming-convention */
|
/* eslint-enable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
interface Window {
|
interface Window {
|
||||||
// Custom panel entry point url
|
// Custom panel entry point url
|
||||||
|
72
yarn.lock
72
yarn.lock
@ -1517,14 +1517,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/config-array@npm:^0.20.0":
|
"@eslint/config-array@npm:^0.20.1":
|
||||||
version: 0.20.0
|
version: 0.20.1
|
||||||
resolution: "@eslint/config-array@npm:0.20.0"
|
resolution: "@eslint/config-array@npm:0.20.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint/object-schema": "npm:^2.1.6"
|
"@eslint/object-schema": "npm:^2.1.6"
|
||||||
debug: "npm:^4.3.1"
|
debug: "npm:^4.3.1"
|
||||||
minimatch: "npm:^3.1.2"
|
minimatch: "npm:^3.1.2"
|
||||||
checksum: 10/9db7f6cbb5363f2f98ee4805ce09d1a95c4349e86f3f456f2c23a0849b7a6aa8d2be4c25e376ee182af062762e15a101844881c89b566eea0856c481ffcb2090
|
checksum: 10/d72cc90f516c5730da5f37fa04aa8ba26ea0d92c7457ee77980902158f844f3483518272ccfe16f273c3313c3bfec8da713d4e51d3da49bdeccd34e919a2b903
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -1561,10 +1561,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/js@npm:9.28.0":
|
"@eslint/js@npm:9.29.0":
|
||||||
version: 9.28.0
|
version: 9.29.0
|
||||||
resolution: "@eslint/js@npm:9.28.0"
|
resolution: "@eslint/js@npm:9.29.0"
|
||||||
checksum: 10/c2ab0416aef01f28f189525c9a86253f531852a1ed45db94a97f01bcc51d15720f38a8c201af7a7331eb1e80c991a7ef54c4be193b17540e48044672dba69bd8
|
checksum: 10/7f7fd586b35bd08537dd65a9bda764f474350c36b4ccbdd342462d1a26be28f7ee0ebd0611dd4762b69829674336ba04c281b9658aeccb3e6ab1d0fec7e6d08c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -5513,12 +5513,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"acorn@npm:^8.0.4, acorn@npm:^8.10.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.5.0":
|
"acorn@npm:^8.0.4, acorn@npm:^8.10.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.15.0, acorn@npm:^8.5.0":
|
||||||
version: 8.14.1
|
version: 8.15.0
|
||||||
resolution: "acorn@npm:8.14.1"
|
resolution: "acorn@npm:8.15.0"
|
||||||
bin:
|
bin:
|
||||||
acorn: bin/acorn
|
acorn: bin/acorn
|
||||||
checksum: 10/d1379bbee224e8d44c3c3946e6ba6973e999fbdd4e22e41c3455d7f9b6f72f7ce18d3dc218002e1e48eea789539cf1cb6d1430c81838c6744799c712fb557d92
|
checksum: 10/77f2de5051a631cf1729c090e5759148459cdb76b5f5c70f890503d629cf5052357b0ce783c0f976dd8a93c5150f59f6d18df1def3f502396a20f81282482fa4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -8041,13 +8041,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-scope@npm:^8.3.0":
|
"eslint-scope@npm:^8.4.0":
|
||||||
version: 8.3.0
|
version: 8.4.0
|
||||||
resolution: "eslint-scope@npm:8.3.0"
|
resolution: "eslint-scope@npm:8.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
esrecurse: "npm:^4.3.0"
|
esrecurse: "npm:^4.3.0"
|
||||||
estraverse: "npm:^5.2.0"
|
estraverse: "npm:^5.2.0"
|
||||||
checksum: 10/ee1ff009e949423639a8b53453c0cb189967d9142c5d94dc3752bed9880140a0760007148ac6b0bd03557d70ede9cd7c3b1e66f9a7f3427b2dbeca2a5be22c91
|
checksum: 10/e8e611701f65375e034c62123946e628894f0b54aa8cb11abe224816389abe5cd74cf16b62b72baa36504f22d1a958b9b8b0169b82397fe2e7997674c0d09b06
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -8058,24 +8058,24 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-visitor-keys@npm:^4.2.0":
|
"eslint-visitor-keys@npm:^4.2.0, eslint-visitor-keys@npm:^4.2.1":
|
||||||
version: 4.2.0
|
version: 4.2.1
|
||||||
resolution: "eslint-visitor-keys@npm:4.2.0"
|
resolution: "eslint-visitor-keys@npm:4.2.1"
|
||||||
checksum: 10/9651b3356b01760e586b4c631c5268c0e1a85236e3292bf754f0472f465bf9a856c0ddc261fceace155334118c0151778effafbab981413dbf9288349343fa25
|
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint@npm:9.28.0":
|
"eslint@npm:9.29.0":
|
||||||
version: 9.28.0
|
version: 9.29.0
|
||||||
resolution: "eslint@npm:9.28.0"
|
resolution: "eslint@npm:9.29.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
||||||
"@eslint-community/regexpp": "npm:^4.12.1"
|
"@eslint-community/regexpp": "npm:^4.12.1"
|
||||||
"@eslint/config-array": "npm:^0.20.0"
|
"@eslint/config-array": "npm:^0.20.1"
|
||||||
"@eslint/config-helpers": "npm:^0.2.1"
|
"@eslint/config-helpers": "npm:^0.2.1"
|
||||||
"@eslint/core": "npm:^0.14.0"
|
"@eslint/core": "npm:^0.14.0"
|
||||||
"@eslint/eslintrc": "npm:^3.3.1"
|
"@eslint/eslintrc": "npm:^3.3.1"
|
||||||
"@eslint/js": "npm:9.28.0"
|
"@eslint/js": "npm:9.29.0"
|
||||||
"@eslint/plugin-kit": "npm:^0.3.1"
|
"@eslint/plugin-kit": "npm:^0.3.1"
|
||||||
"@humanfs/node": "npm:^0.16.6"
|
"@humanfs/node": "npm:^0.16.6"
|
||||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||||
@ -8087,9 +8087,9 @@ __metadata:
|
|||||||
cross-spawn: "npm:^7.0.6"
|
cross-spawn: "npm:^7.0.6"
|
||||||
debug: "npm:^4.3.2"
|
debug: "npm:^4.3.2"
|
||||||
escape-string-regexp: "npm:^4.0.0"
|
escape-string-regexp: "npm:^4.0.0"
|
||||||
eslint-scope: "npm:^8.3.0"
|
eslint-scope: "npm:^8.4.0"
|
||||||
eslint-visitor-keys: "npm:^4.2.0"
|
eslint-visitor-keys: "npm:^4.2.1"
|
||||||
espree: "npm:^10.3.0"
|
espree: "npm:^10.4.0"
|
||||||
esquery: "npm:^1.5.0"
|
esquery: "npm:^1.5.0"
|
||||||
esutils: "npm:^2.0.2"
|
esutils: "npm:^2.0.2"
|
||||||
fast-deep-equal: "npm:^3.1.3"
|
fast-deep-equal: "npm:^3.1.3"
|
||||||
@ -8111,18 +8111,18 @@ __metadata:
|
|||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
eslint: bin/eslint.js
|
eslint: bin/eslint.js
|
||||||
checksum: 10/0cce6dd3a53724d849253992477fd9b05bf6de3dd6bb761605e07beb14f63b6d2eb38f83aeb4a026ff2e3eeb687ac84c1d4a23a9f3186bc15564f5e75fed908c
|
checksum: 10/be0c8e123207c9d653fb75ddc610b85dfbf295a2bfa1cbecc78f191dcba9c421525b5befd5d499ce561eca607c9c33f455e4fff0b1c2d4202c2896dafe95094a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"espree@npm:^10.0.1, espree@npm:^10.3.0":
|
"espree@npm:^10.0.1, espree@npm:^10.4.0":
|
||||||
version: 10.3.0
|
version: 10.4.0
|
||||||
resolution: "espree@npm:10.3.0"
|
resolution: "espree@npm:10.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: "npm:^8.14.0"
|
acorn: "npm:^8.15.0"
|
||||||
acorn-jsx: "npm:^5.3.2"
|
acorn-jsx: "npm:^5.3.2"
|
||||||
eslint-visitor-keys: "npm:^4.2.0"
|
eslint-visitor-keys: "npm:^4.2.1"
|
||||||
checksum: 10/3412d44d4204c9e29d6b5dd0277400cfa0cd68495dc09eae1b9ce79d0c8985c1c5cc09cb9ba32a1cd963f48a49b0c46bdb7736afe395a300aa6bb1c0d86837e8
|
checksum: 10/9b355b32dbd1cc9f57121d5ee3be258fab87ebeb7c83fc6c02e5af1a74fc8c5ba79fe8c663e69ea112c3e84a1b95e6a2067ac4443ee7813bb85ac7581acb8bf9
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -9360,7 +9360,7 @@ __metadata:
|
|||||||
dialog-polyfill: "npm:0.5.6"
|
dialog-polyfill: "npm:0.5.6"
|
||||||
echarts: "npm:5.6.0"
|
echarts: "npm:5.6.0"
|
||||||
element-internals-polyfill: "npm:3.0.2"
|
element-internals-polyfill: "npm:3.0.2"
|
||||||
eslint: "npm:9.28.0"
|
eslint: "npm:9.29.0"
|
||||||
eslint-config-airbnb-base: "npm:15.0.0"
|
eslint-config-airbnb-base: "npm:15.0.0"
|
||||||
eslint-config-prettier: "npm:10.1.5"
|
eslint-config-prettier: "npm:10.1.5"
|
||||||
eslint-import-resolver-webpack: "npm:0.13.10"
|
eslint-import-resolver-webpack: "npm:0.13.10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user