Skip to content

chore(deps): bump the production-dependencies group with 17 updates#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-7580f22fb0
Open

chore(deps): bump the production-dependencies group with 17 updates#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-7580f22fb0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps the production-dependencies group with 17 updates:

Package From To
@react-spring/three 9.7.5 10.0.3
@react-three/drei 9.122.0 10.7.7
@react-three/fiber 8.18.0 9.5.0
@tiptap/extension-placeholder 3.19.0 3.20.4
@tiptap/pm 3.19.0 3.20.4
@tiptap/react 3.19.0 3.20.4
@tiptap/starter-kit 3.19.0 3.20.4
dayjs 1.11.19 1.11.20
framer-motion 12.34.0 12.38.0
i18next 23.16.8 25.10.5
lucide-react 0.563.0 1.0.1
react 18.3.1 19.2.4
react-dom 18.3.1 19.2.4
react-i18next 14.1.3 16.6.2
react-router-dom 6.30.3 7.13.2
tailwind-merge 3.4.0 3.5.0
three 0.170.0 0.183.2

Updates @react-spring/three from 9.7.5 to 10.0.3

Release notes

Sourced from @​react-spring/three's releases.

v10.0.3

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.2...v10.0.3

v10.0.2

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.1...v10.0.2

v10.0.1

What's Changed

Full Changelog: pmndrs/react-spring@v10.0.0...v10.0.1

v10.0.0

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.5...v10.0.0

Commits

Updates @react-three/drei from 9.122.0 to 10.7.7

Release notes

Sourced from @​react-three/drei's releases.

v10.7.7

10.7.7 (2025-11-13)

Bug Fixes

v10.7.6

10.7.6 (2025-09-11)

