@react-router/dev 7.9.3-pre.0 → 7.9.3

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 CHANGED
@@ -1,13 +1,13 @@
1
1
  # `@react-router/dev`
2
2
 
3
- ## 7.9.3-pre.0
3
+ ## 7.9.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies:
8
- - `react-router@7.9.3-pre.0`
9
- - `@react-router/node@7.9.3-pre.0`
10
- - `@react-router/serve@7.9.3-pre.0`
8
+ - `react-router@7.9.3`
9
+ - `@react-router/node@7.9.3`
10
+ - `@react-router/serve@7.9.3`
11
11
 
12
12
  ## 7.9.2
13
13
 
@@ -45,6 +45,7 @@
45
45
  - Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
46
46
 
47
47
  We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
48
+
48
49
  - [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
49
50
  - [`createContext`](https://reactrouter.com/api/utils/createContext)
50
51
  - `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -787,6 +788,7 @@
787
788
  ```
788
789
 
789
790
  This initial implementation targets type inference for:
791
+
790
792
  - `Params` : Path parameters from your routing config in `routes.ts` including file-based routing
791
793
  - `LoaderData` : Loader data from `loader` and/or `clientLoader` within your route module
792
794
  - `ActionData` : Action data from `action` and/or `clientAction` within your route module
@@ -801,6 +803,7 @@
801
803
  ```
802
804
 
803
805
  Check out our docs for more:
806
+
804
807
  - [_Explanations > Type Safety_](https://reactrouter.com/dev/guides/explanation/type-safety)
805
808
  - [_How-To > Setting up type safety_](https://reactrouter.com/dev/guides/how-to/setting-up-type-safety)
806
809
 
@@ -1000,6 +1003,7 @@
1000
1003
  - Vite: Provide `Unstable_ServerBundlesFunction` and `Unstable_VitePluginConfig` types ([#8654](https://github.com/remix-run/remix/pull/8654))
1001
1004
 
1002
1005
  - Vite: add `--sourcemapClient` and `--sourcemapServer` flags to `remix vite:build` ([#8613](https://github.com/remix-run/remix/pull/8613))
1006
+
1003
1007
  - `--sourcemapClient`
1004
1008
 
1005
1009
  - `--sourcemapClient=inline`
@@ -1336,6 +1340,7 @@
1336
1340
  - Add support for `clientLoader`/`clientAction`/`HydrateFallback` route exports ([RFC](https://github.com/remix-run/remix/discussions/7634)) ([#8173](https://github.com/remix-run/remix/pull/8173))
1337
1341
 
1338
1342
  Remix now supports loaders/actions that run on the client (in addition to, or instead of the loader/action that runs on the server). While we still recommend server loaders/actions for the majority of your data needs in a Remix app - these provide some levers you can pull for more advanced use-cases such as:
1343
+
1339
1344
  - Leveraging a data source local to the browser (i.e., `localStorage`)
1340
1345
  - Managing a client-side cache of server data (like `IndexedDB`)
1341
1346
  - Bypassing the Remix server in a BFF setup and hitting your API directly from the browser
@@ -1739,6 +1744,7 @@
1739
1744
  - Output esbuild metafiles for bundle analysis ([#6772](https://github.com/remix-run/remix/pull/6772))
1740
1745
 
1741
1746
  Written to server build directory (`build/` by default):
1747
+
1742
1748
  - `metafile.css.json`
1743
1749
  - `metafile.js.json` (browser JS)
1744
1750
  - `metafile.server.json` (server JS)
@@ -1836,6 +1842,7 @@
1836
1842
  - built-in tls support ([#6483](https://github.com/remix-run/remix/pull/6483))
1837
1843
 
1838
1844
  New options:
1845
+
1839
1846
  - `--tls-key` / `tlsKey`: TLS key
1840
1847
  - `--tls-cert` / `tlsCert`: TLS Certificate
1841
1848
 
@@ -2106,6 +2113,7 @@
2106
2113
  ```
2107
2114
 
2108
2115
  The dev server will:
2116
+
2109
2117
  - force `NODE_ENV=development` and warn you if it was previously set to something else
2110
2118
  - rebuild your app whenever your Remix app code changes
2111
2119
  - restart your app server whenever rebuilds succeed
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/dev v7.9.3-pre.0
3
+ * @react-router/dev v7.9.3
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/dist/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.9.3-pre.0
2
+ * @react-router/dev v7.9.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/routes.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.9.3-pre.0
2
+ * @react-router/dev v7.9.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.9.3-pre.0
2
+ * @react-router/dev v7.9.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/vite.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v7.9.3-pre.0
2
+ * @react-router/dev v7.9.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/dev",
3
- "version": "7.9.3-pre.0",
3
+ "version": "7.9.3",
4
4
  "description": "Dev tools and CLI for React Router",
5
5
  "homepage": "https://reactrouter.com",
6
6
  "bugs": {
@@ -86,7 +86,7 @@
86
86
  "tinyglobby": "^0.2.14",
87
87
  "valibot": "^0.41.0",
88
88
  "vite-node": "^3.2.2",
89
- "@react-router/node": "7.9.3-pre.0"
89
+ "@react-router/node": "7.9.3"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@types/babel__core": "^7.20.5",
@@ -109,16 +109,16 @@
109
109
  "vite": "^6.1.0",
110
110
  "wireit": "0.14.9",
111
111
  "wrangler": "^4.23.0",
112
- "@react-router/serve": "7.9.3-pre.0",
113
- "react-router": "^7.9.3-pre.0"
112
+ "@react-router/serve": "7.9.3",
113
+ "react-router": "^7.9.3"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@vitejs/plugin-rsc": "*",
117
117
  "typescript": "^5.1.0",
118
118
  "vite": "^5.1.0 || ^6.0.0 || ^7.0.0",
119
119
  "wrangler": "^3.28.2 || ^4.0.0",
120
- "@react-router/serve": "^7.9.3-pre.0",
121
- "react-router": "^7.9.3-pre.0"
120
+ "@react-router/serve": "^7.9.3",
121
+ "react-router": "^7.9.3"
122
122
  },
123
123
  "peerDependenciesMeta": {
124
124
  "@vitejs/plugin-rsc": {