Skip to content

Commit c22447e

Browse files
renovate[bot]Hugos68endigo9740
authored
task(deps): update all non-major dependencies (#4278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hugos68 <hugokorteapple@gmail.com> Co-authored-by: Hugo Korte <63101006+Hugos68@users.noreply.github.com> Co-authored-by: Chris Simmons <gundamx9740@gmail.com>
1 parent 2a86756 commit c22447e

File tree

5 files changed

+2178
-1564
lines changed

5 files changed

+2178
-1564
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"engines": {
3939
"node": "24.x",
40-
"pnpm": "10.28.0"
40+
"pnpm": "10.30.1"
4141
},
42-
"packageManager": "pnpm@10.28.0"
42+
"packageManager": "pnpm@10.30.1"
4343
}

packages/skeleton-react/src/components/toast/anatomy/root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default function Root(props: ToastRootProps) {
2323

2424
const service = useMachine(machine, {
2525
...toastProps,
26+
// @ts-expect-error - remove when https://github.com/chakra-ui/zag/commit/d0ce632a98eeca4784d240c0391cc13a840e5d2a is released
2627
parent: group,
2728
});
2829
const toast = connect(service, normalizeProps);

packages/skeleton-svelte/src/components/tags-input/anatomy/root.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import type { PropsWithElement } from '../../../internal/props-with-element.js';
44
import type { Props } from '@zag-js/tags-input';
55
6-
export interface TagsInputRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
6+
export interface TagsInputRootProps
7+
extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'placeholder'> {}
78
</script>
89

910
<script lang="ts">

0 commit comments

Comments
 (0)