Bug Fixes

  • types: fix usage of ambient THREE namespace (#2517) (3b5d7dc)

v10.7.5

10.7.5 (2025-09-08)

Bug Fixes

v10.7.4

10.7.4 (2025-08-23)

Bug Fixes

v10.7.3

10.7.3 (2025-08-17)

Bug Fixes

v10.7.2

10.7.2 (2025-08-16)

Bug Fixes

v10.7.1

10.7.1 (2025-08-16)

... (truncated)

Commits

Updates @react-three/fiber from 8.18.0 to 9.5.0

Release notes

Sourced from @​react-three/fiber's releases.

v9.5.0

After a bit of research and development, R3F is now compatible with React 19.2, including the Activity feature!

Why did this take some effort, you might wonder? When React bumped to version 19.2.x, they also bumped the internal reconciler up a version which was not backwards compatible with 19.1.x. This put us in an awkward position of either making a breaking change in the middle of R3F v9, bump to another major just because of an internal detail from React or get creative. We chose to get creative and R3F is compatible with all versions of React between 19.0 and 19.2. The downside is we had to bundle the reconciler with R3F, but react-dom already does this so for now it is the best solution available.

Forcing breaking changes on libraries is likely not what the React teams intended so we will be working with them to try to avoid this in the future.

Happy coding.

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.4.2...v9.5.0

v9.4.2

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.4.1...v9.4.2

v9.4.1

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.4.0...v9.4.1

v9.4.0

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.3.0...v9.4.0

v9.3.0

With this release we have two big fixes.

  1. flushSync now works properly. To prove it we added an example that allows you to React props and then take a screenshot of the R3F canvas with the latest state. This is a pretty advanced use case, but one people might be interested to explore for exporting videos or images using R3F.
  2. React Native support has been fixed for 0.79 and newer when combined with the same update to Drei: pmndrs/drei#2494. A big thanks to @​thejustinwalsh for helping us with this one.

... (truncated)

Commits
  • f51e57e Merge pull request #3606 from pmndrs/feat/react-19-2-vendor-reconciler
  • 9f25968 chore(tests): test dev and prod reconciler bundles
  • 08caa0e chore: restrict peer dep range
  • 48201ea chore(tests): add 19.2 hook smoke test
  • a561419 chore: restore changeset
  • 2e356a3 chore: retry
  • a71f6aa experiment(CI): rollback changes (fail alternate job)
  • f67bb6b experiment(CI): add placeholder 19.2 test
  • a0180ff chore(CI): configure React testing matrix
  • d9b0d40 chore: unpin reconciler types
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by krispyaa, a new releaser for @​react-three/fiber since your current version.


Updates @tiptap/extension-placeholder from 3.19.0 to 3.20.4

Release notes

Sourced from @​tiptap/extension-placeholder's releases.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/core

Patch Changes

  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.

@​tiptap/extension-youtube

Patch Changes

  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions

@​tiptap/vue-3

Patch Changes

  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/extension-placeholder

Patch Changes

  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

@​tiptap/extension-bold

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

3.20.4

Patch Changes

  • @​tiptap/extensions@​3.20.4

3.20.3

Patch Changes

  • eaf34a3: Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.
    • @​tiptap/extensions@​3.20.3

3.20.2

Patch Changes

  • @​tiptap/extensions@​3.20.2

3.20.1

Patch Changes

  • @​tiptap/extensions@​3.20.1

3.20.0

Patch Changes

  • @​tiptap/extensions@​3.20.0
Commits

Updates @tiptap/pm from 3.19.0 to 3.20.4

Release notes

Sourced from @​tiptap/pm's releases.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/core

Patch Changes

  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.

@​tiptap/extension-youtube

Patch Changes

  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions

@​tiptap/vue-3

Patch Changes

  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/extension-placeholder

Patch Changes

  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

@​tiptap/extension-bold

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.20.4

3.20.3

3.20.2

3.20.1

3.20.0

Commits

Updates @tiptap/react from 3.19.0 to 3.20.4

Release notes

Sourced from @​tiptap/react's releases.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/core

Patch Changes

  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.

@​tiptap/extension-youtube

Patch Changes

  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions

@​tiptap/vue-3

Patch Changes

  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/extension-placeholder

Patch Changes

  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

@​tiptap/extension-bold

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.20.4

Patch Changes

  • Updated dependencies [0bcf3c2]
    • @​tiptap/core@​3.20.4
    • @​tiptap/pm@​3.20.4

3.20.3

Patch Changes

  • f4f6be2: Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • f4f6be2: Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3
    • @​tiptap/pm@​3.20.3

3.20.2

Patch Changes

  • Updated dependencies [269823d]
    • @​tiptap/core@​3.20.2
    • @​tiptap/pm@​3.20.2

3.20.1

Patch Changes

  • Updated dependencies [25f57e4]
    • @​tiptap/core@​3.20.1
    • @​tiptap/pm@​3.20.1

3.20.0

Minor Changes

  • 0f28d9c: Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • 0f28d9c: Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • 253ca1c: Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0

... (truncated)

Commits

Updates @tiptap/starter-kit from 3.19.0 to 3.20.4

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/core

Patch Changes

  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.

@​tiptap/extension-youtube

Patch Changes

  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions

@​tiptap/vue-3

Patch Changes

  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/extension-placeholder

Patch Changes

  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

@​tiptap/extension-bold

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.20.4

Patch Changes

  • Updated dependencies [0bcf3c2]
    • @​tiptap/core@​3.20.4
    • @​tiptap/extension-blockquote@​3.20.4
    • @​tiptap/extension-bold@​3.20.4
    • @​tiptap/extension-code@​3.20.4
    • @​tiptap/extension-code-block@​3.20.4
    • @​tiptap/extension-document@​3.20.4
    • @​tiptap/extension-hard-break@​3.20.4
    • @​tiptap/extension-heading@​3.20.4
    • @​tiptap/extension-horizontal-rule@​3.20.4
    • @​tiptap/extension-italic@​3.20.4
    • @​tiptap/extension-link@​3.20.4
    • @​tiptap/extension-list@​3.20.4
    • @​tiptap/extension-paragraph@​3.20.4
    • @​tiptap/extension-strike@​3.20.4
    • @​tiptap/extension-text@​3.20.4
    • @​tiptap/extension-underline@​3.20.4
    • @​tiptap/extensions@​3.20.4
    • @​tiptap/extension-list-item@​3.20.4
    • @​tiptap/extension-list-keymap@​3.20.4
    • @​tiptap/extension-bullet-list@​3.20.4
    • @​tiptap/extension-ordered-list@​3.20.4
    • @​tiptap/extension-dropcursor@​3.20.4
    • @​tiptap/extension-gapcursor@​3.20.4
    • @​tiptap/pm@​3.20.4

3.20.3

Patch Changes

  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3
    • @​tiptap/extension-bold@​3.20.3
    • @​tiptap/extension-italic@​3.20.3
    • @​tiptap/extension-blockquote@​3.20.3
    • @​tiptap/extension-code@​3.20.3
    • @​tiptap/extension-code-block@​3.20.3
    • @​tiptap/extension-document@​3.20.3
    • @​tiptap/extension-hard-break@​3.20.3
    • @​tiptap/extension-heading@​3.20.3
    • @​tiptap/extension-horizontal-rule@​3.20.3
    • @​tiptap/extension-link@​3.20.3
    • @​tiptap/extension-list@​3.20.3
    • @​tiptap/extension-paragraph@​3.20.3
    • @​tiptap/extension-strike@​3.20.3

... (truncated)

Commits

Updates dayjs from 1.11.19 to 1.11.20

Release notes

Sourced from dayjs's releases.

v1.11.20

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Changelog

Sourced from dayjs's changelog.

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for dayjs since your current version.


Updates framer-motion from 12.34.0 to 12.38.0

Changelog

Sourced from framer-motion's changelog.

[12.38.0] 2026-03-16

Added

  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.

Fixed

  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

[12.37.0] 2026-03-16

Added

  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.

Fixed

  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().

[12.36.0] 2026-03-09

Added

  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.

Fixed

  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.

[12.35.2] 2026-03-09

Fixed

... (truncated)

Commits
  • 0bfc9fe v12.38.0
  • 343cb0c Updating layoutAnchor
  • ee99ad2 Updating changelog
  • 062660b Updating changgelog
  • 303da7d Updating readme
  • b075adc Merge pull request #3647 from motiondivision/feat/layout-anchor
  • f0991d6 Add missing layoutAnchor !== false guard in attemptToResolveRelativeTarget
  • b5798e9 Merge pull request #3642 from motiondivision/worktree-fix-issue-3078
  • 7686c19 Merge pull request #3636 from motiondivision/worktree-fix-issue-3061
  • a95c487 Fix auto-scroll in reorder-virtualized test page
  • Additional commits viewable in compare view

Updates i18next from 23.16.8 to 25.10.5

Release notes

Sourced from i18next's releases.

v25.10.5

  • feat(types): selector functions as keyPrefix in getFixedT now provide full type-safe key narrowing — the returned t function is scoped to the prefix subtree 2367

v25.10.4

  • feat(types): i18nKey of <Trans i18nKey={sk} /> to accept a SelectorKey 2364

v25.10.3

  • check also for I18NEXT_NO_SUPPORT_NOTICE env variable

v25.10.2

  • feat(types): keyFromSelector is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional ns and keyPrefix options for non-default namespace/prefix contexts 2364

v25.10.1

  • fix(types): FilterKeys now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key some with variant some_me is no longer accessible with context="one")

