Update dependency @fluentui/react-components to ^9.62.0 #292

Merged
renovate merged 1 commits from renovate/fluentui-react-components-9.x into master 2025-04-18 00:34:32 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@fluentui/react-components dependencies minor ^9.61.6 -> ^9.62.0

Release Notes

microsoft/fluentui (@​fluentui/react-components)

v9.62.0: @​fluentui/react-components v9.62.0

Compare Source

Minor changes
  • Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR #​34166 by behowell)
  • Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR #​34166 by behowell)
Patches

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@fluentui/react-components](https://github.com/microsoft/fluentui) | dependencies | minor | [`^9.61.6` -> `^9.62.0`](https://renovatebot.com/diffs/npm/@fluentui%2freact-components/9.61.6/9.62.0) | --- ### Release Notes <details> <summary>microsoft/fluentui (@&#8203;fluentui/react-components)</summary> ### [`v9.62.0`](https://github.com/microsoft/fluentui/releases/tag/%40fluentui/react-components_v9.62.0): @&#8203;fluentui/react-components v9.62.0 [Compare Source](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.6...@fluentui/react-components_v9.62.0) ##### Minor changes - Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR [#&#8203;34166](https://github.com/microsoft/fluentui/issues/34166) by [behowell](https://github.com/behowell)) - Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR [#&#8203;34166](https://github.com/microsoft/fluentui/issues/34166) by [behowell](https://github.com/behowell)) ##### Patches - fix: improve element validation to work with React 19 (PR [#&#8203;34164](https://github.com/microsoft/fluentui/issues/34164) by [layershifter](https://github.com/layershifter)) - fix(Popover): revert to a single composition mode for slide animations (PR [#&#8203;34160](https://github.com/microsoft/fluentui/issues/34160) by [robertpenner](https://github.com/robertpenner)) - fix: fix infite loop caused by hydration errors in React 18 (PR [#&#8203;34194](https://github.com/microsoft/fluentui/issues/34194) by [dmytrokirpa](https://github.com/dmytrokirpa)) - fix: design change of selected state for ColorSwatch (PR [#&#8203;34214](https://github.com/microsoft/fluentui/issues/34214) by [ValentinaKozlova](https://github.com/ValentinaKozlova)) - fix: avoid "ResizeObserver loop limit exceeded" being thrown (PR [#&#8203;34139](https://github.com/microsoft/fluentui/issues/34139) by [layershifter](https://github.com/layershifter)) - fix: target area for extra-small Tag (PR [#&#8203;34261](https://github.com/microsoft/fluentui/issues/34261) by [ValentinaKozlova](https://github.com/ValentinaKozlova)) - chore: update useToastContainer callback type to support React 18 (PR [#&#8203;34253](https://github.com/microsoft/fluentui/issues/34253) by [dmytrokirpa](https://github.com/dmytrokirpa)) - fix: rely on aria-expanded to prevent showing Tooltip when it's trigger opens Popover (PR [#&#8203;34086](https://github.com/microsoft/fluentui/issues/34086) by [mainframev](https://github.com/mainframev)) - Change chart-utilities to es2019 and module type esnext (PR [#&#8203;34183](https://github.com/microsoft/fluentui/issues/34183) by [AtishayMsft](https://github.com/AtishayMsft)) - fix: map stacked plotly scatter traces to area chart (PR [#&#8203;34229](https://github.com/microsoft/fluentui/issues/34229) by [krkshitij](https://github.com/krkshitij)) - fix: add support for ybins in plotly schema (PR [#&#8203;34240](https://github.com/microsoft/fluentui/issues/34240) by [krkshitij](https://github.com/krkshitij)) - fix: map plotly histogram2d trace to heatmap chart (PR [#&#8203;34230](https://github.com/microsoft/fluentui/issues/34230) by [krkshitij](https://github.com/krkshitij)) - fix: remove devDeps from deps (PR [#&#8203;34157](https://github.com/microsoft/fluentui/issues/34157) by [Hotell](https://github.com/Hotell)) - fix: revert min-width: max-content for Badge (PR [#&#8203;34215](https://github.com/microsoft/fluentui/issues/34215) by [mainframev](https://github.com/mainframev)) - Stop and reinitialize autoplay on carousel when autoplay interval changes (PR [#&#8203;34142](https://github.com/microsoft/fluentui/issues/34142) by [Mitch-At-Work](https://github.com/Mitch-At-Work)) - fix(react-charts): Enabling multiple legend selection for Vertical Bar Chart in V9 (PR [#&#8203;34149](https://github.com/microsoft/fluentui/issues/34149) by [srmukher](https://github.com/srmukher)) - Enable Controlled legends in v9 (PR [#&#8203;34197](https://github.com/microsoft/fluentui/issues/34197) by [Anush2303](https://github.com/Anush2303)) - feat: center align bars with auto barWidth in plotly mode (PR [#&#8203;34213](https://github.com/microsoft/fluentui/issues/34213) by [krkshitij](https://github.com/krkshitij)) - feat: add SankeyChart in v9 (PR [#&#8203;34162](https://github.com/microsoft/fluentui/issues/34162) by [krkshitij](https://github.com/krkshitij)) - Full Y Axis labels in Heatmap chart (PR [#&#8203;34260](https://github.com/microsoft/fluentui/issues/34260) by [Anush2303](https://github.com/Anush2303)) - feat: add HeatMapChart in v9 (PR [#&#8203;34095](https://github.com/microsoft/fluentui/issues/34095) by [krkshitij](https://github.com/krkshitij)) - feat: port all declarative chart changes from v8 to v9 (PR [#&#8203;34195](https://github.com/microsoft/fluentui/issues/34195) by [krkshitij](https://github.com/krkshitij)) - fix(react-charts): Dark mode theme colors for declarative charts in v9 (PR [#&#8203;34190](https://github.com/microsoft/fluentui/issues/34190) by [srmukher](https://github.com/srmukher)) - Remove duplicate key warning (PR [#&#8203;34200](https://github.com/microsoft/fluentui/issues/34200) by [Anush2303](https://github.com/Anush2303)) - Add scaling factor to height of VSBC bars (PR [#&#8203;34205](https://github.com/microsoft/fluentui/issues/34205) by [Anush2303](https://github.com/Anush2303)) - fix(react-charts): Replace plotly schema interface and conversion logic with chart utilities (PR [#&#8203;34183](https://github.com/microsoft/fluentui/issues/34183) by [AtishayMsft](https://github.com/AtishayMsft)) - feat: add support for line curves (PR [#&#8203;34209](https://github.com/microsoft/fluentui/issues/34209) by [krkshitij](https://github.com/krkshitij)) - fix(react-charts): Add background to the SVGTooltipText (PR [#&#8203;34176](https://github.com/microsoft/fluentui/issues/34176) by [srmukher](https://github.com/srmukher)) - Support rounded ticks in v9 (PR [#&#8203;34201](https://github.com/microsoft/fluentui/issues/34201) by [Anush2303](https://github.com/Anush2303)) - feat(react-charts): Migrate Area Chart to v9 (PR [#&#8203;34148](https://github.com/microsoft/fluentui/issues/34148) by [Anush2303](https://github.com/Anush2303)) - fix: map stacked plotly scatter traces to area chart (PR [#&#8203;34229](https://github.com/microsoft/fluentui/issues/34229) by [krkshitij](https://github.com/krkshitij)) - fix(react-charts): Secondary Y Axis margin adjustment in v9 (PR [#&#8203;34192](https://github.com/microsoft/fluentui/issues/34192) by [srmukher](https://github.com/srmukher)) - Enable Negative y value support in v9 (PR [#&#8203;34174](https://github.com/microsoft/fluentui/issues/34174) by [Anush2303](https://github.com/Anush2303)) - fix: remove duplicate legends + resolve overlapping bars across legends in VBC (PR [#&#8203;34208](https://github.com/microsoft/fluentui/issues/34208) by [krkshitij](https://github.com/krkshitij)) - Port fixes from v8 to v9 (PR [#&#8203;34210](https://github.com/microsoft/fluentui/issues/34210) by [Anush2303](https://github.com/Anush2303)) - Migrate HBC With Axis to V9 (PR [#&#8203;34094](https://github.com/microsoft/fluentui/issues/34094) by [Anush2303](https://github.com/Anush2303)) - fix(react-charts): Handle invalid plotly data in V9 and fixing id related error in donut chart (PR [#&#8203;34191](https://github.com/microsoft/fluentui/issues/34191) by [srmukher](https://github.com/srmukher)) - fix(react-charts): Enabling multiple legend selection for Scatter Chart in v9 (PR [#&#8203;34156](https://github.com/microsoft/fluentui/issues/34156) by [srmukher](https://github.com/srmukher)) - feat: transform plotly histogram2d trace to heatmap props (PR [#&#8203;34240](https://github.com/microsoft/fluentui/issues/34240) by [krkshitij](https://github.com/krkshitij)) - fix: ensure that the listbox is labelled by the field label (PR [#&#8203;34196](https://github.com/microsoft/fluentui/issues/34196) by [dmytrokirpa](https://github.com/dmytrokirpa)) - Support internal slot metadata change for SLOT_CLASS_NAME_PROP_SYMBOL (PR [#&#8203;34166](https://github.com/microsoft/fluentui/issues/34166) by [behowell](https://github.com/behowell)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguMSIsInVwZGF0ZWRJblZlciI6IjM5LjI1MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-17 00:33:54 +00:00
renovate merged commit 5b7709f50a into master 2025-04-18 00:34:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/VirtWebRemote#292
No description provided.