Skip to content

feat(cli): move builders back into bundle#15059

Merged
mehulkar merged 4 commits intomainfrom
mk/revert-builders
Feb 16, 2026
Merged

feat(cli): move builders back into bundle#15059
mehulkar merged 4 commits intomainfrom
mk/revert-builders

Conversation

@mehulkar
Copy link
Copy Markdown
Contributor

@mehulkar mehulkar commented Feb 14, 2026

2 commits related moving builders out of the bundle:

Since it's isn't a clean revert, I've:

  • moved builders back into dependencies, and reverted import-builders and its tests to the commit at 3cd0b55 (parent of 127547d). No other commits have landed to these files since then, so it seems like the best way of doing this.

This commit also contains a timestamp update on all builders .deploy files. This is just a way to invalidate the builders so all e2e tests run on this PR.

Note

Low Risk Change

This PR moves builder packages from peerDependencies back to regular dependencies in the CLI bundle, which is a packaging/bundling change without security implications.

  • Converts 18 @vercel/* packages from peerDependencies to regular dependencies
  • Removes CI workflow steps for building peer dependencies separately
  • Updates .deploy timestamp files across multiple packages

Risk assessment for commit cda8295.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 14, 2026

🦋 Changeset detected

Latest commit: 42c66ab

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 14, 2026

📦 CLI Tarball Ready

The Vercel CLI tarball for this PR is now available!

Quick Test

You can test this PR's CLI directly by running:

npx https://vercel-g10mnmf62.vercel.sh/tarballs/vercel.tgz --help

Use in vercel.json

To use this CLI version in your project builds, add to your vercel.json:

{
  "build": {
    "env": {
      "VERCEL_CLI_VERSION": "vercel@https://vercel-g10mnmf62.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

Python Runtime Wheel

A Python runtime wheel was also built for this PR.
To use in your Python project builds, also set this environment variable:

VERCEL_RUNTIME_PYTHON="vercel-runtime @ https://vercel-g10mnmf62.vercel.sh/tarballs/vercel_runtime-0.5.0.dev1771079694+42c66ab-py3-none-any.whl"

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 14, 2026

🧪 Unit Test Strategy

Comparing: bf25c1642c66ab (view diff)

Strategy: Code changed outside of a package - running all unit tests

⚠️ All unit tests will run because global code changes could impact all packages.

Affected packages - 25 (63%)
  1. @vercel/backends
  2. @vercel/cervel
  3. @vercel/elysia
  4. @vercel/express
  5. @vercel/fastify
  6. @vercel/go
  7. @vercel/h3
  8. @vercel/hono
  9. @vercel/hydrogen
  10. @vercel/koa
  11. @vercel/nestjs
  12. @vercel/next
  13. @vercel/node
  14. @vercel/python
  15. @vercel/redwood
  16. @vercel/remix-builder
  17. @vercel/ruby
  18. @vercel/rust
  19. @vercel/static-build
  20. vercel
  21. @vercel/build-utils
  22. @vercel/client
  23. @vercel/firewall
  24. @vercel/fs-detectors
  25. examples
Unaffected packages - 15 (38%)
  1. @vercel-internals/get-package-json
  2. @vercel/cli-auth
  3. @vercel/config
  4. @vercel/detect-agent
  5. @vercel/edge
  6. @vercel/error-utils
  7. @vercel/frameworks
  8. @vercel/functions
  9. @vercel/gatsby-plugin-vercel-builder
  10. @vercel/oidc
  11. @vercel/oidc-aws-credentials-provider
  12. @vercel/python-analysis
  13. @vercel/related-projects
  14. @vercel/routing-utils
  15. @vercel/static-config

Results

  • Unit tests: All affected packages will run unit tests
  • E2E tests: Running in parallel via E2E Tests workflow
  • Type checks: All affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

@mehulkar mehulkar merged commit 2ae2d06 into main Feb 16, 2026
190 checks passed
@mehulkar mehulkar deleted the mk/revert-builders branch February 16, 2026 15:54
mehulkar pushed a commit that referenced this pull request Feb 16, 2026
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 publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). 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@50.18.0

### Minor Changes

- Support easier auth from cursor / claude
([#15050](#15050))

### Patch Changes

- non-interactive mode for link
([#14884](#14884))

- Add experimental manual deployment support
([#14857](#14857))

- Fix `integration remove`, `integration balance`, and `integration
open` commands failing to find integrations by explicitly passing
`teamId` to the configurations API
([#15054](#15054))

- Require slash syntax for multi-product integrations in non-TTY mode,
keep interactive product selector for TTY
([#15047](#15047))

- Move builders back into bundle
([#15059](#15059))

- Updated dependencies
\[[`463395162462988e7d3276781d2fdff0685e225b`](4633951),
[`6e58410ff849c281735c6acae59b3b0e86136f15`](6e58410)]:
    -   @vercel/go@3.4.1
    -   @vercel/ruby@2.3.1
    -   @vercel/python@6.13.0
    -   @vercel/static-build@2.8.37

## @vercel/python@6.13.0

### Minor Changes

- Add runtime dependency install to support larger Python functions
([#14976](#14976))

This adds logic to calculate the total size of a lambda at build time
and offload dependencies
to a \_runtime_requirements.txt file so they can be installed at runtime
by uv. This allows us to
    deploy functions up to the total size of the /tmp folder.

## @vercel/client@17.2.42

### Patch Changes

- Add experimental manual deployment support
([#14857](#14857))

## @vercel/fs-detectors@5.8.7

### Patch Changes

- [services] infer workspace from manifest: when workspace is not
explicitly configured, infer from nearest manifest to entrypoint
([#14986](#14986))

## @vercel/go@3.4.1

### Patch Changes

- Forward Go and Ruby dev server output through `startDevServer`
stdout/stderr callbacks so service logs are correctly prefixed in
multi-service `vercel dev`.
([#14989](#14989))

## @vercel/ruby@2.3.1

### Patch Changes

- Forward Go and Ruby dev server output through `startDevServer`
stdout/stderr callbacks so service logs are correctly prefixed in
multi-service `vercel dev`.
([#14989](#14989))

## @vercel/python-runtime@0.4.1

### Patch Changes

- fix PyPI publication integration in release flow
([#15033](#15033))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants