Skip to content

Commit f5bc5e4

Browse files
committed
chore: bump deps
1 parent 4c4c9af commit f5bc5e4

30 files changed

Lines changed: 1731 additions & 2569 deletions

File tree

bun.lock

Lines changed: 1375 additions & 2257 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"devDependencies": {
3636
"@biomejs/biome": "1.9.4",
3737
"@release-it/keep-a-changelog": "7.0.0",
38-
"@types/bun": "1.2.16",
39-
"lefthook": "1.11.13",
40-
"release-it": "19.0.3",
41-
"prettier": "3.5.3",
38+
"@types/bun": "1.2.18",
39+
"lefthook": "1.12.2",
40+
"release-it": "19.0.4",
41+
"prettier": "3.6.2",
4242
"prettier-plugin-svelte": "3.4.0",
43-
"turbo": "2.5.4",
43+
"turbo": "2.5.5",
4444
"typescript": "5.8.3",
45-
"vercel": "44.2.7"
45+
"vercel": "44.4.3"
4646
},
47-
"packageManager": "bun@1.2.15",
47+
"packageManager": "bun@1.2.18",
4848
"trustedDependencies": [
4949
"@ark-ui/website"
5050
],

packages/react/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
## [Unreleased]
22

3+
### Added
4+
5+
- **Checkbox**: Add `CheckboxGroupProvider` component for external checkbox group state management
6+
37
### Fixed
48

9+
- **Carousel**: Fix issue where full page carousel could trap scrolling
510
- **Collection**: Export `UseListCollectionReturn` type
6-
- **File Upload**: Export `FileError`, `FileMimeType`, and `FileRejection` types
11+
- **File Upload**:
12+
- Export `FileError`, `FileMimeType`, and `FileRejection` types
13+
- Fix issue where calling `api.setFiles` invokes validation with incorrect `acceptedFiles`
14+
- Fix issue where the browser might not be able to infer the mime type of a file due to limitations, drag source or
15+
security restrictions. As a fallback in the file validation logic, we now infer the mime type from the file
16+
extension.
717

818
## [5.16.1] - 2025-07-05
919

packages/react/package.json

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -86,68 +86,68 @@
8686
"sideEffects": false,
8787
"dependencies": {
8888
"@internationalized/date": "3.8.2",
89-
"@zag-js/accordion": "1.18.2",
90-
"@zag-js/angle-slider": "1.18.2",
91-
"@zag-js/anatomy": "1.18.2",
92-
"@zag-js/auto-resize": "1.18.2",
93-
"@zag-js/avatar": "1.18.2",
94-
"@zag-js/carousel": "1.18.2",
95-
"@zag-js/checkbox": "1.18.2",
96-
"@zag-js/clipboard": "1.18.2",
97-
"@zag-js/collapsible": "1.18.2",
98-
"@zag-js/collection": "1.18.2",
99-
"@zag-js/color-picker": "1.18.2",
100-
"@zag-js/color-utils": "1.18.2",
101-
"@zag-js/combobox": "1.18.2",
102-
"@zag-js/core": "1.18.2",
103-
"@zag-js/date-picker": "1.18.2",
104-
"@zag-js/date-utils": "1.18.2",
105-
"@zag-js/dialog": "1.18.2",
106-
"@zag-js/dom-query": "1.18.2",
107-
"@zag-js/editable": "1.18.2",
108-
"@zag-js/file-upload": "1.18.2",
109-
"@zag-js/file-utils": "1.18.2",
110-
"@zag-js/focus-trap": "1.18.2",
111-
"@zag-js/floating-panel": "1.18.2",
112-
"@zag-js/highlight-word": "1.18.2",
113-
"@zag-js/hover-card": "1.18.2",
114-
"@zag-js/i18n-utils": "1.18.2",
115-
"@zag-js/listbox": "1.18.2",
116-
"@zag-js/menu": "1.18.2",
117-
"@zag-js/number-input": "1.18.2",
118-
"@zag-js/pagination": "1.18.2",
119-
"@zag-js/password-input": "1.18.2",
120-
"@zag-js/pin-input": "1.18.2",
121-
"@zag-js/popover": "1.18.2",
122-
"@zag-js/presence": "1.18.2",
123-
"@zag-js/progress": "1.18.2",
124-
"@zag-js/qr-code": "1.18.2",
125-
"@zag-js/radio-group": "1.18.2",
126-
"@zag-js/rating-group": "1.18.2",
127-
"@zag-js/react": "1.18.2",
128-
"@zag-js/select": "1.18.2",
129-
"@zag-js/signature-pad": "1.18.2",
130-
"@zag-js/slider": "1.18.2",
131-
"@zag-js/splitter": "1.18.2",
132-
"@zag-js/steps": "1.18.2",
133-
"@zag-js/switch": "1.18.2",
134-
"@zag-js/tabs": "1.18.2",
135-
"@zag-js/tags-input": "1.18.2",
136-
"@zag-js/time-picker": "1.18.2",
137-
"@zag-js/timer": "1.18.2",
138-
"@zag-js/toast": "1.18.2",
139-
"@zag-js/toggle": "1.18.2",
140-
"@zag-js/toggle-group": "1.18.2",
141-
"@zag-js/tooltip": "1.18.2",
142-
"@zag-js/tour": "1.18.2",
143-
"@zag-js/tree-view": "1.18.2",
144-
"@zag-js/types": "1.18.2",
145-
"@zag-js/utils": "1.18.2"
89+
"@zag-js/accordion": "1.18.3",
90+
"@zag-js/angle-slider": "1.18.3",
91+
"@zag-js/anatomy": "1.18.3",
92+
"@zag-js/auto-resize": "1.18.3",
93+
"@zag-js/avatar": "1.18.3",
94+
"@zag-js/carousel": "1.18.3",
95+
"@zag-js/checkbox": "1.18.3",
96+
"@zag-js/clipboard": "1.18.3",
97+
"@zag-js/collapsible": "1.18.3",
98+
"@zag-js/collection": "1.18.3",
99+
"@zag-js/color-picker": "1.18.3",
100+
"@zag-js/color-utils": "1.18.3",
101+
"@zag-js/combobox": "1.18.3",
102+
"@zag-js/core": "1.18.3",
103+
"@zag-js/date-picker": "1.18.3",
104+
"@zag-js/date-utils": "1.18.3",
105+
"@zag-js/dialog": "1.18.3",
106+
"@zag-js/dom-query": "1.18.3",
107+
"@zag-js/editable": "1.18.3",
108+
"@zag-js/file-upload": "1.18.3",
109+
"@zag-js/file-utils": "1.18.3",
110+
"@zag-js/focus-trap": "1.18.3",
111+
"@zag-js/floating-panel": "1.18.3",
112+
"@zag-js/highlight-word": "1.18.3",
113+
"@zag-js/hover-card": "1.18.3",
114+
"@zag-js/i18n-utils": "1.18.3",
115+
"@zag-js/listbox": "1.18.3",
116+
"@zag-js/menu": "1.18.3",
117+
"@zag-js/number-input": "1.18.3",
118+
"@zag-js/pagination": "1.18.3",
119+
"@zag-js/password-input": "1.18.3",
120+
"@zag-js/pin-input": "1.18.3",
121+
"@zag-js/popover": "1.18.3",
122+
"@zag-js/presence": "1.18.3",
123+
"@zag-js/progress": "1.18.3",
124+
"@zag-js/qr-code": "1.18.3",
125+
"@zag-js/radio-group": "1.18.3",
126+
"@zag-js/rating-group": "1.18.3",
127+
"@zag-js/react": "1.18.3",
128+
"@zag-js/select": "1.18.3",
129+
"@zag-js/signature-pad": "1.18.3",
130+
"@zag-js/slider": "1.18.3",
131+
"@zag-js/splitter": "1.18.3",
132+
"@zag-js/steps": "1.18.3",
133+
"@zag-js/switch": "1.18.3",
134+
"@zag-js/tabs": "1.18.3",
135+
"@zag-js/tags-input": "1.18.3",
136+
"@zag-js/time-picker": "1.18.3",
137+
"@zag-js/timer": "1.18.3",
138+
"@zag-js/toast": "1.18.3",
139+
"@zag-js/toggle": "1.18.3",
140+
"@zag-js/toggle-group": "1.18.3",
141+
"@zag-js/tooltip": "1.18.3",
142+
"@zag-js/tour": "1.18.3",
143+
"@zag-js/tree-view": "1.18.3",
144+
"@zag-js/types": "1.18.3",
145+
"@zag-js/utils": "1.18.3"
146146
},
147147
"devDependencies": {
148148
"@biomejs/biome": "1.9.4",
149-
"@storybook/addon-a11y": "9.0.15",
150-
"@storybook/react-vite": "9.0.15",
149+
"@storybook/addon-a11y": "9.0.17",
150+
"@storybook/react-vite": "9.0.17",
151151
"@testing-library/dom": "10.4.0",
152152
"@testing-library/jest-dom": "6.6.3",
153153
"@testing-library/react": "16.3.0",
@@ -165,11 +165,11 @@
165165
"react-shadow": "20.6.0",
166166
"react-use": "17.6.0",
167167
"react-frame-component": "5.2.7",
168-
"react-hook-form": "7.57.0",
168+
"react-hook-form": "7.60.0",
169169
"resize-observer-polyfill": "1.5.1",
170-
"storybook": "9.0.15",
170+
"storybook": "9.0.17",
171171
"typescript": "5.8.3",
172-
"vite": "7.0.2",
172+
"vite": "7.0.5",
173173
"vite-plugin-dts": "4.5.4",
174174
"vitest": "3.2.4",
175175
"@vitest/coverage-v8": "3.2.4",

packages/react/src/components/color-picker/color-picker-value-text.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ export interface ColorPickerValueTextBaseProps extends PolymorphicProps {
1010
export interface ColorPickerValueTextProps extends HTMLProps<'span'>, ColorPickerValueTextBaseProps {}
1111

1212
export const ColorPickerValueText = forwardRef<HTMLDivElement, ColorPickerValueTextProps>((props, ref) => {
13-
const { children, format, ...localprops } = props
13+
const { children, format, ...localProps } = props
1414
const colorPicker = useColorPickerContext()
15-
const mergedProps = mergeProps(colorPicker.getValueTextProps(), localprops)
15+
const mergedProps = mergeProps(colorPicker.getValueTextProps(), localProps)
1616
const valueAsString = format ? colorPicker.value.toString(format) : colorPicker.valueAsString
1717

1818
return (
1919
<ark.span {...mergedProps} ref={ref}>
20-
{props.children || valueAsString}
20+
{children || valueAsString}
2121
</ark.span>
2222
)
2323
})

packages/react/src/components/field/use-field.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export const useField = (props: UseFieldProps = {}) => {
5252
const [hasErrorText, setHasErrorText] = useState(false)
5353
const [hasHelperText, setHasHelperText] = useState(false)
5454

55-
const id = props.id ?? useId()
55+
const uid = useId()
56+
const id = props.id ?? uid
5657
const rootRef = useRef<HTMLDivElement>(null)
5758

5859
const rootId = ids?.control ?? `field::${id}`

packages/react/src/components/fieldset/use-fieldset.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export const useFieldset = (props: UseFieldsetProps = {}) => {
3030
const hasErrorText = useRef(false)
3131
const hasHelperText = useRef(false)
3232

33-
const id = props.id ?? useId()
33+
const uid = useId()
34+
const id = props.id ?? uid
3435
const rootRef = useRef<HTMLFieldSetElement>(null)
3536

3637
const errorTextId = `fieldset::${id}::error-text`

packages/solid/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66

77
### Fixed
88

9+
- **Carousel**: Fix issue where full page carousel could trap scrolling
910
- **Collection**: Export `UseListCollectionReturn` type
10-
- **File Upload**: Export `FileError`, `FileMimeType`, and `FileRejection` types
11+
- **File Upload**:
12+
- Export `FileError`, `FileMimeType`, and `FileRejection` types
13+
- Fix issue where calling `api.setFiles` invokes validation with incorrect `acceptedFiles`
14+
- Fix issue where the browser might not be able to infer the mime type of a file due to limitations, drag source or
15+
security restrictions. As a fallback in the file validation logic, we now infer the mime type from the file
16+
extension.
1117

1218
## [5.16.1] - 2025-07-05
1319

packages/solid/package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -85,71 +85,71 @@
8585
"sideEffects": false,
8686
"dependencies": {
8787
"@internationalized/date": "3.8.2",
88-
"@zag-js/accordion": "1.18.2",
89-
"@zag-js/angle-slider": "1.18.2",
90-
"@zag-js/anatomy": "1.18.2",
91-
"@zag-js/auto-resize": "1.18.2",
92-
"@zag-js/avatar": "1.18.2",
93-
"@zag-js/carousel": "1.18.2",
94-
"@zag-js/checkbox": "1.18.2",
95-
"@zag-js/clipboard": "1.18.2",
96-
"@zag-js/collapsible": "1.18.2",
97-
"@zag-js/collection": "1.18.2",
98-
"@zag-js/color-picker": "1.18.2",
99-
"@zag-js/color-utils": "1.18.2",
100-
"@zag-js/combobox": "1.18.2",
101-
"@zag-js/core": "1.18.2",
102-
"@zag-js/date-picker": "1.18.2",
103-
"@zag-js/date-utils": "1.18.2",
104-
"@zag-js/dialog": "1.18.2",
105-
"@zag-js/dom-query": "1.18.2",
106-
"@zag-js/editable": "1.18.2",
107-
"@zag-js/file-upload": "1.18.2",
108-
"@zag-js/file-utils": "1.18.2",
109-
"@zag-js/focus-trap": "1.18.2",
110-
"@zag-js/floating-panel": "1.18.2",
111-
"@zag-js/highlight-word": "1.18.2",
112-
"@zag-js/hover-card": "1.18.2",
113-
"@zag-js/i18n-utils": "1.18.2",
114-
"@zag-js/listbox": "1.18.2",
115-
"@zag-js/menu": "1.18.2",
116-
"@zag-js/number-input": "1.18.2",
117-
"@zag-js/pagination": "1.18.2",
118-
"@zag-js/password-input": "1.18.2",
119-
"@zag-js/pin-input": "1.18.2",
120-
"@zag-js/popover": "1.18.2",
121-
"@zag-js/presence": "1.18.2",
122-
"@zag-js/progress": "1.18.2",
123-
"@zag-js/qr-code": "1.18.2",
124-
"@zag-js/radio-group": "1.18.2",
125-
"@zag-js/rating-group": "1.18.2",
126-
"@zag-js/select": "1.18.2",
127-
"@zag-js/signature-pad": "1.18.2",
128-
"@zag-js/slider": "1.18.2",
129-
"@zag-js/solid": "1.18.2",
130-
"@zag-js/splitter": "1.18.2",
131-
"@zag-js/steps": "1.18.2",
132-
"@zag-js/switch": "1.18.2",
133-
"@zag-js/tabs": "1.18.2",
134-
"@zag-js/tags-input": "1.18.2",
135-
"@zag-js/time-picker": "1.18.2",
136-
"@zag-js/timer": "1.18.2",
137-
"@zag-js/toast": "1.18.2",
138-
"@zag-js/toggle": "1.18.2",
139-
"@zag-js/toggle-group": "1.18.2",
140-
"@zag-js/tooltip": "1.18.2",
141-
"@zag-js/tour": "1.18.2",
142-
"@zag-js/tree-view": "1.18.2",
143-
"@zag-js/types": "1.18.2",
144-
"@zag-js/utils": "1.18.2"
88+
"@zag-js/accordion": "1.18.3",
89+
"@zag-js/angle-slider": "1.18.3",
90+
"@zag-js/anatomy": "1.18.3",
91+
"@zag-js/auto-resize": "1.18.3",
92+
"@zag-js/avatar": "1.18.3",
93+
"@zag-js/carousel": "1.18.3",
94+
"@zag-js/checkbox": "1.18.3",
95+
"@zag-js/clipboard": "1.18.3",
96+
"@zag-js/collapsible": "1.18.3",
97+
"@zag-js/collection": "1.18.3",
98+
"@zag-js/color-picker": "1.18.3",
99+
"@zag-js/color-utils": "1.18.3",
100+
"@zag-js/combobox": "1.18.3",
101+
"@zag-js/core": "1.18.3",
102+
"@zag-js/date-picker": "1.18.3",
103+
"@zag-js/date-utils": "1.18.3",
104+
"@zag-js/dialog": "1.18.3",
105+
"@zag-js/dom-query": "1.18.3",
106+
"@zag-js/editable": "1.18.3",
107+
"@zag-js/file-upload": "1.18.3",
108+
"@zag-js/file-utils": "1.18.3",
109+
"@zag-js/focus-trap": "1.18.3",
110+
"@zag-js/floating-panel": "1.18.3",
111+
"@zag-js/highlight-word": "1.18.3",
112+
"@zag-js/hover-card": "1.18.3",
113+
"@zag-js/i18n-utils": "1.18.3",
114+
"@zag-js/listbox": "1.18.3",
115+
"@zag-js/menu": "1.18.3",
116+
"@zag-js/number-input": "1.18.3",
117+
"@zag-js/pagination": "1.18.3",
118+
"@zag-js/password-input": "1.18.3",
119+
"@zag-js/pin-input": "1.18.3",
120+
"@zag-js/popover": "1.18.3",
121+
"@zag-js/presence": "1.18.3",
122+
"@zag-js/progress": "1.18.3",
123+
"@zag-js/qr-code": "1.18.3",
124+
"@zag-js/radio-group": "1.18.3",
125+
"@zag-js/rating-group": "1.18.3",
126+
"@zag-js/select": "1.18.3",
127+
"@zag-js/signature-pad": "1.18.3",
128+
"@zag-js/slider": "1.18.3",
129+
"@zag-js/solid": "1.18.3",
130+
"@zag-js/splitter": "1.18.3",
131+
"@zag-js/steps": "1.18.3",
132+
"@zag-js/switch": "1.18.3",
133+
"@zag-js/tabs": "1.18.3",
134+
"@zag-js/tags-input": "1.18.3",
135+
"@zag-js/time-picker": "1.18.3",
136+
"@zag-js/timer": "1.18.3",
137+
"@zag-js/toast": "1.18.3",
138+
"@zag-js/toggle": "1.18.3",
139+
"@zag-js/toggle-group": "1.18.3",
140+
"@zag-js/tooltip": "1.18.3",
141+
"@zag-js/tour": "1.18.3",
142+
"@zag-js/tree-view": "1.18.3",
143+
"@zag-js/types": "1.18.3",
144+
"@zag-js/utils": "1.18.3"
145145
},
146146
"devDependencies": {
147147
"@biomejs/biome": "1.9.4",
148148
"@modular-forms/solid": "0.25.1",
149149
"@solidjs/testing-library": "0.8.10",
150-
"@storybook/addon-a11y": "9.0.15",
151-
"@storybook/addon-links": "9.0.15",
152-
"@storybook/addon-vitest": "9.0.15",
150+
"@storybook/addon-a11y": "9.0.17",
151+
"@storybook/addon-links": "9.0.17",
152+
"@storybook/addon-vitest": "9.0.17",
153153
"@testing-library/dom": "10.4.0",
154154
"@testing-library/jest-dom": "6.6.3",
155155
"@testing-library/user-event": "14.6.1",
@@ -161,11 +161,11 @@
161161
"lucide-solid": "0.525.0",
162162
"resize-observer-polyfill": "1.5.1",
163163
"solid-js": "1.9.7",
164-
"storybook": "9.0.15",
165-
"storybook-solidjs-vite": "9.0.0",
164+
"storybook": "9.0.17",
165+
"storybook-solidjs-vite": "9.0.2",
166166
"tsup": "8.5.0",
167167
"typescript": "5.8.3",
168-
"vite": "7.0.2",
168+
"vite": "7.0.5",
169169
"vite-plugin-solid": "2.11.7",
170170
"vitest": "3.2.4",
171171
"@vitest/coverage-v8": "3.2.4",

0 commit comments

Comments
 (0)