diff --git a/package.json b/package.json index ecdfda5f16..ff9c3d743c 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "object-hash": "3.0.0", "open": "9.1.0", "pinst": "3.0.0", - "prettier": "3.0.1", + "prettier": "3.0.2", "rollup": "2.79.1", "rollup-plugin-string": "3.0.0", "rollup-plugin-terser": "7.0.2", diff --git a/src/auth/ha-authorize.ts b/src/auth/ha-authorize.ts index 19e760f9d1..67313d4ffa 100644 --- a/src/auth/ha-authorize.ts +++ b/src/auth/ha-authorize.ts @@ -1,3 +1,4 @@ +import punycode from "punycode"; import { css, CSSResultGroup, @@ -7,7 +8,6 @@ import { PropertyValues, } from "lit"; import { customElement, property, state } from "lit/decorators"; -import punycode from "punycode"; import { applyThemesOnElement } from "../common/dom/apply_themes_on_element"; import { extractSearchParamsObject } from "../common/url/search-params"; import "../components/ha-alert"; diff --git a/src/components/ha-web-rtc-player.ts b/src/components/ha-web-rtc-player.ts index 5de5e0c49e..84707673d1 100644 --- a/src/components/ha-web-rtc-player.ts +++ b/src/components/ha-web-rtc-player.ts @@ -102,9 +102,8 @@ class HaWebRtcPlayer extends LitElement { offerToReceiveAudio: true, offerToReceiveVideo: true, }; - const offer: RTCSessionDescriptionInit = await peerConnection.createOffer( - offerOptions - ); + const offer: RTCSessionDescriptionInit = + await peerConnection.createOffer(offerOptions); await peerConnection.setLocalDescription(offer); let candidates = ""; // Build an Offer SDP string with ice candidates diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 6ec67086f8..0a77867b5b 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -1157,9 +1157,8 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { private async _removeIntegration(configEntry: ConfigEntry) { const entryId = configEntry.entry_id; - const applicationCredentialsId = await this._applicationCredentialForRemove( - entryId - ); + const applicationCredentialsId = + await this._applicationCredentialForRemove(entryId); const confirmed = await showConfirmationDialog(this, { title: this.hass.localize( diff --git a/yarn.lock b/yarn.lock index d24ddb3a3e..6739bff2f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9774,7 +9774,7 @@ __metadata: object-hash: 3.0.0 open: 9.1.0 pinst: 3.0.0 - prettier: 3.0.1 + prettier: 3.0.2 proxy-polyfill: 0.3.2 punycode: 2.3.0 qr-scanner: 1.4.2 @@ -13245,12 +13245,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.0.1": - version: 3.0.1 - resolution: "prettier@npm:3.0.1" +"prettier@npm:3.0.2": + version: 3.0.2 + resolution: "prettier@npm:3.0.2" bin: prettier: bin/prettier.cjs - checksum: e1f3f16c7fe0495de3faa182597871f74927d787cce3c52095a66ff5d7eacc05173371d5f58bf12141a0a1b6bfe739a338531d6cf18b92c7256c1319f2c84e73 + checksum: 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a languageName: node linkType: hard