Skip to content

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

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

fix(deps): update all non-major dependencies#1599
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rollup/rollup-darwin-arm64 (source) 4.55.14.60.1 age confidence
@sentry/browser (source) 8.55.08.55.1 age confidence
@sentry/node (source) 8.55.08.55.1 age confidence
@tanstack/react-query (source) 5.90.175.96.2 age confidence
@tanstack/react-query-devtools (source) 5.91.25.96.2 age confidence
@types/lodash (source) 4.17.234.17.24 age confidence
@types/node (source) 22.19.722.19.17 age confidence
@types/react (source) 19.2.819.2.14 age confidence
axios (source) 1.13.51.14.0 age confidence
cypress (source) 15.9.015.13.0 age confidence
i18next-browser-languagedetector 8.2.08.2.1 age confidence
i18next-fs-backend 2.6.12.6.3 age confidence
i18next-http-backend 3.0.23.0.4 age confidence
nodemon (source) 3.1.113.1.14 age confidence
pg (source) 8.17.18.20.0 age confidence
prettier (source) 3.8.03.8.1 age confidence
qs 6.14.26.15.0 age confidence
react (source) 19.2.319.2.4 age confidence
react-dom (source) 19.2.319.2.4 age confidence
react-router (source) 7.12.07.14.0 age confidence
react-router-dom (source) 7.12.07.14.0 age confidence
react-to-print 3.2.03.3.0 age confidence
rimraf 6.1.26.1.3 age confidence
winston-loki 6.1.36.1.4 age confidence

Release Notes

rollup/rollup (@​rollup/rollup-darwin-arm64)

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests

v4.60.0

Compare Source

2026-03-22

