react-router 7.9.0-pre.1 → 7.9.1-pre.0

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/development/{chunk-QZH3B547.mjs → chunk-T2FO7LZR.mjs} +2 -2
  3. package/dist/development/{chunk-RGB6BZUL.js → chunk-XGGFIIA6.js} +1 -1
  4. package/dist/development/{chunk-XYB2GISA.js → chunk-XMMS4S5U.js} +131 -131
  5. package/dist/development/{chunk-AVXIT45F.mjs → chunk-Y3WUXTM5.mjs} +2 -2
  6. package/dist/development/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  7. package/dist/development/dom-export.d.mts +1 -1
  8. package/dist/development/dom-export.js +3 -3
  9. package/dist/development/dom-export.mjs +3 -3
  10. package/dist/{production/index-react-server-client-CMC2eQAY.d.ts → development/index-react-server-client-BYr9g50r.d.ts} +1 -1
  11. package/dist/{production/index-react-server-client-1cWMpKk4.d.mts → development/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  12. package/dist/development/index-react-server-client.d.mts +3 -3
  13. package/dist/development/index-react-server-client.d.ts +2 -2
  14. package/dist/development/index-react-server-client.js +4 -4
  15. package/dist/development/index-react-server-client.mjs +2 -2
  16. package/dist/development/index-react-server.d.mts +1 -1
  17. package/dist/development/index-react-server.d.ts +1 -1
  18. package/dist/development/index-react-server.js +1 -1
  19. package/dist/development/index-react-server.mjs +1 -1
  20. package/dist/development/index.d.mts +6 -6
  21. package/dist/development/index.d.ts +4 -4
  22. package/dist/development/index.js +96 -96
  23. package/dist/development/index.mjs +3 -3
  24. package/dist/development/lib/types/internal.d.mts +39 -14
  25. package/dist/development/lib/types/internal.d.ts +38 -13
  26. package/dist/development/lib/types/internal.js +1 -1
  27. package/dist/development/lib/types/internal.mjs +1 -1
  28. package/dist/development/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  29. package/dist/development/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  30. package/dist/production/{chunk-A6EU7LHU.js → chunk-CQNGOQ3L.js} +1 -1
  31. package/dist/production/{chunk-WMHWIEJV.mjs → chunk-CYDGAKF3.mjs} +2 -2
  32. package/dist/production/{chunk-BQLQLXP4.mjs → chunk-NVD2TNOP.mjs} +2 -2
  33. package/dist/production/{chunk-IR3XRH6J.js → chunk-QSAZM6H2.js} +131 -131
  34. package/dist/production/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  35. package/dist/production/dom-export.d.mts +1 -1
  36. package/dist/production/dom-export.js +3 -3
  37. package/dist/production/dom-export.mjs +3 -3
  38. package/dist/{development/index-react-server-client-CMC2eQAY.d.ts → production/index-react-server-client-BYr9g50r.d.ts} +1 -1
  39. package/dist/{development/index-react-server-client-1cWMpKk4.d.mts → production/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  40. package/dist/production/index-react-server-client.d.mts +3 -3
  41. package/dist/production/index-react-server-client.d.ts +2 -2
  42. package/dist/production/index-react-server-client.js +4 -4
  43. package/dist/production/index-react-server-client.mjs +2 -2
  44. package/dist/production/index-react-server.d.mts +1 -1
  45. package/dist/production/index-react-server.d.ts +1 -1
  46. package/dist/production/index-react-server.js +1 -1
  47. package/dist/production/index-react-server.mjs +1 -1
  48. package/dist/production/index.d.mts +6 -6
  49. package/dist/production/index.d.ts +4 -4
  50. package/dist/production/index.js +96 -96
  51. package/dist/production/index.mjs +3 -3
  52. package/dist/production/lib/types/internal.d.mts +39 -14
  53. package/dist/production/lib/types/internal.d.ts +38 -13
  54. package/dist/production/lib/types/internal.js +1 -1
  55. package/dist/production/lib/types/internal.mjs +1 -1
  56. package/dist/production/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  57. package/dist/production/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  58. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # `react-router`
2
2
 
3
- ## 7.9.0-pre.1
3
+ ## 7.9.1-pre.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Escape HTML in `meta()` JSON-LD content ([#14316](https://github.com/remix-run/react-router/pull/14316))
7
+ - Fix internal `Future` interface naming from `middleware` -> `v8_middleware` ([#14327](https://github.com/remix-run/react-router/pull/14327))
8
8
 
9
- ## 7.9.0-pre.0
9
+ ## 7.9.0
10
10
 
11
11
  ### Minor Changes
12
12
 
@@ -22,6 +22,7 @@
22
22
 
23
23
  ### Patch Changes
24
24
 
25
+ - Escape HTML in `meta()` JSON-LD content ([#14316](https://github.com/remix-run/react-router/pull/14316))
25
26
  - Add react-server Await component implementation ([#14261](https://github.com/remix-run/react-router/pull/14261))
26
27
  - In RSC Data Mode when using a custom basename, fix hydration errors for routes that only have client loaders ([#14264](https://github.com/remix-run/react-router/pull/14264))
27
28
  - Make `href` function available in a react-server context ([#14262](https://github.com/remix-run/react-router/pull/14262))
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.0-pre.1
2
+ * react-router v7.9.1-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8964,7 +8964,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
8964
8964
  try {
8965
8965
  if (isBrowser) {
8966
8966
  window.__reactRouterVersion = // @ts-expect-error
8967
- "7.9.0-pre.1";
8967
+ "7.9.1-pre.0";
8968
8968
  }
8969
8969
  } catch (e) {
8970
8970
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2
- * react-router v7.9.0-pre.1
2
+ * react-router v7.9.1-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *