mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
Version Packages (#11689)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## vercel@34.2.5 ### Patch Changes - Adds a route for the `.rsc` pathname as well when app has ppr enabled but not all routes. ([#11681](https://github.com/vercel/vercel/pull/11681)) - Updated dependencies \[[`7457767a7`](7457767a77), [`4337ea065`](4337ea0654)]: - @vercel/next@4.2.15 ## @vercel/fs-detectors@5.2.4 ### Patch Changes - Add support for detecting Turborepo 2 ([#11680](https://github.com/vercel/vercel/pull/11680)) ## @vercel/next@4.2.15 ### Patch Changes - ensure unmatched action rewrites are routed to correct handler ([#11686](https://github.com/vercel/vercel/pull/11686)) - Adds a route for the `.rsc` pathname as well when app has ppr enabled but not all routes. ([#11681](https://github.com/vercel/vercel/pull/11681)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
58d9789e60
commit
d91f3afcbf
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"examples": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
examples: Update Astro template.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/fs-detectors': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add support for detecting Turborepo 2
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/next': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
ensure unmatched action rewrites are routed to correct handler
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/next': patch
|
|
||||||
'vercel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Adds a route for the `.rsc` pathname as well when app has ppr enabled but not all routes.
|
|
||||||
6
examples/CHANGELOG.md
vendored
6
examples/CHANGELOG.md
vendored
@@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
||||||
|
- examples: Update Astro template. ([#11687](https://github.com/vercel/vercel/pull/11687))
|
||||||
|
|
||||||
|
## null
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
- chore: update Nuxt example ([#10869](https://github.com/vercel/vercel/pull/10869))
|
- chore: update Nuxt example ([#10869](https://github.com/vercel/vercel/pull/10869))
|
||||||
|
|
||||||
## null
|
## null
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# vercel
|
# vercel
|
||||||
|
|
||||||
|
## 34.2.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Adds a route for the `.rsc` pathname as well when app has ppr enabled but not all routes. ([#11681](https://github.com/vercel/vercel/pull/11681))
|
||||||
|
|
||||||
|
- Updated dependencies [[`7457767a7`](https://github.com/vercel/vercel/commit/7457767a77b03662c103a658273a46cf78359068), [`4337ea065`](https://github.com/vercel/vercel/commit/4337ea0654c4ee2c91c4464540f879d43da6696f)]:
|
||||||
|
- @vercel/next@4.2.15
|
||||||
|
|
||||||
## 34.2.4
|
## 34.2.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vercel",
|
"name": "vercel",
|
||||||
"version": "34.2.4",
|
"version": "34.2.5",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "The command-line interface for Vercel",
|
"description": "The command-line interface for Vercel",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"@vercel/fun": "1.1.0",
|
"@vercel/fun": "1.1.0",
|
||||||
"@vercel/go": "3.1.1",
|
"@vercel/go": "3.1.1",
|
||||||
"@vercel/hydrogen": "1.0.2",
|
"@vercel/hydrogen": "1.0.2",
|
||||||
"@vercel/next": "4.2.14",
|
"@vercel/next": "4.2.15",
|
||||||
"@vercel/node": "3.1.6",
|
"@vercel/node": "3.1.6",
|
||||||
"@vercel/python": "4.3.0",
|
"@vercel/python": "4.3.0",
|
||||||
"@vercel/redwood": "2.0.9",
|
"@vercel/redwood": "2.0.9",
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
"@vercel/client": "13.2.8",
|
"@vercel/client": "13.2.8",
|
||||||
"@vercel/error-utils": "2.0.2",
|
"@vercel/error-utils": "2.0.2",
|
||||||
"@vercel/frameworks": "3.0.2",
|
"@vercel/frameworks": "3.0.2",
|
||||||
"@vercel/fs-detectors": "5.2.3",
|
"@vercel/fs-detectors": "5.2.4",
|
||||||
"@vercel/routing-utils": "3.1.0",
|
"@vercel/routing-utils": "3.1.0",
|
||||||
"@vitest/expect": "1.4.0",
|
"@vitest/expect": "1.4.0",
|
||||||
"ajv": "6.12.2",
|
"ajv": "6.12.2",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @vercel/fs-detectors
|
# @vercel/fs-detectors
|
||||||
|
|
||||||
|
## 5.2.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Add support for detecting Turborepo 2 ([#11680](https://github.com/vercel/vercel/pull/11680))
|
||||||
|
|
||||||
## 5.2.3
|
## 5.2.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/fs-detectors",
|
"name": "@vercel/fs-detectors",
|
||||||
"version": "5.2.3",
|
"version": "5.2.4",
|
||||||
"description": "Vercel filesystem detectors",
|
"description": "Vercel filesystem detectors",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @vercel/next
|
# @vercel/next
|
||||||
|
|
||||||
|
## 4.2.15
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- ensure unmatched action rewrites are routed to correct handler ([#11686](https://github.com/vercel/vercel/pull/11686))
|
||||||
|
|
||||||
|
- Adds a route for the `.rsc` pathname as well when app has ppr enabled but not all routes. ([#11681](https://github.com/vercel/vercel/pull/11681))
|
||||||
|
|
||||||
## 4.2.14
|
## 4.2.14
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/next",
|
"name": "@vercel/next",
|
||||||
"version": "4.2.14",
|
"version": "4.2.15",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./dist/index",
|
"main": "./dist/index",
|
||||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
"@vercel/build-utils": "8.2.1",
|
"@vercel/build-utils": "8.2.1",
|
||||||
"@vercel/error-utils": "2.0.2",
|
"@vercel/error-utils": "2.0.2",
|
||||||
"@vercel/frameworks": "3.0.2",
|
"@vercel/frameworks": "3.0.2",
|
||||||
"@vercel/fs-detectors": "5.2.3",
|
"@vercel/fs-detectors": "5.2.4",
|
||||||
"@vercel/routing-utils": "3.1.0",
|
"@vercel/routing-utils": "3.1.0",
|
||||||
"execa": "3.2.0",
|
"execa": "3.2.0",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -325,7 +325,7 @@ importers:
|
|||||||
specifier: 1.0.2
|
specifier: 1.0.2
|
||||||
version: link:../hydrogen
|
version: link:../hydrogen
|
||||||
'@vercel/next':
|
'@vercel/next':
|
||||||
specifier: 4.2.14
|
specifier: 4.2.15
|
||||||
version: link:../next
|
version: link:../next
|
||||||
'@vercel/node':
|
'@vercel/node':
|
||||||
specifier: 3.1.6
|
specifier: 3.1.6
|
||||||
@@ -500,7 +500,7 @@ importers:
|
|||||||
specifier: 3.0.2
|
specifier: 3.0.2
|
||||||
version: link:../frameworks
|
version: link:../frameworks
|
||||||
'@vercel/fs-detectors':
|
'@vercel/fs-detectors':
|
||||||
specifier: 5.2.3
|
specifier: 5.2.4
|
||||||
version: link:../fs-detectors
|
version: link:../fs-detectors
|
||||||
'@vercel/routing-utils':
|
'@vercel/routing-utils':
|
||||||
specifier: 3.1.0
|
specifier: 3.1.0
|
||||||
@@ -1566,7 +1566,7 @@ importers:
|
|||||||
specifier: 3.0.2
|
specifier: 3.0.2
|
||||||
version: link:../frameworks
|
version: link:../frameworks
|
||||||
'@vercel/fs-detectors':
|
'@vercel/fs-detectors':
|
||||||
specifier: 5.2.3
|
specifier: 5.2.4
|
||||||
version: link:../fs-detectors
|
version: link:../fs-detectors
|
||||||
'@vercel/routing-utils':
|
'@vercel/routing-utils':
|
||||||
specifier: 3.1.0
|
specifier: 3.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user