Skip to content

Version Packages#14813

Merged
jeffsee55 merged 1 commit intomainfrom
changeset-release/main
Feb 3, 2026
Merged

Version Packages#14813
jeffsee55 merged 1 commit intomainfrom
changeset-release/main

Conversation

@vercel-release-bot
Copy link
Collaborator

@vercel-release-bot vercel-release-bot commented Jan 30, 2026

This PR was opened by the Changesets release 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@50.10.0

Minor Changes

  • feat(cli): Add webhooks command for managing webhooks (#14789)

    Adds a new webhooks command to the Vercel CLI with the following subcommands:

    • webhooks ls - List all webhooks with optional --format json output
    • webhooks get <id> - Get details of a specific webhook with optional --format json output
    • webhooks create <url> --event <event> - Create a new webhook with specified events
    • webhooks rm <id> - Remove a webhook with --yes flag to skip confirmation

    Webhook event types are fetched dynamically from the OpenAPI spec to stay in sync with the API.

  • Added experimental services support in the CLI new project flow. When VERCEL_USE_EXPERIMENTAL_SERVICES=1 is set and a project's vercel.json contains experimentalServices, the CLI will detect and display the configured services during project setup, automatically selecting the "services" framework preset. (#14776)

Patch Changes

@vercel/python@6.5.0

Minor Changes

  • vendor Python runtime dependencies (#14827)

  • Bump vercel-runtime version automatically on its releases (#14842)

@vercel/python-analysis@0.3.0

Minor Changes

  • initial implementation of Python semantic analysis in Rust (#14690)

@vercel/backends@0.0.25

Patch Changes

  • Improve handling of cjs/esm interop during imports (#14798)

@vercel/cervel@0.0.12

Patch Changes

@vercel/express@0.1.36

Patch Changes

@vercel/fs-detectors@5.7.20

Patch Changes

  • Added experimental services support in the CLI new project flow. When VERCEL_USE_EXPERIMENTAL_SERVICES=1 is set and a project's vercel.json contains experimentalServices, the CLI will detect and display the configured services during project setup, automatically selecting the "services" framework preset. (#14776)

@vercel/functions@3.4.1

Patch Changes

  • Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#14751)

    InMemoryCache now serializes values with JSON.stringify() on set and deserializes with JSON.parse() on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips like Date, Map, Set, and undefined.

@vercel/introspection@0.0.11

Patch Changes

@vercel/next@4.15.21

Patch Changes

  • Strip routes-manifest.json for determinism (#14783)

  • Update Next.js adapter version (#14801)

@vercel/remix-builder@5.5.10

Patch Changes

  • [remix] Prevent 404 responses from being cached with immutable headers (#14828)

@vercel/python-runtime@0.3.0

Minor Changes

  • vendor Python runtime dependencies (#14827)

@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

🧪 Unit Test Strategy

Comparing: 687f73ceff2cc8 (view diff)

Strategy: Affected packages only

✅ Only testing packages that have been modified or depend on modified packages.

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

Results

  • Unit tests: Only affected packages will run unit tests
  • E2E tests: Handled separately (Version Packages PRs or run-e2e-tests label)
  • Type checks: Only affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next.js change is good

@jeffsee55 jeffsee55 merged commit c082323 into main Feb 3, 2026
246 of 252 checks passed
@jeffsee55 jeffsee55 deleted the changeset-release/main branch February 3, 2026 22:50
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