Update all patch and minor dependencies#28
Open
renovate-bot wants to merge 1 commit intosourcifyeth:stagingfrom
Open
Update all patch and minor dependencies#28renovate-bot wants to merge 1 commit intosourcifyeth:stagingfrom
renovate-bot wants to merge 1 commit intosourcifyeth:stagingfrom
Conversation
|
❌ Deploy Preview for verify-sourcify-ui failed. Why did it fail? →
|
cf668e8 to
a940c85
Compare
2bc7adf to
32cc993
Compare
07b8afe to
470fef8
Compare
Member
|
@claude please fix this PR. |
79bead8 to
38d0266
Compare
88e52bd to
13e4acf
Compare
13e4acf to
514acf6
Compare
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.0.7→1.2.02.3.0→2.3.12.2.4→2.2.107.6.2→7.14.17.6.2→7.14.10.20.1→0.20.24.1.10→4.2.220.19.1→20.19.3919.1.8→19.2.1419.1.6→19.2.3^8.0.2→8.0.36.15.0→6.16.07.1.0→7.3.05.1.28→5.1.3819.1.0→19.2.519.1.0→19.2.55.5.0→5.6.05.29.1→5.30.114.2.5→14.2.64.1.10→4.2.25.8.3→5.9.3^6.3.3→6.4.2Release Notes
argotorg/sourcify (@ethereum-sourcify/compilers-types)
v1.2.0Compare Source
@ethereum-sourcify/compilers-types@1.2.0 - 2026-04-14
v1.1.0Compare Source
@ethereum-sourcify/compilers-types@1.1.0 - 2026-03-30
v1.0.13Compare Source
@ethereum-sourcify/compilers-types@1.0.13 - 2026-03-17
v1.0.12Compare Source
@ethereum-sourcify/compilers-types@1.0.12 - 2026-03-02
v1.0.11Compare Source
@ethereum-sourcify/compilers-types@1.0.11 - 2026-01-07
AnyJsonInputtypev1.0.10Compare Source
@ethereum-sourcify/compilers-types@1.0.10 - 2025-10-28
none
v1.0.9Compare Source
@ethereum-sourcify/compilers-types@1.0.9 - 2025-10-16
v1.0.8Compare Source
@ethereum-sourcify/compilers-types@1.0.8 - 2025-09-18
tailwindlabs/headlessui (@headlessui/react)
v2.2.10Compare Source
Fixed
<Portal>while hydrating (#3825)Fragmenterror due toSymbol(react.lazy)(#3873)v2.2.9Compare Source
Fixed
Comboboxwhen touching theComboboxButtonwhile dragging on mobile (#3795)Dialogcomponents are scrollable on mobile (#3796)Comboboxtype based ononChangehandler (#3798)ComboboxInputwhenComboboxis closed (#3798)Dialogon iOS works after interacting with a disallowed area (#3801)v2.2.8Compare Source
Fixed
staticprop is used (#3779)onChangetypes are contravariant instead of bivariant (#3781)<summary>as a focusable element inside<details>(#3389)Maximum update depth exceededcrash when usingtransitionprop (#3782)Tabin theComboboxInput, correctly syncs the input value (#3785)--button-widthand--input-widthhave the latest value (#3786)data-headlessui-statesupplied toReact.Fragment' warning (#3788)elementinrefcallback is always connected when rendering in aPortal(#3789)data-openonComboboxInputis up to date (#3791)immediateprop value on theComboboxcomponent works as expected (#3792)v2.2.7Compare Source
Fixed
.click()onMenuButtonref works (#3768)v2.2.6Compare Source
Fixed
v2.2.5Compare Source
Fixed
remix-run/react-router (@react-router/dev)
v7.14.1Compare Source
Patch Changes
react-router@7.14.1@react-router/node@7.14.1@react-router/serve@7.14.1v7.14.0Compare Source
Minor Changes
Patch Changes
support for prerendering multiple server bundles with v8_viteEnvironmentApi (#14921)
rsc framework mode prerender / spa mode support (#14907)
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:
ServerComponentdefaultServerErrorBoundaryErrorBoundaryServerLayoutLayoutServerHydrateFallbackHydrateFallbackIf you were previously exporting a
ServerComponent, yourErrorBoundary,Layout, andHydrateFallbackwere also server components. If you want to keep those as server components, you can rename them and prefix them withServer. If you were previously importing the implementations of those components from a client module, you can simply inline them.Example:
Before
After
update the reveal command to support rsc for
entry.client,entry.rsc,entry.ssr(#14904)Updated dependencies:
react-router@7.14.0@react-router/node@7.14.0@react-router/serve@7.14.0v7.13.2Compare Source
Patch Changes
Fix
react-router devcrash when Unix socket files exist in the project root (#14854)Escape redirect locations in prerendered redirect HTML (#14880)
Add
future.unstable_passThroughRequestsflag (#14775)By default, React Router normalizes the
request.urlpassed to yourloader,action, andmiddlewarefunctions by removing React Router's internal implementation details (.datasuffixes,index+_routesquery params).Enabling this flag removes that normalization and passes the raw HTTP
requestinstance to your handlers. This provides a few benefits:new Request()calls on the critical path.datasuffix (useful for observability purposes)If you were previously relying on the normalization of
request.url, you can switch to use the new siblingunstable_urlparameter which contains aURLinstance representing the normalized location:Add a new
unstable_url: URLparameter to route handler methods (loader,action,middleware, etc.) representing the normalized URL the application is navigating to or fetching, with React Router implementation details removed (.datasuffix,index/_routesquery params) (#14775)This is being added alongside the new
future.unstable_passthroughRequestsfuture flag so that users still have a way to access the normalized URL when that flag is enabled and non-normalizedrequest's are being passed to your handlers. When adopting this flag, you will only need to start leveraging this new parameter if you are relying on the normalization ofrequest.urlin your application code.If you don't have the flag enabled, then
unstable_urlwill matchrequest.url.Updated dependencies:
react-router@7.13.2@react-router/node@7.13.2@react-router/serve@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1@react-router/node@7.13.1@react-router/serve@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0@react-router/node@7.13.0@react-router/serve@7.13.0v7.12.0Compare Source
Minor Changes
react-router.config.tsconfigallowedActionOriginsfield. (#14708)Patch Changes
Fix
Maximum call stack size exceedederrors when HMR is triggered against code with cyclic imports (#14522)fix(vite): Skip SSR middleware in preview server for SPA mode (#14673)
[UNSTABLE] Add a new
future.unstable_trailingSlashAwareDataRequestsflag to provide consistent behavior ofrequest.pathnameinsidemiddleware,loader, andactionfunctions on document and data requests when a trailing slash is present in the browser URL. (#14644)Currently, your HTTP and
requestpathnames would be as follows for/a/b/cand/a/b/c//a/b/crequestpathname`/a/b/c/a/b/c✅/a/b/c.data/a/b/c✅/a/b/c/requestpathname`/a/b/c//a/b/c/✅/a/b/c.data/a/b/cWith this flag enabled, these pathnames will be made consistent though a new
_.dataformat for client-side.datarequests:/a/b/crequestpathname`/a/b/c/a/b/c✅/a/b/c.data/a/b/c✅/a/b/c/requestpathname`/a/b/c//a/b/c/✅/a/b/c/_.data⬅️/a/b/c/✅This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.
Enabling this flag also changes the format of client side
.datarequests from/_root.datato/_.datawhen navigating to/to align with the new format. This does not impact therequestpathname which is still/in all cases.Updated dependencies:
react-router@7.12.0@react-router/node@7.12.0@react-router/serve@7.12.0v7.11.0Compare Source
Minor Changes
vite previewsupport (#14507)Patch Changes
routeRSCServerRequestreplacefetchServerwithserverResponse(#14597)react-router@7.11.0@react-router/serve@7.11.0@react-router/node@7.11.0v7.10.1Compare Source
Patch Changes
pkg-typeswith a dynamicimport()to fix issues on Node 20.18 (#14624)valibotdependency to^1.2.0to address GHSA-vqpr-j7v3-hqw9 (#14608)react-router@7.10.1@react-router/node@7.10.1@react-router/serve@7.10.1v7.10.0Compare Source
Minor Changes
Stabilize
future.v8_splitRouteModules, replacingfuture.unstable_splitRouteModules(#14595)future.unstable_splitRouteModules. Please update yourreact-router.config.ts.Stabilize
future.v8_viteEnvironmentApi, replacingfuture.unstable_viteEnvironmentApi(#14595)future.unstable_viteEnvironmentApi. Please update yourreact-router.config.ts.Patch Changes
Load environment variables before evaluating
routes.ts(#14446)For example, you can now compute your routes based on
VITE_-prefixed environment variables:# .env VITE_ENV_ROUTE=my-routeUpdated dependencies:
react-router@7.10.0@react-router/node@7.10.0@react-router/serve@7.10.0v7.9.6Compare Source
Patch Changes
import()to load ESM-onlyp-mapdependency to avoid issues on Node 20.18 and below (#14492)HEADdocument requests before callingrenderToPipeableStreamin the defaultentry.server.tsxto more closely align with the spec (#14488)react-router@7.9.6@react-router/node@7.9.6@react-router/serve@7.9.6v7.9.5Compare Source
Patch Changes
prerender.unstable_concurrencyoption, to support running the prerendering concurrently, potentially speeding up the build. (#14380)/domexport. (#14457)linkelements used by dynamic imports (#14463)react-router@7.9.5@react-router/node@7.9.5@react-router/serve@7.9.5v7.9.4Compare Source
Patch Changes
Update
valibotdependency to^1.1.0(#14379)New (unstable)
useRoutehook for accessing data from specific routes (#14407)For example, let's say you have an
adminroute somewhere in your app and you want any child routes ofadminto all have access to theloaderDataandactionDatafromadmin.You might even want to create a reusable widget that all of the routes nested under
admincould use:In framework mode,
useRouteknows all your app's routes and gives you TS errors when invalid route IDs are passed in:useRoutereturnsundefinedif the route is not part of the current page:Note: the
rootroute is the exception since it is guaranteed to be part of the current page.As a result,
useRoutenever returnsundefinedforroot.loaderDataandactionDataare marked as optional since they could be accessed before theactionis triggered or after theloaderthrew an error:If instead of a specific route, you wanted access to the current route's
loaderDataandactionData, you can calluseRoutewithout arguments:This usage is equivalent to calling
useLoaderDataanduseActionData, but consolidates all route data access into one hook:useRoute.Note: when calling
useRoute()(without a route ID), TS has no way to know which route is the current route.As a result,
loaderDataandactionDataare typed asunknown.If you want more type-safety, you can either narrow the type yourself with something like
zodor you can refactor your app to pass down typed props to yourAdminWidget:Updated dependencies:
react-router@7.9.4@react-router/node@7.9.4@react-router/serve@7.9.4v7.9.3Compare Source
Patch Changes
react-router@7.9.3@react-router/node@7.9.3@react-router/serve@7.9.3v7.9.2Compare Source
Patch Changes
Fix preset future flags being ignored during config resolution (#14369)
Fixes a bug where future flags defined by presets were completely ignored. The config resolution was incorrectly reading from
reactRouterUserConfig.futureinstead of the mergeduserAndPresetConfigs.future, causing all preset-defined future flags to be lost.This fix ensures presets can properly enable experimental features as intended by the preset system design.
Add unstable support for RSC Framework Mode (#14336)
Switch internal vite plugin Response logic to use
@remix-run/node-fetch-server(#13927)Updated dependencies:
react-router@7.9.2@react-router/serve@7.9.2@react-router/node@7.9.2v7.9.1Compare Source
Patch Changes
Futureinterface naming frommiddleware->v8_middleware(#14327)react-router@7.9.1@react-router/node@7.9.1@react-router/serve@7.9.1v7.9.0Compare Source
Minor Changes
Stabilize middleware and context APIs. (#14215)
We have removed the
unstable_prefix from the following APIs and they are now considered stable and ready for production use:RouterContextProvidercreateContextcreateBrowserRoutergetContextoption<HydratedRouter>getContextpropPlease see the Middleware Docs, the Middleware RFC, and the Client-side Context RFC for more information.
Patch Changes
react-router@7.9.0@react-router/node@7.9.0@react-router/serve@7.9.0v7.8.2Compare Source
Patch Changes
react-router@7.8.2@react-router/node@7.8.2@react-router/serve@7.8.2v7.8.1Compare Source
Patch Changes
Route.MetaArgstype soloaderDatais only potentially undefined when anErrorBoundaryexport is present (#14173)react-router@7.8.1@react-router/node@7.8.1@react-router/serve@7.8.1v7.8.0Compare Source
Patch Changes
react-router@7.8.0@react-router/node@7.8.0@react-router/serve@7.8.0v7.7.1Compare Source
Patch Changes
react-router reveal --no-typescript(#14049)react-router@7.7.1@react-router/node@7.7.1@react-router/serve@7.7.1v7.7.0Compare Source
Patch Changes
vite-nodeto^3.2.2to support Vite 7 (#13781)httpsprotocol in dev mode (#13746)build.cssCodeSplitoption is disabled (#13943).mtsand.mjsextensions for route config file (#13931)cwddiffers from project root (#13824)externalConditionswhich had enabledmodulecondition for externals and broke builds with certain packages, like Emotion. (#13871)react-router@7.7.0@react-router/node@7.7.0@react-router/serve@7.7.0v7.6.3Compare Source
Patch Changes
package.jsonresolution checks when a customentry.server.(j|t)sxfile is provided. (#13744)@react-router/node@7.6.3react-router@7.6.3@react-router/serve@7.6.3remix-run/react-router (@react-router/serve)
v7.14.1Compare Source
Patch Changes
react-router@7.14.1@react-router/express@7.14.1@react-router/node@7.14.1v7.14.0Compare Source
Patch Changes
react-router@7.14.0@react-router/node@7.14.0@react-router/express@7.14.0v7.13.2Compare Source
Patch Changes
react-router@7.13.2@react-router/node@7.13.2@react-router/express@7.13.2v7.13.1Compare Source
Patch Changes
react-router@7.13.1@react-router/node@7.13.1@react-router/express@7.13.1v7.13.0Compare Source
Patch Changes
react-router@7.13.0@react-router/node@7.13.0@react-router/express@7.13.0v7.12.0Compare Source
Patch Changes
react-router@7.12.0@react-router/node@7.12.0@react-router/express@7.12.0v7.11.0Compare Source
Patch Changes
compressionandmorgandependencies to addresson-headersCVE: GHSA-76c9-3jph-rj3q (#14652)react-router@7.11.0@react-router/node@7.11.0@react-router/express@7.11.0v7.10.1Compare Source
Patch Changes
react-router@7.10.1@react-router/node@7.10.1@react-router/express@7.10.1v7.10.0Compare Source
Patch Changes
react-router@7.10.0@react-router/node@7.10.0@react-router/express@7.10.0v7.9.6Compare Source
Patch Changes
react-router@7.9.6@react-router/node@7.9.6@react-router/express@7.9.6v7.9.5Compare Source
Patch Changes
react-router@7.9.5@react-router/node@7.9.5@react-router/express@7.9.5v7.9.4Compare Source
Patch Changes
react-router@7.9.4@react-router/node@7.9.4@react-router/express@7.9.4v7.9.3Compare Source
Patch Changes
react-router@7.9.3@react-router/node@7.9.3@react-router/express@7.9.3v7.9.2Compare Source
Patch Changes
react-router@7.9.2@react-router/node@7.9.2@react-router/express@7.9.2v7.9.1Compare Source
Patch Changes
react-router@7.9.1@react-router/node@7.9.1@react-router/express@7.9.1v7.9.0Compare Source
Patch Changes
react-router@7.9.0@react-router/express@7.9.0@react-router/node@7.9.0v7.8.2Compare Source
Patch Changes
react-router@7.8.2@react-router/node@7.8.2@react-router/express@7.8.2v7.8.1Compare Source
Patch Changes
react-router@7.8.1@react-router/node@7.8.1@react-router/express@7.8.1v7.8.0Compare Source
Patch Changes
react-router@7.8.0@react-router/express@7.8.0@react-router/node@7.8.0v7.7.1[Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@7.7.0...@react-route
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.