Skip to content

[pull] canary from vercel:canary #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 19, 2025
Merged

[pull] canary from vercel:canary #140

merged 11 commits into from
May 19, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented May 19, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

vercel-release-bot and others added 11 commits May 18, 2025 23:24
Allows unambigious assertions on CLI output.
Not that interesting for dev but `next build` will have the logs for all pages in all tests.

I also made the pages static where possible so that we'll be able to assert on the logged errors during `next build`.
Closes:
https://linear.app/vercel/issue/DOC-4668/document-the-experimentaltaint-option-in-nextconfigts

- Documents activation of taint APIs within Next.js
- Documents basic usage of the taint APIs

---------

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
missed this one in #78916. Weirdly enough the replacement seems to be working fine -- i guess something in recast was parsing the string (i.e. `path.replace("__turbopack_load_by_url__")` worked somehow). but that's not allowed according to recast's types, so we shouldn't rely on that.
Now that `ppr` is automatically enabled when `dynamicIO` is enabled, we can remove the code branch that handled prerendering with Dynamic IO enabled, and PPR disabled.

> [!NOTE]  
> This PR is best reviewed with hidden whitespace changes.
Closes:
https://linear.app/vercel/issue/DOC-4677/remove-reference-to-next-dev-verbose
Fixes: #79337

For now, `--verbose` is not supported for `next dev`.

---------

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
The prospective fallback prerenders, which ensured that a fallback shell could be prerendered without errors, were only needed when Dynamic IO was enabled and PPR was disabled. This scenario is no longer supported.
@pull pull bot added the ⤵️ pull label May 19, 2025
@pull pull bot merged commit aaf8a16 into code:canary May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants