Skip to content

fix(deps): update dependency @chakra-ui/react to v3.34.0#314

Merged
yn1323 merged 1 commit intodevelopfrom
renovate/chakra-ui-monorepo
Apr 19, 2026
Merged

fix(deps): update dependency @chakra-ui/react to v3.34.0#314
yn1323 merged 1 commit intodevelopfrom
renovate/chakra-ui-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/react (source) 3.30.03.34.0 age confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v3.34.0

Compare Source

Minor Changes
Patch Changes
  • 94517fa
    Thanks @​segunadebayo! - Fix export gaps for
    Ark UI components:

    • Select: Expose Select.List component (for virtualization support)
    • Combobox: Export ComboboxSelectionDetails type (as
      Combobox.SelectionDetails in namespace)
    • Listbox: Export ListboxScrollToIndexDetails,
      ListboxSelectionDetails, ListboxSelectionMode types (as
      Listbox.ScrollToIndexDetails, Listbox.SelectionDetails,
      Listbox.SelectionMode in namespace)
    • Menu: Export MenuValueChangeDetails type (as Menu.ValueChangeDetails
      in namespace)
  • be18f13
    Thanks @​segunadebayo! - Fix TypeScript
    error when passing ref to CheckboxGroup.

  • 0aa89d0
    Thanks @​segunadebayo! - Fix globalCss
    silently ignoring element selectors that match utility shorthands (e.g. p,
    m, h, w).

    Previously, p: { margin: '0 0 1em' } in globalCss was treated as the
    padding utility instead of a <p> element selector, causing the styles to
    be silently dropped.

  • 59bf8f6
    Thanks @​segunadebayo! - - Field: Fix
    Field.ErrorIcon default size so it stays aligned with error text instead of
    expanding when the error area is full width.

v3.33.0

Compare Source

Minor Changes
  • 60a0a8b
    Thanks @​segunadebayo! - - Checkbox:
    Fixed individual checkbox props being overridden by CheckboxGroup when
    rendering
    • Color Picker: Fixed color not updating when selecting black shades in
      controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would
      incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items
      quickly
    • Number Input: Fixed cursor positioning issues after clicking label or
      scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects
      (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between
        thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable,
      and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled
      textarea
    • Tooltip: Added data-instant attribute for instant animations when
      switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled
Patch Changes
  • 2b8360b
    Thanks @​segunadebayo! - CodeBlock: Fix
    overlay and floating elements scrolling out of view when horizontally
    scrolling long code lines.

v3.32.0

Compare Source

Minor Changes
Patch Changes
  • 0b15d10
    Thanks @​segunadebayo! - - Styled
    System
    : Fixed backdrop blur not applying when using backdropFilter="auto"
    with backdropBlur. This now works as expected:

    <Dialog.Backdrop backdropFilter="auto" backdropBlur="md" />
  • 7f30a7b
    Thanks @​segunadebayo! - Fixed issue where
    useBreakpointValue does not respect base value during SSR.

  • 11c2004
    Thanks @​segunadebayo! - Fixed
    collapse-width keyframe animating height instead of width. The keyframe
    now correctly animates the width property for horizontal collapse transitions.

  • a871bc5
    Thanks @​segunadebayo! - Fix issue where
    Dialog appears below Popover when triggered from within it.

    Unified z-index for overlay components (Dialog, Drawer, Menu,
    HoverCard) to use zIndex.popover and --layer-index for proper stacking.

v3.31.0

Compare Source

Minor Changes
  • 756b385
    Thanks @​segunadebayo! - - ActionBar
    • Add placement variant to configure bar position: bottom, bottom-start,
      bottom-end
    • Add --action-bar-offset CSS variable to configure offset from edges
Patch Changes
  • 4fcf302
    Thanks @​segunadebayo! - - ColorPicker,
    Select, Combobox
    : Fix z-index stacking when used inside dialogs

    • Theme: Export the listboxSlotRecipe slot recipe
  • #​10512
    cc0d202
    Thanks @​teunlao! - cva: Normalize base
    styles to prevent shorthand properties from overwriting variant styles

  • cac7cb0
    Thanks @​segunadebayo! - Fix menu content
    background not rendering by using full token path for CSS variable

  • 4364995
    Thanks @​segunadebayo! - Fix SkeletonText
    duplicating children when loading is set to false

  • 1cc185d
    Thanks @​segunadebayo! - - Slider

    • Add markerLabel to component anatomy for theming marker labels
    • Export Slider.MarkerLabel component for custom marker label rendering
    • Improve focus ring styles for Slider.Thumb

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 6am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

1 passed / 3 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

3 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

3 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

2 passed / 3 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

1 passed / 4 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

2 passed / 3 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 失敗

4 passed / 1 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 成功

5 passed / 0 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

テスト結果: 成功

5 passed / 0 failed / 0 skipped

Status Test
prepare Clerk testing token and sign in
もっと見る・すべて表示でデータが段階的に表示される
初回セットアップからシフト確定まで
未提出→提出→修正→再提出のハッピーパス
締切後の表示確認

View Report

デプロイ先: https://github.com/yn1323/hosting-pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant