Skip to content

fix(deps): update all non-major dependencies - #221

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@base-ui/react (source) 1.6.01.8.0 age confidence
@radix-ui/react-use-controllable-state (source) 1.2.31.2.6 age confidence
@tailwindcss/postcss (source) 4.3.24.3.3 age confidence
@testing-library/dom 10.4.110.4.2 age confidence
@testing-library/react 16.3.216.3.3 age confidence
@testing-library/user-event 14.6.114.6.7 age confidence
@turbo/gen (source) 2.10.42.10.13 age confidence
@types/node (source) 25.9.525.9.6 age confidence
@types/pg (source) 8.20.08.23.1 age confidence
@types/react (source) 19.2.1719.3.0 age confidence
@types/react-dom (source) 19.2.319.3.0 age confidence
@vitejs/plugin-react (source) 6.0.36.1.1 age confidence
better-auth (source) 1.6.231.7.5 age confidence
bun-types (source) 1.3.141.4.2 age confidence
lucide-react (source) 1.24.01.46.0 age confidence
motion 12.42.212.43.0 age confidence
next (source) 16.3.316.3.5 age confidence
oxfmt (source) ^0.55.0^0.68.0 age confidence
oxlint (source) 1.73.01.83.0 age confidence
oxlint-tsgolint ^0.23.0^0.25.0 age confidence
pg (source) 8.21.08.23.0 age confidence
pnpm (source) 11.1.111.27.0 age confidence
prettier (source) 3.9.53.9.6 age confidence
react (source) 19.2.719.3.0 age confidence
react-dom (source) 19.2.719.3.0 age confidence
shadcn (source) 4.13.04.21.0 age confidence
sonner (source) 2.0.72.0.8 age confidence
tailwind-merge (source) 3.6.03.7.0 age confidence
tailwindcss (source) 4.3.24.3.3 age confidence
taze 19.14.119.17.2 age confidence
tsdown (source) ^0.22.0^0.23.0 age confidence
tsdown (source) ^0.22.0^0.23.0 age confidence
tsx (source) 4.23.04.23.13 age confidence
turbo (source) 2.10.42.10.13 age confidence
vite (source) 8.1.48.3.0 age confidence
zod (source) 4.4.34.6.5 age confidence

Release Notes

mui/base-ui (@​base-ui/react)

v1.8.0

Compare Source

Sep 4, 2026

General changes
Alert Dialog
Autocomplete
Avatar
Checkbox
Checkbox Group
Combobox
Dialog
Drawer
Field
Form
  • Fix clearErrors dropping updates when multiple fields change at once (#​5446) by @​sai6855
Menu
Menubar
Navigation Menu
Number Field
Popover
Scroll Area
Select
Slider
Switch
Tabs
Toast
Tooltip

All contributors of this release in alphabetical order: @​alex-js-ltd, @​atomiks, @​azeng4499, @​chuganzy, @​edwardhorsey, @​flaviendelangle, @​gilsmt, @​gonzoblasco, @​jjenzz, @​marwenilo, @​michaldudak, @​radist2s, @​sai6855, @​vikuscz, @​wanxiankai, @​XionWCFM

v1.7.0

Compare Source

Aug 4, 2026

General changes
Accordion
Alert Dialog
Autocomplete
Avatar
Button
Checkbox
Checkbox Group
Combobox
Composite
Dialog
Drawer
Field
Fieldset
Form
Menu
Meter
Navigation Menu
Number Field
OTP Field
Popover
Preview Card
Progress
Radio Group
Scroll Area
Select
Slider
Switch
Tabs
Toast
Toggle Group
Toolbar
Tooltip

All contributors of this release in alphabetical order: @​arikchakma, @​atomiks, @​bernardobelchior, @​brijeshb42, @​chuganzy, @​DiegoAndai, @​DreierF, @​flaviendelangle, @​jjenzz, @​lyzno1, @​m2na7, @​mdm317, @​michaldudak, @​nami8824, @​obeattie, @​sai6855, @​sarthakmalik0810

radix-ui/primitives (@​radix-ui/react-use-controllable-state)

v1.2.6

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-use-effect-event@0.0.5, @radix-ui/react-use-layout-effect@1.1.4

v1.2.5

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-use-effect-event@0.0.4, @radix-ui/react-use-layout-effect@1.1.3

v1.2.4

  • Fix dev-only checks with conditional exports to drop dev-warnings from production builds.
  • Updated dependencies: @radix-ui/primitive@1.1.6, @radix-ui/react-use-effect-event@0.0.3, @radix-ui/react-use-layout-effect@1.1.2
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.3.3

Compare Source

Fixed
  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#​20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#​20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#​20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#​20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#​20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#​20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#​20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#​20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#​20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#​20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#​20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#​20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory ([#&Dependency Dashboard #8

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate
renovate Bot enabled auto-merge (squash) July 18, 2026 23:10
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 0fc1a19 to 8f01e2a Compare July 25, 2026 22:17
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 2b3488b to 02f96e1 Compare August 3, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 88cf995 to 0957bb4 Compare August 12, 2026 01:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 87ce521 to aca51f8 Compare August 20, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3373eef to addad92 Compare August 22, 2026 02:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 499969c to 6a8896e Compare September 1, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants