mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
Version Packages (#11648)
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.3 ### Patch Changes - Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660)) - Updated dependencies \[[`c9d53d4e3`](c9d53d4e3e), [`5f561f8cf`](5f561f8cfa)]: - @vercel/next@4.2.14 ## @vercel/next@4.2.14 ### Patch Changes - Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660)) - Ensure user rewrites still match to action outputs ([#11628](https://github.com/vercel/vercel/pull/11628)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c9d53d4e3e
commit
af29e9be49
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
[tests] remove unused `opts.skipTeam`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@vercel/next': patch
|
||||
'vercel': patch
|
||||
---
|
||||
|
||||
Don't create streaming lambdas for pages router routes
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@vercel/next': patch
|
||||
---
|
||||
|
||||
Ensure user rewrites still match to action outputs
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
[tests] bump datadog installed version
|
||||
@@ -1,5 +1,14 @@
|
||||
# vercel
|
||||
|
||||
## 34.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660))
|
||||
|
||||
- Updated dependencies [[`c9d53d4e3`](https://github.com/vercel/vercel/commit/c9d53d4e3e4591b9b6bde86100564c9ee4c6d1d4), [`5f561f8cf`](https://github.com/vercel/vercel/commit/5f561f8cfa4720801a5cf4598f193ab34539abb9)]:
|
||||
- @vercel/next@4.2.14
|
||||
|
||||
## 34.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vercel",
|
||||
"version": "34.2.2",
|
||||
"version": "34.2.3",
|
||||
"preferGlobal": true,
|
||||
"license": "Apache-2.0",
|
||||
"description": "The command-line interface for Vercel",
|
||||
@@ -36,7 +36,7 @@
|
||||
"@vercel/fun": "1.1.0",
|
||||
"@vercel/go": "3.1.1",
|
||||
"@vercel/hydrogen": "1.0.2",
|
||||
"@vercel/next": "4.2.13",
|
||||
"@vercel/next": "4.2.14",
|
||||
"@vercel/node": "3.1.5",
|
||||
"@vercel/python": "4.2.0",
|
||||
"@vercel/redwood": "2.0.9",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @vercel/next
|
||||
|
||||
## 4.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660))
|
||||
|
||||
- Ensure user rewrites still match to action outputs ([#11628](https://github.com/vercel/vercel/pull/11628))
|
||||
|
||||
## 4.2.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vercel/next",
|
||||
"version": "4.2.13",
|
||||
"version": "4.2.14",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/index",
|
||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -325,7 +325,7 @@ importers:
|
||||
specifier: 1.0.2
|
||||
version: link:../hydrogen
|
||||
'@vercel/next':
|
||||
specifier: 4.2.13
|
||||
specifier: 4.2.14
|
||||
version: link:../next
|
||||
'@vercel/node':
|
||||
specifier: 3.1.5
|
||||
@@ -8274,7 +8274,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.54.1(eslint@8.24.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.54.1(eslint@8.24.0)(typescript@4.9.4)
|
||||
debug: 3.2.7
|
||||
eslint: 8.24.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
@@ -8304,7 +8304,7 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.54.1(eslint@8.24.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.54.1(eslint@8.24.0)(typescript@4.9.4)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
array.prototype.flatmap: 1.3.1
|
||||
@@ -8428,7 +8428,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
eslint: 8.24.0
|
||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.1)(eslint@8.24.0)(jest@29.5.0)(typescript@4.9.5)
|
||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.1)(eslint@8.24.0)(jest@29.5.0)(typescript@4.9.4)
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react-hooks@4.6.0(eslint@8.24.0):
|
||||
|
||||
Reference in New Issue
Block a user