wp-scripts: Remove clean-webpack-plugin dependency.#71080
wp-scripts: Remove clean-webpack-plugin dependency.#71080gziolo merged 5 commits intoWordPress:trunkfrom
clean-webpack-plugin dependency.#71080Conversation
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
2 similar comments
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @hpoom. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
gziolo
left a comment
There was a problem hiding this comment.
I need to test it before landing, but it looks great. Thank you for the patch 🙇🏻
gziolo
left a comment
There was a problem hiding this comment.
Nice refactoring. I resolved merge conflicts after updates to the CHANGELOG file applied in trunk. It's ready to go after I confirmed it works as expected in testing.
What?
Closes #71065
Why?
clean-webpack-pluginhas not been updated for 4 years and points to an outdated version of bable and webpack which contain vulnerabilities.How?
Uses native clean configuration of webpack.
Testing Instructions
clean-webpack-pluginis working as expected.