mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 21:07:48 +00:00
Version Packages (#10944)
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.0.0 ### Major Changes - [cli] replace `--deprecated` with `--update-required` in `vc project ls` ([#10965](https://github.com/vercel/vercel/pull/10965)) ### Patch Changes - Fix `vercel bisect` selecting too many deployments ([#10956](https://github.com/vercel/vercel/pull/10956)) - Updated dependencies \[[`6a9002f22`](6a9002f229), [`4d63d9e95`](4d63d9e954)]: - @vercel/remix-builder@2.0.15 - @vercel/build-utils@7.4.0 - @vercel/static-build@2.0.15 - @vercel/node@3.0.13 ## @vercel/build-utils@7.4.0 ### Minor Changes - Adds new helper `getPathForPackageManager()` ([#10918](https://github.com/vercel/vercel/pull/10918)) ## @vercel/client@13.0.11 ### Patch Changes - Updated dependencies \[[`4d63d9e95`](4d63d9e954)]: - @vercel/build-utils@7.4.0 ## @vercel/gatsby-plugin-vercel-builder@2.0.13 ### Patch Changes - Add support for "rewrites" ([#10954](https://github.com/vercel/vercel/pull/10954)) - Updated dependencies \[[`4d63d9e95`](4d63d9e954)]: - @vercel/build-utils@7.4.0 ## @vercel/node@3.0.13 ### Patch Changes - Updated dependencies \[[`4d63d9e95`](4d63d9e954)]: - @vercel/build-utils@7.4.0 ## @vercel/remix-builder@2.0.15 ### Patch Changes - Update `@remix-run/dev` fork to v2.4.0 ([#10943](https://github.com/vercel/vercel/pull/10943)) ## @vercel/static-build@2.0.15 ### Patch Changes - Updated dependencies \[[`652a31275`](652a312753)]: - @vercel/gatsby-plugin-vercel-builder@2.0.13 ## @vercel-internals/types@1.0.18 ### Patch Changes - Updated dependencies \[[`4d63d9e95`](4d63d9e954)]: - @vercel/build-utils@7.4.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9146885f80
commit
b67b97023b
@@ -26,7 +26,7 @@
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/node": "14.18.33",
|
||||
"@types/which": "3.0.0",
|
||||
"@vercel/build-utils": "7.3.0",
|
||||
"@vercel/build-utils": "7.4.0",
|
||||
"execa": "^1.0.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"jest-junit": "16.0.0",
|
||||
|
||||
Reference in New Issue
Block a user