mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
Version Packages (#11248)
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.8.0 ### Minor Changes - Remove `VERCEL_ENABLE_NPM_DEFAULT` env var check ([#11242](https://github.com/vercel/vercel/pull/11242)) ### Patch Changes - Rename variants to flags and remove legacy flags ([#11121](https://github.com/vercel/vercel/pull/11121)) ## vercel@33.5.5 ### Patch Changes - Rename variants to flags and remove legacy flags ([#11121](https://github.com/vercel/vercel/pull/11121)) - fix vc with root dir issues ([#11243](https://github.com/vercel/vercel/pull/11243)) - Updated dependencies \[[`908e7837d`](908e7837d5), [`5e3656ec1`](5e3656ec1b), [`a53d1b0d3`](a53d1b0d38)]: - @vercel/build-utils@7.8.0 - @vercel/next@4.1.5 - @vercel/remix-builder@2.1.2 - @vercel/node@3.0.22 - @vercel/static-build@2.4.2 ## @vercel/client@13.1.5 ### Patch Changes - Updated dependencies \[[`908e7837d`](908e7837d5), [`5e3656ec1`](5e3656ec1b)]: - @vercel/build-utils@7.8.0 ## @vercel/gatsby-plugin-vercel-builder@2.0.20 ### Patch Changes - Updated dependencies \[[`908e7837d`](908e7837d5), [`5e3656ec1`](5e3656ec1b)]: - @vercel/build-utils@7.8.0 ## @vercel/next@4.1.5 ### Patch Changes - Rename variants to flags and remove legacy flags ([#11121](https://github.com/vercel/vercel/pull/11121)) ## @vercel/node@3.0.22 ### Patch Changes - Updated dependencies \[[`908e7837d`](908e7837d5), [`5e3656ec1`](5e3656ec1b)]: - @vercel/build-utils@7.8.0 ## @vercel/remix-builder@2.1.2 ### Patch Changes - Update `@remix-run/dev` fork to v2.8.1 ([#11241](https://github.com/vercel/vercel/pull/11241)) ## @vercel/static-build@2.4.2 ### Patch Changes - Updated dependencies \[]: - @vercel/gatsby-plugin-vercel-builder@2.0.20 ## @vercel-internals/types@1.0.25 ### Patch Changes - Updated dependencies \[[`908e7837d`](908e7837d5), [`5e3656ec1`](5e3656ec1b)]: - @vercel/build-utils@7.8.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
33202dec1f
commit
c3251e3775
@@ -37,7 +37,7 @@
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/node": "14.18.33",
|
||||
"@types/semver": "7.3.10",
|
||||
"@vercel/build-utils": "7.7.1",
|
||||
"@vercel/build-utils": "7.8.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user