@remix-run/deno
Advanced tools
Comparing version 2.12.0 to 2.12.1-pre.0
# `@remix-run/deno` | ||
## 2.12.1-pre.0 | ||
### Patch Changes | ||
- Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#9982](https://github.com/remix-run/remix/pull/9982)) | ||
- Updated dependencies: | ||
- `@remix-run/server-runtime@2.12.1-pre.0` | ||
## 2.12.0 | ||
@@ -7,8 +15,11 @@ | ||
- Single Fetch: Improved typesafety ([#9893](https://github.com/remix-run/remix/pull/9893)) | ||
- Single Fetch: Improved typesafety | ||
([#9893](https://github.com/remix-run/remix/pull/9893)) | ||
If you were already using previously released unstable single-fetch types: | ||
- Remove `"@remix-run/react/future/single-fetch.d.ts"` override from `tsconfig.json` > `compilerOptions` > `types` | ||
- Remove `defineLoader`, `defineAction`, `defineClientLoader`, `defineClientAction` helpers from your route modules | ||
- Remove `"@remix-run/react/future/single-fetch.d.ts"` override from | ||
`tsconfig.json` > `compilerOptions` > `types` | ||
- Remove `defineLoader`, `defineAction`, `defineClientLoader`, | ||
`defineClientAction` helpers from your route modules | ||
- Replace `UIMatch_SingleFetch` type helper with `UIMatch` | ||
@@ -39,3 +50,5 @@ - Replace `MetaArgs_SingleFetch` type helper with `MetaArgs` | ||
For more information, see [Guides > Single Fetch](https://remix.run/docs/en/dev/guides/single-fetch) in our docs. | ||
For more information, see | ||
[Guides > Single Fetch](https://remix.run/docs/en/dev/guides/single-fetch) in | ||
our docs. | ||
@@ -42,0 +55,0 @@ - Updated dependencies: |
@@ -46,2 +46,3 @@ import "./globals.ts"; | ||
ErrorResponse, | ||
Future, | ||
HandleDataRequestFunction, | ||
@@ -48,0 +49,0 @@ HandleDocumentRequestFunction, |
{ | ||
"name": "@remix-run/deno", | ||
"version": "2.12.0", | ||
"version": "2.12.1-pre.0", | ||
"description": "Deno platform abstractions for Remix", | ||
@@ -19,3 +19,3 @@ "homepage": "https://remix.run", | ||
"mime": "^3.0.0", | ||
"@remix-run/server-runtime": "2.12.0" | ||
"@remix-run/server-runtime": "2.12.1-pre.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28029
382
1
+ Added@remix-run/server-runtime@2.12.1-pre.0(transitive)
- Removed@remix-run/server-runtime@2.12.0(transitive)