From 2e521000fa43cb16436762b8f1e01ad02f47ea86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:11:31 +0000 Subject: [PATCH] Update dependency @lit/localize to ^0.12.0 --- package.json | 2 +- yarn.lock | 48 ++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9cb17d0e4..ed3392097 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@internetarchive/modal-manager": "^0.2.8", "@internetarchive/search-service": "^1.4.2", "@internetarchive/shared-resize-observer": "^0.2.0", - "@lit/localize": "^0.11.2", + "@lit/localize": "^0.12.0", "dompurify": "^3.1.7", "eslint-plugin-lit": "^1.6.1", "lit": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index c0944621a..8aeaf99c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,13 +231,17 @@ resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312" integrity sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g== -"@lit/localize@^0.11.2": - version "0.11.2" - resolved "https://registry.npmjs.org/@lit/localize/-/localize-0.11.2.tgz" - integrity sha512-V2Omf7ISwkmn/6E3pwN4LBCpnlw23VZD/RycSCZ2EOZx2qxTWxhouz6TX3WLsWfMRMcdmkZQG2O/eJdZJvPabw== +"@lit-labs/ssr-dom-shim@^1.2.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.3.0.tgz#a28799c463177d1a0b0e5cefdc173da5ac859eb4" + integrity sha512-nQIWonJ6eFAvUUrSlwyHDm/aE8PBDu5kRpL0vHMg6K8fK3Diq1xdPjTnsJSwxABhaZ+5eBi1btQB5ShUTKo4nQ== + +"@lit/localize@^0.12.0": + version "0.12.2" + resolved "https://registry.yarnpkg.com/@lit/localize/-/localize-0.12.2.tgz#5c7819e91693d1de19fd3a97744c105e8d2b3c32" + integrity sha512-Qv9kvgJKDq/JVSwXOxuWvQnnOBysHA99ti9im9a4fImCmx+fto+XXcUYQbjZHqiueEEc4V20PcRDPO+1g/6seQ== dependencies: - "@lit/reactive-element" "^1.0.0" - lit "^2.0.0" + lit "^3.2.0" "@lit/reactive-element@^1.0.0", "@lit/reactive-element@^1.3.0": version "1.3.2" @@ -251,6 +255,13 @@ dependencies: "@lit-labs/ssr-dom-shim" "^1.0.0" +"@lit/reactive-element@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.4.tgz#8f2ed950a848016383894a26180ff06c56ae001b" + integrity sha512-GFn91inaUa2oHLak8awSIigYz0cU0Payr1rcFsrkf5OJ5eSPxElyZfKh0f2p9FsTiZWXQdWGJeXZICEfXXYSXQ== + dependencies: + "@lit-labs/ssr-dom-shim" "^1.2.0" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" @@ -3179,6 +3190,15 @@ lit-element@^3.3.0: "@lit/reactive-element" "^1.3.0" lit-html "^2.8.0" +lit-element@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-4.1.1.tgz#07905992815076e388cf6f1faffc7d6866c82007" + integrity sha512-HO9Tkkh34QkTeUmEdNYhMT8hzLid7YlMlATSi1q4q17HE5d9mrrEHJ/o8O2D0cMi182zK1F3v7x0PWFjrhXFew== + dependencies: + "@lit-labs/ssr-dom-shim" "^1.2.0" + "@lit/reactive-element" "^2.0.4" + lit-html "^3.2.0" + lit-html@^2.0.0, lit-html@^2.2.0: version "2.2.4" resolved "https://registry.npmjs.org/lit-html/-/lit-html-2.2.4.tgz" @@ -3193,6 +3213,13 @@ lit-html@^2.8.0: dependencies: "@types/trusted-types" "^2.0.2" +lit-html@^3.2.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.2.1.tgz#8fc49e3531ee5947e4d93e8a5aa642ab1649833b" + integrity sha512-qI/3lziaPMSKsrwlxH/xMgikhQ0EGOX2ICU73Bi/YHFvz2j/yMCIrw4+puF2IpQ4+upd3EWbvnHM9+PnJn48YA== + dependencies: + "@types/trusted-types" "^2.0.2" + lit@^2.0.0, lit@^2.0.2, lit@^2.2.2: version "2.2.4" resolved "https://registry.npmjs.org/lit/-/lit-2.2.4.tgz" @@ -3220,6 +3247,15 @@ lit@^2.8.0: lit-element "^3.3.0" lit-html "^2.8.0" +lit@^3.2.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/lit/-/lit-3.2.1.tgz#d6dd15eac20db3a098e81e2c85f70a751ff55592" + integrity sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w== + dependencies: + "@lit/reactive-element" "^2.0.4" + lit-element "^4.1.0" + lit-html "^3.2.0" + locate-path@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"