mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Update dependency prettier to v3.2.4 (#19483)
* Update dependency prettier to v3.2.4 * 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:
parent
dcb3accdb8
commit
a8b48b4619
@ -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",
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
@ -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.2",
|
"prettier": "3.2.4",
|
||||||
"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",
|
||||||
|
@ -43,13 +43,13 @@
|
|||||||
"no-incompatible-property-type": "warning",
|
"no-incompatible-property-type": "warning",
|
||||||
"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",
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -9634,7 +9634,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.2"
|
prettier: "npm:3.2.4"
|
||||||
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"
|
||||||
@ -13081,12 +13081,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:3.2.2":
|
"prettier@npm:3.2.4":
|
||||||
version: 3.2.2
|
version: 3.2.4
|
||||||
resolution: "prettier@npm:3.2.2"
|
resolution: "prettier@npm:3.2.4"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin/prettier.cjs
|
prettier: bin/prettier.cjs
|
||||||
checksum: ab9470ff6cfd19f28bc424f22e58f2fc4a488d148b9384f6c3739235017c8350cae82b3697392c23d9b098b9d8dfaa1cc9ff4ef25fd45f54c97b95f9cc7a1f7d
|
checksum: e2b735d0552501b3a7ac8bd3ba3b6de2920bb35bd4cd02d08cb9057ebe3e96d83b9a7e4b903d987b7530a50223b12c74d107c154337236ae2c68156ba1e65cd2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user