chore(master): release 42.3.0#365
Merged
amondnet merged 1 commit intoApr 30, 2026
Merged
Conversation
There was a problem hiding this comment.
No issues found across 3 files
Auto-approved: Standard automated release PR: version bump and changelog update.
Architecture diagram
sequenceDiagram
participant Runner as GitHub Runner
participant Action as Vercel Action Logic
participant Payload as Payload Builder
participant Vercel as Vercel API
Runner->>Action: Run amondnet/vercel-action
Action->>Action: Read environment (token, teamId)
Action->>Action: Parse package.json & vercel.json
Action->>Payload: createDeployment(config)
Note over Payload: Bug Fix: vercel-api normalization
Payload->>Payload: CHANGED: Normalize engines.node version
Note right of Payload: Converts version ranges to specific <br/>supported Node.js strings
Payload->>Payload: CHANGED: Drop nowConfig field
Note right of Payload: Removes deprecated legacy field <br/>to prevent API validation errors
Payload-->>Action: Validated Deployment Payload
Action->>Vercel: POST /v13/deployments (JSON)
alt Success
Vercel-->>Action: 200 OK (Deployment Metadata)
Action-->>Runner: Deployment successful
else API Error
Vercel-->>Action: 4xx/5xx Error
Action-->>Runner: Action failed with error message
end
044d271 to
ef9827c
Compare
ef9827c to
06e83ce
Compare
|
Contributor
Author
|
🤖 Created releases: 🌻 |
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.



🤖 I have created a release beep boop
42.3.0 (2026-04-30)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.