From 744cf099a9ec9612bcb9f396f9cd6c8725b96fbc Mon Sep 17 00:00:00 2001 From: alanv Date: Tue, 11 Aug 2026 14:58:46 -0500 Subject: [PATCH] Bump @labkey/components --- assay/package-lock.json | 24 +++++++++++++++--------- assay/package.json | 2 +- core/package-lock.json | 24 +++++++++++++++--------- core/package.json | 2 +- experiment/package-lock.json | 24 +++++++++++++++--------- experiment/package.json | 2 +- pipeline/package-lock.json | 24 +++++++++++++++--------- pipeline/package.json | 2 +- 8 files changed, 64 insertions(+), 40 deletions(-) diff --git a/assay/package-lock.json b/assay/package-lock.json index 4f4fb08c26e..ab05002ee30 100644 --- a/assay/package-lock.json +++ b/assay/package-lock.json @@ -8,7 +8,7 @@ "name": "assay", "version": "0.0.0", "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0", @@ -2366,15 +2366,15 @@ } }, "node_modules/@labkey/components": { - "version": "7.54.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.54.2.tgz", - "integrity": "sha512-5N6W4AYnEvBBiRJd5R0nYENRnShNy6+5KaSq9sB81RogdYqfOvfckX0ufmttDTMNNE+/6LZOWIIRYhyKlkd3qA==", + "version": "7.55.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.55.2.tgz", + "integrity": "sha512-PqjPJwF4QVRooUOv4eBJ6gpCMJ+rpOM1TfUf35/eA8MLvceaWyYlBb0ORaPrLhp5l3jiivmEXFGTXIP8stCgdg==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", "@labkey/api": "1.52.3", "@testing-library/dom": "~10.4.1", - "@testing-library/jest-dom": "~7.0.0", + "@testing-library/jest-dom": "~7.0.1", "@testing-library/react": "~16.3.2", "@testing-library/user-event": "~14.6.1", "bootstrap": "~3.4.1", @@ -3152,9 +3152,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", - "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz", + "integrity": "sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -3170,7 +3170,13 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": ">=10 <11" + "@testing-library/dom": ">=10 <11", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "vitest": { + "optional": true + } } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/assay/package.json b/assay/package.json index 02cdfc1d411..0520d69074b 100644 --- a/assay/package.json +++ b/assay/package.json @@ -15,7 +15,7 @@ "lint-fix": "eslint --fix" }, "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0", diff --git a/core/package-lock.json b/core/package-lock.json index d0427963c7b..411f0454d8b 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -8,7 +8,7 @@ "name": "labkey-core", "version": "0.0.0", "dependencies": { - "@labkey/components": "7.54.2", + "@labkey/components": "7.55.2", "@labkey/themes": "1.9.5" }, "devDependencies": { @@ -2369,15 +2369,15 @@ } }, "node_modules/@labkey/components": { - "version": "7.54.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.54.2.tgz", - "integrity": "sha512-5N6W4AYnEvBBiRJd5R0nYENRnShNy6+5KaSq9sB81RogdYqfOvfckX0ufmttDTMNNE+/6LZOWIIRYhyKlkd3qA==", + "version": "7.55.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.55.2.tgz", + "integrity": "sha512-PqjPJwF4QVRooUOv4eBJ6gpCMJ+rpOM1TfUf35/eA8MLvceaWyYlBb0ORaPrLhp5l3jiivmEXFGTXIP8stCgdg==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", "@labkey/api": "1.52.3", "@testing-library/dom": "~10.4.1", - "@testing-library/jest-dom": "~7.0.0", + "@testing-library/jest-dom": "~7.0.1", "@testing-library/react": "~16.3.2", "@testing-library/user-event": "~14.6.1", "bootstrap": "~3.4.1", @@ -3181,9 +3181,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", - "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz", + "integrity": "sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -3199,7 +3199,13 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": ">=10 <11" + "@testing-library/dom": ">=10 <11", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "vitest": { + "optional": true + } } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/core/package.json b/core/package.json index 3c07f43535e..479099e6102 100644 --- a/core/package.json +++ b/core/package.json @@ -20,7 +20,7 @@ "lint-branch-fix": "node lint.diff.mjs --currentBranch --fix" }, "dependencies": { - "@labkey/components": "7.54.2", + "@labkey/components": "7.55.2", "@labkey/themes": "1.9.5" }, "devDependencies": { diff --git a/experiment/package-lock.json b/experiment/package-lock.json index c19ee5dc785..5a0716172c0 100644 --- a/experiment/package-lock.json +++ b/experiment/package-lock.json @@ -8,7 +8,7 @@ "name": "experiment", "version": "0.0.0", "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0", @@ -2378,15 +2378,15 @@ } }, "node_modules/@labkey/components": { - "version": "7.54.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.54.2.tgz", - "integrity": "sha512-5N6W4AYnEvBBiRJd5R0nYENRnShNy6+5KaSq9sB81RogdYqfOvfckX0ufmttDTMNNE+/6LZOWIIRYhyKlkd3qA==", + "version": "7.55.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.55.2.tgz", + "integrity": "sha512-PqjPJwF4QVRooUOv4eBJ6gpCMJ+rpOM1TfUf35/eA8MLvceaWyYlBb0ORaPrLhp5l3jiivmEXFGTXIP8stCgdg==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", "@labkey/api": "1.52.3", "@testing-library/dom": "~10.4.1", - "@testing-library/jest-dom": "~7.0.0", + "@testing-library/jest-dom": "~7.0.1", "@testing-library/react": "~16.3.2", "@testing-library/user-event": "~14.6.1", "bootstrap": "~3.4.1", @@ -3201,9 +3201,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", - "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz", + "integrity": "sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -3219,7 +3219,13 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": ">=10 <11" + "@testing-library/dom": ">=10 <11", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "vitest": { + "optional": true + } } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/experiment/package.json b/experiment/package.json index 976549a69ea..ed05fcd58f9 100644 --- a/experiment/package.json +++ b/experiment/package.json @@ -13,7 +13,7 @@ "test-integration": "cross-env NODE_ENV=test jest --ci --runInBand -c test/js/jest.config.integration.js" }, "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0", diff --git a/pipeline/package-lock.json b/pipeline/package-lock.json index 8ded71c9c85..682efcd9a8d 100644 --- a/pipeline/package-lock.json +++ b/pipeline/package-lock.json @@ -8,7 +8,7 @@ "name": "pipeline", "version": "0.0.0", "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0", @@ -1469,15 +1469,15 @@ } }, "node_modules/@labkey/components": { - "version": "7.54.2", - "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.54.2.tgz", - "integrity": "sha512-5N6W4AYnEvBBiRJd5R0nYENRnShNy6+5KaSq9sB81RogdYqfOvfckX0ufmttDTMNNE+/6LZOWIIRYhyKlkd3qA==", + "version": "7.55.2", + "resolved": "https://labkey.jfrog.io/artifactory/api/npm/libs-client/@labkey/components/-/@labkey/components-7.55.2.tgz", + "integrity": "sha512-PqjPJwF4QVRooUOv4eBJ6gpCMJ+rpOM1TfUf35/eA8MLvceaWyYlBb0ORaPrLhp5l3jiivmEXFGTXIP8stCgdg==", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@hello-pangea/dnd": "18.0.1", "@labkey/api": "1.52.3", "@testing-library/dom": "~10.4.1", - "@testing-library/jest-dom": "~7.0.0", + "@testing-library/jest-dom": "~7.0.1", "@testing-library/react": "~16.3.2", "@testing-library/user-event": "~14.6.1", "bootstrap": "~3.4.1", @@ -2217,9 +2217,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.0.tgz", - "integrity": "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-7.0.1.tgz", + "integrity": "sha512-oMDTC3oA+6CXSO2JZnvOI7CA6oVub6kij5ggk9ohwye5slmkwxYDXcPOVxgMw/RQlticjtO0C1RZkR97HgrWMw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -2235,7 +2235,13 @@ "yarn": ">=1" }, "peerDependencies": { - "@testing-library/dom": ">=10 <11" + "@testing-library/dom": ">=10 <11", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "vitest": { + "optional": true + } } }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { diff --git a/pipeline/package.json b/pipeline/package.json index 40cd7b316b2..f8ba26fbd4e 100644 --- a/pipeline/package.json +++ b/pipeline/package.json @@ -14,7 +14,7 @@ "build-prod": "npm run clean && cross-env NODE_ENV=production rspack build --config node_modules/@labkey/build/configs/prod.config.js" }, "dependencies": { - "@labkey/components": "7.54.2" + "@labkey/components": "7.55.2" }, "devDependencies": { "@labkey/build": "10.1.0",