Skip to content

Version Packages#15253

Merged
ricardo-agz merged 1 commit intomainfrom
changeset-release/main
Feb 26, 2026
Merged

Version Packages#15253
ricardo-agz merged 1 commit intomainfrom
changeset-release/main

Conversation

@vercel-release-bot
Copy link
Copy Markdown
Collaborator

@vercel-release-bot vercel-release-bot commented Feb 25, 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/routing-utils@6.0.0

Major Changes

  • Allow routes to coexist with rewrites, headers, redirects, cleanUrls, and trailingSlash. (#15020)

    This is part of our efforts to undeprecate routes, which had previously been deprecated for a few years and replaced by the properties above. Now that we are undeprecating routes in favor of a more focused deprecation of properties within it, it is now allowed to coexist with the new properties.

    When used together, routes are inserted after cleanUrls and trailingSlash but before redirects, headers, and rewrites in the routing order.

  • Deprecate handle, important, and override properties in routes schema (#15015)

@vercel/build-utils@13.6.0

Minor Changes

  • Find entrypoints for django projects. (#15167)

Patch Changes

  • Rename fetch to nodeFetch in cases where it is an import from node-fetch (#15234)

  • [@vercel/build-utils] fix uncaught exception in streamToBuffer when stream exceeds max Buffer size (#15276)

  • Remove source and destination typo suggestions for routes schema (#15014)

  • Support function overrides in backends builder (#15214)

  • Updated dependencies [b3a96cc4f276ce8d16c695eabd499d3a17e73aa8]:

    • @vercel/python-analysis@0.8.0

vercel@50.25.0

Minor Changes

  • Launch auto-provision flow as default for vercel integration add and vercel install. The FF_AUTO_PROVISION_INSTALL flag is now a kill-switch (=0 to revert) instead of opt-in. (#15265)

  • [services] make the experimentalServices config the primary marker for the services flow (#15246)

  • Added command to fetch a development OIDC token (#14785)

Patch Changes

@vercel/python@6.17.0

Minor Changes

  • Find entrypoints for django projects. (#15167)

Patch Changes

@vercel/python-analysis@0.8.0

Minor Changes

  • Find entrypoints for django projects. (#15167)

@vercel/remix-builder@5.6.0

Minor Changes

  • [remix] Support future.v8_middleware option (#15189)

@vercel/backends@0.0.38

Patch Changes

@vercel/cervel@0.0.25

Patch Changes

@vercel/client@17.2.48

Patch Changes

@vercel/config@0.0.35

Patch Changes

@vercel/elysia@0.1.41

Patch Changes

@vercel/express@0.1.50

Patch Changes

@vercel/fastify@0.1.44

Patch Changes

@vercel/frameworks@3.19.1

Patch Changes

  • Rename fetch to nodeFetch when importing from node-fetch (#15232)

@vercel/fs-detectors@5.8.12

Patch Changes

@vercel/gatsby-plugin-vercel-builder@2.0.140

Patch Changes

@vercel/go@3.4.3

Patch Changes

  • Rename fetch to nodeFetch in cases where it is an import from node-fetch (#15234)

@vercel/h3@0.1.50

Patch Changes

@vercel/hono@0.2.44

Patch Changes

@vercel/koa@0.1.24

Patch Changes

@vercel/nestjs@0.2.45

Patch Changes

@vercel/next@4.15.35

Patch Changes

  • Rename fetch to nodeFetch when importing from node-fetch (#15232)

@vercel/node@5.6.8

Patch Changes

@vercel/static-build@2.8.42

Patch Changes

  • Rename fetch to nodeFetch in cases where it is an import from node-fetch (#15234)

  • Updated dependencies []:

    • @vercel/gatsby-plugin-vercel-builder@2.0.140

@vercel/python-runtime@0.5.2

Patch Changes

  • fix ASGI lifecycle events in non-IPC codepath (#15268)

@vercel/python-workers@0.0.11

Patch Changes

  • Add a version bump for @vercel/python-workers so previously merged changes are included in the next release. (#15254)

Note

Low Risk Change

This PR is an automated Changesets release that only updates version numbers in package.json files and CHANGELOG.md files across multiple packages, with no logic or schema changes.

  • Version bumps across ~30 packages (package.json version fields)
  • CHANGELOG.md updates documenting previously merged changes
  • Deletion of .changeset/*.md files consumed by release automation

Risk assessment for commit 9b78e59.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 25, 2026

🧪 Unit Test Strategy

Comparing: e77c2079b78e59 (view diff)

Strategy: Affected packages only

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

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

Results

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

This comment is automatically generated based on the affected testing strategy

Copy link
Copy Markdown
Contributor

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

I'm waiting for someone from the CLI team to confirm that this change in behavior is acceptable: #14785 (comment)

@ricardo-agz ricardo-agz requested a review from gr2m February 26, 2026 20:18
@ricardo-agz ricardo-agz merged commit 5d7709f into main Feb 26, 2026
397 of 403 checks passed
@ricardo-agz ricardo-agz deleted the changeset-release/main branch February 26, 2026 20:25
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