Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps the dev-dependencies group with 1 update: copy-webpack-plugin.

Updates copy-webpack-plugin from 12.0.2 to 13.0.1

Release notes

Sourced from copy-webpack-plugin's releases.

v13.0.1

13.0.1 (2025-08-12)

Bug Fixes

v13.0.0

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Changelog

Sourced from copy-webpack-plugin's changelog.

13.0.1 (2025-08-12)

Bug Fixes

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 26, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Greptile Summary

This PR updates copy-webpack-plugin from version 12.0.2 to 13.0.1, a dependency update that includes a major version bump with breaking changes.

Key Changes:

  • The plugin switched from globby/fast-glob to tinyglobby for glob operations
  • Breaking change affects only users of gitignore and ignoreFiles options in globOptions
  • Bug fixes for glob watching and concurrency handling

Impact Assessment:

  • The webpack configuration in webpack.config.js:47-52 uses a simple CopyPlugin configuration with only patterns specified
  • No usage of globOptions, gitignore, or ignoreFiles found in the codebase
  • The breaking changes do not affect this project's usage
  • Minor version 13.0.1 includes improved glob watching which may improve webpack watch mode performance

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The breaking changes in v13.0.0 only affect gitignore and ignoreFiles options in globOptions, which are not used in this codebase. The webpack configuration uses a simple pattern-based copy configuration that is fully compatible with the new version. The update also brings bug fixes for glob watching and concurrency that may improve build performance.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
packages/controller-ext/package.json 5/5 Bumped copy-webpack-plugin from 12.0.2 to 13.0.1 with no configuration changes needed

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as package.json
    participant W as webpack.config.js
    participant C as CopyPlugin
    participant B as Build System
    
    D->>P: Update copy-webpack-plugin: 12.0.2 → 13.0.1
    Note over P: devDependencies updated
    
    B->>W: Run webpack build
    W->>C: Initialize CopyPlugin with patterns
    Note over C: Uses simple pattern config<br/>(no globOptions)
    C->>C: Copy manifest.json → dist/
    C->>C: Copy assets/ → dist/assets/
    C-->>B: Files copied successfully
    
    Note over C: v13.0.1 uses tinyglobby<br/>(no breaking change impact)
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-121b304f7c branch from a2388f0 to 48e156e Compare November 2, 2025 01:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-121b304f7c branch from 48e156e to f696794 Compare November 9, 2025 01:09
Bumps the dev-dependencies group with 1 update: [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin).


Updates `copy-webpack-plugin` from 12.0.2 to 13.0.1
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v12.0.2...v13.0.1)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-version: 13.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-121b304f7c branch from f696794 to d3dc7be Compare November 16, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant