Skip to content

fix(deps): Update Node.js Dependencies#1094

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/node.js-dependencies
Open

fix(deps): Update Node.js Dependencies#1094
renovate[bot] wants to merge 1 commit intomainfrom
renovate/node.js-dependencies

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
@mantine/core (source) 8.3.168.3.18 age confidence
@mantine/hooks (source) 8.3.168.3.18 age confidence
@react-oauth/google 0.13.40.13.5 age confidence
@tabler/icons-react (source) 3.40.03.41.1 age confidence
@tanstack/react-query (source) 5.90.215.99.0 age confidence
@tanstack/react-router (source) 1.166.71.168.22 age confidence
@tanstack/react-router-devtools (source) 1.166.71.166.13 age confidence
i18next (source) 25.8.1825.10.10 age confidence
i18next-http-backend 3.0.23.0.4 age confidence
motion 12.35.212.38.0 age confidence
react (source) 19.2.419.2.5 age confidence
react-dom (source) 19.2.419.2.5 age confidence
react-hook-form (source) 7.71.27.72.1 age confidence
react-i18next 16.5.816.6.6 age confidence
zustand 5.0.115.0.12 age confidence

Release Notes

mantinedev/mantine (@​mantine/core)

v8.3.18

Compare Source

This is the last 8.x release. You are welcome to test 9.0 alpha version and provide feedback before its release on March 31 – https://alpha.mantine.dev/changelog/9-0-0/

  • [@mantine/core] PasswordInput: Fix styles api props not resolving correctly in theme (#​8716)

v8.3.17

Compare Source

Changes
  • [@mantine/core] Stepper: Fix Google Translate compatibility issues (#​8744)
  • [@mantine/hooks] use-list-state: Add memoization to all handlers (#​8739)
MomenSherif/react-oauth (@​react-oauth/google)

v0.13.5

Compare Source

Patch Changes
tabler/tabler-icons (@​tabler/icons-react)

v3.41.1: Release 3.41.1

Compare Source

Fixed icon: outline/x-mark

v3.41.0: Release 3.41.0

Compare Source

tabler-icons-3 40 0@​2x
18 new icons:
  • outline/brand-jira
  • outline/car-off-road
  • outline/car-suspension
  • outline/credit-card-hand
  • outline/device-3d-camera
  • outline/device-3d-lens
  • outline/device-screen
  • outline/iceberg
  • outline/jetski
  • outline/olympic-torch
  • outline/parking-meter
  • outline/pillow
  • outline/pipeline
  • outline/quote-open
  • outline/scan-letter-a
  • outline/scan-letter-t
  • outline/segway
  • outline/x-mark
New features
  • Angular support: new @tabler/icons-angular package with components, build pipeline, unit tests, and test/test-angular sample app (#​1091).
  • SVG validation: validation for <g> elements; broader SVG icon validation improvements (#​1487); more consistent SVG path syntax (#​1488).
  • icons-react: JSDoc with icon previews in generated output (#​1472).
  • icons-react-native: react-native-svg added as a peer dependency (#​1475).
  • icons-solidjs: SSR support via rollup-preset-solid and JSX/TSX component refactor (#​1493).
Fixed icons
  • outline/brand-kbin and outline/volume-4: adjusted for compatibility with buildJsIcons (#​1469).
  • outline/number-35-small through outline/number-50-small: updated Unicode values (#​1494).
TanStack/query (@​tanstack/react-query)

v5.99.0

Compare Source

Patch Changes

v5.98.0

Compare Source

Patch Changes

v5.97.0

Compare Source

Patch Changes

v5.96.2

Compare Source

Patch Changes

v5.96.1

Compare Source

Patch Changes

v5.96.0

Compare Source

Patch Changes

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes
TanStack/router (@​tanstack/react-router)

v1.168.22

Compare Source

Patch Changes
  • Preserve shared route stylesheet links across client navigation by rendering route CSS assets with React stylesheet precedence. (#​7186)

v1.168.21

Compare Source

Patch Changes

v1.168.20

Compare Source

Patch Changes
  • Fix React Server Component imports from @tanstack/react-router by adding a react-server root export that preserves the normal API surface while resolving notFound and redirect from a server-safe entry. (#​7183)

    This fixes RSC routes that throw notFound() or redirect() from server functions so they behave correctly during SSR and client navigation.

v1.168.19

Compare Source

Patch Changes
  • Fix route file transforms to preserve route ID quoting, handle more exported Route patterns, and avoid incorrect import rewrites in edge cases. (#​7167)

    Improve transform robustness with clearer route-call detection, safer import removal, and expanded test coverage for quote preservation, constructor swaps, and unsupported route definitions.

v1.168.18

Compare Source

Patch Changes

v1.168.17

Compare Source

Patch Changes

v1.168.16

Compare Source

Patch Changes

v1.168.15

Compare Source

Patch Changes

v1.168.14

Compare Source

Patch Changes

v1.168.13

Compare Source

Patch Changes
  • Fix MatchRoute child callback param inference to resolve params from the target to route instead of the route path key across React, Solid, and Vue adapters. (#​7139)

  • Fix a stale route error boundary state issue that could briefly render the next route's errorComponent after navigating away from a failed route. (#​7136)

v1.168.12

Compare Source

Patch Changes
  • Fix redirected pending route transitions so lazy target routes can finish loading without stale redirected matches causing render errors. (#​7137)

v1.168.11

Compare Source

Patch Changes
  • Fix Link to keep internal routing props like preloadIntentProximity, from, and unsafeRelative from leaking to rendered DOM elements across React, Solid, and Vue. (#​7138)

v1.168.10

Compare Source

Patch Changes
  • Preserve component-thrown notFound() errors through framework error boundaries so route notFoundComponent handlers render without requiring an explicit routeId. (#​7077)

  • Updated dependencies [796406d]:

v1.168.9

Compare Source

Patch Changes

v1.168.8

Compare Source

Patch Changes

v1.168.7

Compare Source

Patch Changes

v1.168.6

Compare Source

Patch Changes
  • Remove the extra SSR sentinel tag used for onRendered in React Router while (#​7054)
    preserving the client-side render timing needed for scroll restoration and
    onRendered subscribers.

v1.168.5

Compare Source

Patch Changes

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Minor Changes
  • remove pendingMatches, cachedMatches (#​6704)
    move to signal-based reactivity
    solid uses its own native signals
Patch Changes

v1.167.5

Patch Changes

v1.167.4

Patch Changes

v1.167.3

Patch Changes

v1.167.2

Patch Changes

v1.167.1

Compare Source

Patch Changes

v1.167.0

Compare Source

Minor Changes
Patch Changes

v1.166.8

Compare Source

Patch Changes
TanStack/router (@​tanstack/react-router-devtools)

v1.166.13

Compare Source

Patch Changes

v1.166.12

Compare Source

Patch Changes

v1.166.11

Compare Source

Patch Changes

v1.166.10

Patch Changes

v1.166.9

Patch Changes

v1.166.8

Compare Source

Patch Changes
i18next/i18next (i18next)

v25.10.10

Compare Source

v25.10.9

Compare Source

v25.10.8

Compare Source

v25.10.7

Compare Source

v25.10.6

Compare Source

v25.10.5

Compare Source

  • 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

Compare Source

  • 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

v25.10.3

Compare Source

  • check also for I18NEXT_NO_SUPPORT_NOTICE env variable

v25.10.2

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

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

v25.8.19

Compare Source

  • 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
i18next/i18next-http-backend (i18next-http-backend)

v3.0.4

Compare Source

  • use own interpolation function for loadPath and addPath instead of relying on i18next's interpolator i18next#2420 — this means only {{lng}} and {{ns}} placeholders are supported; custom interpolation prefix/suffix from i18next config no longer applies to backend paths
motiondivision/motion (motion)

v12.38.0

Compare Source

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.

v12.37.0

Compare Source

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().

v12.36.0

Compare Source

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.
facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components
react-hook-form/react-hook-form (react-hook-form)

v7.72.1

Compare Source

v7.72.0

Compare Source

i18next/react-i18next (react-i18next)

v16.6.6

Compare Source

  • fix(peer-deps): bump i18next peer dependency to >= 25.10.9 to match required type exports (ConstrainTarget, ApplyTarget, GetSource) used by TransSelector 1911

v16.6.5

Compare Source

  • fix(types): selector keyPrefix overload in useTranslation no longer matches when keyPrefix is absent, fixing defaultNS: false with explicit ns option 2412

v16.6.4

Compare Source

  • allow TypeScript 6 as peer dependency 1910

v16.6.3

Compare Source

  • fix(types): merge TransSelector overloads into a single signature so typeof Trans remains extendable 1909

v16.6.2

Compare Source

  • feat(types): useTranslation now accepts selector functions as keyPrefix with full type-safe key narrowing when enableSelector is enabled 2367

v16.6.1

Compare Source

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

v16.6.0

Compare Source

  • warn when t is called before ready with useSuspense: false 1896
  • type-safe values prop on <Trans /> component — interpolation variables are now inferred from the translation string when custom types are configured 1772
pmndrs/zustand (zustand)

v5.0.12

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Enabled.

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.

@renovate renovate bot added dependencies Pull requests that update a dependency file node npm labels Mar 12, 2026
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch from 4f273de to d0c7072 Compare March 13, 2026 23:01
@renovate renovate bot changed the title fix(deps): Update dependency motion to v12.36.0 fix(deps): Update Node.js Dependencies Mar 13, 2026
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch 17 times, most recently from 07da651 to ceaf828 Compare March 21, 2026 16:36
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch 6 times, most recently from afed5fd to 9ea0e09 Compare March 23, 2026 17:58
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch 2 times, most recently from 48e0a50 to 8f0b3ee Compare March 31, 2026 13:38
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch 3 times, most recently from 53c96ba to fc30af3 Compare April 3, 2026 13:11
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch 12 times, most recently from bfc8b14 to fd58ebc Compare April 14, 2026 00:48
@renovate renovate bot force-pushed the renovate/node.js-dependencies branch from fd58ebc to 18153dd Compare April 15, 2026 17:55
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 node npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants