From 846d376fd444140d00cc5b03e089f8037551ae74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:19:59 +0000 Subject: [PATCH 1/3] chore(deps): update dependency reka-ui to v2.6.0 --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8633e11326..7ac09b84a8 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "mlly": "^1.8.0", "ohash": "^2.0.11", "pathe": "^2.0.3", - "reka-ui": "2.5.1", + "reka-ui": "2.6.0", "scule": "^1.3.0", "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b799a85c31..36970faf33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^2.0.3 version: 2.0.3 reka-ui: - specifier: 2.5.1 - version: 2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + specifier: 2.6.0 + version: 2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) scule: specifier: ^1.3.0 version: 1.3.0 @@ -159,7 +159,7 @@ importers: version: 1.1.0(typescript@5.8.3) vaul-vue: specifier: 0.4.1 - version: 0.4.1(reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)) + version: 0.4.1(reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)) vue-component-type-helpers: specifier: ^3.1.1 version: 3.1.1 @@ -6201,8 +6201,8 @@ packages: rehype-sort-attributes@5.0.1: resolution: {integrity: sha512-Bxo+AKUIELcnnAZwJDt5zUDDRpt4uzhfz9d0PVGhcxYWsbFj5Cv35xuWxu5r1LeYNFNhgGqsr9Q2QiIOM/Qctg==} - reka-ui@2.5.1: - resolution: {integrity: sha512-QJGB3q21wQ1Kw28HhhNDpjfFe8qpePX1gK4FTBRd68XTh9aEnhR5bTJnlV0jxi8FBPh0xivZBeNFUc3jiGx7mQ==} + reka-ui@2.6.0: + resolution: {integrity: sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==} peerDependencies: vue: '>= 3.2.0' @@ -14215,7 +14215,7 @@ snapshots: '@types/hast': 3.0.4 unist-util-visit: 5.0.0 - reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): + reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): dependencies: '@floating-ui/dom': 1.7.4 '@floating-ui/vue': 1.1.9(vue@3.5.22(typescript@5.8.3)) @@ -15298,10 +15298,10 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vaul-vue@0.4.1(reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)): + vaul-vue@0.4.1(reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)): dependencies: '@vueuse/core': 10.11.1(vue@3.5.22(typescript@5.8.3)) - reka-ui: 2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + reka-ui: 2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) vue: 3.5.22(typescript@5.8.3) transitivePeerDependencies: - '@vue/composition-api' From 5da7e3ea6ca01f595b70b00b99faa598360f5183 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 23 Oct 2025 14:23:02 +0200 Subject: [PATCH 2/3] up --- src/runtime/components/CommandPalette.vue | 3 ++- src/runtime/components/Toaster.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/CommandPalette.vue b/src/runtime/components/CommandPalette.vue index 73c7a23c09..72d3dc3c3a 100644 --- a/src/runtime/components/CommandPalette.vue +++ b/src/runtime/components/CommandPalette.vue @@ -183,7 +183,8 @@ const props = withDefaults(defineProps>(), { modelValue: '', labelKey: 'label', autofocus: true, - back: true + back: true, + highlightOnHover: true }) const emits = defineEmits>() const slots = defineSlots>() diff --git a/src/runtime/components/Toaster.vue b/src/runtime/components/Toaster.vue index 4b04cb3288..038319e518 100644 --- a/src/runtime/components/Toaster.vue +++ b/src/runtime/components/Toaster.vue @@ -62,7 +62,7 @@ defineSlots() const { toasts, remove } = useToast() const appConfig = useAppConfig() as Toaster['AppConfig'] -const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold')) +const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold', 'disableSwipe')) const portalProps = usePortal(toRef(() => props.portal)) const swipeDirection = computed(() => { From 12a9f41bf89ded1a74b81147707810fef6eab1fc Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 23 Oct 2025 14:24:09 +0200 Subject: [PATCH 3/3] up --- .../__snapshots__/Calendar-vue.spec.ts.snap | 60 ++++++------- .../__snapshots__/Calendar.spec.ts.snap | 60 ++++++------- .../CommandPalette-vue.spec.ts.snap | 48 +++++------ .../__snapshots__/CommandPalette.spec.ts.snap | 48 +++++------ .../__snapshots__/InputMenu-vue.spec.ts.snap | 78 ++++++++--------- .../__snapshots__/InputMenu.spec.ts.snap | 78 ++++++++--------- .../__snapshots__/SelectMenu-vue.spec.ts.snap | 86 +++++++++---------- .../__snapshots__/SelectMenu.spec.ts.snap | 86 +++++++++---------- 8 files changed, 272 insertions(+), 272 deletions(-) diff --git a/test/components/__snapshots__/Calendar-vue.spec.ts.snap b/test/components/__snapshots__/Calendar-vue.spec.ts.snap index 950a4f4b99..13833e8664 100644 --- a/test/components/__snapshots__/Calendar-vue.spec.ts.snap +++ b/test/components/__snapshots__/Calendar-vue.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Calendar > renders with as correctly 1`] = ` -"
+"
-
+