Skip to content

fix(deps): update prod minor+patch#101

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

fix(deps): update prod minor+patch#101
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prod-minor+patch

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 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
@floating-ui/dom (source) ^1.7.6^1.8.0 age confidence
@radix-ui/react-alert-dialog (source) ^1.1.18^1.1.19 age confidence
@radix-ui/react-avatar (source) ^1.2.1^1.2.2 age confidence
@radix-ui/react-context-menu (source) ^2.3.2^2.3.3 age confidence
@radix-ui/react-dialog (source) ^1.1.18^1.1.19 age confidence
@radix-ui/react-dropdown-menu (source) ^2.1.19^2.1.20 age confidence
@radix-ui/react-popover (source) ^1.1.18^1.1.19 age confidence
@radix-ui/react-select (source) ^2.3.2^2.3.3 age confidence
@radix-ui/react-slider (source) ^1.4.2^1.4.3 age confidence
@radix-ui/react-switch (source) ^1.3.2^1.3.3 age confidence
@radix-ui/react-tabs (source) ^1.1.16^1.1.17 age confidence
@radix-ui/react-tooltip (source) ^1.2.11^1.2.12 age confidence
@tailwindcss/vite (source) ^4.3.2^4.3.3 age confidence
@tiptap/core (source) ^3.27.1^3.28.0 age confidence
@tiptap/extension-emoji (source) ^3.27.1^3.28.0 age confidence
@tiptap/pm (source) ^3.27.1^3.28.0 age confidence
@tiptap/react (source) ^3.27.1^3.28.0 age confidence
@tiptap/starter-kit (source) ^3.27.1^3.28.0 age confidence
@tiptap/suggestion (source) ^3.27.1^3.28.0 age confidence
argon2 ^0.44.0^0.45.0 age confidence
filesize (source) ^11.0.19^11.0.22 age confidence
html-react-parser ^6.1.3^6.1.5 age confidence
js-sha256 ^0.11.1^0.12.0 age confidence
lucide-react (source) ^1.23.0^1.25.0 age confidence
marked (source) ^18.0.5^18.0.6 age confidence
mediasoup (source) 3.20.103.21.2 age confidence
prosemirror-view ^1.42.0^1.42.1 age confidence
react-colorful (source) ^5.7.0^5.8.0 age confidence
react-virtuoso (source) ^4.18.10^4.18.11 age confidence
sanitize-html (source) ^2.17.5^2.17.6 age confidence
tailwindcss (source) ^4.3.2^4.3.3 age confidence
ws ^8.21.0^8.21.1 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
radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.19

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-dialog@1.1.19
radix-ui/primitives (@​radix-ui/react-avatar)

v1.2.2

  • Updated dependencies: @radix-ui/react-context@1.2.0
radix-ui/primitives (@​radix-ui/react-context-menu)

v2.3.3

  • Fixed ContextMenu not re-anchoring to the latest pointer position when re-triggered while already open.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7
radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.20

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20
radix-ui/primitives (@​radix-ui/react-popover)

v1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7, @radix-ui/react-popper@1.3.3
radix-ui/primitives (@​radix-ui/react-select)

v2.3.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7, @radix-ui/react-collection@1.1.12, @radix-ui/react-popper@1.3.3
radix-ui/primitives (@​radix-ui/react-slider)