v25.10.0

  • feat(types): keyFromSelector now returns a branded SelectorKey type that t() accepts directly, enabling pre-computed and reusable translation keys 2364
  • feat: support selector syntax for keyPrefix in getFixedT and per-call options 2367
  • feat(types): interpolation values are now automatically typed based on built-in format specifiers — {{val, number}} requires number, {{val, datetime}} requires Date, {{name}} requires string, etc. Custom formatters can be typed via interpolationFormatTypeMap in CustomTypeOptions 2378
  • fix(types): FilterKeys in selector mode now preserves non-context, non-plural leaf keys when context is provided, fixing incorrect type narrowing when combining returnObjects: true with context 2398

v25.9.0

  • feat(types): selector API now enforces { count: number } when a key resolves to plural forms 2373
  • fix(types): string unions with invalid members are now correctly detected as type errors when used as context option 2172

v25.8.20

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options #2406

v25.8.19

  • fix: selector API namespace resolution regression for single-string ns and primary namespace in array #2405. Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it with a targeted fix that only rewrites paths starting with a secondary namespace in a multi-namespace array, matching the type-level contract of GetSource

v25.8.18

  • improve selector api to accept array of selector functions, analogous to array of keys 2404

v25.8.17

  • update deps

v25.8.16

  • fix(types): on() method now correctly returns this instead of void, matching the runtime behavior and enabling proper method chaining in TypeScript

v25.8.15

  • fix: Selector API unable to resolve namespaces #2402

v25.8.14

  • fix: getCleanedCode now replaces all underscores

v25.8.13

  • improve support notice shown logic

v25.8.12

... (truncated)

Changelog

Sourced from i18next's changelog.

25.10.5

  • feat(types): selector functions as keyPrefix in getFixedT now provide full type-safe key narrowing — the returned t function is scoped to the prefix subtree 2367

25.10.4

  • feat(types): exists() is now a type guard that narrows the key to SelectorKey, so a validated key can be passed directly to t() 2364

25.10.3

  • check also for I18NEXT_NO_SUPPORT_NOTICE env variable

25.10.2

  • feat(types): keyFromSelector is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional ns and keyPrefix options for non-default namespace/prefix contexts 2364

25.10.1

  • fix(types): FilterKeys now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key some with variant some_me is no longer accessible with context="one")

25.10.0

  • feat(types): keyFromSelector now returns a branded SelectorKey type that t() accepts directly, enabling pre-computed and reusable translation keys 2364
  • feat: support selector syntax for keyPrefix in getFixedT and per-call options 2367
  • feat(types): interpolation values are now automatically typed based on built-in format specifiers — {{val, number}} requires number, {{val, datetime}} requires Date, {{name}} requires string, etc. Custom formatters can be typed via interpolationFormatTypeMap in CustomTypeOptions 2378
  • fix(types): FilterKeys in selector mode now preserves non-context, non-plural leaf keys when context is provided, fixing incorrect type narrowing when combining returnObjects: true with context 2398

