Skip to content

fix: update package dependencies - #11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/package-dependencies
Open

fix: update package dependencies#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/package-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adbayb/stack (source) 2.36.02.40.0 age adoption passing confidence
@chakra-ui/react (source) ^3.35.0^3.36.1 age adoption passing confidence
@swc/core (source) ^1.15.33^1.15.46 age adoption passing confidence
@types/react (source) 19.2.1519.2.17 age adoption passing confidence
picomatch ^4.0.4^4.0.5 age adoption passing confidence
quickbundle (source) 3.0.03.1.0 age adoption passing confidence
react (source) ^19.2.6^19.2.8 age adoption passing confidence

Release Notes

adbayb/stack (@​adbayb/stack)

v2.40.0

Compare Source

Minor Changes
  • 84d6a79 Thanks @​adbayb! - Update templates to enable automatic detection of variabilized template files.
Patch Changes
  • 634411b Thanks @​adbayb! - Enable back save-exact config following pnpm 11 migration (.npmrc is no longer needed). Templates are updated as well.

v2.39.0

Compare Source

Minor Changes
  • 8fb6f23 Thanks @​adbayb! - Add new Unicorn ESLint rules and update templates to exclude @adbayb packages from pnpm releage age checks.
Patch Changes

v2.38.1

Compare Source

Patch Changes

v2.38.0

Compare Source

Minor Changes
Patch Changes

v2.37.0

Compare Source

Minor Changes
  • 185924d Thanks @​adbayb! - Update gitignore template files.

  • 3989934 Thanks @​adbayb! - Update templates to define publicHoistPattern config at pnpm workspace config level.

Patch Changes
  • 2d037ee Thanks @​adbayb! - Update dependencies including eslint, turbo, and commitlint.

v2.36.1

Compare Source

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

v3.36.1

Compare Source

Patch Changes
  • #​10868
    f32a160
    Thanks @​WahabKhan7528! -
    OverlayManager: add has() method to createOverlay return

  • #​10885
    e503f8d
    Thanks @​dfedoryshchev! - - Bleed: Fix
    incorrect css prop application

  • 129c50f
    Thanks @​segunadebayo! - Fix issue where the
    checked ring of RadioCard and CheckboxCard (outline variant) gets clipped
    when a parent has overflow: hidden|auto|scroll. The ring is now drawn with
    an inset shadow instead of an outer shadow.

  • #​10859
    6f10270
    Thanks @​dfedoryshchev! - - Checkmark: Fix
    incorrect css prop application

  • #​10884
    e7431f1
    Thanks @​sanjibani! - - Docs: fix
    Stack.Separator references in the v3 migration guide. The standalone
    Separator component is now used in both the StackDivider and Stack Props
    examples.

  • 0fe3055
    Thanks @​segunadebayo! - Fix error when
    merging recipes (e.g. composing a recipe-based component through the chakra
    factory). Recipe merging now normalizes compiled and raw configs before
    combining them, and no longer throws or mutates the source configs.

  • #​10879
    e882dc0
    Thanks @​dfedoryshchev! - - Float: Fix
    incorrect css prop application

  • 2ed9026
    Thanks @​segunadebayo! - Add a default
    minSize of { width: 240, height: 100 } to FloatingPanel.Root to prevent
    the panel from being resized to zero. Pass your own minSize to override it.

  • #​10863
    b5de5e2
    Thanks @​dfedoryshchev! - - Image: Fix
    custom className removing the base chakra-image class

  • #​10873
    c4e79c1
    Thanks @​dfedoryshchev! - Fix issue where
    LinkOverlay dropped the rel attribute instead of forwarding it to the
    rendered anchor.

  • 0fe3055
    Thanks @​segunadebayo! - Improve render
    performance of recipe components (Button, Badge, Skeleton, etc.) in
    large lists and tables.

    • Cache compiled recipes per system instead of per component instance.
    • Memoize variant style resolution so results are referentially stable.
    • Drop the per-instance structuredClone of recipe configs.

    In benchmarks, repeated variant resolution is ~70-90x faster and
    compile+resolve ~30x faster. No public API changes.

  • #​10860
    f53e46a
    Thanks @​dfedoryshchev! - - WrapItem: Fix
    incorrect css prop application

v3.36.0

Compare Source

Minor Changes
  • #​10752
    1ef5800
    Thanks @​kalisaNkevin! - [New]
    FloatingPanel
    : Add draggable, resizable floating panel component

    import { FloatingPanel } from "@​chakra-ui/react/floating-panel"
    <FloatingPanel.Root>
      <FloatingPanel.Trigger />
      <FloatingPanel.Positioner>
        <FloatingPanel.Content>
          <FloatingPanel.Header>
            <FloatingPanel.DragTrigger>
              <FloatingPanel.Title />
            </FloatingPanel.DragTrigger>
            <FloatingPanel.Control>
              <FloatingPanel.StageTrigger />
              <FloatingPanel.CloseTrigger />
            </FloatingPanel.Control>
          </FloatingPanel.Header>
          <FloatingPanel.Body />
          <FloatingPanel.ResizeTriggers />
        </FloatingPanel.Content>
      </FloatingPanel.Positioner>
    </FloatingPanel.Root>
  • #​10847
    238e20a
    Thanks @​Adebesin-Cell! - Update Ark UI to
    v5.37.2

    • Splitter: Accept CSS units (px, em, rem, vh, vw) for size
      props, add per-panel resizeBehavior ("preserve-pixel-size"), and fix
      focus not moving to a resize trigger on click.
    • Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select,
      Tooltip
      : Add data-side to placement-aware parts for placement-based
      styling.
    • Accordion: Remove redundant aria-disabled from item triggers.
    • Color Picker: Fire onValueChangeEnd when picking a color with the
      EyeDropper API.
    • Combobox: Don't submit the form on Enter when an item is highlighted
      or the value is rejected by allowCustomValue: false.
    • Date Picker: Fix range-mode clear not resetting active/hovered state,
      the native month/year select inside modals (Firefox), and
      outsideDaySelectable hover changing the visible month.
    • Dialog, Hover Card, Menu, Popover, Tooltip: Fix shared custom trigger
      elements being ignored, and trigger lookups in shadow DOM.
    • Dialog, Popover: Fix the page being left uninteractive after closing in
      React 19 Strict Mode.
    • Number Input: Fix blur behavior when the input is cleared and min is
      greater than 0.
    • Pin Input: Fix data-filled being set on every input on first render.
    • Tabs: Update the indicator when the tab list resizes (responsive
      reflow).
Patch Changes
  • 43a016d
    Thanks @​segunadebayo! - Remove the
    DatePicker input _placeholder override so placeholders use the same global
    *::placeholder styling as Input.

  • 82b26be
    Thanks @​segunadebayo! - Use
    focusVisibleRing instead of focusRing on Link so the focus ring shows
    only for :focus-visible, not on mouse click.

  • 1bbdd86
    Thanks @​segunadebayo! - Fix recipe
    definition types so defaultVariants accepts variant keys when using the
    broad RecipeDefinition type.

  • 06b5f02
    Thanks @​segunadebayo! - Fix
    system.token() returning dark-mode resolved values for semantic tokens with
    light/dark conditions instead of the semantic CSS variable reference.

    Also fix token dictionary bookkeeping for semantic tokens without a base value
    so lookup maps stay in sync after empty tokens are removed.

  • #​10799
    7a97cf9
    Thanks @​cyphercodes! - Fix token dictionary
    lookups to preserve semantic token condition metadata when using getByName.

  • #​10801
    27e0489
    Thanks @​doz13189! - Fix: normalize nested token
    overrides when merging default theme

    When merging a custom token into the default theme, token normalization could
    stop at the category level (for example colors) and prevent promoting flat
    tokens to DEFAULT. This change updates the merge logic so adding nested
    overrides like colors.black.100 correctly moves the original colors.black
    value to DEFAULT and resolves nested tokens.

    Fixes: #​10800

swc-project/swc (@​swc/core)

v1.15.46

Compare Source

Bug Fixes
Documentation
Features
Refactor
Testing
  • (react-compiler) Add build-pass fixtures for wrapped assignment targets (#​11967) (58d9b53)
Build
Ci

v1.15.43

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/react-compiler) Update forked react compiler to 0.2.0 (#​11946) (6fbe188)
Refactor

v1.15.41

Compare Source

Bug Fixes
Documentation
Performance
Revert

v1.15.40

Compare Source

Bug Fixes
  • (es/minifier) Preserve args for destructured callbacks (#​11830) (21873b0)

  • (es/minifier) Avoid generating mangled property names that collide with existing properties (#​11839) (9b4fab5)

  • (es/minifier) Respect ecma for iife temp vars (#​11873) (e481934)

  • (es/minifier) Preserve default parameter object props (#​11884) (71ff84f)

  • (es/parser) Reject object-rest assignment to array/object literal (#​11875) (7b57d1f)

  • (es/parser) Reject object rest assignment to literals (#​11881) (4ec2eaf)

  • (es/react) Exclude self-recursive hooks from refresh dependency array (#​11838) (9101c71)

  • (ts/fast-dts) Strip definite assertions in dts (#​11858) (2ab1b8a)

  • (ts/fast-strip) Reject unsafe assertion erasure in binary expressions (#​11828) (aa5b539)

  • (typescript) Strip parameter binding defaults in dts (#​11857) (800bc17)

Documentation
Features
Miscellaneous Tasks
Performance
Testing
  • (es/minifier) Move issue_11835 fixture out of terser folder (#​11840) (3dd3431)
Ci
Security
micromatch/picomatch (picomatch)

v4.0.5

Compare Source

adbayb/quickbundle (quickbundle)

v3.1.0

Compare Source

Minor Changes
  • c70f8cb Thanks @​adbayb! - Use pnpm pack-app to compile binaries instead of custom logic (it allows removing vulnerable decompress dependency).
Patch Changes
  • 9f62eb1 Thanks @​adbayb! - Update dependencies including rolldown-plugin-dts to support TypeScript v7.
react/react (react)

v19.2.8

Compare Source

v19.2.7

Compare Source

React Server Components

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jun 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4e3b341

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/package-dependencies branch 3 times, most recently from 270e2d8 to d5783e3 Compare July 12, 2026 16:56
@renovate
renovate Bot force-pushed the renovate/package-dependencies branch 4 times, most recently from bd5c60c to 7d0a7ee Compare July 22, 2026 17:58
@renovate
renovate Bot force-pushed the renovate/package-dependencies branch 3 times, most recently from 5ae13fa to 3d97237 Compare July 29, 2026 14:39
| datasource | package          | from    | to      |
| ---------- | ---------------- | ------- | ------- |
| npm        | @adbayb/stack    | 2.36.0  | 2.40.0  |
| npm        | @chakra-ui/react | 3.35.0  | 3.36.1  |
| npm        | @swc/core        | 1.15.33 | 1.15.46 |
| npm        | @types/react     | 19.2.15 | 19.2.17 |
| npm        | picomatch        | 4.0.4   | 4.0.5   |
| npm        | quickbundle      | 3.0.0   | 3.1.0   |
| npm        | react            | 19.2.6  | 19.2.8  |
@renovate
renovate Bot force-pushed the renovate/package-dependencies branch from 3d97237 to 4e3b341 Compare July 30, 2026 18:34
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.

0 participants