v1.4.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed keyboard stepping skipping a valid value when the current value is off the step grid (eg, a defaultValue that isn't a multiple of step from min). Stepping now snaps to the next step-aligned value in the direction of travel, matching native <input type="range"> behavior.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-collection@1.1.12
radix-ui/primitives (@​radix-ui/react-switch)

v1.3.3

  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0
radix-ui/primitives (@​radix-ui/react-tabs)

v1.1.17

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-roving-focus@1.1.15, @radix-ui/react-presence@1.1.7
radix-ui/primitives (@​radix-ui/react-tooltip)

v1.2.12

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7, @radix-ui/react-popper@1.3.3
tailwindlabs/tailwindcss (@​tailwindcss/vite)

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 (#​20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#​20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#​20336)
ueberdosis/tiptap (@​tiptap/core)

v3.28.0

Compare Source

Patch Changes

v3.27.4

Compare Source

Patch Changes

v3.27.3

Compare Source

Patch Changes
  • 023f98c: Fix deleteSelection to delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-emoji)

v3.28.0

Compare Source

Patch Changes

v3.27.4

Compare Source

Patch Changes

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes
  • eb19977: Fix arrow key navigation past emoji nodes in Firefox. Previously, pressing ArrowLeft with the cursor adjacent to an inline non-selectable emoji node at a paragraph boundary would not move the cursor in Firefox. The cursor now correctly skips over emoji nodes in both directions.
  • Updated dependencies [ceebb31]
ueberdosis/tiptap (@​tiptap/pm)

v3.28.0

Compare Source

v3.27.4

Compare Source

v3.27.3

Compare Source

v3.27.2

Compare Source

Patch Changes
  • ceebb31: Updated all ProseMirror packages to the latest publicly available versions
ueberdosis/tiptap (@​tiptap/react)

v3.28.0

Compare Source

Patch Changes
  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 1ecf814: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.

v3.27.4

Compare Source

Patch Changes
  • 2c2720e: Add a use client directive so @tiptap/react can be imported from React Server Components without crashing. Core symbols re-exported through @tiptap/react now cross the client boundary too, so import them from @tiptap/core directly in server code.

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.28.0

Compare Source

Patch Changes

v3.27.4

Compare Source

Patch Changes

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/suggestion)

v3.28.0

Compare Source

Patch Changes

v3.27.4

Compare Source

Patch Changes

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes
ranisalt/node-argon2 (argon2)

v0.45.0

Compare Source

What's Changed

Drops support for Node 18 and 20 (probably still works, but isn't tested)

New Contributors

Full Changelog: ranisalt/node-argon2@v0.44.0...v0.45.0

avoidwork/filesize.js (filesize)

v11.0.22

Compare Source

  • fix: keep plural fullform name with a comma decimal separator #312

v11.0.21

Compare Source

9 July 2026

  • chore: release v11.0.21 #311
  • fix: honor the pad option for zero values #308
  • fix: return the final exponent from output 'exponent' #307
  • chore: update dependencies #310

v11.0.20

Compare Source

9 July 2026

  • chore: release v11.0.20 #309
  • fix(helpers): clamp negative forced exponent to 0 #304
  • chore(deps-dev): bump oxlint from 1.72.0 to 1.73.0 #306
  • chore(deps-dev): bump oxlint from 1.71.0 to 1.72.0 #303
  • chore(deps-dev): bump oxfmt from 0.56.0 to 0.57.0 #302
remarkablemark/html-react-parser (html-react-parser)

v6.1.5

Compare Source

Build System

v6.1.4

Compare Source

Build System
emn178/js-sha256 (js-sha256)

v0.12.0

Compare Source

Added
  • support ESM #​44
  • Set up GitHub release action / provenance #​46
Fixed
  • Fix uploading coverage to coveralls #​52
  • fix recognize environment is node when use browserfs #​53
lucide-icons/lucide (lucide-react)

v1.25.0

Compare Source

v1.24.0: Version 1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

markedjs/marked (marked)

v18.0.6

Compare Source

versatica/mediasoup (mediasoup)

v3.21.2

Compare Source

  • Worker: Fix crash when an SCTP DataConsumer is closed and triggers buffered amount low event (PR #​1858).

v3.21.1

Compare Source

  • Worker: Enable SVC for VP8 and H264 (PR #​1851).
  • SCTP: Limit the state of State Cookie tampering (PR #​1856).

v3.21.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "before 5am on monday"
  • 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.

@renovate
renovate Bot force-pushed the renovate/prod-minor+patch branch 9 times, most recently from 42fd1bf to 718b9b8 Compare July 20, 2026 05:52
@renovate
renovate Bot force-pushed the renovate/prod-minor+patch branch 2 times, most recently from 10de7d2 to d256711 Compare July 21, 2026 13:03
@renovate
renovate Bot force-pushed the renovate/prod-minor+patch branch from d256711 to 0881282 Compare July 21, 2026 20:52
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