mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Version Packages (#10478)
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/build-utils@7.2.0 ### Minor Changes - Add new optional prerender field: experimentalStreamingLambdaPath ([#10476](https://github.com/vercel/vercel/pull/10476)) - [build-utils] Add zero config detection for bun package manager ([#10486](https://github.com/vercel/vercel/pull/10486)) ### Patch Changes - add `experimentalBypassFor` field to Prerender ([#10481](https://github.com/vercel/vercel/pull/10481)) ## vercel@32.2.1 ### Patch Changes - Update @vercel/fun@1.1.0 ([#10477](https://github.com/vercel/vercel/pull/10477)) - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) - Updated dependencies \[[`6784e7751`](6784e77516), [`a8ad17626`](a8ad176262), [`0ee089a50`](0ee089a501), [`f15cba614`](f15cba6148), [`b265e13d4`](b265e13d40), [`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`a732d30c8`](a732d30c84), [`9d64312aa`](9d64312aaa), [`6baefc825`](6baefc825a), [`989f0d813`](989f0d8139), [`d8bc570f6`](d8bc570f60)]: - @vercel/go@3.0.1 - @vercel/redwood@2.0.2 - @vercel/remix-builder@2.0.4 - @vercel/hydrogen@1.0.1 - @vercel/static-build@2.0.5 - @vercel/build-utils@7.2.0 - @vercel/next@4.0.3 - @vercel/node@3.0.5 - @vercel/python@4.0.1 - @vercel/ruby@2.0.2 ## @vercel/client@13.0.3 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 ## @vercel/edge@1.0.2 ### Patch Changes - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) ## @vercel/gatsby-plugin-vercel-builder@2.0.5 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`9d64312aa`](9d64312aaa), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 - @vercel/node@3.0.5 ## @vercel/go@3.0.1 ### Patch Changes - Update to esbuild script ([#10468](https://github.com/vercel/vercel/pull/10468)) ## @vercel/hydrogen@1.0.1 ### Patch Changes - Use `build-builder.mjs` script to bundle, and remove types and source maps ([#10480](https://github.com/vercel/vercel/pull/10480)) ## @vercel/next@4.0.3 ### Patch Changes - fix content-type for RSC prefetches ([#10487](https://github.com/vercel/vercel/pull/10487)) ## @vercel/node@3.0.5 ### Patch Changes - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 ## @vercel/python@4.0.1 ### Patch Changes - Update to esbuild script ([#10470](https://github.com/vercel/vercel/pull/10470)) ## @vercel/redwood@2.0.2 ### Patch Changes - Update to esbuild script ([#10471](https://github.com/vercel/vercel/pull/10471)) ## @vercel/remix-builder@2.0.4 ### Patch Changes - Use `build-builder.mjs` script to bundle, and remove types and source maps ([#10479](https://github.com/vercel/vercel/pull/10479)) ## @vercel/ruby@2.0.2 ### Patch Changes - Update to esbuild script ([#10472](https://github.com/vercel/vercel/pull/10472)) ## @vercel/static-build@2.0.5 ### Patch Changes - Build package using "esbuild" ([#10462](https://github.com/vercel/vercel/pull/10462)) - Updated dependencies \[]: - @vercel/gatsby-plugin-vercel-builder@2.0.5 ## @vercel-internals/types@1.0.10 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
45b73c7e86
commit
bcebab7517
@@ -1,5 +1,12 @@
|
||||
# @vercel-internals/types
|
||||
|
||||
## 1.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`50e04dd85`](https://github.com/vercel/vercel/commit/50e04dd8584664c842a86c15d92d654f4ea8dcbb), [`45b73c7e8`](https://github.com/vercel/vercel/commit/45b73c7e86458564dc0bab007f6f6365c4c4ab5d), [`d8bc570f6`](https://github.com/vercel/vercel/commit/d8bc570f604950d97156d4f33c8accecf3b3b28f)]:
|
||||
- @vercel/build-utils@7.2.0
|
||||
|
||||
## 1.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@vercel-internals/types",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.d.ts",
|
||||
"files": [
|
||||
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@types/node": "14.14.31",
|
||||
"@vercel-internals/constants": "1.0.4",
|
||||
"@vercel/build-utils": "7.1.1",
|
||||
"@vercel/build-utils": "7.2.0",
|
||||
"@vercel/routing-utils": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user