From 9767692d27c5fa13217b5dacbdd827d1eb40df2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:32:39 +0000 Subject: [PATCH] Update dependency @headlessui/react to v1.7.19 --- .../ClientApp/package.json | 2 +- .../ClientApp/yarn.lock | 28 ++++++++++++++++--- .../ClientApp/package.json | 2 +- .../ClientApp/yarn.lock | 28 ++++++++++++++++--- 4 files changed, 50 insertions(+), 10 deletions(-) diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json index cf38f3f2..e8cfeb41 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json @@ -17,7 +17,7 @@ "validate": "npm-run-all --parallel check-types && lint-staged" }, "dependencies": { - "@headlessui/react": "1.6.5", + "@headlessui/react": "1.7.19", "@loadable/component": "5.15.2", "dompurify": "2.3.8", "eiromplays-ui": "1.5.0-18", diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock index 9e8a91dd..e07b7347 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock @@ -352,10 +352,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@headlessui/react@1.6.5": - version "1.6.5" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.5.tgz#5587c537de809cf3146eb2ff263e5e940b1bf69c" - integrity sha512-3VkKteDxlxf3fE0KbfO9t60KC1lM7YNpZggLpwzVNg1J/zwL+h+4N7MBlFDVpInZI3rKlZGpNx0PWsG/9c2vQg== +"@headlessui/react@1.7.19": + version "1.7.19" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40" + integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw== + dependencies: + "@tanstack/react-virtual" "^3.0.0-beta.60" + client-only "^0.0.1" "@humanwhocodes/config-array@^0.9.2": version "0.9.5" @@ -598,6 +601,18 @@ "@babel/runtime" "^7.16.7" history "^5.2.0" +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.14.9" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.14.9.tgz#b735e93a059a25f577a9577d7f014343ec7205a5" + integrity sha512-qZyr0FZDP8rDC4WBhsryIZmAd9bveJvFGUJJtskWaew6/0dTRS6wZxnR6VQ5bY2KwL3LjerrHqQLk3a0GKcPXQ== + dependencies: + "@tanstack/virtual-core" "3.17.7" + +"@tanstack/virtual-core@3.17.7": + version "3.17.7" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.17.7.tgz#d64525d2c97a53a22f32f55246efdd679af2c392" + integrity sha512-bp+v10y65sp2H7WpWfIMyxTNfl8ZVfxFTLRjPIFRryi6FV/J33z4IS53WO4pTk36KlvJ4iLiQz+oaydDC1xbcA== + "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" @@ -1022,6 +1037,11 @@ chalk@^4.0.0, chalk@^4.1.2: optionalDependencies: fsevents "~2.3.2" +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + clsx@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" diff --git a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json index 5944f61c..de00bc34 100644 --- a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json @@ -17,7 +17,7 @@ "validate": "npm-run-all --parallel check-types && lint-staged" }, "dependencies": { - "@headlessui/react": "1.6.5", + "@headlessui/react": "1.7.19", "@types/react-phone-number-input": "3.0.14", "dompurify": "2.3.8", "eiromplays-ui": "1.5.0-19", diff --git a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock index ca39e648..e7d260c4 100644 --- a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock +++ b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock @@ -407,10 +407,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@headlessui/react@1.6.5": - version "1.6.5" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.5.tgz#5587c537de809cf3146eb2ff263e5e940b1bf69c" - integrity sha512-3VkKteDxlxf3fE0KbfO9t60KC1lM7YNpZggLpwzVNg1J/zwL+h+4N7MBlFDVpInZI3rKlZGpNx0PWsG/9c2vQg== +"@headlessui/react@1.7.19": + version "1.7.19" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40" + integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw== + dependencies: + "@tanstack/react-virtual" "^3.0.0-beta.60" + client-only "^0.0.1" "@humanwhocodes/config-array@^0.9.2": version "0.9.5" @@ -644,6 +647,18 @@ "@babel/runtime" "^7.16.7" history "^5.2.0" +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.14.9" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.14.9.tgz#b735e93a059a25f577a9577d7f014343ec7205a5" + integrity sha512-qZyr0FZDP8rDC4WBhsryIZmAd9bveJvFGUJJtskWaew6/0dTRS6wZxnR6VQ5bY2KwL3LjerrHqQLk3a0GKcPXQ== + dependencies: + "@tanstack/virtual-core" "3.17.7" + +"@tanstack/virtual-core@3.17.7": + version "3.17.7" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.17.7.tgz#d64525d2c97a53a22f32f55246efdd679af2c392" + integrity sha512-bp+v10y65sp2H7WpWfIMyxTNfl8ZVfxFTLRjPIFRryi6FV/J33z4IS53WO4pTk36KlvJ4iLiQz+oaydDC1xbcA== + "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" @@ -1087,6 +1102,11 @@ classnames@^2.3.1: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e" integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + clsx@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"