Update all non-major frontend dependencies#1663
Merged
Merged
Conversation
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1663 +/- ##
=======================================
Coverage 93.37% 93.37%
=======================================
Files 76 76
Lines 2386 2386
Branches 183 183
=======================================
Hits 2228 2228
Misses 132 132
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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:
1.5.1→1.5.27.3.10→7.3.117.3.10→7.3.118.28.4→8.28.510.51.0→10.52.08.59.1→8.59.219.2.5→19.2.619.2.5→19.2.67.14.2→7.15.08.59.1→8.59.27.3.2→7.3.31.2.0→1.3.0Release Notes
marsidev/react-turnstile (@marsidev/react-turnstile)
v1.5.2Compare Source
No significant changes
View changes on GitHub
mui/material-ui (@mui/icons-material)
v7.3.11Compare Source
A big thanks to the 5 contributors who made this release possible.
@mui/material@7.3.11startIconalignment (#48339) @mj12albertaria-checked=mixedwhen indeterminate (#48286) @mj12albertrolewithslotProps.input(#48472) @mj12albertDocs
Core
All contributors of this release in alphabetical order: @alexfauquette, @mj12albert, @oliviertassinari, @silviuaavram, @siriwatknp
mui/mui-x (@mui/x-date-pickers)
v8.28.5Compare Source
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
The following team members contributed to this release:
@LukasTy, @MBilalShafi
Data Grid
@mui/x-data-grid@8.28.5Object.prototypeproperty names (#22343) @LukasTy@mui/x-data-grid-pro@8.28.5Same changes as in
@mui/x-data-grid@8.28.5.@mui/x-data-grid-premium@8.28.5Same changes as in
@mui/x-data-grid-pro@8.28.5.Date and Time Pickers
@mui/x-date-pickers@8.28.5MultiSectionDigitalClockon DST day (#22350) @LukasTy@mui/x-date-pickers-pro@8.28.5Same changes as in
@mui/x-date-pickers@8.28.5.Tree View
@mui/x-tree-view@8.28.5apiRefafter keyed remount (#22355) @MBilalShafi@mui/x-tree-view-pro@8.28.5Same changes as in
@mui/x-tree-view@8.28.5.Core
valelintand docs build (#22362) @LukasTygetsentry/sentry-javascript (@sentry/react)
v10.52.0Compare Source
Important Changes
Beta release of the official Hono Sentry SDK
This release marks the beta release of the
@sentry/honoSentry SDK. For details on how to use it, check out theSentry Hono SDK docs. Please reach out on
GitHub if you have any feedback or concerns.
feat(browser): Add
ingest_settingsto v2 log envelope payload (#20453)Inference of user data (e.g. IP address, browser name/version) on log events is now gated behind the
sendDefaultPiioption. Previously, this data was always inferred by default.Other Changes
ingest_settingsto v2 metrics envelope payload (#20454)ignoreSpans(#20595)processSegmentSpanto Deno context integration (#20613)processSegmentSpanto node context integration (#20678)Internal Changes
bundle-analyzer-scenariosdev packages (#20680)npmrcpointing to Verdaccio (#20611)Work in this release was contributed by @sbs44. Thank you for your contribution!
Bundle size 📦
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.59.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
facebook/react (react)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
remix-run/react-router (react-router)
v7.15.0Compare Source
Minor Changes
Stabilize
unstable_defaultShouldRevalidateasdefaultShouldRevalidateon<Link>,<Form>,useLinkClickHandler,useSubmit,fetcher.submit, andsetSearchParams(a993f09)Stabilize the instrumentation APIs.
unstable_instrumentationsis nowinstrumentationsandunstable_patternis nowpattern(a993f09)unstable_ServerInstrumentation,unstable_ClientInstrumentation,unstable_InstrumentRequestHandlerFunction,unstable_InstrumentRouterFunction,unstable_InstrumentRouteFunction, andunstable_InstrumentationHandlerResulttypes have had theirunstable_prefixes removedStabilize
unstable_maskasmaskon<Link>,useLinkClickHandler, anduseNavigate, and rename the correspondingLocation.unstable_maskfield toLocation.mask(a993f09)Stabilize the
unstable_normalizePathoption onstaticHandler.queryandstaticHandler.queryRouteasnormalizePath(a993f09)Stabilize
future.unstable_passThroughRequestsasfuture.v8_passThroughRequests(a993f09)Remove
unstable_subResourceIntegrityfrom the runtimeFutureConfigtype; the flag is now controlled by the top-levelsubResourceIntegrityoption inreact-router.config.ts(a993f09)Stabilize
unstable_urlasurlonloader,action, andmiddlewarefunction args (a993f09)Stabilize
unstable_useTransitionsasuseTransitionson<BrowserRouter>,<HashRouter>,<HistoryRouter>,<MemoryRouter>,<Router>,<RouterProvider>,<HydratedRouter>, anduseLinkClickHandler(a993f09)Patch Changes
Add
nonceto<Scripts><link rel="modulepreload">elements (if provided) (af5d49b)Fix a bug with
unstable_defaultShouldRevalidate={false}where parent routes that did not export ashouldRevalidatefunction could be incorrectly included in the single fetch call for new child route data (#15012)Improve server-side route matching performance by pre-computing flattened/cached route branches (#14967) (af5d49b)
Mark
maskas an optional field inLocationfor easier mocking in unit tests (#14999)Cache flattened/ranked route branches to optimize server-side route matching (#14967)
Improve route matching performance in Framework/Data Mode (#14971) (af5d49b)
matchRoutesin data router scenarios7.6.0(#13562)matchesbut always updatingmatch.routeto the latest route in themanifesttypescript-eslint/typescript-eslint (typescript-eslint)
v8.59.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v7.3.3Compare Source
Please refer to CHANGELOG.md for details.
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)
v1.3.0Compare Source
🚀 Features
View changes on GitHub
Configuration
📅 Schedule: (in timezone Europe/Budapest)
* * * * 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.