Conversation
Contributor
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 20 (49%)
Unaffected packages - 21 (51%)
Results
This comment is automatically generated based on the affected testing strategy |
046d643 to
fc02dc1
Compare
fc02dc1 to
a8c923e
Compare
a8c923e to
d5703d5
Compare
d5703d5 to
e95adb1
Compare
e95adb1 to
b6638fd
Compare
b6638fd to
122fd4b
Compare
122fd4b to
f2dee0a
Compare
f2dee0a to
6c775ee
Compare
6c775ee to
abc6bc9
Compare
abc6bc9 to
c9f915b
Compare
c9f915b to
eff2cc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
webhookscommand to the Vercel CLI with the following subcommands:webhooks ls- List all webhooks with optional--format jsonoutputwebhooks get <id>- Get details of a specific webhook with optional--format jsonoutputwebhooks create <url> --event <event>- Create a new webhook with specified eventswebhooks rm <id>- Remove a webhook with--yesflag to skip confirmationWebhook 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=1is set and a project'svercel.jsoncontainsexperimentalServices, the CLI will detect and display the configured services during project setup, automatically selecting the "services" framework preset. (#14776)Patch Changes
Improve logsv2 command output format with compact single-line display, text-based level labels, dynamic column widths, and smart date display (#14767)
Skip update check when running on Vercel to prevent unnecessary worker spawning in build container (#14794)
fix --help exit codes for marketplace commands (#14834)
Updated dependencies [
687f73cebb6ae1cdd7c7feb0910967de99a17ad6,e7c5d5fd41e124ef7314978b351696d130e89917,c3104a1ae9dbf9048e08bb2fa85605a95b254876,b029736b4be8dac135bef77283f47e1450faf0a9,d36c1ad3ddaf9303041e61a0a41d973b02007988,5b31b133970539986ff9e98013d2c364536bd0b5]:@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
@vercel/backends@0.0.25
Patch Changes
@vercel/cervel@0.0.12
Patch Changes
Improve handling of cjs/esm interop during imports (#14798)
Updated dependencies [
d36c1ad3ddaf9303041e61a0a41d973b02007988]:@vercel/express@0.1.36
Patch Changes
d36c1ad3ddaf9303041e61a0a41d973b02007988]:@vercel/fs-detectors@5.7.20
Patch Changes
VERCEL_USE_EXPERIMENTAL_SERVICES=1is set and a project'svercel.jsoncontainsexperimentalServices, 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 withJSON.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 likeDate,Map,Set, andundefined.@vercel/introspection@0.0.11
Patch Changes
d36c1ad3ddaf9303041e61a0a41d973b02007988]:@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
@vercel/python-runtime@0.3.0
Minor Changes