Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/plain-donkeys-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@frontify/fondue-components": patch
"@frontify/fondue-rte": patch
"@frontify/fondue": patch
---

Update runtime dependencies to their latest patch and minor versions. Radix primitives pick up fixes for broken Dialog ARIA references when no title or description is rendered, Tooltip children mounting twice, `Slider.onValueCommit` not firing when thumbs cross, and value updates on form reset for RadioGroup, Slider, Select and Switch. `@react-aria/*` and `@react-stately/*` move to their latest patches, `downshift` gains a React Compiler compatibility fix, and `react-day-picker`, `react-colorful`, `@headless-tree/*` and `motion` move to their latest minors.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@changesets/cli": "^2.31.1",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.2.1",
"concurrently": "^10.0.4",
"glob": "^13.0.6",
"taze": "^19.11.0",
"wait-on": "^9.0.10"
"taze": "^19.17.1",
"wait-on": "^9.1.0"
}
}
32 changes: 16 additions & 16 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,46 +68,46 @@
"lodash-es": "^4.18.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/core": "^7.29.7",
"@etchteam/storybook-addon-status": "^8.1.0",
"@frontify/fondue-tokens": "workspace:^",
"@frontify/oxfmt-config": "^0.0.2",
"@frontify/oxlint-config-basic": "^0.0.2",
"@frontify/oxlint-config-react": "^0.0.2",
"@storybook/addon-a11y": "^10.3.6",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-links": "^10.3.6",
"@storybook/react-vite": "^10.3.6",
"@storybook/addon-a11y": "^10.5.6",
"@storybook/addon-docs": "^10.5.6",
"@storybook/addon-links": "^10.5.6",
"@storybook/react-vite": "^10.5.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"@types/d3-shape": "^3.1.8",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.27",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@visx/mock-data": "^4.0.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.5.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"happy-dom": "^20.9.0",
"@vitest/coverage-v8": "^3.2.7",
"@vitest/ui": "^3.2.7",
"autoprefixer": "^10.5.4",
"eslint-plugin-tailwindcss": "^3.18.3",
"happy-dom": "^20.11.1",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"oxlint-tsgolint": "^0.23.0",
"postcss": "^8.5.14",
"postcss": "^8.5.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.99.0",
"storybook": "^10.3.6",
"sass": "^1.102.0",
"storybook": "^10.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-dts": "^4.5.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"vitest": "^3.2.7"
}
}
90 changes: 45 additions & 45 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,32 @@
"dependencies": {
"@dnd-kit/abstract": "^0.3.2",
"@dnd-kit/react": "^0.3.2",
"@headless-tree/core": "^1.6.3",
"@headless-tree/react": "^1.6.3",
"@radix-ui/react-accordion": "^1.2.13",
"@radix-ui/react-checkbox": "^1.3.4",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-popover": "^1.1.16",
"@radix-ui/react-progress": "^1.1.9",
"@radix-ui/react-radio-group": "^1.4.0",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slider": "^1.4.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-switch": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-toggle-group": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.9",
"@headless-tree/core": "^1.7.0",
"@headless-tree/react": "^1.7.0",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-progress": "^1.1.16",
"@radix-ui/react-radio-group": "^1.4.7",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slider": "^1.4.7",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-toggle-group": "^1.1.19",
"@radix-ui/react-tooltip": "^1.2.16",
"date-fns": "^3.6.0",
"downshift": "^9.0.13",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.13.1"
"downshift": "^9.4.0",
"react-colorful": "^5.8.0",
"react-day-picker": "^9.14.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/core": "^7.29.7",
"@etchteam/storybook-addon-status": "^8.1.0",
"@frontify/fondue-icons": "workspace:^",
"@frontify/fondue-tokens": "workspace:^",
Expand All @@ -89,48 +89,48 @@
"@frontify/oxlint-config-react": "^0.0.2",
"@playwright/experimental-ct-react": "^1.60.0",
"@playwright/test": "^1.60.0",
"@storybook/addon-a11y": "^10.3.6",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-links": "^10.3.6",
"@storybook/addon-a11y": "^10.5.6",
"@storybook/addon-docs": "^10.5.6",
"@storybook/addon-links": "^10.5.6",
"@storybook/addon-mcp": "^0.6.0",
"@storybook/react-vite": "^10.3.6",
"@storybook/react-vite": "^10.5.6",
"@tailwindcss/forms": "^0.5.11",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@testing-library/user-event": "^14.6.3",
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
"@types/node": "^24.10.9",
"@types/react": "^18.3.27",
"@types/node": "^24.13.3",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/sinon": "^21.0.1",
"@types/sinon": "^22.0.0",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.5.0",
"chalk": "^5.6.2",
"eslint-plugin-tailwindcss": "^3.18.2",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^3.2.7",
"@vitest/ui": "^3.2.7",
"autoprefixer": "^10.5.4",
"chalk": "^6.0.0",
"eslint-plugin-tailwindcss": "^3.18.3",
"glob": "^13.0.6",
"happy-dom": "^20.9.0",
"happy-dom": "^20.11.1",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"oxlint-tsgolint": "^0.23.0",
"postcss": "^8.5.14",
"postcss": "^8.5.25",
"postcss-import": "^16.1.1",
"react": "^18.3.1",
"react-docgen-typescript": "^2.4.0",
"react-dom": "^18.3.1",
"sass": "^1.99.0",
"sinon": "^22.0.0",
"storybook": "^10.3.6",
"sass": "^1.102.0",
"sinon": "^22.1.0",
"storybook": "^10.5.6",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"tsx": "^4.23.5",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-dts": "^4.5.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"vitest": "^3.2.7"
},
"peerDependencies": {
"@frontify/fondue-icons": "workspace:^",
Expand Down
82 changes: 41 additions & 41 deletions packages/fondue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/dom": "^1.7.6",
"@floating-ui/dom": "^1.8.0",
"@frontify/fondue-charts": "workspace:^",
"@frontify/fondue-components": "workspace:^",
"@frontify/fondue-icons": "workspace:^",
Expand All @@ -151,87 +151,87 @@
"@frontify/fondue-tokens": "workspace:^",
"@popperjs/core": "^2.11.8",
"@react-aria/accordion": "3.0.0-alpha.37",
"@react-aria/breadcrumbs": "^3.6.0",
"@react-aria/button": "^3.15.0",
"@react-aria/checkbox": "^3.17.0",
"@react-aria/focus": "^3.22.0",
"@react-aria/interactions": "^3.28.0",
"@react-aria/link": "^3.9.0",
"@react-aria/listbox": "^3.16.0",
"@react-aria/menu": "^3.22.0",
"@react-aria/overlays": "^3.32.0",
"@react-aria/radio": "^3.13.0",
"@react-aria/select": "^3.18.0",
"@react-aria/utils": "^3.34.0",
"@react-aria/visually-hidden": "^3.9.0",
"@react-stately/checkbox": "^3.8.0",
"@react-stately/collections": "^3.13.0",
"@react-stately/list": "^3.14.0",
"@react-stately/menu": "^3.10.0",
"@react-stately/radio": "^3.12.0",
"@react-stately/select": "^3.10.0",
"@react-stately/table": "^3.16.0",
"@react-stately/toggle": "^3.10.0",
"@react-stately/tree": "^3.10.0",
"@react-types/shared": "^3.34.0",
"@react-aria/breadcrumbs": "^3.6.1",
"@react-aria/button": "^3.15.1",
"@react-aria/checkbox": "^3.17.1",
"@react-aria/focus": "^3.22.1",
"@react-aria/interactions": "^3.28.1",
"@react-aria/link": "^3.9.1",
"@react-aria/listbox": "^3.16.1",
"@react-aria/menu": "^3.22.1",
"@react-aria/overlays": "^3.32.1",
"@react-aria/radio": "^3.13.1",
"@react-aria/select": "^3.18.1",
"@react-aria/utils": "^3.34.1",
"@react-aria/visually-hidden": "^3.9.1",
"@react-stately/checkbox": "^3.8.1",
"@react-stately/collections": "^3.13.1",
"@react-stately/list": "^3.14.1",
"@react-stately/menu": "^3.10.1",
"@react-stately/radio": "^3.12.1",
"@react-stately/select": "^3.10.1",
"@react-stately/table": "^3.16.1",
"@react-stately/toggle": "^3.10.1",
"@react-stately/tree": "^3.10.1",
"@react-types/shared": "^3.36.1",
"@tailwindcss/forms": "^0.5.11",
"commander": "^14.0.3",
"date-fns": "^3.6.0",
"execa": "^9.6.1",
"immer": "10.1.1",
"jscodeshift": "^0.14.0",
"lodash-es": "^4.18.1",
"motion": "^12.38.0",
"motion": "^12.43.0",
"react-datepicker": "^6.9.0",
"react-fast-compare": "^3.2.2",
"react-is": "^18.3.1",
"react-popper": "^2.3.0",
"react-textarea-autosize": "^8.5.9"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/core": "^7.29.7",
"@etchteam/storybook-addon-status": "^8.1.0",
"@frontify/fondue-icons": "workspace:^",
"@frontify/oxfmt-config": "^0.0.2",
"@frontify/oxlint-config-basic": "^0.0.2",
"@frontify/oxlint-config-react": "^0.0.2",
"@storybook/addon-a11y": "^10.3.6",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-links": "^10.3.6",
"@storybook/react-vite": "^10.3.6",
"@storybook/addon-a11y": "^10.5.6",
"@storybook/addon-docs": "^10.5.6",
"@storybook/addon-links": "^10.5.6",
"@storybook/react-vite": "^10.5.6",
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
"@types/jscodeshift": "^17.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.9",
"@types/react": "^18.3.27",
"@types/node": "^24.13.3",
"@types/react": "^18.3.31",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.3.7",
"@types/react-is": "^18.3.1",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.5.0",
"chalk": "^5.6.2",
"@vitejs/plugin-react": "^5.2.0",
"autoprefixer": "^10.5.4",
"chalk": "^6.0.0",
"cross-env": "^10.1.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"eslint-plugin-tailwindcss": "^3.18.3",
"fast-glob": "^3.3.3",
"knip": "^5.82.1",
"knip": "^5.88.1",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"oxlint-tsgolint": "^0.23.0",
"postcss": "^8.5.14",
"postcss": "^8.5.25",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.1.3",
"storybook": "^10.3.6",
"storybook": "^10.5.6",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"tsx": "^4.23.5",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-static-copy": "^3.1.5",
"vite-plugin-static-copy": "^3.4.0",
"vite-tsconfig-paths": "^5.1.4"
}
}
Loading