mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
Version Packages (#11079)
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@33.3.0 ### Minor Changes - Emit "filePathMap" in `vc-config.json` for `FileFsRef` instances ([#11060](https://github.com/vercel/vercel/pull/11060)) ### Patch Changes - Update `vc dev` to support `Lambda` instances without `zipBuffer` ([#11080](https://github.com/vercel/vercel/pull/11080)) - Updated dependencies \[[`322c88536`](322c88536d), [`62ca2efa7`](62ca2efa73)]: - @vercel/ruby@2.0.5 - @vercel/python@4.1.1 ## @vercel/client@13.1.0 ### Minor Changes - Upload files referenced by "filePathMap" during `vc deploy --prebuilt` ([#11077](https://github.com/vercel/vercel/pull/11077)) ## @vercel/python@4.1.1 ### Patch Changes - Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080)) ## @vercel/ruby@2.0.5 ### Patch Changes - add ruby3 to path during build ([#11094](https://github.com/vercel/vercel/pull/11094)) - Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
322c88536d
commit
19a373288f
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vercel/ruby": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
add ruby3 to path during build
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/python': patch
|
|
||||||
'@vercel/ruby': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove deprecated `createLambda()` usage
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'vercel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update `vc dev` to support `Lambda` instances without `zipBuffer`
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'vercel': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Emit "filePathMap" in `vc-config.json` for `FileFsRef` instances
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/client': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Upload files referenced by "filePathMap" during `vc deploy --prebuilt`
|
|
||||||
@@ -1,5 +1,19 @@
|
|||||||
# vercel
|
# vercel
|
||||||
|
|
||||||
|
## 33.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Emit "filePathMap" in `vc-config.json` for `FileFsRef` instances ([#11060](https://github.com/vercel/vercel/pull/11060))
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Update `vc dev` to support `Lambda` instances without `zipBuffer` ([#11080](https://github.com/vercel/vercel/pull/11080))
|
||||||
|
|
||||||
|
- Updated dependencies [[`322c88536`](https://github.com/vercel/vercel/commit/322c88536dfa0ba3892eb580858ee54f6b04ed3f), [`62ca2efa7`](https://github.com/vercel/vercel/commit/62ca2efa731c4df46d586b94078b2dcb1c0bb934)]:
|
||||||
|
- @vercel/ruby@2.0.5
|
||||||
|
- @vercel/python@4.1.1
|
||||||
|
|
||||||
## 33.2.0
|
## 33.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vercel",
|
"name": "vercel",
|
||||||
"version": "33.2.0",
|
"version": "33.3.0",
|
||||||
"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",
|
||||||
@@ -37,10 +37,10 @@
|
|||||||
"@vercel/hydrogen": "1.0.2",
|
"@vercel/hydrogen": "1.0.2",
|
||||||
"@vercel/next": "4.1.0",
|
"@vercel/next": "4.1.0",
|
||||||
"@vercel/node": "3.0.17",
|
"@vercel/node": "3.0.17",
|
||||||
"@vercel/python": "4.1.0",
|
"@vercel/python": "4.1.1",
|
||||||
"@vercel/redwood": "2.0.6",
|
"@vercel/redwood": "2.0.6",
|
||||||
"@vercel/remix-builder": "2.0.18",
|
"@vercel/remix-builder": "2.0.18",
|
||||||
"@vercel/ruby": "2.0.4",
|
"@vercel/ruby": "2.0.5",
|
||||||
"@vercel/static-build": "2.1.0",
|
"@vercel/static-build": "2.1.0",
|
||||||
"chokidar": "3.3.1"
|
"chokidar": "3.3.1"
|
||||||
},
|
},
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
"@vercel-internals/constants": "1.0.4",
|
"@vercel-internals/constants": "1.0.4",
|
||||||
"@vercel-internals/get-package-json": "1.0.0",
|
"@vercel-internals/get-package-json": "1.0.0",
|
||||||
"@vercel-internals/types": "1.0.21",
|
"@vercel-internals/types": "1.0.21",
|
||||||
"@vercel/client": "13.0.14",
|
"@vercel/client": "13.1.0",
|
||||||
"@vercel/error-utils": "2.0.2",
|
"@vercel/error-utils": "2.0.2",
|
||||||
"@vercel/frameworks": "2.0.6",
|
"@vercel/frameworks": "2.0.6",
|
||||||
"@vercel/fs-detectors": "5.1.6",
|
"@vercel/fs-detectors": "5.1.6",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @vercel/client
|
# @vercel/client
|
||||||
|
|
||||||
|
## 13.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Upload files referenced by "filePathMap" during `vc deploy --prebuilt` ([#11077](https://github.com/vercel/vercel/pull/11077))
|
||||||
|
|
||||||
## 13.0.14
|
## 13.0.14
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/client",
|
"name": "@vercel/client",
|
||||||
"version": "13.0.14",
|
"version": "13.1.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"homepage": "https://vercel.com",
|
"homepage": "https://vercel.com",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @vercel/python
|
# @vercel/python
|
||||||
|
|
||||||
|
## 4.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080))
|
||||||
|
|
||||||
## 4.1.0
|
## 4.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/python",
|
"name": "@vercel/python",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @vercel/ruby
|
# @vercel/ruby
|
||||||
|
|
||||||
|
## 2.0.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- add ruby3 to path during build ([#11094](https://github.com/vercel/vercel/pull/11094))
|
||||||
|
|
||||||
|
- Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080))
|
||||||
|
|
||||||
## 2.0.4
|
## 2.0.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/ruby",
|
"name": "@vercel/ruby",
|
||||||
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./dist/index",
|
"main": "./dist/index",
|
||||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -328,7 +328,7 @@ importers:
|
|||||||
specifier: 3.0.17
|
specifier: 3.0.17
|
||||||
version: link:../node
|
version: link:../node
|
||||||
'@vercel/python':
|
'@vercel/python':
|
||||||
specifier: 4.1.0
|
specifier: 4.1.1
|
||||||
version: link:../python
|
version: link:../python
|
||||||
'@vercel/redwood':
|
'@vercel/redwood':
|
||||||
specifier: 2.0.6
|
specifier: 2.0.6
|
||||||
@@ -337,7 +337,7 @@ importers:
|
|||||||
specifier: 2.0.18
|
specifier: 2.0.18
|
||||||
version: link:../remix
|
version: link:../remix
|
||||||
'@vercel/ruby':
|
'@vercel/ruby':
|
||||||
specifier: 2.0.4
|
specifier: 2.0.5
|
||||||
version: link:../ruby
|
version: link:../ruby
|
||||||
'@vercel/static-build':
|
'@vercel/static-build':
|
||||||
specifier: 2.1.0
|
specifier: 2.1.0
|
||||||
@@ -479,7 +479,7 @@ importers:
|
|||||||
specifier: 1.0.21
|
specifier: 1.0.21
|
||||||
version: link:../../internals/types
|
version: link:../../internals/types
|
||||||
'@vercel/client':
|
'@vercel/client':
|
||||||
specifier: 13.0.14
|
specifier: 13.1.0
|
||||||
version: link:../client
|
version: link:../client
|
||||||
'@vercel/error-utils':
|
'@vercel/error-utils':
|
||||||
specifier: 2.0.2
|
specifier: 2.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user