react-router 7.15.0 → 7.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -10
- package/dist/development/{browser-CRsXgNrY.d.mts → browser-3AnU12UI.d.mts} +1 -1
- package/dist/development/{browser-wDl1FZEL.d.ts → browser-BOdXz9dK.d.ts} +1 -1
- package/dist/development/{chunk-5KNZJZUH.mjs → chunk-4N6VE7H7.mjs} +230 -113
- package/dist/{production/chunk-7YXKJMLN.js → development/chunk-4YRVXM2U.js} +7 -7
- package/dist/development/{chunk-Z5YQYACE.js → chunk-66UKHEGQ.js} +106 -103
- package/dist/development/{chunk-AM3XM4LS.js → chunk-D6LUOGOQ.js} +251 -137
- package/dist/development/{chunk-RMD3H4O3.mjs → chunk-RJYABSBD.mjs} +22 -21
- package/dist/{production/context-BQs41HrG.d.mts → development/context-ByvtofY2.d.mts} +7 -1
- package/dist/development/dom-export.d.mts +2 -2
- package/dist/development/dom-export.d.ts +2 -2
- package/dist/development/dom-export.js +48 -50
- package/dist/development/dom-export.mjs +23 -25
- package/dist/{production/index-react-server-client-CSv-KZBk.d.ts → development/index-react-server-client-BS5F89FR.d.ts} +10 -2
- package/dist/{production/index-react-server-client-Ck_yZ1qL.d.mts → development/index-react-server-client-DY04-103.d.mts} +10 -2
- package/dist/development/index-react-server-client.d.mts +2 -2
- package/dist/development/index-react-server-client.d.ts +2 -2
- package/dist/development/index-react-server-client.js +4 -4
- package/dist/development/index-react-server-client.mjs +2 -2
- package/dist/development/index-react-server.d.mts +6 -0
- package/dist/development/index-react-server.d.ts +6 -0
- package/dist/development/index-react-server.js +4 -4
- package/dist/development/index-react-server.mjs +4 -4
- package/dist/development/index.d.mts +91 -9
- package/dist/development/index.d.ts +91 -9
- package/dist/development/index.js +103 -100
- package/dist/development/index.mjs +5 -3
- package/dist/{production/instrumentation-DlJ2QV7d.d.ts → development/instrumentation-cRWWLfsU.d.ts} +7 -1
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/production/{browser-CRsXgNrY.d.mts → browser-3AnU12UI.d.mts} +1 -1
- package/dist/production/{browser-wDl1FZEL.d.ts → browser-BOdXz9dK.d.ts} +1 -1
- package/dist/production/{chunk-23ZOHYE5.mjs → chunk-6S4627ZB.mjs} +22 -21
- package/dist/production/{chunk-LCJTIOKZ.js → chunk-HUBUW7R3.js} +251 -137
- package/dist/production/{chunk-GM3PW4GX.mjs → chunk-JAKZPQZC.mjs} +230 -113
- package/dist/production/{chunk-YBQJ3ABE.js → chunk-PNZCCTKT.js} +106 -103
- package/dist/{development/chunk-2D5H3HU3.js → production/chunk-Y6IFXO7V.js} +7 -7
- package/dist/{development/context-BQs41HrG.d.mts → production/context-ByvtofY2.d.mts} +7 -1
- package/dist/production/dom-export.d.mts +2 -2
- package/dist/production/dom-export.d.ts +2 -2
- package/dist/production/dom-export.js +48 -50
- package/dist/production/dom-export.mjs +23 -25
- package/dist/{development/index-react-server-client-CSv-KZBk.d.ts → production/index-react-server-client-BS5F89FR.d.ts} +10 -2
- package/dist/{development/index-react-server-client-Ck_yZ1qL.d.mts → production/index-react-server-client-DY04-103.d.mts} +10 -2
- package/dist/production/index-react-server-client.d.mts +2 -2
- package/dist/production/index-react-server-client.d.ts +2 -2
- package/dist/production/index-react-server-client.js +4 -4
- package/dist/production/index-react-server-client.mjs +2 -2
- package/dist/production/index-react-server.d.mts +6 -0
- package/dist/production/index-react-server.d.ts +6 -0
- package/dist/production/index-react-server.js +4 -4
- package/dist/production/index-react-server.mjs +4 -4
- package/dist/production/index.d.mts +91 -9
- package/dist/production/index.d.ts +91 -9
- package/dist/production/index.js +103 -100
- package/dist/production/index.mjs +5 -3
- package/dist/{development/instrumentation-DlJ2QV7d.d.ts → production/instrumentation-cRWWLfsU.d.ts} +7 -1
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.15.
|
|
2
|
+
* react-router v7.15.1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
isSession,
|
|
29
29
|
routeRSCServerRequest,
|
|
30
30
|
setDevServerHooks
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-RJYABSBD.mjs";
|
|
32
32
|
import {
|
|
33
33
|
Action,
|
|
34
34
|
Await,
|
|
@@ -133,6 +133,7 @@ import {
|
|
|
133
133
|
useRoute,
|
|
134
134
|
useRouteError,
|
|
135
135
|
useRouteLoaderData,
|
|
136
|
+
useRouterState,
|
|
136
137
|
useRoutes,
|
|
137
138
|
useScrollRestoration,
|
|
138
139
|
useSearchParams,
|
|
@@ -141,7 +142,7 @@ import {
|
|
|
141
142
|
withComponentProps,
|
|
142
143
|
withErrorBoundaryProps,
|
|
143
144
|
withHydrateFallbackProps
|
|
144
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-4N6VE7H7.mjs";
|
|
145
146
|
export {
|
|
146
147
|
Await,
|
|
147
148
|
BrowserRouter,
|
|
@@ -243,6 +244,7 @@ export {
|
|
|
243
244
|
setDevServerHooks as unstable_setDevServerHooks,
|
|
244
245
|
usePrompt as unstable_usePrompt,
|
|
245
246
|
useRoute as unstable_useRoute,
|
|
247
|
+
useRouterState as unstable_useRouterState,
|
|
246
248
|
useActionData,
|
|
247
249
|
useAsyncError,
|
|
248
250
|
useAsyncValue,
|
package/dist/{production/instrumentation-DlJ2QV7d.d.ts → development/instrumentation-cRWWLfsU.d.ts}
RENAMED
|
@@ -480,6 +480,8 @@ type NavigationStates = {
|
|
|
480
480
|
Idle: {
|
|
481
481
|
state: "idle";
|
|
482
482
|
location: undefined;
|
|
483
|
+
matches: undefined;
|
|
484
|
+
historyAction: undefined;
|
|
483
485
|
formMethod: undefined;
|
|
484
486
|
formAction: undefined;
|
|
485
487
|
formEncType: undefined;
|
|
@@ -490,6 +492,8 @@ type NavigationStates = {
|
|
|
490
492
|
Loading: {
|
|
491
493
|
state: "loading";
|
|
492
494
|
location: Location;
|
|
495
|
+
matches: DataRouteMatch[];
|
|
496
|
+
historyAction: Action;
|
|
493
497
|
formMethod: Submission["formMethod"] | undefined;
|
|
494
498
|
formAction: Submission["formAction"] | undefined;
|
|
495
499
|
formEncType: Submission["formEncType"] | undefined;
|
|
@@ -500,6 +504,8 @@ type NavigationStates = {
|
|
|
500
504
|
Submitting: {
|
|
501
505
|
state: "submitting";
|
|
502
506
|
location: Location;
|
|
507
|
+
matches: DataRouteMatch[];
|
|
508
|
+
historyAction: Action;
|
|
503
509
|
formMethod: Submission["formMethod"];
|
|
504
510
|
formAction: Submission["formAction"];
|
|
505
511
|
formEncType: Submission["formEncType"];
|
|
@@ -706,4 +712,4 @@ type RequestHandlerInstrumentationInfo = Readonly<{
|
|
|
706
712
|
context: ReadonlyContext | undefined;
|
|
707
713
|
}>;
|
|
708
714
|
|
|
709
|
-
export { type BlockerFunction as B, type ClientInstrumentation as C, type Fetcher as F, type GetScrollPositionFunction as G, type HydrationState as H, type InstrumentRequestHandlerFunction as I, type
|
|
715
|
+
export { type BlockerFunction as B, type ClientInstrumentation as C, type Fetcher as F, type GetScrollPositionFunction as G, type HydrationState as H, type InstrumentRequestHandlerFunction as I, type NavigationStates as N, type RouterInit as R, type StaticHandler as S, type Router as a, type Blocker as b, type RelativeRoutingType as c, type Navigation as d, type RouterState as e, type GetScrollRestorationKeyFunction as f, type StaticHandlerContext as g, type RouterSubscriber as h, type RouterNavigateOptions as i, type RouterFetchOptions as j, type RevalidationState as k, type ServerInstrumentation as l, type InstrumentRouterFunction as m, type InstrumentRouteFunction as n, type InstrumentationHandlerResult as o, IDLE_NAVIGATION as p, IDLE_FETCHER as q, IDLE_BLOCKER as r, createRouter as s, type FutureConfig as t, type CreateStaticHandlerOptions as u };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { R as RouterInit } from './context-
|
|
2
|
+
import { R as RouterInit } from './context-ByvtofY2.mjs';
|
|
3
3
|
import { L as Location, C as ClientActionFunction, a as ClientLoaderFunction, b as LinksFunction, M as MetaFunction, S as ShouldRevalidateFunction, P as Params, c as RouterContextProvider, A as ActionFunction, H as HeadersFunction, d as LoaderFunction } from './data-BVUf681J.mjs';
|
|
4
4
|
|
|
5
5
|
declare function getRequest(): Request;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { R as RouterInit } from './instrumentation-
|
|
2
|
+
import { R as RouterInit } from './instrumentation-cRWWLfsU.js';
|
|
3
3
|
import { L as Location, C as ClientActionFunction, a as ClientLoaderFunction, b as LinksFunction, M as MetaFunction, S as ShouldRevalidateFunction, P as Params, c as RouterContextProvider, A as ActionFunction, H as HeadersFunction, d as LoaderFunction } from './data-BqZ2x964.js';
|
|
4
4
|
|
|
5
5
|
declare function getRequest(): Request;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.15.
|
|
2
|
+
* react-router v7.15.1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
getStaticContextFromError,
|
|
38
38
|
instrumentHandler,
|
|
39
39
|
isDataWithResponseInit,
|
|
40
|
+
isMutationMethod,
|
|
40
41
|
isRedirectResponse,
|
|
41
42
|
isRedirectStatusCode,
|
|
42
43
|
isResponse,
|
|
@@ -53,7 +54,7 @@ import {
|
|
|
53
54
|
withComponentProps,
|
|
54
55
|
withErrorBoundaryProps,
|
|
55
56
|
withHydrateFallbackProps
|
|
56
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-JAKZPQZC.mjs";
|
|
57
58
|
|
|
58
59
|
// lib/dom/ssr/server.tsx
|
|
59
60
|
import * as React from "react";
|
|
@@ -266,7 +267,7 @@ var unsign = async (cookie, secret) => {
|
|
|
266
267
|
let signature = byteStringToUint8Array(atob(hash));
|
|
267
268
|
let valid = await crypto.subtle.verify("HMAC", key, signature, data2);
|
|
268
269
|
return valid ? value : false;
|
|
269
|
-
} catch (
|
|
270
|
+
} catch (e) {
|
|
270
271
|
return false;
|
|
271
272
|
}
|
|
272
273
|
};
|
|
@@ -358,7 +359,7 @@ function encodeData(value) {
|
|
|
358
359
|
function decodeData(value) {
|
|
359
360
|
try {
|
|
360
361
|
return JSON.parse(decodeURIComponent(myEscape(atob(value))));
|
|
361
|
-
} catch (
|
|
362
|
+
} catch (e) {
|
|
362
363
|
return {};
|
|
363
364
|
}
|
|
364
365
|
}
|
|
@@ -1443,7 +1444,7 @@ async function handleManifestRequest(build, dataRoutes, branches, url) {
|
|
|
1443
1444
|
async function handleSingleFetchRequest(serverMode, build, staticHandler, request, normalizedPath, loadContext, handleError) {
|
|
1444
1445
|
let handlerUrl = new URL(request.url);
|
|
1445
1446
|
handlerUrl.pathname = normalizedPath;
|
|
1446
|
-
let response = request.method
|
|
1447
|
+
let response = isMutationMethod(request.method) ? await singleFetchAction(
|
|
1447
1448
|
build,
|
|
1448
1449
|
serverMode,
|
|
1449
1450
|
staticHandler,
|
|
@@ -1464,7 +1465,7 @@ async function handleSingleFetchRequest(serverMode, build, staticHandler, reques
|
|
|
1464
1465
|
}
|
|
1465
1466
|
async function handleDocumentRequest(serverMode, build, staticHandler, request, loadContext, handleError, isSpaMode, criticalCss) {
|
|
1466
1467
|
try {
|
|
1467
|
-
if (request.method
|
|
1468
|
+
if (isMutationMethod(request.method)) {
|
|
1468
1469
|
try {
|
|
1469
1470
|
throwIfPotentialCSRFAttack(
|
|
1470
1471
|
request.headers,
|
|
@@ -1927,7 +1928,7 @@ async function writeRSCStream(rscStream, controller) {
|
|
|
1927
1928
|
JSON.stringify(decoder.decode(chunk, { stream: true })),
|
|
1928
1929
|
controller
|
|
1929
1930
|
);
|
|
1930
|
-
} catch (
|
|
1931
|
+
} catch (e) {
|
|
1931
1932
|
let base64 = JSON.stringify(btoa(String.fromCodePoint(...chunk)));
|
|
1932
1933
|
writeChunk(
|
|
1933
1934
|
`Uint8Array.from(atob(${base64}), m => m.codePointAt(0))`,
|
|
@@ -2253,9 +2254,9 @@ async function routeRSCServerRequest({
|
|
|
2253
2254
|
statusText,
|
|
2254
2255
|
headers
|
|
2255
2256
|
});
|
|
2256
|
-
} catch (
|
|
2257
|
-
if (
|
|
2258
|
-
return
|
|
2257
|
+
} catch (error) {
|
|
2258
|
+
if (error instanceof Response) {
|
|
2259
|
+
return error;
|
|
2259
2260
|
}
|
|
2260
2261
|
if (renderRedirect) {
|
|
2261
2262
|
return new Response(`Redirect: ${renderRedirect.location}`, {
|
|
@@ -2266,8 +2267,8 @@ async function routeRSCServerRequest({
|
|
|
2266
2267
|
});
|
|
2267
2268
|
}
|
|
2268
2269
|
try {
|
|
2269
|
-
|
|
2270
|
-
let [status, statusText] = isRouteErrorResponse(
|
|
2270
|
+
let normalizedError = renderError ?? error;
|
|
2271
|
+
let [status, statusText] = isRouteErrorResponse(normalizedError) ? [normalizedError.status, normalizedError.statusText] : [500, ""];
|
|
2271
2272
|
let retryRedirect;
|
|
2272
2273
|
let reactHeaders = new Headers();
|
|
2273
2274
|
const html = await renderHTML(
|
|
@@ -2279,7 +2280,7 @@ async function routeRSCServerRequest({
|
|
|
2279
2280
|
(payload) => Object.assign(payload, {
|
|
2280
2281
|
status,
|
|
2281
2282
|
errors: deepestRenderedBoundaryId ? {
|
|
2282
|
-
[deepestRenderedBoundaryId]:
|
|
2283
|
+
[deepestRenderedBoundaryId]: normalizedError
|
|
2283
2284
|
} : {}
|
|
2284
2285
|
})
|
|
2285
2286
|
);
|
|
@@ -2302,19 +2303,19 @@ async function routeRSCServerRequest({
|
|
|
2302
2303
|
});
|
|
2303
2304
|
},
|
|
2304
2305
|
{
|
|
2305
|
-
onError(
|
|
2306
|
-
if (typeof
|
|
2307
|
-
retryRedirect = decodeRedirectErrorDigest(
|
|
2306
|
+
onError(error2) {
|
|
2307
|
+
if (typeof error2 === "object" && error2 && "digest" in error2 && typeof error2.digest === "string") {
|
|
2308
|
+
retryRedirect = decodeRedirectErrorDigest(error2.digest);
|
|
2308
2309
|
if (retryRedirect) {
|
|
2309
|
-
return
|
|
2310
|
+
return error2.digest;
|
|
2310
2311
|
}
|
|
2311
2312
|
let routeErrorResponse = decodeRouteErrorResponseDigest(
|
|
2312
|
-
|
|
2313
|
+
error2.digest
|
|
2313
2314
|
);
|
|
2314
2315
|
if (routeErrorResponse) {
|
|
2315
2316
|
status = routeErrorResponse.status;
|
|
2316
2317
|
statusText = routeErrorResponse.statusText;
|
|
2317
|
-
return
|
|
2318
|
+
return error2.digest;
|
|
2318
2319
|
}
|
|
2319
2320
|
}
|
|
2320
2321
|
},
|
|
@@ -2364,9 +2365,9 @@ async function routeRSCServerRequest({
|
|
|
2364
2365
|
statusText,
|
|
2365
2366
|
headers
|
|
2366
2367
|
});
|
|
2367
|
-
} catch {
|
|
2368
|
+
} catch (error2) {
|
|
2368
2369
|
}
|
|
2369
|
-
throw
|
|
2370
|
+
throw error;
|
|
2370
2371
|
}
|
|
2371
2372
|
}
|
|
2372
2373
|
function RSCStaticRouter({ getPayload }) {
|