[next] rename middleware manifest env#11549
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 35b5949 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 |
ijjk
reviewed
May 6, 2024
Member
Since the functionality is already there let's ship the change and then we test in a follow up so we can ship it altogether to production @styfle 🙏 |
ijjk
approved these changes
May 6, 2024
Merged
Kikobeats
pushed a commit
that referenced
this pull request
May 7, 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/functions@1.0.0 ### Major Changes - Initial release ([#11553](#11553)) ## @vercel/node@3.1.0 ### Minor Changes - Make waitUntil consistent for Node.js & Edge ([#11553](#11553)) ## vercel@34.1.9 ### Patch Changes - Updated dependencies \[[`5a532a5b9`](5a532a5), [`50fc27ba5`](50fc27b), [`c1d852295`](c1d8522), [`a5ea04154`](a5ea041)]: - @vercel/next@4.2.8 - @vercel/node@3.1.0 ## @vercel/next@4.2.8 ### Patch Changes - Fix missing initial RSC headers ([#11552](#11552)) - Remove .prefetch.rsc rewrites for non-PPR ([#11540](#11540)) - [next] rename middleware manifest env ([#11549](#11549)) 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.
Rename
environmentproperty toenvfrom middleware manifest added in #11390.Align with vercel/next.js#64521
The
environmentsproperty wasn't working properly before due to unfinished next.js changes, it should work now after testing with next build from vercel/next.js#64521. We change it to a better naming wordenv.