build: update dependency copy-webpack-plugin to v14 (main)#32665
Conversation
See associated pull request for more information.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request upgrades the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the copy-webpack-plugin dependency from v13.0.1 to v14.0.0. This is a major version bump that introduces a breaking change, raising the minimum required Node.js version to 20.9.0. The update also addresses a security vulnerability by upgrading the serialize-javascript dependency. The changes in package.json and pnpm-lock.yaml are correct and consistent with this dependency upgrade. No issues were found during the review.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
13.0.1→14.0.0Release Notes
webpack/copy-webpack-plugin (copy-webpack-plugin)
v14.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is20.9.0(#819) (2881203)Bug Fixes
serialize-javascriptto fix security problems13.0.1 (2025-08-12)
Bug Fixes