From 9082b632216661992d7005544ab12cc5e31f7894 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Jun 2026 00:03:06 +0000 Subject: [PATCH] chore(deps): update dependency @floating-ui/vue to v2 --- pnpm-lock.yaml | 32 ++++++++------------------------ vue/primitives/package.json | 2 +- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94f87f6..039297e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,8 +302,8 @@ importers: vue/primitives: dependencies: '@floating-ui/vue': - specifier: ^1.1.11 - version: 1.1.11(vue@3.5.35(typescript@6.0.3)) + specifier: ^2.0.0 + version: 2.0.0(vue@3.5.35(typescript@6.0.3)) '@robonen/encoding': specifier: workspace:* version: link:../../core/encoding @@ -1365,8 +1365,10 @@ packages: '@floating-ui/utils@0.2.11': resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} - '@floating-ui/vue@1.1.11': - resolution: {integrity: sha512-HzHKCNVxnGS35r9fCHBc3+uCnjw9IWIlCPL683cGgM9Kgj2BiAl8x1mS7vtvP6F9S/e/q4O6MApwSHj8hNLGfw==} + '@floating-ui/vue@2.0.0': + resolution: {integrity: sha512-I7hYpCAkgBrtXdZbfCpGaqAV+E09fENSHBIm81z6WhSgcl1ctkb3+1gW9h8PVDus0Em2FwGRR41epgxILS6YhQ==} + peerDependencies: + vue: '>=3.3.0' '@gwhitney/detect-indent@7.0.1': resolution: {integrity: sha512-7bQW+gkKa2kKZPeJf6+c6gFK9ARxQfn+FKy9ScTBppyKRWH2KzsmweXUoklqeEiHiNVWaeP5csIdsNq6w7QhzA==} @@ -8438,17 +8440,6 @@ packages: vue-component-type-helpers@3.3.4: resolution: {integrity: sha512-joip1uZTaQR0nD23N400gIdJ7xY+WiiiMA/BCKz842gvGBknqDQAzklUvDEhqFvvrhQY8S2ZANBMu4X70VMFGw==} - vue-demi@0.14.10: - resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} - engines: {node: '>=12'} - hasBin: true - peerDependencies: - '@vue/composition-api': ^1.0.0-rc.1 - vue: ^3.0.0-0 || ^2.6.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true - vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} @@ -9599,14 +9590,11 @@ snapshots: '@floating-ui/utils@0.2.11': {} - '@floating-ui/vue@1.1.11(vue@3.5.35(typescript@6.0.3))': + '@floating-ui/vue@2.0.0(vue@3.5.35(typescript@6.0.3))': dependencies: '@floating-ui/dom': 1.7.6 '@floating-ui/utils': 0.2.11 - vue-demi: 0.14.10(vue@3.5.35(typescript@6.0.3)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue + vue: 3.5.35(typescript@6.0.3) '@gwhitney/detect-indent@7.0.1': {} @@ -17449,10 +17437,6 @@ snapshots: vue-component-type-helpers@3.3.4: {} - vue-demi@0.14.10(vue@3.5.35(typescript@6.0.3)): - dependencies: - vue: 3.5.35(typescript@6.0.3) - vue-devtools-stub@0.1.0: {} vue-docgen-api@4.79.2(vue@3.5.35(typescript@5.9.3)): diff --git a/vue/primitives/package.json b/vue/primitives/package.json index 9af00ef..8e61a9a 100644 --- a/vue/primitives/package.json +++ b/vue/primitives/package.json @@ -69,7 +69,7 @@ "vue-tsc": "^3.3.4" }, "dependencies": { - "@floating-ui/vue": "^1.1.11", + "@floating-ui/vue": "^2.0.0", "@robonen/encoding": "workspace:*", "@robonen/platform": "workspace:*", "@robonen/stdlib": "workspace:*",