25.9.0

  • feat(types): selector API now enforces { count: number } when a key resolves to plural forms 2373
  • fix(types): string unions with invalid members are now correctly detected as type errors when used as context option 2172

25.8.20

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options 2406

25.8.19

  • fix: selector API namespace resolution regression for single-string ns and primary namespace in array 2405. Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it with a targeted fix that only rewrites paths starting with a secondary namespace in a multi-namespace array, matching the type-level contract of GetSource

25.8.18

  • improve selector api to accept array of selector functions, analogous to array of keys 2404

25.8.17

  • update deps

25.8.16

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates lucide-react from 0.563.0 to 1.0.1

Release notes

Sourced from lucide-react's releases.

Lucide V1 🚀

After years of work and dedication, Lucide Version 1 has been officially released!. This milestone marks a significant achievement in our journey to provide a comprehensive and versatile icon library for developers and designers alike.

It's been quite a ride — especially over the past year. Lucide has grown to over 30 million downloads per week and is used by million of projects worldwide. This release is a testament to the hard work of our community and contributors who have helped shape Lucide into what it is today.

Thank you to everyone who has supported us along the way. We couldn't have done this without you!

What's New in Version 1? TLDR;

  • Removed brand icons, see our brand logo statement for more details.
  • Improved documentation, guides per framework.
  • Improved accessibility, aria-hidden is now set by default on icons.
  • Removed UMD build, only ESM and CJS now (exception for the lucide package).
  • Package rename from lucide-vue-next to @lucide/vue.
  • A modern, standalone implementation for Angular, @lucide/angular
  • Support for context providers in React, Vue, Svelte, and Solid.
  • Stable code points for Lucide font.
  • Support for shadow DOM in the lucide package.
  • Many bug fixes and improvements.

See more at Lucide Version 1

Version 1.0.0

[!WARNING] This release was published unintentionally. We've corrected this in

Bumps the production-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-spring/three](https://github.com/pmndrs/react-spring) | `9.7.5` | `10.0.3` |
| [@react-three/drei](https://github.com/pmndrs/drei) | `9.122.0` | `10.7.7` |
| [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `8.18.0` | `9.5.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.19.0` | `3.20.4` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.19.0` | `3.20.4` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.19.0` | `3.20.4` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.19.0` | `3.20.4` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.20` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.0` | `12.38.0` |
| [i18next](https://github.com/i18next/i18next) | `23.16.8` | `25.10.5` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `1.0.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `14.1.3` | `16.6.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.3` | `7.13.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |
| [three](https://github.com/mrdoob/three.js) | `0.170.0` | `0.183.2` |


Updates `@react-spring/three` from 9.7.5 to 10.0.3
- [Release notes](https://github.com/pmndrs/react-spring/releases)
- [Commits](pmndrs/react-spring@v9.7.5...v10.0.3)

Updates `@react-three/drei` from 9.122.0 to 10.7.7
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](pmndrs/drei@v9.122.0...v10.7.7)

Updates `@react-three/fiber` from 8.18.0 to 9.5.0
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v8.18.0...v9.5.0)

Updates `@tiptap/extension-placeholder` from 3.19.0 to 3.20.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages-deprecated/extension-placeholder)

Updates `@tiptap/pm` from 3.19.0 to 3.20.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/pm)

Updates `@tiptap/react` from 3.19.0 to 3.20.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/react)

Updates `@tiptap/starter-kit` from 3.19.0 to 3.20.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/starter-kit)

Updates `dayjs` from 1.11.19 to 1.11.20
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.19...v1.11.20)

Updates `framer-motion` from 12.34.0 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.0...v12.38.0)

Updates `i18next` from 23.16.8 to 25.10.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.8...v25.10.5)

Updates `lucide-react` from 0.563.0 to 1.0.1
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.0.1/packages/lucide-react)

Updates `react` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-i18next` from 14.1.3 to 16.6.2
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.1.3...v16.6.2)

Updates `react-router-dom` from 6.30.3 to 7.13.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.2/packages/react-router-dom)

Updates `tailwind-merge` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0)

Updates `three` from 0.170.0 to 0.183.2
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: "@react-spring/three"
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-three/drei"
  dependency-version: 10.7.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-three/fiber"
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/pm"
  dependency-version: 3.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/react"
  dependency-version: 3.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.20.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 16.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: three
  dependency-version: 0.183.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants