Skip to content

[services] Pass service type and framework to node builder's project manifest.#16374

Merged
dnwpark merged 2 commits into
mainfrom
dnwpark/node-manifest
May 26, 2026
Merged

[services] Pass service type and framework to node builder's project manifest.#16374
dnwpark merged 2 commits into
mainfrom
dnwpark/node-manifest

Conversation

@dnwpark
Copy link
Copy Markdown
Contributor

@dnwpark dnwpark commented May 20, 2026

Fixes missing framework + service type for worker and queue jobs.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

🦋 Changeset detected

Latest commit: d4326da

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

This PR includes changesets to release 9 packages
Name Type
@vercel/node Patch
vercel Patch
@vercel/elysia Patch
@vercel/express Patch
@vercel/fastify Patch
@vercel/h3 Patch
@vercel/hono Patch
@vercel/koa Patch
@vercel/nestjs 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 May 20, 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-atkjm2lob.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-atkjm2lob.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

Python Runtime Wheel

A vercel-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-atkjm2lob.vercel.sh/tarballs/vercel_runtime-0.15.0.dev1779482770+d4326da-py3-none-any.whl"

Python Workers Wheel

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

VERCEL_WORKERS_PYTHON="vercel-workers @ https://vercel-atkjm2lob.vercel.sh/tarballs/vercel_workers-0.1.0.dev1779482770+d4326da-py3-none-any.whl"

This comment is automatically generated

@dnwpark dnwpark marked this pull request as ready for review May 20, 2026 02:05
@dnwpark dnwpark requested a review from a team as a code owner May 20, 2026 02:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

🧪 Unit Test Strategy

Comparing: 862badad4326da (view diff)

Strategy: Affected packages only

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

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

Results

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

This comment is automatically generated based on the affected testing strategy

@dnwpark dnwpark merged commit ecf5033 into main May 26, 2026
257 of 259 checks passed
@dnwpark dnwpark deleted the dnwpark/node-manifest branch May 26, 2026 21:15
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