Features
  • Support source phase imports as long as they are external (#​6279)
Pull Requests

v4.59.1

Compare Source

2026-03-21

Bug Fixes
  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#​6306)
Pull Requests

v4.59.0

Compare Source

2026-02-22

Features
  • Throw when the generated bundle contains paths that would leave the output directory (#​6276)
Pull Requests

v4.58.0

Compare Source

2026-02-20

Features
  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#​6272)
Pull Requests

v4.57.1

Compare Source

2026-01-30

Bug Fixes
  • Fix heap corruption issue in Windows (#​6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#​6254)
Pull Requests

v4.57.0

Compare Source

2026-01-27

Features
  • Add import attributes to all plugin hooks that did not provide them yet (#​5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#​5700)
Pull Requests

v4.56.0

Compare Source

2026-01-22

Features
  • Track object property inclusions of dynamic namespace members (#​6230)
Bug Fixes
  • Handle methods that access dynamically imported namespace members via this (#​6230)
Pull Requests

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests

v4.55.2

Compare Source

2026-01-19

Bug Fixes
  • Sort manual chunks by execution order to reduce circular dependency issues (#​6240)
Pull Requests
getsentry/sentry-javascript (@​sentry/browser)

v8.55.1

Compare Source

  • fix(v8/browser): Ensure that performance.measure spans have a positive duration (#​19959)
  • fix(v8/core): Filter gmo error and Facebook mobile error (#​15447)
TanStack/query (@​tanstack/react-query)

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

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)

v5.90.20

Compare Source

Patch Changes

v5.90.19

Compare Source

Patch Changes

v5.90.18

Compare Source

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

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

Patch Changes

v5.94.4

Patch Changes

v5.91.3

Compare Source

Patch Changes
axios/axios (axios)

v1.14.0

Compare Source

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

cypress-io/cypress (cypress)

v15.13.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-13-0

v15.12.0

Compare Source

v15.11.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-11-0

v15.10.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-10-0

i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v8.2.1

Compare Source

  • Add missing typescript definition for hash options 33154
i18next/i18next-fs-backend (i18next-fs-backend)

v2.6.3

Compare Source

  • use own interpolation function instead of relying on i18next's interpolator

v2.6.2

Compare Source

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
remy/nodemon (nodemon)

v3.1.14

Compare Source

Bug Fixes

v3.1.13

Compare Source

Bug Fixes

v3.1.12

Compare Source

Bug Fixes
brianc/node-postgres (pg)

v8.20.0

Compare Source

  • Add onConnect callback to pg.Pool constructor options allowing for async initialization of newly created & connected pooled clients.

v8.19.0

Compare Source

v8.18.0

Compare Source

v8.17.2

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

ljharb/qs (qs)

v6.15.0

Compare Source

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#​425, #​122)
  • [Fix] duplicates option should not apply to bracket notation keys (#​514)
facebook/react (react)

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components
remix-run/react-router (react-router)

v7.14.0

Compare Source

Patch Changes
  • UNSTABLE RSC FRAMEWORK MODE BREAKING CHANGE - Existing route module exports remain unchanged from stable v7 non-RSC mode, but new exports are added for RSC mode. If you want to use RSC features, you will need to update your route modules to export the new annotations. (#​14901)

    If you are using RSC framework mode currently, you will need to update your route modules to the new conventions. The following route module components have their own mutually exclusive server component counterparts:

    Server Component Export Client Component
    ServerComponent default
    ServerErrorBoundary ErrorBoundary
    ServerLayout Layout
    ServerHydrateFallback HydrateFallback

    If you were previously exporting a ServerComponent, your ErrorBoundary, Layout, and HydrateFallback were also server components. If you want to keep those as server components, you can rename them and prefix them with Server. If you were previously importing the implementations of those components from a client module, you can simply inline them.

    Example:

    Before

    import { ErrorBoundary as ClientErrorBoundary } from "./client";
    
    export function ServerComponent() {
      // ...
    }
    
    export function ErrorBoundary() {
      return <ClientErrorBoundary />;
    }
    
    export function Layout() {
      // ...
    }
    
    export function HydrateFallback() {
      // ...
    }

    After

    export function ServerComponent() {
      // ...
    }
    
    export function ErrorBoundary() {
      // previous implementation of ClientErrorBoundary, this is now a client component
    }
    
    export function ServerLayout() {
      // rename previous Layout export to ServerLayout to make it a server component
    }
    
    export function ServerHydrateFallback() {
      // rename previous HydrateFallback export to ServerHydrateFallback to make it a server component
    }
  • rsc Link prefetch (#​14902)

  • Remove recursion from turbo-stream v2 allowing for encoding / decoding of massive payloads. (#​14838)

  • encodeViaTurboStream leaked memory via unremoved AbortSignal listener (#​14900)

v7.13.2

Compare Source

Patch Changes
  • Fix clientLoader.hydrate when an ancestor route is also hydrating a clientLoader (#​14835)

  • Fix type error when passing Framework Mode route components using Route.ComponentProps to createRoutesStub (#​14892)

  • Fix percent encoding in relative path navigation (#​14786)

  • Add future.unstable_passThroughRequests flag (#​14775)

    By default, React Router normalizes the request.url passed to your loader, action, and middleware functions by removing React Router's internal implementation details (.data suffixes, index + _routes query params).

    Enabling this flag removes that normalization and passes the raw HTTP request instance to your handlers. This provides a few benefits:

    • Reduces server-side overhead by eliminating multiple new Request() calls on the critical path
    • Allows you to distinguish document from data requests in your handlers base don the presence of a .data suffix (useful for observability purposes)

    If you were previously relying on the normalization of request.url, you can switch to use the new sibling unstable_url parameter which contains a URL instance representing the normalized location:

    // ❌ Before: you could assume there was no `.data` suffix in `request.url`
    export async function loader({ request }: Route.LoaderArgs) {
      let url = new URL(request.url);
      if (url.pathname === "/path") {
        // This check will fail with the flag enabled because the `.data` suffix will
        // exist on data requests
      }
    }
    
    // ✅ After: use `unstable_url` for normalized routing logic and `request.url`
    // for raw routing logic
    export async function loader({ request, unstable_url }: Route.LoaderArgs) {
      if (unstable_url.pathname === "/path") {
        // This will always have the `.data` suffix stripped
      }
    
      // And now you can distinguish between document versus data requests
      let isDataRequest = new URL(request.url).pathname.endsWith(".data");
    }
  • Internal refactor to consolidate framework-agnostic/React-specific route type layers - no public API changes (#​14765)

  • Sync protocol validation to rsc flows (#​14882)

  • Add a new unstable_url: URL parameter to route handler methods (loader, action, middleware, etc.) representin


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title fix(deps): update dependency @tanstack/react-query to v5.90.18 fix(deps): update dependency @tanstack/react-query to v5.90.19 Jan 17, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 323b329 to bb79065 Compare January 19, 2026 14:05
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.90.19 fix(deps): update all non-major dependencies Jan 19, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 45b0912 to 604df0e Compare January 27, 2026 13:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from def6759 to 3e4e24f Compare February 3, 2026 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7852ab5 to 9239a5d Compare February 10, 2026 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9239a5d to eb1c1d7 Compare February 11, 2026 09:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bc8c12e to 94efcc0 Compare February 27, 2026 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 877729c to cbc236c Compare March 7, 2026 21:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4ef2da3 to 852199f Compare March 19, 2026 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 35c9e3a to ef2ac2a Compare March 25, 2026 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 94bec66 to 509639d Compare March 31, 2026 04:30
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Mar 31, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

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