Skip to content

Update dependencies (non-major) - #1435

Merged
1egoman merged 1 commit into
mainfrom
renovate/dependencies-(non-major)
Sep 1, 2026
Merged

Update dependencies (non-major)#1435
1egoman merged 1 commit into
mainfrom
renovate/dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@floating-ui/dom (source) 1.7.61.8.0 age confidence
@shadcn/react (source) ^0.2.1^0.3.0 age confidence
ai (source) 5.0.2105.0.244 age confidence
loglevel 1.9.11.9.2 age confidence
lucide-react (source) 1.24.01.33.0 age confidence
motion 12.42.212.43.0 age confidence
sonner (source) 2.0.72.0.8 age confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/dom)

v1.8.0

Compare Source

Minor Changes
  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.
Patch Changes
  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
  • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
  • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
  • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
  • fix(getViewportRect): don't overflow past a left-side document scrollbar
  • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
  • fix(autoUpdate): refresh layout shift observer on root resize
  • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12
shadcn-ui/ui (@​shadcn/react)

v0.3.0

Compare Source

Minor Changes
vercel/ai (ai)

v5.0.244

Compare Source

Patch Changes

v5.0.243

Compare Source

Patch Changes
  • 9e8a754: Prevent exceptions in streaming onChunk and onError callbacks from terminating the stream or masking provider errors.
  • Updated dependencies [1a04ece]
  • Updated dependencies [ed2f035]

v5.0.242

Compare Source

Patch Changes
  • e88bc9f: Fix array-backed language model mocks to return configured results in order from the first call.

v5.0.241

Compare Source

Patch Changes
  • 9d0b84c: fix: reject streamObject result promises and report failed completion when the provider stream errors
  • 05df123: Filter preliminary tool outputs when ignoreIncompleteToolCalls is enabled.
  • e532644: Prevent automatic tool execution when a model call ends with an unsafe finish reason.

v5.0.240

Compare Source

Patch Changes

v5.0.239

Compare Source

Patch Changes

v5.0.238

Compare Source

Patch Changes

v5.0.237

Compare Source

Patch Changes
  • bf11412: Avoid repeatedly cloning accumulated text in readUIMessageStream while
    preserving independent snapshots for mutable nested values.
  • 7ec6b69: Fix declaration emit for exported values that infer an Output type.

v5.0.236

Compare Source

Patch Changes
  • c425210: Propagate errors thrown by chat onFinish callbacks.
  • eb7f2ac: Keep chat status submitted until response content begins streaming.
  • Updated dependencies [df0cbe9]

v5.0.235

Compare Source

Patch Changes

v5.0.234

Compare Source

Patch Changes

v5.0.233

Compare Source

Patch Changes
  • 2604cb6: Prevent resumeStream from copying the previous assistant message into the resumed response.

v5.0.232

Compare Source

Patch Changes

v5.0.231

Compare Source

Patch Changes
  • 2709314: Stop pending and active resumed chat streams after cancellation, and prevent overlapping resumptions from applying stale updates.
  • Updated dependencies [b474448]

v5.0.230

Compare Source

Patch Changes

v5.0.229

Compare Source

Patch Changes

v5.0.228

Compare Source

Patch Changes

v5.0.227

Compare Source

Patch Changes

v5.0.226

Compare Source

Patch Changes

v5.0.225

Patch Changes

v5.0.224

Patch Changes

v5.0.223

Patch Changes
  • 7a6bdbc: Prevent validated downloads on Node.js from reaching private or internal services through DNS aliases or DNS rebinding by validating and pinning every resolved address at connection time.
  • c5e11c6: Preserve provider metadata from empty text deltas in streamText.
  • Updated dependencies [7a6bdbc]
  • Updated dependencies [5bd6d2c]

v5.0.222

Patch Changes
  • d38a1d5: Route the warning system information banner to stderr so it does not corrupt application output written to stdout.
  • Updated dependencies [b408f1d]

v5.0.221

Patch Changes

v5.0.220

Patch Changes

v5.0.219

Patch Changes
  • 649bd0f: fix(ai): bound media-type sniffing decode for ID3-prefixed input

    Media-type detection stripped ID3 tags before the ~18-byte prefix cap, decoding the entire base64 attachment (plus a full-size copy) whenever the data began with ID3/SUQz. This turned the intended O(1) sniff into an O(N) decode of the whole attachment. Detection now decodes at most a bounded prefix and skips the ID3 tag within that bound, keeping cost O(1) in input size on both image and audio paths.

  • 965545b: Return response piping promises so callers can catch stream read and write errors.

  • Updated dependencies [fb4c0d7]

v5.0.217

Compare Source

Patch Changes
  • dcbdf32: Fix chat onFinish handling when overlapping requests clear the active response before a resume stream finishes.
  • d7d22d3: Allow UI message chunks to include fields added by newer server versions.
  • 01edf75: Propagate abort reasons when generation is cancelled during tool execution.
  • 473d770: Prevent tools excluded by activeTools from being parsed or executed.
  • Updated dependencies [1fec2e5]
  • Updated dependencies [d8e8477]

v5.0.216

Compare Source

Patch Changes

v5.0.215

Compare Source

Patch Changes

v5.0.214

Compare Source

Patch Changes

v5.0.213

Compare Source

Patch Changes
  • 97e9b70: Allow validating assistant UI messages with empty parts so persisted errored responses remain loadable.
  • 59e34d9: Prevent pending tool executions from enqueueing results after a model stream error closes the result stream.
  • Updated dependencies [c6e1d1a]
  • Updated dependencies [7480df1]

v5.0.212

Compare Source

Patch Changes

v5.0.211

Compare Source

Patch Changes
pimterry/loglevel (loglevel)

v1.9.2

Compare Source

lucide-icons/lucide (lucide-react)

v1.33.0: Version 1.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.32.0...1.33.0

v1.32.0: Version 1.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

v1.31.0

Compare Source

v1.30.0

Compare Source

v1.29.0: Version 1.29.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

v1.28.0

Compare Source

v1.27.0: Version 1.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.26.0...1.27.0

v1.26.0

Compare Source

v1.25.0

Compare Source

motiondivision/motion (motion)

v12.43.0

Compare Source

Added
  • Hardware acceleration for backgroundColor in supported browsers.
  • Hardware acceleration for SVG elements.
Fixed
  • AnimatePresence: Exiting children no longer interleave with entering children, which could reorder and remount children present in both renders.
  • motion: Throw error when passing a custom motion component an incorrect ref type.
emilkowalski/sonner (sonner)

v2.0.8

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

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

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.

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: df75911

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

@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
components-js-storybook-5kld Ready Ready Preview Sep 1, 2026 7:30pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
LiveKitRoom only 7.91 KB (0%)
LiveKitRoom with VideoConference 32.51 KB (+0.02% 🔺)
All exports 44.54 KB (-0.08% 🔽)

@1egoman
1egoman merged commit 3e0cacc into main Sep 1, 2026
6 checks passed
@1egoman
1egoman deleted the renovate/dependencies-(non-major) branch September 1, 2026 20:21
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.

1 participant