Skip to content

[services] detected services source#15245

Merged
ricardo-agz merged 2 commits intomainfrom
ricardo/be-452-detected-services-source
Feb 25, 2026
Merged

[services] detected services source#15245
ricardo-agz merged 2 commits intomainfrom
ricardo/be-452-detected-services-source

Conversation

@ricardo-agz
Copy link
Copy Markdown
Contributor

@ricardo-agz ricardo-agz commented Feb 24, 2026

Adds source information to detected services result

Note

Low Risk Change

This PR adds a new 'source' field to the DetectServicesResult type to indicate whether services were configured or auto-detected, with corresponding test updates - a purely additive, non-breaking change.

  • Adds new source property to DetectServicesResult interface
  • Exports new DetectServicesSource type from index
  • Test assertions added to verify source field values

Risk assessment for commit b9cb7be.

@ricardo-agz ricardo-agz requested review from a team and agadzik as code owners February 24, 2026 22:01
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 24, 2026

🦋 Changeset detected

Latest commit: b9cb7be

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

This PR includes changesets to release 1 package
Name Type
@vercel/fs-detectors 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 24, 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-yswmzy2df.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-yswmzy2df.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-yswmzy2df.vercel.sh/tarballs/vercel_runtime-0.6.0.dev1771970519+b9cb7be-py3-none-any.whl"

@github-actions
Copy link
Copy Markdown
Contributor

🧪 Unit Test Strategy

Comparing: 5e4f8beb9cb7be (view diff)

Strategy: Affected packages only

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

Affected packages - 3 (8%)
  1. @vercel/fs-detectors
  2. @vercel/static-build
  3. vercel
Unaffected packages - 37 (93%)
  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/functions
  17. @vercel/gatsby-plugin-vercel-builder
  18. @vercel/go
  19. @vercel/h3
  20. @vercel/hono
  21. @vercel/hydrogen
  22. @vercel/koa
  23. @vercel/nestjs
  24. @vercel/next
  25. @vercel/node
  26. @vercel/oidc
  27. @vercel/oidc-aws-credentials-provider
  28. @vercel/python
  29. @vercel/python-analysis
  30. @vercel/redwood
  31. @vercel/related-projects
  32. @vercel/remix-builder
  33. @vercel/routing-utils
  34. @vercel/ruby
  35. @vercel/rust
  36. @vercel/static-config
  37. examples

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

@ricardo-agz ricardo-agz requested a review from nsidnev February 24, 2026 22:05
@ricardo-agz ricardo-agz merged commit 4f9a1a3 into main Feb 25, 2026
391 of 397 checks passed
@ricardo-agz ricardo-agz deleted the ricardo/be-452-detected-services-source branch February 25, 2026 00:10
ricardo-agz pushed a commit that referenced this pull request Feb 25, 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 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.24.0

### Minor Changes

- [dev] skip project setup for `vc dev` if `--local` or `-L` flag is
passed. ([#15239](#15239))

### Patch Changes

- feat(cli): add --format=json support to `integration add`
(auto-provision) ([#15250](#15250))

-   Updated dependencies \[]:
    -   @vercel/build-utils@13.5.0
    -   @vercel/next@4.15.34
    -   @vercel/redwood@2.4.9
    -   @vercel/rust@1.0.5
    -   @vercel/static-build@2.8.41

## @vercel/routing-utils@5.4.0

### Minor Changes

- Undeprecate `routes` schema and add aliases for `src`, `dest`, and
`status` ([#15010](#15010))

## @vercel/client@17.2.47

### Patch Changes

- Updated dependencies
\[[`0c961fce30d495620542066249dae447764d2eba`](0c961fc)]:
    -   @vercel/routing-utils@5.4.0
    -   @vercel/build-utils@13.5.0

## @vercel/config@0.0.34

### Patch Changes

- Undeprecate `routes` to match new routing-utils
([#15016](#15016))

- Updated dependencies
\[[`0c961fce30d495620542066249dae447764d2eba`](0c961fc)]:
    -   @vercel/routing-utils@5.4.0

## @vercel/fs-detectors@5.8.11

### Patch Changes

- [services] adds source information to detected services
([#15245](#15245))

- Updated dependencies
\[[`0c961fce30d495620542066249dae447764d2eba`](0c961fc)]:
    -   @vercel/routing-utils@5.4.0
    -   @vercel/frameworks@3.19.0


<!-- VADE_RISK_START -->
> [!NOTE]
> Low Risk Change
>
> This PR is an automated Changesets release that only updates version
numbers in package.json files and CHANGELOG.md files, with no code logic
changes.
> 
> - Version bumps across 5 packages (vercel, client, config,
fs-detectors, routing-utils)
> - Deletes consumed changeset markdown files
> - Updates CHANGELOG.md files with release notes
>
> <sup>Risk assessment for [commit
987df11](https://github.com/vercel/vercel/commit/987df111fedc0eb57c982038befca199bbf7e6fe).</sup>
<!-- VADE_RISK_END -->

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.

2 participants