-
Notifications
You must be signed in to change notification settings - Fork 103
chore(deps): update all non-major dependencies (examples, templates & patterns) (main) (patch) #7425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
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
Size Change: -4 B (0%) Total Size: 430 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 15548700585Details
💛 - Coveralls |
afa2ae7
to
4441c35
Compare
4441c35
to
bc1e1e1
Compare
Lukas742
approved these changes
Jun 10, 2025
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.6.1
->7.6.2
7.6.1
->7.6.2
7.6.1
->7.6.2
22.15.21
->22.15.30
19.1.5
->19.1.7
19.1.5
->19.1.6
4.5.0
->4.5.2
14.4.0
->14.4.1
15.3.2
->15.3.3
4.4.1
->4.4.3
15.3.2
->15.3.3
7.6.1
->7.6.2
Release Notes
remix-run/react-router (@react-router/dev)
v7.6.2
Compare Source
Patch Changes
Avoid additional
with-props
chunk in Framework Mode by moving route module component prop logic from the Vite plugin toreact-router
(#13650)When
future.unstable_viteEnvironmentApi
is enabled and an absolute Vitebase
has been configured, ensure critical CSS is handled correctly during development (#13598)Update
vite-node
(#13673)Fix typegen for non-{.js,.jsx,.ts,.tsx} routes like .mdx (#12453)
Fix href types for optional dynamic params (#13725)
7.6.1 introduced fixes for
href
when using optional static segments,but those fixes caused regressions with how optional dynamic params worked in 7.6.0:
Now, optional static segments are expanded into different paths for
href
, but optional dynamic params are not.This way
href
can unambiguously refer to an exact URL path, all while keeping the number of path options to a minimum.Additionally, you can pass
params
from component props without needing to narrow them manually:Updated dependencies:
[email protected]
@react-router/[email protected]
@react-router/[email protected]
remix-run/react-router (@react-router/node)
v7.6.2
Compare Source
Patch Changes
[email protected]
remix-run/react-router (@react-router/serve)
v7.6.2
Compare Source
Patch Changes
[email protected]
@react-router/[email protected]
@react-router/[email protected]
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.5.2
Compare Source
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: false
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v4.5.1
Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
cypress-io/cypress (cypress)
v14.4.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-1
vercel/next.js (eslint-config-next)
v15.3.3
Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.3
Compare Source
Patch Changes
43575e7
Thanks @JounQin! - chore: migratestable-hash
tostable-hash-x
v4.4.2
Compare Source
Patch Changes
f16150b
Thanks @carlocorradini! - fix: always sort projects by affinity before iteratingvercel/next.js (next)
v15.3.3
Compare Source
remix-run/react-router (react-router)
v7.6.2
Compare Source
Patch Changes
with-props
chunk in Framework Mode by moving route module component prop logic from the Vite plugin toreact-router
(#13650)headers()
function processing for use with RSC (#13639)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.