mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
Version Packages (#11108)
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.6.0 ### Minor Changes - Revert "Default ruby to only currently supported version (3.2.0)" ([#11135](https://github.com/vercel/vercel/pull/11135)) - Mark `flags` as deprecated and replace them with `variants` ([#11098](https://github.com/vercel/vercel/pull/11098)) - [build-utils] change default package manager when no lockfile detected from `yarn` to `npm` (gated behind feature flag) ([#11131](https://github.com/vercel/vercel/pull/11131)) ### Patch Changes - Update internal type for variants ([#11111](https://github.com/vercel/vercel/pull/11111)) ## vercel@33.5.0 ### Minor Changes - Mark `flags` as deprecated and replace them with `variants` ([#11098](https://github.com/vercel/vercel/pull/11098)) ### Patch Changes - Updated dependencies \[[`c32a909af`](c32a909afc), [`b6ed28b9b`](b6ed28b9b1), [`d21bb9f87`](d21bb9f87e), [`4027a1833`](4027a18337), [`8ba0ce932`](8ba0ce9324), [`0d034b682`](0d034b6820), [`abaa700ce`](abaa700cea), [`3bad73401`](3bad73401b)]: - @vercel/next@4.1.1 - @vercel/node@3.0.18 - @vercel/redwood@2.0.7 - @vercel/remix-builder@2.0.19 - @vercel/build-utils@7.6.0 - @vercel/static-build@2.3.0 ## @vercel/static-build@2.3.0 ### Minor Changes - Revert "Default ruby to only currently supported version (3.2.0)" ([#11135](https://github.com/vercel/vercel/pull/11135)) ### Patch Changes - Updated dependencies \[[`ab2444466`](ab24444660)]: - @vercel/gatsby-plugin-vercel-builder@2.0.17 ## @vercel/client@13.1.2 ### Patch Changes - Updated dependencies \[[`b6ed28b9b`](b6ed28b9b1), [`8ba0ce932`](8ba0ce9324), [`0d034b682`](0d034b6820), [`abaa700ce`](abaa700cea)]: - @vercel/build-utils@7.6.0 ## @vercel/gatsby-plugin-vercel-builder@2.0.17 ### Patch Changes - [gatsby-plugin-vercel-builder] use --keep-names esbuild flag ([#11117](https://github.com/vercel/vercel/pull/11117)) - Updated dependencies \[[`b6ed28b9b`](b6ed28b9b1), [`8ba0ce932`](8ba0ce9324), [`0d034b682`](0d034b6820), [`abaa700ce`](abaa700cea)]: - @vercel/build-utils@7.6.0 ## @vercel/next@4.1.1 ### Patch Changes - [node][next][redwood][remix] bump `@vercel/nft@0.26.3` ([#11115](https://github.com/vercel/vercel/pull/11115)) - Load common chunks on module initialization ([#11126](https://github.com/vercel/vercel/pull/11126)) - Fix index normalizing for app outputs ([#11099](https://github.com/vercel/vercel/pull/11099)) - Mark `flags` as deprecated and replace them with `variants` ([#11098](https://github.com/vercel/vercel/pull/11098)) - Fix rewrite RSC handling with trailingSlash ([#11107](https://github.com/vercel/vercel/pull/11107)) ## @vercel/node@3.0.18 ### Patch Changes - [node][next][redwood][remix] bump `@vercel/nft@0.26.3` ([#11115](https://github.com/vercel/vercel/pull/11115)) - Updated dependencies \[[`b6ed28b9b`](b6ed28b9b1), [`8ba0ce932`](8ba0ce9324), [`0d034b682`](0d034b6820), [`abaa700ce`](abaa700cea)]: - @vercel/build-utils@7.6.0 ## @vercel/redwood@2.0.7 ### Patch Changes - [node][next][redwood][remix] bump `@vercel/nft@0.26.3` ([#11115](https://github.com/vercel/vercel/pull/11115)) ## @vercel/remix-builder@2.0.19 ### Patch Changes - [node][next][redwood][remix] bump `@vercel/nft@0.26.3` ([#11115](https://github.com/vercel/vercel/pull/11115)) ## @vercel-internals/types@1.0.22 ### Patch Changes - Updated dependencies \[[`b6ed28b9b`](b6ed28b9b1), [`8ba0ce932`](8ba0ce9324), [`0d034b682`](0d034b6820), [`abaa700ce`](abaa700cea)]: - @vercel/build-utils@7.6.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b6ed28b9b1
commit
0dd9a27859
@@ -26,7 +26,7 @@
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/node": "14.18.33",
|
||||
"@types/which": "3.0.0",
|
||||
"@vercel/build-utils": "7.5.1",
|
||||
"@vercel/build-utils": "7.6.0",
|
||||
"execa": "^1.0.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"jest-junit": "16.0.0",
|
||||
|
||||
Reference in New Issue
Block a user