mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Merge branch 'dev'
This commit is contained in:
commit
f08f455698
894
.yarn/releases/yarn-4.3.1.cjs
vendored
894
.yarn/releases/yarn-4.3.1.cjs
vendored
File diff suppressed because one or more lines are too long
925
.yarn/releases/yarn-4.4.0.cjs
vendored
Executable file
925
.yarn/releases/yarn-4.4.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -6,4 +6,4 @@ enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.3.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.4.0.cjs
|
||||
|
@ -88,8 +88,8 @@
|
||||
"@polymer/paper-tabs": "3.1.0",
|
||||
"@polymer/polymer": "3.5.1",
|
||||
"@thomasloven/round-slider": "0.6.0",
|
||||
"@vaadin/combo-box": "24.4.4",
|
||||
"@vaadin/vaadin-themable-mixin": "24.4.4",
|
||||
"@vaadin/combo-box": "24.4.5",
|
||||
"@vaadin/vaadin-themable-mixin": "24.4.5",
|
||||
"@vibrant/color": "3.2.1-alpha.1",
|
||||
"@vibrant/core": "3.2.1-alpha.1",
|
||||
"@vibrant/quantizer-mmcq": "3.2.1-alpha.1",
|
||||
@ -216,7 +216,7 @@
|
||||
"husky": "9.1.4",
|
||||
"instant-mocha": "1.5.2",
|
||||
"jszip": "3.10.1",
|
||||
"lint-staged": "15.2.7",
|
||||
"lint-staged": "15.2.8",
|
||||
"lit-analyzer": "2.0.3",
|
||||
"lodash.merge": "4.6.2",
|
||||
"lodash.template": "4.5.0",
|
||||
@ -258,5 +258,5 @@
|
||||
"sortablejs@1.15.2": "patch:sortablejs@npm%3A1.15.2#~/.yarn/patches/sortablejs-npm-1.15.2-73347ae85a.patch",
|
||||
"leaflet-draw@1.0.4": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch"
|
||||
},
|
||||
"packageManager": "yarn@4.3.1"
|
||||
"packageManager": "yarn@4.4.0"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "home-assistant-frontend"
|
||||
version = "20240805.1"
|
||||
version = "20240806.0"
|
||||
license = {text = "Apache-2.0"}
|
||||
description = "The Home Assistant frontend"
|
||||
readme = "README.md"
|
||||
|
@ -37,8 +37,7 @@
|
||||
{
|
||||
"description": "Group tsparticles engine and presets",
|
||||
"groupName": "tsparticles",
|
||||
"matchPackageNames": ["tsparticles-engine"],
|
||||
"matchPackagePrefixes": ["tsparticles-preset-"]
|
||||
"matchPackageNames": ["tsparticles-engine", "tsparticles-preset-{/,}**"]
|
||||
},
|
||||
{
|
||||
"description": "Group date-fns with dependent timezone package",
|
||||
@ -48,8 +47,8 @@
|
||||
{
|
||||
"description": "Group and temporarily disable WDS packages",
|
||||
"groupName": "Web Dev Server",
|
||||
"matchPackagePrefixes": ["@web/dev-server"],
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"matchPackageNames": ["@web/dev-server{/,}**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -366,7 +366,9 @@ export const normalizeAutomationConfig = <
|
||||
}
|
||||
}
|
||||
|
||||
config.action = migrateAutomationAction(config.action || []);
|
||||
if (config.action) {
|
||||
config.action = migrateAutomationAction(config.action);
|
||||
}
|
||||
|
||||
return config;
|
||||
};
|
||||
|
@ -150,10 +150,10 @@ export class HuiViewBadges extends LitElement {
|
||||
class="add"
|
||||
@click=${this._addBadge}
|
||||
aria-label=${this.hass.localize(
|
||||
"ui.panel.lovelace.editor.section.add_card"
|
||||
"ui.panel.lovelace.editor.section.add_badge"
|
||||
)}
|
||||
.title=${this.hass.localize(
|
||||
"ui.panel.lovelace.editor.section.add_card"
|
||||
"ui.panel.lovelace.editor.section.add_badge"
|
||||
)}
|
||||
>
|
||||
<ha-svg-icon .path=${mdiPlus}></ha-svg-icon>
|
||||
|
@ -5626,6 +5626,7 @@
|
||||
},
|
||||
"section": {
|
||||
"unnamed_section": "Unnamed section",
|
||||
"add_badge": "Add badge",
|
||||
"add_card": "[%key:ui::panel::lovelace::editor::edit_card::add%]",
|
||||
"create_section": "Create section"
|
||||
},
|
||||
|
291
yarn.lock
291
yarn.lock
@ -4720,129 +4720,129 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/a11y-base@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/a11y-base@npm:24.4.4"
|
||||
"@vaadin/a11y-base@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/a11y-base@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/fd9b591944bab3e63a12bf783b912e95957376c011bc86ff8600ba537ff1fb9f793b78fcac5fd0437a1fc476d234cd2f41318420ec2168c78d54a98f5f6045d8
|
||||
checksum: 10/dd55d16364fd82096eb17e2154e38cf77bbbfcc5851e7101fae270742e035a3c7ae50adc634cdf8e8e4949ce01d02f98a8f76b52dafbb5ea79619ca06d0ea692
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/combo-box@npm:24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/combo-box@npm:24.4.4"
|
||||
"@vaadin/combo-box@npm:24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/combo-box@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/a11y-base": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/field-base": "npm:~24.4.4"
|
||||
"@vaadin/input-container": "npm:~24.4.4"
|
||||
"@vaadin/item": "npm:~24.4.4"
|
||||
"@vaadin/lit-renderer": "npm:~24.4.4"
|
||||
"@vaadin/overlay": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
checksum: 10/d6c4bfe4f2a65c7c307ee4308ef8d492bdc53f090dd349d03b50b8a886be0fd97dc1bf6d9e2a78dda9f3039314cda2f0b4c711ec3e72573da1b2ca245cebe3b1
|
||||
"@vaadin/a11y-base": "npm:~24.4.5"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/field-base": "npm:~24.4.5"
|
||||
"@vaadin/input-container": "npm:~24.4.5"
|
||||
"@vaadin/item": "npm:~24.4.5"
|
||||
"@vaadin/lit-renderer": "npm:~24.4.5"
|
||||
"@vaadin/overlay": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
checksum: 10/1e09757f36faffe6392b1d7001f51209a0bf1647fc57efc940d80ac6dad9db86768ddb2bc6af975d08bbabd8f7d42fb0181994a596aa3f30633ca79d9016a261
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/component-base@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/component-base@npm:24.4.4"
|
||||
"@vaadin/component-base@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/component-base@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/vaadin-development-mode-detector": "npm:^2.0.0"
|
||||
"@vaadin/vaadin-usage-statistics": "npm:^2.1.0"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/a46484284715f4fed72aeb2f544017cad2b37fb7a260e426d804e95da01f8271b86fe3cc05a314bb3d2ee0dae56d9f617fd459cd5ddc35b3f4740ac57a6e5642
|
||||
checksum: 10/63b4d6bbeaa15e994bcbad52348420bc9dd8d196d1ea586e82c41b0351091ad7d2eb832c1e2c92d875038159f54dda6908b52386b89df35bd9be65b2e3169335
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/field-base@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/field-base@npm:24.4.4"
|
||||
"@vaadin/field-base@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/field-base@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/a11y-base": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/a11y-base": "npm:~24.4.5"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/c6ce10a86af58d451e8c3622365670add46ff62bab5550be6602566a0f4cfdcf9f9d9059eb19ec3a8d820c051c2933068352a5b3e617ca26b2a8d93190c51b02
|
||||
checksum: 10/49582e2b0f71dffc0b39aa4628ba30ef552cd2676e2d130956196df852fc640970b772c3e73bdb45153ce1a66ceba1d8c0f6064686566671133d2b73c685f0ca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/icon@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/icon@npm:24.4.4"
|
||||
"@vaadin/icon@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/icon@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/2eda65ad914b599bbf1f3ab1905e41a371783daae8e1eb77eff084f5509963521898b5ecfe5ce558d86c6996bb319cbfe9159591a185b3dfd1dbe37ebeddd544
|
||||
checksum: 10/fdefce0e1e765c82ab908134d8ea23bb06c34312ce9011901abc6fc1c8b86979454428c01229a9e362d172e55a60f25941a6ee2c47e397f735c8053a0375632f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/input-container@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/input-container@npm:24.4.4"
|
||||
"@vaadin/input-container@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/input-container@npm:24.4.5"
|
||||
dependencies:
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/66e409e2e7d8c542d21e1d598de431b8ed423cd0c4988ebe2d0ebc73570cf8ed8f0687266bc858857459d70d95b201ad71eae134c7ee28153732a0e7277f3fcd
|
||||
checksum: 10/6b3bba5c33b38d26249f9f0217c3ba9bc00199672984973d90442b8285e3aa39e0e00cc9430b03b8117757f6aa8ff00ad436e668c5dd5c513917455c5336da4d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/item@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/item@npm:24.4.4"
|
||||
"@vaadin/item@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/item@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/a11y-base": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
checksum: 10/5f2542861457c9a4626dae381bbe30ef671d97ca18cf077db59fa6950feb7963e17c4ea43e801954f7a2d3b73e32b790bfd0e3dea076f4645c86dd75cc735091
|
||||
"@vaadin/a11y-base": "npm:~24.4.5"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
checksum: 10/477892e73eec555a50b057dd9d05531760c4470381df2da03d3acad00b7a8187b95d9237b83c67af62e95a0e596b774a081c7dd2ac9524f5b3a565a401284276
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/lit-renderer@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/lit-renderer@npm:24.4.4"
|
||||
"@vaadin/lit-renderer@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/lit-renderer@npm:24.4.5"
|
||||
dependencies:
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/a7dfba9d6a71ef1e869513eb0c696aad400827dc203543c5a29f6dc28e5172c461b3b67e80adcfdac3631dc9b0bb3645f921b30574b3e96c499e8f3d5a8c7ec3
|
||||
checksum: 10/8813c7f5f74400f179683cd838b1bf1ff49d4bc3bd954e98914c33277a65debbc77e0dbdbb8e6699bd5d7b26fbe4deec1585a2aa1256f85ea2f5e2503e9debcf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/overlay@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/overlay@npm:24.4.4"
|
||||
"@vaadin/overlay@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/overlay@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/a11y-base": "npm:~24.4.4"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
"@vaadin/a11y-base": "npm:~24.4.5"
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-lumo-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-material-styles": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/7dfd49b1549079fe10f4913ccd87e1c6fece52f1aefb591c4ae15c57f56d3ab0189af3eaee20930fc0e33cc815298b166832500e9c765842c91eedf384fe1d94
|
||||
checksum: 10/571ef1a0fe69a3db0ba42203d79df4a82f1765364a2e101ad6a31aa44038fc3d525054473fa4c58c86f7a0172647e2f3a70faf20bcf39be6e1f021ac98e916eb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -4853,36 +4853,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/vaadin-lumo-styles@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/vaadin-lumo-styles@npm:24.4.4"
|
||||
"@vaadin/vaadin-lumo-styles@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/vaadin-lumo-styles@npm:24.4.5"
|
||||
dependencies:
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/icon": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
checksum: 10/0c50e78565740998cf91dcab4ea7308e5670bf3b65e9d8608c39e5f145a58c7adb9cf2f4859a26ec546400617edb20053d30fda2e1f93651ef760184d46474d7
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/icon": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
checksum: 10/898815b6568eda2d70a15af379111a2c6f78bde2206314dec95259dbdd20d4c78a73dcb1fb5092fe4ba8958baf2859c15aae958c90cf3623eae8bdbae1b7e161
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/vaadin-material-styles@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/vaadin-material-styles@npm:24.4.4"
|
||||
"@vaadin/vaadin-material-styles@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/vaadin-material-styles@npm:24.4.5"
|
||||
dependencies:
|
||||
"@polymer/polymer": "npm:^3.0.0"
|
||||
"@vaadin/component-base": "npm:~24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.4"
|
||||
checksum: 10/7574f22bc0bfb53c4cf702ea2c8ef1ed7715efadb1aab05d437903c379c87da7bde7f7113f8817e5ab07a08c8565ca3b693c0e52d200b6b904f313af5ef6bcc2
|
||||
"@vaadin/component-base": "npm:~24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:~24.4.5"
|
||||
checksum: 10/8f6f6b4470a1ecbbe3159616f22014e9779500dd19599e1733d7d97932f3360d54d5d9f1fc421470feea5a152fcc443b06b02aca0baf89594e099d08e2110c9a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vaadin/vaadin-themable-mixin@npm:24.4.4, @vaadin/vaadin-themable-mixin@npm:~24.4.4":
|
||||
version: 24.4.4
|
||||
resolution: "@vaadin/vaadin-themable-mixin@npm:24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin@npm:24.4.5, @vaadin/vaadin-themable-mixin@npm:~24.4.5":
|
||||
version: 24.4.5
|
||||
resolution: "@vaadin/vaadin-themable-mixin@npm:24.4.5"
|
||||
dependencies:
|
||||
"@open-wc/dedupe-mixin": "npm:^1.3.0"
|
||||
lit: "npm:^3.0.0"
|
||||
checksum: 10/27daf2fa32dd5f6aaef50f0cd3b4b2b25bec1cf6e7a999aa1dc43ae9c5f45e54f88b44bd1a3cbb440031d1b3612699c41a41ee2c97a60464830a2ac7e6d88243
|
||||
checksum: 10/1af2535cd8c5bd1c77182a346987531968a2dc5c5587832ad9a1e04f5de8aebedab236c27879671ebbc9e5d2a53547afda05e6c739938eae17235b9b1f8792b6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5502,10 +5502,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-escapes@npm:^6.2.0":
|
||||
version: 6.2.1
|
||||
resolution: "ansi-escapes@npm:6.2.1"
|
||||
checksum: 10/3b064937dc8a0645ed8094bc8b09483ee718f3aa3139746280e6c2ea80e28c0a3ce66973d0f33e88e60021abbf67e5f877deabfc810e75edf8a19dfa128850be
|
||||
"ansi-escapes@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "ansi-escapes@npm:7.0.0"
|
||||
dependencies:
|
||||
environment: "npm:^1.0.0"
|
||||
checksum: 10/2d0e2345087bd7ae6bf122b9cc05ee35560d40dcc061146edcdc02bc2d7c7c50143cd12a22e69a0b5c0f62b948b7bc9a4539ee888b80f5bd33cdfd82d01a70ab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6386,12 +6388,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cli-cursor@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "cli-cursor@npm:4.0.0"
|
||||
"cli-cursor@npm:^5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "cli-cursor@npm:5.0.0"
|
||||
dependencies:
|
||||
restore-cursor: "npm:^4.0.0"
|
||||
checksum: 10/ab3f3ea2076e2176a1da29f9d64f72ec3efad51c0960898b56c8a17671365c26e67b735920530eaf7328d61f8bd41c27f46b9cf6e4e10fe2fa44b5e8c0e392cc
|
||||
restore-cursor: "npm:^5.0.0"
|
||||
checksum: 10/1eb9a3f878b31addfe8d82c6d915ec2330cec8447ab1f117f4aa34f0137fbb3137ec3466e1c9a65bcb7557f6e486d343f2da57f253a2f668d691372dfa15c090
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6880,15 +6882,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.4":
|
||||
version: 4.3.5
|
||||
resolution: "debug@npm:4.3.5"
|
||||
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.6":
|
||||
version: 4.3.6
|
||||
resolution: "debug@npm:4.3.6"
|
||||
dependencies:
|
||||
ms: "npm:2.1.2"
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
checksum: 10/cb6eab424c410e07813ca1392888589972ce9a32b8829c6508f5e1f25f3c3e70a76731610ae55b4bbe58d1a2fffa1424b30e97fa8d394e49cd2656a9643aedd2
|
||||
checksum: 10/d3adb9af7d57a9e809a68f404490cf776122acca16e6359a2702c0f462e510e91f9765c07f707b8ab0d91e03bad57328f3256f5082631cefb5393d0394d50fb7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -7360,6 +7362,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"environment@npm:^1.0.0":
|
||||
version: 1.1.0
|
||||
resolution: "environment@npm:1.1.0"
|
||||
checksum: 10/dd3c1b9825e7f71f1e72b03c2344799ac73f2e9ef81b78ea8b373e55db021786c6b9f3858ea43a436a2c4611052670ec0afe85bc029c384cc71165feee2f4ba6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"err-code@npm:^2.0.2":
|
||||
version: 2.0.3
|
||||
resolution: "err-code@npm:2.0.3"
|
||||
@ -9079,8 +9088,8 @@ __metadata:
|
||||
"@types/webspeechapi": "npm:0.0.29"
|
||||
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
|
||||
"@typescript-eslint/parser": "npm:7.18.0"
|
||||
"@vaadin/combo-box": "npm:24.4.4"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:24.4.4"
|
||||
"@vaadin/combo-box": "npm:24.4.5"
|
||||
"@vaadin/vaadin-themable-mixin": "npm:24.4.5"
|
||||
"@vibrant/color": "npm:3.2.1-alpha.1"
|
||||
"@vibrant/core": "npm:3.2.1-alpha.1"
|
||||
"@vibrant/quantizer-mmcq": "npm:3.2.1-alpha.1"
|
||||
@ -9136,7 +9145,7 @@ __metadata:
|
||||
jszip: "npm:3.10.1"
|
||||
leaflet: "npm:1.9.4"
|
||||
leaflet-draw: "npm:1.0.4"
|
||||
lint-staged: "npm:15.2.7"
|
||||
lint-staged: "npm:15.2.8"
|
||||
lit: "npm:2.8.0"
|
||||
lit-analyzer: "npm:2.0.3"
|
||||
lodash.merge: "npm:4.6.2"
|
||||
@ -10556,44 +10565,44 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lilconfig@npm:~3.1.1":
|
||||
"lilconfig@npm:~3.1.2":
|
||||
version: 3.1.2
|
||||
resolution: "lilconfig@npm:3.1.2"
|
||||
checksum: 10/8058403850cfad76d6041b23db23f730e52b6c17a8c28d87b90766639ca0ee40c748a3e85c2d7bd133d572efabff166c4b015e5d25e01fd666cb4b13cfada7f0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lint-staged@npm:15.2.7":
|
||||
version: 15.2.7
|
||||
resolution: "lint-staged@npm:15.2.7"
|
||||
"lint-staged@npm:15.2.8":
|
||||
version: 15.2.8
|
||||
resolution: "lint-staged@npm:15.2.8"
|
||||
dependencies:
|
||||
chalk: "npm:~5.3.0"
|
||||
commander: "npm:~12.1.0"
|
||||
debug: "npm:~4.3.4"
|
||||
debug: "npm:~4.3.6"
|
||||
execa: "npm:~8.0.1"
|
||||
lilconfig: "npm:~3.1.1"
|
||||
listr2: "npm:~8.2.1"
|
||||
lilconfig: "npm:~3.1.2"
|
||||
listr2: "npm:~8.2.4"
|
||||
micromatch: "npm:~4.0.7"
|
||||
pidtree: "npm:~0.6.0"
|
||||
string-argv: "npm:~0.3.2"
|
||||
yaml: "npm:~2.4.2"
|
||||
yaml: "npm:~2.5.0"
|
||||
bin:
|
||||
lint-staged: bin/lint-staged.js
|
||||
checksum: 10/7557bcf4e8dc0555f2c7e6a8ab6f5dfd7faaaed632a5d9e598768c86f786267ca216f8005068796a8118884d322a1c7f8f93e57c01b3e556475b77297ddad34f
|
||||
checksum: 10/cabeb0540775cafa71d8d55be74b6854f65f083efa43886a5b47bfad36d23bc302c70c67dc952303ffa646e5563cfb92005a5d5ea3944c71f7ee3ff5b7bdcd71
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"listr2@npm:~8.2.1":
|
||||
version: 8.2.3
|
||||
resolution: "listr2@npm:8.2.3"
|
||||
"listr2@npm:~8.2.4":
|
||||
version: 8.2.4
|
||||
resolution: "listr2@npm:8.2.4"
|
||||
dependencies:
|
||||
cli-truncate: "npm:^4.0.0"
|
||||
colorette: "npm:^2.0.20"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
log-update: "npm:^6.0.0"
|
||||
log-update: "npm:^6.1.0"
|
||||
rfdc: "npm:^1.4.1"
|
||||
wrap-ansi: "npm:^9.0.0"
|
||||
checksum: 10/4d63a699b851d6763df83b0eb26d9f07e6ba656fbae79ddd2447bd72a5b6825dad2fd315aacba712707ccd414fab3365ba863ad5b12b9f1b515a5d0768f6fc7d
|
||||
checksum: 10/344d2397e127bf802935925e95b54468eef745fbbaf9326eb33a1634ae2d6e86cdb527ef48cb83a19a50671955d39b3e2608c74db85530df07b5674f5de115e1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -10800,16 +10809,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"log-update@npm:^6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "log-update@npm:6.0.0"
|
||||
"log-update@npm:^6.1.0":
|
||||
version: 6.1.0
|
||||
resolution: "log-update@npm:6.1.0"
|
||||
dependencies:
|
||||
ansi-escapes: "npm:^6.2.0"
|
||||
cli-cursor: "npm:^4.0.0"
|
||||
slice-ansi: "npm:^7.0.0"
|
||||
ansi-escapes: "npm:^7.0.0"
|
||||
cli-cursor: "npm:^5.0.0"
|
||||
slice-ansi: "npm:^7.1.0"
|
||||
strip-ansi: "npm:^7.1.0"
|
||||
wrap-ansi: "npm:^9.0.0"
|
||||
checksum: 10/b345f392c356087290918f1bdaae84ee38699c89c9274fafbb6f4cee2fe6f89f9737000111279a40e651fbe0e9c08803b0457c2a4800d8a405752804f73058a8
|
||||
checksum: 10/5abb4131e33b1e7f8416bb194fe17a3603d83e4657c5bf5bb81ce4187f3b00ea481643b85c3d5cefe6037a452cdcf7f1391ab8ea0d9c23e75d19589830ec4f11
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11082,6 +11091,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"mimic-function@npm:^5.0.0":
|
||||
version: 5.0.1
|
||||
resolution: "mimic-function@npm:5.0.1"
|
||||
checksum: 10/eb5893c99e902ccebbc267c6c6b83092966af84682957f79313311edb95e8bb5f39fb048d77132b700474d1c86d90ccc211e99bae0935447a4834eb4c882982c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"min-document@npm:^2.19.0":
|
||||
version: 2.19.0
|
||||
resolution: "min-document@npm:2.19.0"
|
||||
@ -11666,7 +11682,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"onetime@npm:^5.1.0, onetime@npm:^5.1.2":
|
||||
"onetime@npm:^5.1.2":
|
||||
version: 5.1.2
|
||||
resolution: "onetime@npm:5.1.2"
|
||||
dependencies:
|
||||
@ -11684,6 +11700,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"onetime@npm:^7.0.0":
|
||||
version: 7.0.0
|
||||
resolution: "onetime@npm:7.0.0"
|
||||
dependencies:
|
||||
mimic-function: "npm:^5.0.0"
|
||||
checksum: 10/eb08d2da9339819e2f9d52cab9caf2557d80e9af8c7d1ae86e1a0fef027d00a88e9f5bd67494d350df360f7c559fbb44e800b32f310fb989c860214eacbb561c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"only@npm:~0.0.2":
|
||||
version: 0.0.2
|
||||
resolution: "only@npm:0.0.2"
|
||||
@ -12748,13 +12773,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"restore-cursor@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "restore-cursor@npm:4.0.0"
|
||||
"restore-cursor@npm:^5.0.0":
|
||||
version: 5.1.0
|
||||
resolution: "restore-cursor@npm:5.1.0"
|
||||
dependencies:
|
||||
onetime: "npm:^5.1.0"
|
||||
signal-exit: "npm:^3.0.2"
|
||||
checksum: 10/5b675c5a59763bf26e604289eab35711525f11388d77f409453904e1e69c0d37ae5889295706b2c81d23bd780165084d040f9b68fffc32cc921519031c4fa4af
|
||||
onetime: "npm:^7.0.0"
|
||||
signal-exit: "npm:^4.1.0"
|
||||
checksum: 10/838dd54e458d89cfbc1a923b343c1b0f170a04100b4ce1733e97531842d7b440463967e521216e8ab6c6f8e89df877acc7b7f4c18ec76e99fb9bf5a60d358d2c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -13221,7 +13246,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3":
|
||||
"signal-exit@npm:^3.0.3":
|
||||
version: 3.0.7
|
||||
resolution: "signal-exit@npm:3.0.7"
|
||||
checksum: 10/a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318
|
||||
@ -13273,7 +13298,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"slice-ansi@npm:^7.0.0":
|
||||
"slice-ansi@npm:^7.1.0":
|
||||
version: 7.1.0
|
||||
resolution: "slice-ansi@npm:7.1.0"
|
||||
dependencies:
|
||||
@ -15634,12 +15659,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yaml@npm:~2.4.2":
|
||||
version: 2.4.5
|
||||
resolution: "yaml@npm:2.4.5"
|
||||
"yaml@npm:~2.5.0":
|
||||
version: 2.5.0
|
||||
resolution: "yaml@npm:2.5.0"
|
||||
bin:
|
||||
yaml: bin.mjs
|
||||
checksum: 10/b09bf5a615a65276d433d76b8e34ad6b4c0320b85eb3f1a39da132c61ae6e2ff34eff4624e6458d96d49566c93cf43408ba5e568218293a8c6541a2006883f64
|
||||
checksum: 10/72e903fdbe3742058885205db4a6c9ff38e5f497f4e05e631264f7756083c05e7d10dfb5e4ce9d7a95de95338f9b20d19dd0b91c60c65f7d7608b6b3929820ad
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user