Skip to content

Update all non-major dependencies (release/12.0)#1088

Open
renovate[bot] wants to merge 1 commit intorelease/12.0from
renovate/release/12.0-all-minor-patch
Open

Update all non-major dependencies (release/12.0)#1088
renovate[bot] wants to merge 1 commit intorelease/12.0from
renovate/release/12.0-all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 25, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@react-router/dev (source) 7.14.17.14.2 age confidence devDependencies patch
@react-router/node (source) 7.14.17.14.2 age confidence dependencies patch
@tanstack/react-query (source) 5.99.05.99.2 age confidence dependencies patch 5.100.5 (+5)
@tanstack/react-query-devtools (source) 5.99.05.99.2 age confidence dependencies patch 5.100.5 (+5)
maven 3.9.14-eclipse-temurin-213.9.15-eclipse-temurin-21 age confidence final patch
orval (source) 8.8.08.8.1 age confidence devDependencies patch
react-router (source) 7.14.17.14.2 age confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

remix-run/react-router (@​react-router/dev)

v7.14.2

Compare Source

Patch Changes
  • Fix typegen for layouts without pages ([aabf4a1)

    Previously, typegen could produce pages: ; in .react-router/types/+routes.ts when a route corresponded to 0 pages.
    Now, pages: never; is correctly generated for those cases.

Unstable Changes

⚠️ Unstable features are not recommended for production use

  • For unstable_reactRouterRSC Vite plugin consumers, require @vitejs/plugin-react in user Vite config, and more reliably split route modules. (#​14965) ([aabf4a1)

    • ⚠️ This is a breaking change if you have begun using the unstable_reactRouterRSC Vite plugin - please install @vitejs/plugin-react and add the react plugin to your Vite plugins array.
  • Updated dependencies:

remix-run/react-router (@​react-router/node)

v7.14.2

Compare Source

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

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

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

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes
orval-labs/orval (orval)

v8.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: orval-labs/orval@v8.8.0...v8.8.1

remix-run/react-router (react-router)

v7.14.2

Compare Source

Patch Changes
  • Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of Error and it's standard subtypes (SyntaxError, TypeError, etc.). ([aabf4a1)

  • Properly handle parent middleware redirects during fetcher.load ([aabf4a1)

  • Remove redundant Omit<RouterProviderProps, "flushSync"> from react-router/dom RouterProvider ([aabf4a1)

  • Improved types for generatePath's param arg ([aabf4a1)

    Type errors when required params are omitted:

    // Before
    // Passes type checks, but throws at runtime 💥
    generatePath(":required", { required: null });
    
    // After
    generatePath(":required", { required: null });
    //                          ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)

    Allow omission of optional params:

    // Before
    generatePath(":optional?", {});
    //                         ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741)
    
    // After
    generatePath(":optional?", {});

    Allows extra keys:

    // Before
    generatePath(":a", { a: "1", b: "2" });
    //                           ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353)
    
    // After
    generatePath(":a", { a: "1", b: "2" });

Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 added the dependencies Pull requests that update a dependency file label Apr 25, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants