From a3737175482af6b5f9b96a2a046a035274eca18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 05:32:34 +0000 Subject: [PATCH] build(deps): update dependency @arcgis/toolkit to ^4.34.0-next.119 --- package-lock.json | 20 ++++++++++++++++---- packages/calcite-components/package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8633f81777..2194e3e39a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -457,6 +457,7 @@ "version": "4.34.0-next.114", "resolved": "https://registry.npmjs.org/@arcgis/toolkit/-/toolkit-4.34.0-next.114.tgz", "integrity": "sha512-8a0oL3qE+jQzvCTu89iRQ0hYm9FNC1GmVq5KmmXJIYarZQdMSUToLHbhF5ArrkZGEoaPAhgQaF8ox20ji9X76Q==", + "deprecated": "This version is no longer supported. Upgrade to @latest", "dev": true, "license": "SEE LICENSE IN LICENSE.md", "dependencies": { @@ -32212,7 +32213,7 @@ "license": "SEE LICENSE.md", "dependencies": { "@arcgis/lumina": "^4.34.0-next.100", - "@arcgis/toolkit": "^4.34.0-next.61", + "@arcgis/toolkit": "^4.34.0-next.119", "@esri/calcite-ui-icons": "4.3.0-next.23", "@floating-ui/dom": "^1.6.12", "@floating-ui/utils": "^0.2.8", @@ -32285,6 +32286,17 @@ } } }, + "packages/calcite-components/node_modules/@arcgis/lumina-compiler/node_modules/@arcgis/toolkit": { + "version": "4.34.0-next.103", + "resolved": "https://registry.npmjs.org/@arcgis/toolkit/-/toolkit-4.34.0-next.103.tgz", + "integrity": "sha512-P0noxF2BT33PWyjJmEeqQNoiDQ+RZv576tzkyvZhZH8t5LV+KyA9t+Rh57kCjdQb1AHY4eysIYy+Od16ofDJCQ==", + "deprecated": "This version is no longer supported. Upgrade to @latest", + "dev": true, + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "tslib": "^2.8.1" + } + }, "packages/calcite-components/node_modules/@arcgis/lumina-compiler/node_modules/vitest-fail-on-console": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/vitest-fail-on-console/-/vitest-fail-on-console-0.7.1.tgz", @@ -32313,9 +32325,9 @@ } }, "packages/calcite-components/node_modules/@arcgis/toolkit": { - "version": "4.34.0-next.103", - "resolved": "https://registry.npmjs.org/@arcgis/toolkit/-/toolkit-4.34.0-next.103.tgz", - "integrity": "sha512-P0noxF2BT33PWyjJmEeqQNoiDQ+RZv576tzkyvZhZH8t5LV+KyA9t+Rh57kCjdQb1AHY4eysIYy+Od16ofDJCQ==", + "version": "4.34.0-next.122", + "resolved": "https://registry.npmjs.org/@arcgis/toolkit/-/toolkit-4.34.0-next.122.tgz", + "integrity": "sha512-jlUJZWCvxw4CNTkx+JFJdKaDnPgjFUpTSOMN55OQP8qezl/rWH6oPQAxF9vje1u0F9VJ3SXe46I4Q9m9/tEnnw==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "tslib": "^2.8.1" diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index cf21b720087..efd0ad6c061 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -78,7 +78,7 @@ }, "dependencies": { "@arcgis/lumina": "^4.34.0-next.100", - "@arcgis/toolkit": "^4.34.0-next.61", + "@arcgis/toolkit": "^4.34.0-next.119", "@esri/calcite-ui-icons": "4.3.0-next.23", "@floating-ui/dom": "^1.6.12", "@floating-ui/utils": "^0.2.8",