From 78b49fb89c4fc088850938c70c8a63e9f613c4b0 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:29:18 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release/v3.82.0=20(#7609)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: taiga-family-bot --- CHANGELOG.md | 21 +++++++++++++ package-lock.json | 42 +++++++++++++------------- package.json | 2 +- projects/addon-charts/package.json | 6 ++-- projects/addon-commerce/package.json | 10 +++--- projects/addon-doc/package.json | 10 +++--- projects/addon-mobile/package.json | 8 ++--- projects/addon-preview/package.json | 10 +++--- projects/addon-table/package.json | 10 +++--- projects/addon-tablebars/package.json | 6 ++-- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 8 ++--- projects/experimental/package.json | 10 +++--- projects/i18n/package.json | 2 +- projects/icons/package.json | 4 +-- projects/kit/package.json | 8 ++--- projects/layout/package.json | 6 ++-- projects/styles/package.json | 4 +-- projects/taiga-schematics/package.json | 6 ++-- projects/testing/package.json | 4 +-- 21 files changed, 101 insertions(+), 80 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f999f65041d..969a9177214a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.82.0](https://github.com/taiga-family/taiga-ui/compare/v3.81.0...v3.82.0) (2024-06-03) + +### Features + +- **experimental:** `HintAside` add automatic hint directive for navigation + ([#7578](https://github.com/taiga-family/taiga-ui/issues/7578)) + ([de88842](https://github.com/taiga-family/taiga-ui/commit/de8884278fb6fd127f26b8bae55f890f57238146)) + +### Bug Fixes + +- **cdk:** `Scrollbar` fix scroll behaviour ([#7594](https://github.com/taiga-family/taiga-ui/issues/7594)) + ([10fe5a3](https://github.com/taiga-family/taiga-ui/commit/10fe5a3f251624418b82e0a269151326d0780afa)) +- **core:** close `Hint` and `Dropdown` when host is detached from dom + ([#7593](https://github.com/taiga-family/taiga-ui/issues/7593)) + ([cf6d9f8](https://github.com/taiga-family/taiga-ui/commit/cf6d9f8002111a60f09c2c9de316f3f52a25ed05)) +- **kit:** set nullish border in `tui-textarea` ([#7588](https://github.com/taiga-family/taiga-ui/issues/7588)) + ([8b9b10c](https://github.com/taiga-family/taiga-ui/commit/8b9b10ca8629193ff369a300eb4d27b5a44b0450)) +- **kit:** set nullish border in `tui-textarea` and add example + ([#7605](https://github.com/taiga-family/taiga-ui/issues/7605)) + ([1bc1b76](https://github.com/taiga-family/taiga-ui/commit/1bc1b76e6928e3f7b2b982c5f3388a8670b9cd8a)) + ## [3.81.0](https://github.com/taiga-family/taiga-ui/compare/v3.80.0...v3.81.0) (2024-05-27) ### Features diff --git a/package-lock.json b/package-lock.json index 22bc3e94236f..e6370c6145e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "3.81.0", + "version": "3.82.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.81.0", + "version": "3.82.0", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": ["projects/*"], @@ -40974,7 +40974,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40988,7 +40988,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41009,7 +41009,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "dependencies": { "markdown-it": "14.0.0", @@ -41066,7 +41066,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -41083,7 +41083,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41100,7 +41100,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41117,7 +41117,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41131,7 +41131,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.6", @@ -41160,10 +41160,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.81.0" + "@taiga-ui/i18n": "^3.82.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -41365,7 +41365,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41381,7 +41381,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -41392,7 +41392,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "5.1.0", @@ -41436,7 +41436,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.9.0", @@ -41463,7 +41463,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41477,7 +41477,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.81.0", + "version": "3.82.0", "peerDependencies": { "@taiga-ui/cdk": "^3.76.0", "tslib": "^2.6.2" @@ -41485,10 +41485,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.81.0", + "version": "3.82.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.81.0" + "@taiga-ui/cdk": "^3.82.0" }, "peerDependencies": { "@taiga-ui/cdk": "^3.76.0", @@ -41497,7 +41497,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.81.0", + "version": "3.82.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index 43a0473edea9..5a361b48b028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.81.0", + "version": "3.82.0", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index b954277fb739..faa3c1644e70 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.81.0", + "version": "3.82.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index d6b2297fd674..8c7ab3d3ba88 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.81.0", + "version": "3.82.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "^1.9.0", "@maskito/kit": "^1.9.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/i18n": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/i18n": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index 90ca98dd59b2..bacba3da6790 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.81.0", + "version": "3.82.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -26,10 +26,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/addon-mobile": "^3.81.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/addon-mobile": "^3.82.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index ce2e5a226b3d..5bf97a59f67c 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.81.0", + "version": "3.82.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index d4bf462eb26b..b1bb63be257e 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.81.0", + "version": "3.82.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": "^3.1.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/i18n": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/i18n": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index cba237ec4f05..c1e8f3d504ff 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.81.0", + "version": "3.82.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": "^3.2.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/i18n": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/i18n": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index 449af7b1e7b7..ecb55409293d 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.81.0", + "version": "3.82.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index ac4530823134..96b41f52306d 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '3.81.0'; +export const TUI_VERSION = '3.82.0'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 4b5a123ee42f..3a3fafd065c7 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.81.0", + "version": "3.82.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index 91c12ab7f564..0fde3f34b576 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.81.0", + "version": "3.82.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.81.0" + "@taiga-ui/i18n": "^3.82.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", "@ng-web-apis/mutation-observer": "^3.1.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/i18n": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/i18n": "^3.82.0", "@tinkoff/ng-event-plugins": "^3.2.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 786abf413c27..53e05007b01b 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.81.0", + "version": "3.82.0", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/addon-commerce": "^3.81.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/kit": "^3.81.0", + "@taiga-ui/addon-commerce": "^3.82.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/kit": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 7bf37be74fd5..d324072f5592 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.81.0", + "version": "3.82.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index dd03c58f25d0..32b4bd19eb8a 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.81.0", + "version": "3.82.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -19,7 +19,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", "tslib": "^2.6.2" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index 82d07b037cfa..ac8ebdc97387 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.81.0", + "version": "3.82.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "^3.1.0", "@ng-web-apis/resize-observer": "^3.0.6", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", - "@taiga-ui/i18n": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", + "@taiga-ui/i18n": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/layout/package.json b/projects/layout/package.json index 0b76d2278dcd..86987b4375c1 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.81.0", + "version": "3.82.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.81.0", - "@taiga-ui/core": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", + "@taiga-ui/core": "^3.82.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/styles/package.json b/projects/styles/package.json index cdca36c36e5a..26034ed9fcfe 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.81.0", + "version": "3.82.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", "tslib": "^2.6.2" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 8326ca067ced..ef9d992f485c 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.81.0", + "version": "3.82.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.81.0" + "@taiga-ui/cdk": "^3.82.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", "tslib": "^2.6.2" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 8165e51b65a6..30fa9f181fe4 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.81.0", + "version": "3.82.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -13,7 +13,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.81.0", + "@taiga-ui/cdk": "^3.82.0", "tslib": "^2.6.2" } }