From 488f38a0af221626054cac205f3b6dc345036613 Mon Sep 17 00:00:00 2001 From: Liz Mitchell Date: Tue, 10 Dec 2024 11:34:47 -0800 Subject: [PATCH] chore: bump lit 2.7.x dependency for @property requestUpdate bug fix --- catalog/package.json | 74 ++++++++++++++++++++++++++++++++++---------- package-lock.json | 24 +++++++------- package.json | 2 +- 3 files changed, 71 insertions(+), 29 deletions(-) diff --git a/catalog/package.json b/catalog/package.json index 32c1295d65..474640f148 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -23,7 +23,11 @@ }, "wireit": { "build:dev": { - "dependencies": ["build:dev:eleventy", "build:dev:ts", "build:type-check"] + "dependencies": [ + "build:dev:eleventy", + "build:dev:ts", + "build:type-check" + ] }, "build:dev:eleventy": { "command": "NODE_ENV=DEV eleventy", @@ -34,21 +38,42 @@ "eleventy.config.cjs", "stories" ], - "output": ["_dev"], - "dependencies": ["build:dev:ts", "build:copy-docs", "build:copy-stories"] + "output": [ + "_dev" + ], + "dependencies": [ + "build:dev:ts", + "build:copy-docs", + "build:copy-stories" + ] }, "build:dev:ts": { "command": "NODE_ENV=DEV node esbuild.config.mjs", - "files": ["src", "tsconfig.json", "esbuild.config.mjs"], - "output": ["lib"], - "dependencies": ["..:build"] + "files": [ + "src", + "tsconfig.json", + "esbuild.config.mjs" + ], + "output": [ + "lib" + ], + "dependencies": [ + "..:build" + ] }, "build:type-check": { "command": "tsc -p tsconfig.json --pretty --incremental", - "files": ["src", "tsconfig.json"], + "files": [ + "src", + "tsconfig.json" + ], "clean": "if-file-deleted", - "output": ["tsconfig.tsbuildinfo"], - "dependencies": ["..:build"] + "output": [ + "tsconfig.tsbuildinfo" + ], + "dependencies": [ + "..:build" + ] }, "build:prod": { "dependencies": [ @@ -66,14 +91,28 @@ "eleventy.config.cjs", "stories/" ], - "output": ["_prod/"], - "dependencies": ["build:prod:ts", "build:copy-docs", "build:copy-stories"] + "output": [ + "_prod/" + ], + "dependencies": [ + "build:prod:ts", + "build:copy-docs", + "build:copy-stories" + ] }, "build:prod:ts": { "command": "NODE_ENV=PROD node esbuild.config.mjs", - "files": ["src", "tsconfig.json", "esbuild.config.mjs"], - "output": ["build"], - "dependencies": ["..:build"] + "files": [ + "src", + "tsconfig.json", + "esbuild.config.mjs" + ], + "output": [ + "build" + ], + "dependencies": [ + "..:build" + ] }, "build:copy-docs": { "command": "node scripts/copy-docs.mjs", @@ -121,7 +160,10 @@ "!node_modules", "!../node_modules" ], - "output": ["stories/*/**/*", "!stories/components"] + "output": [ + "stories/*/**/*", + "!stories/components" + ] } }, "license": "Apache-2.0", @@ -132,7 +174,7 @@ "@material/mwc-drawer": "^0.27.0", "@material/web": "*", "@preact/signals-core": "^1.3.0", - "lit": "^2.7.4", + "lit": "^2.8.0", "playground-elements": "^0.17.0", "postdoc-lib": "^1.0.3" }, diff --git a/package-lock.json b/package-lock.json index b58c1741b6..65c7fa10bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "catalog" ], "dependencies": { - "lit": "^2.7.4 || ^3.0.0", + "lit": "^2.8.0 || ^3.0.0", "tslib": "^2.4.0" }, "devDependencies": { @@ -45,7 +45,7 @@ "@material/mwc-drawer": "^0.27.0", "@material/web": "*", "@preact/signals-core": "^1.3.0", - "lit": "^2.7.4", + "lit": "^2.8.0", "playground-elements": "^0.17.0", "postdoc-lib": "^1.0.3" }, @@ -888,9 +888,9 @@ } }, "node_modules/@lit-labs/ssr-dom-shim": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.1.tgz", - "integrity": "sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.1.tgz", + "integrity": "sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==" }, "node_modules/@lit/reactive-element": { "version": "1.6.2", @@ -6054,13 +6054,13 @@ "dev": true }, "node_modules/lit": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.5.tgz", - "integrity": "sha512-i/cH7Ye6nBDUASMnfwcictBnsTN91+aBjXoTHF2xARghXScKxpD4F4WYI+VLXg9lqbMinDfvoI7VnZXjyHgdfQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz", + "integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==", "dependencies": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.3.0", - "lit-html": "^2.7.0" + "lit-html": "^2.8.0" } }, "node_modules/lit-element": { @@ -6074,9 +6074,9 @@ } }, "node_modules/lit-html": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.4.tgz", - "integrity": "sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz", + "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==", "dependencies": { "@types/trusted-types": "^2.0.2" } diff --git a/package.json b/package.json index ad4491f8f6..b5fa3851ad 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "catalog" ], "dependencies": { - "lit": "^2.7.4 || ^3.0.0", + "lit": "^2.8.0 || ^3.0.0", "tslib": "^2.4.0" }, "devDependencies": {