Update all non-major dependencies (release/12.0)#1088
Open
renovate[bot] wants to merge 1 commit intorelease/12.0from
Open
Update all non-major dependencies (release/12.0)#1088renovate[bot] wants to merge 1 commit intorelease/12.0from
renovate[bot] wants to merge 1 commit intorelease/12.0from
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.14.1→7.14.27.14.1→7.14.25.99.0→5.99.25.100.5(+5)5.99.0→5.99.25.100.5(+5)3.9.14-eclipse-temurin-21→3.9.15-eclipse-temurin-218.8.0→8.8.17.14.1→7.14.2Warning
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.2Compare Source
Patch Changes
Fix typegen for layouts without pages ([aabf4a1)
Previously, typegen could produce
pages: ;in.react-router/types/+routes.tswhen a route corresponded to 0 pages.Now,
pages: never;is correctly generated for those cases.Unstable Changes
For
unstable_reactRouterRSCVite plugin consumers, require@vitejs/plugin-reactin user Vite config, and more reliably split route modules. (#14965) ([aabf4a1)unstable_reactRouterRSCVite plugin - please install@vitejs/plugin-reactand add thereactplugin to your Vite plugins array.Updated dependencies:
react-router@7.14.2@react-router/node@7.14.2@react-router/serve@7.14.2remix-run/react-router (@react-router/node)
v7.14.2Compare Source
Patch Changes
react-router@7.14.2TanStack/query (@tanstack/react-query)
v5.99.2Compare Source
Patch Changes
v5.99.1Compare Source
Patch Changes
TanStack/query (@tanstack/react-query-devtools)
v5.99.2Compare Source
Patch Changes
v5.99.1Compare Source
Patch Changes
orval-labs/orval (orval)
v8.8.1Compare Source
What's Changed
output.schemas: falseto disable schema file generation by @wadakatu in #3240New Contributors
Full Changelog: orval-labs/orval@v8.8.0...v8.8.1
remix-run/react-router (react-router)
v7.14.2Compare Source
Patch Changes
Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of
Errorand it's standard subtypes (SyntaxError,TypeError, etc.). ([aabf4a1)Properly handle parent middleware redirects during
fetcher.load([aabf4a1)Remove redundant
Omit<RouterProviderProps, "flushSync">fromreact-router/domRouterProvider([aabf4a1)Improved types for
generatePath'sparamarg ([aabf4a1)Type errors when required params are omitted:
Allow omission of optional params:
Allows extra keys:
Configuration
📅 Schedule: (in timezone Europe/Zurich)
* * * * 0,6)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.