[Snyk] Upgrade copy-webpack-plugin from 13.0.0 to 13.0.1#11
Conversation
Snyk has created this PR to upgrade copy-webpack-plugin from 13.0.0 to 13.0.1. See this package in npm: copy-webpack-plugin See this project in Snyk: https://app.snyk.io/org/dingjunhong1028/project/50b58731-027f-4569-a720-16180cbe835c?utm_source=github&utm_medium=referral&page=upgrade-pr
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
This PR is an automated Snyk dependency update intended to move the Server build tooling to copy-webpack-plugin@13.0.1.
Changes:
- Bumps
copy-webpack-plugindevDependency from^13.0.0to^13.0.1inServer/package.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "devDependencies": { | ||
| "@types/node": "^22.19.3", | ||
| "copy-webpack-plugin": "^13.0.0", | ||
| "copy-webpack-plugin": "^13.0.1", |
There was a problem hiding this comment.
package-lock.json still pins copy-webpack-plugin to 13.0.0, so npm ci will likely fail due to the package.json/package-lock mismatch and installs won’t actually pick up 13.0.1. Please update/commit the regenerated lockfile (and ensure it resolves to 13.0.1).
| "copy-webpack-plugin": "^13.0.1", | |
| "copy-webpack-plugin": "^13.0.0", |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge This PR contains a simple, minor dependency update:
The change is minimal and follows the existing pattern of dependency updates in the repository. The version update from 13.0.0 to 13.0.1 indicates a bug fix or patch release, which should not contain breaking changes. The webpack configuration file ( Files Reviewed (1 file)
|
Snyk has created this PR to upgrade copy-webpack-plugin from 13.0.0 to 13.0.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released 6 months ago.
Release notes
Package name: copy-webpack-plugin
-
13.0.1 - 2025-08-12
- better handling globs for watching (#808) (a527c89)
-
13.0.0 - 2025-02-27
- switch from
- concurrency option is limited to files now (#796) (d42469c)
- the order of patterns provided by the developer is respected
from copy-webpack-plugin GitHub release notes13.0.1 (2025-08-12)
Bug Fixes
13.0.0 (2025-02-27)
⚠ BREAKING CHANGES
globbyandfast-globtotinyglobby(#795) (19fd937)For more information please visit
tinyglobby.The breaking change only affects the developer who used these options -
gitignoreandignoreFilesin theglobOptionsoption.Please migrate to the
ignoreoption.Bug Fixes
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: