Skip to content

[services] add service name validation#14907

Merged
ricardo-agz merged 3 commits intomainfrom
ricardo/services-name-validation
Feb 6, 2026
Merged

[services] add service name validation#14907
ricardo-agz merged 3 commits intomainfrom
ricardo/services-name-validation

Conversation

@ricardo-agz
Copy link
Copy Markdown
Contributor

Adds alphanumeric validation for service names

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 6, 2026

🦋 Changeset detected

Latest commit: 91d2a7c

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

This PR includes changesets to release 2 packages
Name Type
vercel Patch
@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 6, 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-bk4qauf8y.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-bk4qauf8y.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 6, 2026

🧪 Unit Test Strategy

Comparing: 80c398e91d2a7c (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 - 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: All affected packages will run unit tests
  • E2E tests: Handled separately (Version Packages PRs or run-e2e-tests label)
  • Type checks: All affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

Copy link
Copy Markdown
Contributor

@elprans elprans left a comment

Choose a reason for hiding this comment

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

Should we ban trailing underscore too?

@ricardo-agz ricardo-agz merged commit 526e0dc into main Feb 6, 2026
144 checks passed
@ricardo-agz ricardo-agz deleted the ricardo/services-name-validation branch February 6, 2026 19:37
ijjk pushed a commit that referenced this pull request Feb 7, 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/python@6.8.0

### Minor Changes

- fix a build regression on projects with changed rootDirectory
([#14931](#14931))

### Patch Changes

- Revert "[python] Use python-analysis for manifest detection and
conversion (#14891)"
([#14928](#14928))

## @vercel/backends@0.0.30

### Patch Changes

- [backends] Re-add bun support
([#14916](#14916))

-   Updated dependencies \[]:
    -   @vercel/build-utils@13.3.3

## @vercel/build-utils@13.3.3

### Patch Changes

- Updated dependencies
\[[`2d61173cd73860fedc23edc0552c86d0e21fccd3`](2d61173)]:
    -   @vercel/python-analysis@0.3.2

## @vercel/cervel@0.0.17

### Patch Changes

- Updated dependencies
\[[`9bf27beab1fe4f1f6d6126679f2687c209594027`](9bf27be)]:
    -   @vercel/backends@0.0.30

## vercel@50.13.2

### Patch Changes

- [services] add service name validation
([#14907](#14907))

- fix(cli): correct permissive issues
([#14881](#14881))

- Fix environment variable auto-pull during project linking to not
interfere with explicit environment targeting.
([#14818](#14818))

- `vercel pull --environment=X` no longer auto-pulls development env
vars during linking
- Skip env pull prompt in non-TTY environments (CI) during `vercel link`

- Adding non-interactive mode for agents
([#14880](#14880))

- Updated dependencies
\[[`d887f6cba4db5caf1cb320d94d6118da678c4bd3`](d887f6c),
[`12b2f08c4271133c784f276bc933592b28204af2`](12b2f08),
[`2d61173cd73860fedc23edc0552c86d0e21fccd3`](2d61173),
[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6),
[`9bf27beab1fe4f1f6d6126679f2687c209594027`](9bf27be)]:
    -   @vercel/next@4.15.27
    -   @vercel/python@6.8.0
    -   @vercel/node@5.5.33
    -   @vercel/backends@0.0.30
    -   @vercel/static-build@2.8.34
    -   @vercel/build-utils@13.3.3
    -   @vercel/elysia@0.1.32
    -   @vercel/express@0.1.41
    -   @vercel/fastify@0.1.35
    -   @vercel/h3@0.1.41
    -   @vercel/hono@0.2.35
    -   @vercel/koa@0.1.15
    -   @vercel/nestjs@0.2.36
    -   @vercel/go@3.4.0
    -   @vercel/hydrogen@1.3.5
    -   @vercel/redwood@2.4.9
    -   @vercel/remix-builder@5.5.10
    -   @vercel/ruby@2.2.5
    -   @vercel/rust@1.0.5

## @vercel/client@17.2.36

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/build-utils@13.3.3

## @vercel/elysia@0.1.32

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/express@0.1.41

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33
    -   @vercel/cervel@0.0.17

## @vercel/fastify@0.1.35

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/frameworks@3.17.1

### Patch Changes

- [services] remove empty detectors
([#14914](#14914))

## @vercel/fs-detectors@5.8.3

### Patch Changes

- [services] add service name validation
([#14907](#14907))

- Updated dependencies
\[[`712badd017d01fd1f8cb51980752ecda18540b78`](712badd)]:
    -   @vercel/frameworks@3.17.1

## @vercel/gatsby-plugin-vercel-builder@2.0.132

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/build-utils@13.3.3

## @vercel/h3@0.1.41

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/hono@0.2.35

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/koa@0.1.15

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/nestjs@0.2.36

### Patch Changes

- Updated dependencies
\[[`f708ca65bccf6942bcd8501f34101e659aa256d6`](f708ca6)]:
    -   @vercel/node@5.5.33

## @vercel/next@4.15.27

### Patch Changes

- Update Next.js adapter version
([#14922](#14922))

## @vercel/node@5.5.33

### Patch Changes

- Remove TypeScript 4 and use TypeScript 5 as the default built-in
compiler. Replace ts-node with tsx for dev server transpilation.
([#14892](#14892))

-   Updated dependencies \[]:
    -   @vercel/build-utils@13.3.3

## @vercel/python-analysis@0.3.2

### Patch Changes

- Revert "[python] Use python-analysis for manifest detection and
conversion (#14891)"
([#14928](#14928))

## @vercel/static-build@2.8.34

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/gatsby-plugin-vercel-builder@2.0.132

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.

4 participants