Conversation
BREAKING CHANGES: - drops support for rollup below v2.78.0
|
@CharlieHelps please do a thorough review of this PR to determine if it's ready to merge. Look at the diff, reviews, comments, and referenced issues/docs/links to build a complete understanding. Then respond with a comment that includes a list of MUST fix items that must be fixed before the the PR is merged, and a list of IMPROVEMENTS that shouldn't block the merge but may be quick improvements or things that could be addressed in a follow up PR. The MUST fix items should explain exactly what's wrong and what needs to change to resolve the problem. Both should be numbered lists and the IMPROVEMENTS list should continue counting up from the MUST list. It's OK if there are no IMPROVEMENTS or MUST fix items, you can just omit the lists. |
|
I did a full pass over the diff, current discussion/reviews, and referenced context (including #1954 and the related MUST fix
|
Rollup Plugin Name:
yamlThis PR contains:
Are tests included?
Breaking Changes?
If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.
List any relevant issue numbers:
Description
Similar to #1954, but for yaml plugin. This PR adds plugin hook filters for improved performance for Rolldown.
Object style hooks are added by rollup/rollup#4600 which is released in 2.78.0, so I bumped the minimum required Rollup version.