Update dependency prettier to v3.2.5 (#19711)

* Update dependency prettier to v3.2.5

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-12 22:53:41 +00:00 committed by GitHub
parent cd167ac645
commit c5a3670838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 21 deletions

View File

@ -2,12 +2,12 @@
"name": "Home Assistant Frontend", "name": "Home Assistant Frontend",
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"context": "..", "context": ".."
}, },
"appPort": "8124:8123", "appPort": "8124:8123",
"postStartCommand": "script/bootstrap", "postStartCommand": "script/bootstrap",
"containerEnv": { "containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}", "WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
}, },
"customizations": { "customizations": {
"vscode": { "vscode": {
@ -16,7 +16,7 @@
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"runem.lit-plugin", "runem.lit-plugin",
"github.vscode-pull-request-github", "github.vscode-pull-request-github",
"eamodio.gitlens", "eamodio.gitlens"
], ],
"settings": { "settings": {
"files.eol": "\n", "files.eol": "\n",
@ -27,17 +27,17 @@
"editor.renderWhitespace": "boundary", "editor.renderWhitespace": "boundary",
"editor.rulers": [80], "editor.rulers": [80],
"[typescript]": { "[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[javascript]": { "[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh", "terminal.integrated.shell.linux": "/usr/bin/zsh",
"gitlens.showWelcomeOnInstall": false, "gitlens.showWelcomeOnInstall": false,
"gitlens.showWhatsNewAfterUpgrades": false, "gitlens.showWhatsNewAfterUpgrades": false,
"workbench.startupEditor": "none", "workbench.startupEditor": "none"
}, }
}, }
}, }
} }

View File

@ -224,7 +224,7 @@
"object-hash": "3.0.0", "object-hash": "3.0.0",
"open": "10.0.3", "open": "10.0.3",
"pinst": "3.0.0", "pinst": "3.0.0",
"prettier": "3.2.4", "prettier": "3.2.5",
"rollup": "2.79.1", "rollup": "2.79.1",
"rollup-plugin-string": "3.0.0", "rollup-plugin-string": "3.0.0",
"rollup-plugin-terser": "7.0.2", "rollup-plugin-terser": "7.0.2",

View File

@ -42,13 +42,13 @@
// LitElement // LitElement
"no-property-visibility-mismatch": "error", "no-property-visibility-mismatch": "error",
// CSS // CSS
"no-invalid-css": "off", // warning does not work "no-invalid-css": "off" // warning does not work
}, },
"globalTags": ["google-cast-launcher"], "globalTags": ["google-cast-launcher"],
"customHtmlData": [ "customHtmlData": [
"./node_modules/@lrnwebcomponents/simple-tooltip/custom-elements.json", "./node_modules/@lrnwebcomponents/simple-tooltip/custom-elements.json"
], ]
}, }
], ]
}, }
} }

View File

@ -9605,7 +9605,7 @@ __metadata:
object-hash: "npm:3.0.0" object-hash: "npm:3.0.0"
open: "npm:10.0.3" open: "npm:10.0.3"
pinst: "npm:3.0.0" pinst: "npm:3.0.0"
prettier: "npm:3.2.4" prettier: "npm:3.2.5"
proxy-polyfill: "npm:0.3.2" proxy-polyfill: "npm:0.3.2"
punycode: "npm:2.3.1" punycode: "npm:2.3.1"
qr-scanner: "npm:1.4.2" qr-scanner: "npm:1.4.2"
@ -13042,12 +13042,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"prettier@npm:3.2.4": "prettier@npm:3.2.5":
version: 3.2.4 version: 3.2.5
resolution: "prettier@npm:3.2.4" resolution: "prettier@npm:3.2.5"
bin: bin:
prettier: bin/prettier.cjs prettier: bin/prettier.cjs
checksum: 10/e2b735d0552501b3a7ac8bd3ba3b6de2920bb35bd4cd02d08cb9057ebe3e96d83b9a7e4b903d987b7530a50223b12c74d107c154337236ae2c68156ba1e65cd2 checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
languageName: node languageName: node
linkType: hard linkType: hard