mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Update dependency eslint-plugin-lit-a11y to v4 (#17143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com> Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
parent
799a0933ba
commit
48e5cc6b63
@ -202,7 +202,7 @@
|
||||
"eslint-plugin-disable": "2.0.3",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-lit": "1.9.1",
|
||||
"eslint-plugin-lit-a11y": "3.0.0",
|
||||
"eslint-plugin-lit-a11y": "4.1.0",
|
||||
"eslint-plugin-unused-imports": "3.0.0",
|
||||
"eslint-plugin-wc": "2.0.3",
|
||||
"esprima": "4.0.1",
|
||||
|
@ -237,8 +237,6 @@ export class HaTargetPicker extends LitElement {
|
||||
: html`<span role="gridcell">
|
||||
<ha-icon-button
|
||||
class="expand-btn mdc-chip__icon mdc-chip__icon--trailing"
|
||||
tabindex="-1"
|
||||
role="button"
|
||||
.label=${this.hass.localize(
|
||||
"ui.components.target-picker.expand"
|
||||
)}
|
||||
@ -257,8 +255,6 @@ export class HaTargetPicker extends LitElement {
|
||||
<span role="gridcell">
|
||||
<ha-icon-button
|
||||
class="mdc-chip__icon mdc-chip__icon--trailing"
|
||||
tabindex="-1"
|
||||
role="button"
|
||||
.label=${this.hass.localize("ui.components.target-picker.remove")}
|
||||
.path=${mdiClose}
|
||||
hideTooltip
|
||||
|
@ -333,6 +333,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
||||
.actionHandler=${actionHandler()}
|
||||
role="button"
|
||||
tabindex="0"
|
||||
aria-labelledby="info"
|
||||
@mousedown=${this.handleRippleActivate}
|
||||
@mouseup=${this.handleRippleDeactivate}
|
||||
@mouseenter=${this.handleRippleMouseEnter}
|
||||
@ -379,6 +380,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
||||
: nothing}
|
||||
</div>
|
||||
<ha-tile-info
|
||||
id="info"
|
||||
class="info"
|
||||
.primary=${name}
|
||||
.secondary=${localizedState}
|
||||
|
10
yarn.lock
10
yarn.lock
@ -8104,9 +8104,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-lit-a11y@npm:3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "eslint-plugin-lit-a11y@npm:3.0.0"
|
||||
"eslint-plugin-lit-a11y@npm:4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "eslint-plugin-lit-a11y@npm:4.1.0"
|
||||
dependencies:
|
||||
aria-query: ^5.1.3
|
||||
axe-core: ^4.3.3
|
||||
@ -8121,7 +8121,7 @@ __metadata:
|
||||
requireindex: ~1.2.0
|
||||
peerDependencies:
|
||||
eslint: ">= 5"
|
||||
checksum: c7836aa88714a2fc0388216d44b8a1251edadc6a540cdc054cb4951b56eaa5a017cb51cc37ed8f33e79e8e139cb0c9208ee488af100f76e31c381b66488fc783
|
||||
checksum: 79b5fbf9003de9c20a278839f2a52560ad379352d7bbbfe42cf469abcf21026c9543ce6521b16795af440c40ba4a7146d288bd66323110bb3969e801410a3acb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9811,7 +9811,7 @@ __metadata:
|
||||
eslint-plugin-disable: 2.0.3
|
||||
eslint-plugin-import: 2.28.1
|
||||
eslint-plugin-lit: 1.9.1
|
||||
eslint-plugin-lit-a11y: 3.0.0
|
||||
eslint-plugin-lit-a11y: 4.1.0
|
||||
eslint-plugin-unused-imports: 3.0.0
|
||||
eslint-plugin-wc: 2.0.3
|
||||
esprima: 4.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user