mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
3c426499168ff5e6828f9e480691d249e918e38b
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.11.0 ### Minor Changes - Add `getOsRelease()` and `getProvidedRuntime()` functions ([#11370](https://github.com/vercel/vercel/pull/11370)) ## @vercel/go@3.1.0 ### Minor Changes - Use `provided.al2023` runtime when using AL2023 build image ([#11370](https://github.com/vercel/vercel/pull/11370)) ## vercel@33.6.3 ### Patch Changes - Handle `--repo` linked in `vc deploy --prebuilt` ([#11309](https://github.com/vercel/vercel/pull/11309)) - Revert "[cli] extract `isZeroConfigBuild` into utility function (#11316)" ([#11350](https://github.com/vercel/vercel/pull/11350)) - Replace `inquirer` with `@inquirer/prompts` ([#11321](https://github.com/vercel/vercel/pull/11321)) - Updated dependencies \[[`73b112b1f`](73b112b1f7), [`346e665bb`](346e665bb0), [`73b112b1f`](73b112b1f7), [`548afd371`](548afd371a)]: - @vercel/go@3.1.0 - @vercel/node@3.0.26 - @vercel/build-utils@7.11.0 - @vercel/static-build@2.4.6 ## @vercel/client@13.1.9 ### Patch Changes - Handle `--repo` linked in `vc deploy --prebuilt` ([#11309](https://github.com/vercel/vercel/pull/11309)) - Updated dependencies \[[`73b112b1f`](73b112b1f7)]: - @vercel/build-utils@7.11.0 ## @vercel/gatsby-plugin-vercel-builder@2.0.24 ### Patch Changes - Updated dependencies \[[`73b112b1f`](73b112b1f7)]: - @vercel/build-utils@7.11.0 ## @vercel/node@3.0.26 ### Patch Changes - Fix issue with serverless function on docker ([#11226](https://github.com/vercel/vercel/pull/11226)) - Add import and require ts-node files for TypeScript in `vc dev` ([#11371](https://github.com/vercel/vercel/pull/11371)) - Updated dependencies \[[`73b112b1f`](73b112b1f7)]: - @vercel/build-utils@7.11.0 ## @vercel/static-build@2.4.6 ### Patch Changes - Updated dependencies \[]: - @vercel/gatsby-plugin-vercel-builder@2.0.24 ## @vercel-internals/types@1.0.29 ### Patch Changes - Updated dependencies \[[`73b112b1f`](73b112b1f7)]: - @vercel/build-utils@7.11.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Vercel
Develop. Preview. Ship.
Documentation · Changelog · Templates · CLI
Vercel
Vercel’s Frontend Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalized Web.
Deploy
Get started by importing a project or using the Vercel CLI. Then, git push to deploy.
Documentation
For details on how to use Vercel, check out our documentation.
Contributing
This project uses pnpm to install dependencies and run scripts.
You can use the dev script to run local changes as if you were invoking Vercel CLI. For example, vercel deploy --cwd=/path/to/project could be run with local changes with pnpm dev deploy --cwd=/path/to/project.
See the Contributing Guidelines for more details.
Reference
Description
Languages
TypeScript
73.3%
JavaScript
20.4%
HTML
2%
CSS
1.7%
Stylus
0.7%
Other
1.8%