Version Packages (#9966)

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@29.3.3

### Patch Changes

- Updated dependencies
\[[`6c6f3ce9d`](6c6f3ce9d2)]:
    -   @vercel/next@3.8.3

## @vercel/next@3.8.3

### Patch Changes

- Ensure un-necessary rsc routes are not added
([#9963](https://github.com/vercel/vercel/pull/9963))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Vercel Release Bot
2023-05-17 04:45:41 -04:00
committed by GitHub
parent 6c6f3ce9d2
commit c879401bbc
6 changed files with 22 additions and 13 deletions

View File

@@ -1,5 +0,0 @@
---
'@vercel/next': patch
---
Ensure un-necessary rsc routes are not added

View File

@@ -1,5 +1,12 @@
# vercel # vercel
## 29.3.3
### Patch Changes
- Updated dependencies [[`6c6f3ce9d`](https://github.com/vercel/vercel/commit/6c6f3ce9d228b1e038641e4bafb38c3487e7dff7)]:
- @vercel/next@3.8.3
## 29.3.2 ## 29.3.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "vercel", "name": "vercel",
"version": "29.3.2", "version": "29.3.3",
"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",
@@ -35,7 +35,7 @@
"@vercel/build-utils": "6.7.2", "@vercel/build-utils": "6.7.2",
"@vercel/go": "2.5.1", "@vercel/go": "2.5.1",
"@vercel/hydrogen": "0.0.64", "@vercel/hydrogen": "0.0.64",
"@vercel/next": "3.8.2", "@vercel/next": "3.8.3",
"@vercel/node": "2.14.2", "@vercel/node": "2.14.2",
"@vercel/python": "3.1.60", "@vercel/python": "3.1.60",
"@vercel/redwood": "1.1.15", "@vercel/redwood": "1.1.15",

View File

@@ -0,0 +1,7 @@
# @vercel/next
## 3.8.3
### Patch Changes
- Ensure un-necessary rsc routes are not added ([#9963](https://github.com/vercel/vercel/pull/9963))

View File

@@ -1,6 +1,6 @@
{ {
"name": "@vercel/next", "name": "@vercel/next",
"version": "3.8.2", "version": "3.8.3",
"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",

10
pnpm-lock.yaml generated
View File

@@ -320,7 +320,7 @@ importers:
specifier: 0.0.64 specifier: 0.0.64
version: link:../hydrogen version: link:../hydrogen
'@vercel/next': '@vercel/next':
specifier: 3.8.2 specifier: 3.8.3
version: link:../next version: link:../next
'@vercel/node': '@vercel/node':
specifier: 2.14.2 specifier: 2.14.2
@@ -3692,7 +3692,7 @@ packages:
dependencies: dependencies:
'@jest/fake-timers': 28.1.3 '@jest/fake-timers': 28.1.3
'@jest/types': 28.1.3 '@jest/types': 28.1.3
'@types/node': 18.14.6 '@types/node': 16.18.11
jest-mock: 28.1.3 jest-mock: 28.1.3
dev: true dev: true
@@ -3883,7 +3883,7 @@ packages:
'@jest/schemas': 28.1.3 '@jest/schemas': 28.1.3
'@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1 '@types/istanbul-reports': 3.0.1
'@types/node': 18.14.6 '@types/node': 16.18.11
'@types/yargs': 17.0.19 '@types/yargs': 17.0.19
chalk: 4.1.0 chalk: 4.1.0
dev: true dev: true
@@ -4990,7 +4990,7 @@ packages:
/@types/jsonfile@6.1.1: /@types/jsonfile@6.1.1:
resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
dependencies: dependencies:
'@types/node': 18.14.6 '@types/node': 16.18.11
dev: true dev: true
/@types/keyv@3.1.4: /@types/keyv@3.1.4:
@@ -11845,7 +11845,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies: dependencies:
'@jest/types': 28.1.3 '@jest/types': 28.1.3
'@types/node': 18.14.6 '@types/node': 16.18.11
chalk: 4.1.0 chalk: 4.1.0
ci-info: 3.7.1 ci-info: 3.7.1
graceful-fs: 4.2.11 graceful-fs: 4.2.11