[cli] Readd diagnostics download operation#11859
Merged
kodiakhq[bot] merged 4 commits intomainfrom Jul 16, 2024
Merged
Conversation
🦋 Changeset detectedLatest commit: 7a7f689 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
trek
approved these changes
Jul 16, 2024
Merged
EndangeredMassa
pushed a commit
that referenced
this pull request
Jul 16, 2024
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@35.0.0 ### Major Changes - [breaking] `vc logs` now returns runtime logs. Use `vc inspect --logs` and `vc deploy --logs` to get build logs ([#11788](#11788)) ### Patch Changes - Add download of diagnostics ([#11859](#11859)) - Updated dependencies \[[`4c892f040`](4c892f0), [`11e22746a`](11e2274)]: - @vercel/next@4.3.3 - @vercel/redwood@2.1.1 - @vercel/remix-builder@2.1.11 - @vercel/node@3.2.4 ## @vercel/next@4.3.3 ### Patch Changes - fix glob path for next.js diagnostics ([#11859](#11859)) - Upgrade to @vercel/nft 0.27.3 with a bug fix for browser mapping support ([#11841](#11841)) ## @vercel/node@3.2.4 ### Patch Changes - Upgrade to @vercel/nft 0.27.3 with a bug fix for browser mapping support ([#11841](#11841)) ## @vercel/redwood@2.1.1 ### Patch Changes - Upgrade to @vercel/nft 0.27.3 with a bug fix for browser mapping support ([#11841](#11841)) ## @vercel/remix-builder@2.1.11 ### Patch Changes - Upgrade to @vercel/nft 0.27.3 with a bug fix for browser mapping support ([#11841](#11841)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Follow up from #11653 where we moved out the actual
downloadoperation accidentally (this commit)Closes BD-1269.