webpack-contrib/copy-webpack-plugin
### [`v7.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#700-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev640v700-2020-12-10)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.1...v7.0.0)
##### ⚠ BREAKING CHANGES
- minimum supported webpack version is `5`
- the `flatten` option was removed in favor `[name].[ext]` value for the `to` option,
- the `transformPath` option was removed in favor `Function` type of the `to` option, look at [examples](https://togithub.com/webpack-contrib/copy-webpack-plugin#function)
- the `cacheTransform` option was removed in favor `Object` type of the `transform` option, look at [examples](https://togithub.com/webpack-contrib/copy-webpack-plugin#transform)
- migration on the `compilation.hooks.processAssets` hook
- empty filtered paths throw an error, you can disable this behaviour using the `noErrorOnMissing` option
### [`v6.4.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/releases/v6.4.1)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1)
##### [6.4.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1) (2020-12-16)
##### Bug Fixes
- compatibility with webpack 4 file system ([#570](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/570)) ([720026a](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/720026ad0c526e003ab7270f1712fd712d4fdfad))
### [`v6.4.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#640-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev632v640-2020-12-07)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.2...v6.4.0)
##### Features
- added the `info` option ([db53937](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/db53937016b7dbf494bc728f00242cd26541f6a3))
- added type `Function` for the `to` option ([#563](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/563)) ([9bc5416](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/9bc541694c0d0975c59586cedfea4a51d11f5278))
##### [6.3.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.1...v6.3.2) (2020-11-19)
##### Bug Fixes
- watching directories ([#558](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/558)) ([7b58fd9](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/7b58fd9a89e9b29578b30cb3119453e78e036ec2))
##### [6.3.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.0...v6.3.1) (2020-11-13)
##### Bug Fixes
- watching ([#555](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/555)) ([b996923](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/b9969230321df68ed235ed1861729837f234750e))
### [`v6.3.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#632-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev631v632-2020-11-19)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.1...v6.3.2)
### [`v6.3.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#631-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev630v631-2020-11-13)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.0...v6.3.1)
### [`v6.3.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#630-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev621v630-2020-11-03)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.1...v6.3.0)
##### Features
- added the `sourceFilename` info (original source filename) to assets info ([#542](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/542)) ([db2e3bf](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/db2e3bfae9322592c3a9af1e45d25df165b6b4e0))
- persistent cache between compilations (webpack@5 only) ([#541](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/541)) ([c892451](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/c8924512a34391ce92715a2b61fc4b0b91a9e10f))
##### [6.2.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1) (2020-10-09)
##### Chore
- update `schema-utils`
### [`v6.2.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#621-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev620v621-2020-10-09)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1)
### [`v6.2.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#620-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev611v620-2020-10-02)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.1...v6.2.0)
##### Features
- use webpack input filesystem (only webpack@5) ([#531](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/531)) ([6f2f455](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/6f2f455b9411ac69ef6aa3b953474f1d7fa23808))
##### [6.1.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.0...v6.1.1) (2020-09-18)
##### Chore
- updated `serialize-javascript`
### [`v6.1.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#611-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev610v611-2020-09-18)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.0...v6.1.1)
### [`v6.1.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#610-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev604v610-2020-08-31)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.4...v6.1.0)
##### Features
- added `filter` option ([#524](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/524)) ([1496f85](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/1496f85d2fa5e87dccd0cda92b1343c649f3e5bd))
- added the `copied` flag to asset info ([09b1dc9](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/09b1dc995e476bb7090ebb2c2cbd4b5ebedeaa79))
- added the `immutable` flag to asset info with hash in name ([#525](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/525)) ([a1989d5](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a1989d59b8b0a8caf0b826016e20c82a9ac38aa1))
- **webpack@5:** improve stats output for `copied` files
##### [6.0.4](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.3...v6.0.4) (2020-08-29)
##### Bug Fixes
- compatibility with webpack@5 ([#522](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/522)) ([714af2f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/714af2ff72da168ec7456ac9a93ef4f4486be21e))
##### [6.0.3](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3) (2020-06-30)
##### Bug Fixes
- do not execute on a child compiler ([42f27c7](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/42f27c777cc37dc2ce4af399cb2a943e9e62172e))
##### [6.0.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2) (2020-06-03)
##### Bug Fixes
- security problem
- compatibility with `10.13` version of Node.js
##### [6.0.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.0...v6.0.1) (2020-05-16)
##### Bug Fixes
- concurrency writing assets ([#484](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/484)) ([bfc712d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/bfc712d77b4ba66caf72341e31a1dd5957bfa36c))
- escaping special characters in the `context` option ([0e62695](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/0e62695ee32216a133920f2ab5a1282e6a4a038b))
### [`v6.0.4`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#604-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev603v604-2020-08-29)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.3...v6.0.4)
### [`v6.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#603-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev602v603-2020-06-30)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3)
### [`v6.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#602-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev601v602-2020-06-03)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2)
### [`v6.0.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#601-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev600v601-2020-05-16)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.0...v6.0.1)
### [`v6.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#600-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev511v600-2020-05-15)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.2...v6.0.0)
##### ⚠ BREAKING CHANGES
- minimum supported Node.js version is `10.13`,
- the plugin now accepts an object, you should change `new CopyPlugin(patterns, options)` to `new CopyPlugin({ patterns, options })`
- migrate on `compilation.additionalAssets` hook
- the `ignore` option (which accepted [micromatch](https://togithub.com/micromatch/micromatch) syntax) was removed in favor `globOptions.ignore` (which accepts [fast-glob pattern-syntax](https://togithub.com/mrmlnc/fast-glob#pattern-syntax))
- the `test` option was removed in favor the `transformPath` option
- the `cache` option was renamed to the `cacheTransform` option, `cacheTransform` option should have only `directory` and `keys` properties when it is an object
- global `context` and `ignore` options were removed in favor `patten.context` and `pattern.globOptions.ignore` options
- the missing file error is now an error, before it was a warning
- the `from` option now can only be a string, if you use `{ from: { glob: 'directory/**', dot: false } }` changed it to `{ from: 'directory/**', globOptions: { dot: false } }`
- the `copyUnmodified` was removed without replacements
- the `2` version of `webpack-dev-server` is not supported anymore
- the `logLevel` was removed in favor the `infrastructureLogging.level` option, please read the [documentation](https://webpack.js.org/configuration/other-options/#infrastructurelogginglevel)
##### Features
- implement the `concurrency` option ([#466](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/466)) ([c176d7d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/c176d7d124cf3c5ad372576d4b0f7fbf5e1d0afc))
- implement the `directory` option for the `cacheTransform` option ([29254e3](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/29254e394cb695d89b477f44f3a3bf8c99c74ca7))
- implement the `noErrorOnMissing` option ([#475](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/475)) ([e3803ce](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/e3803ceffe93361184efc9b799be4c9dfb4eb467))
- migrate on webpack built-in logger ([#446](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/446)) ([5af02bc](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/5af02bcfc716b6bca96b569740a45221a974ae61))
##### Bug Fixes
- asset size ([197b0d8](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/197b0d8d08e6ce976f645dade7641cfdcfc0781d))
- persist assets between rebuilds ([57f3e61](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/57f3e618108c3a6c1f61f21186d69433ee51a561))
##### [5.1.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.0...v5.1.1) (2019-12-12)
##### Bug Fixes
- allow to setup empty array ([#425](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/425)) ([3b79595](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/3b79595d6ef3527a26588112ad17e3c54e264d5c))
### [`v5.1.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/releases/v5.1.2)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v5.1.2)
##### [5.1.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v5.1.2) (2020-08-27)
##### Bug Fixes
- **security:** update `serialize-javascript` ([#521](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/521)) ([a42d63f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a42d63f1a7991545cc03d2a3e2a479c0a16051dd))
### [`v5.1.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#511-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev510v511-2019-12-12)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.0...v5.1.1)
### [`v5.1.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#510-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev505v510-2019-12-09)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.5...v5.1.0)
##### Features
- validate options ([#419](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/419)) ([452539a](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/452539ad6498583901536e89204d6004a618cb4a))
##### Bug Fixes
- better to determine when glob is used ([4826e56](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/4826e56c9c034113eadd86b46a97ed1254bf3252))
##### [5.0.5](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5) (2019-11-06)
##### Performance Improvements
- improvements for webpack@5
##### [5.0.4](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4) (2019-07-26)
##### Bug Fixes
- use posix separator for emitting assets ([#392](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/392)) ([7f08be6](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/7f08be6))
### [`v5.0.5`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#505-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev504v505-2019-11-06)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5)
### [`v5.0.4`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#504-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev503v504-2019-07-26)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4)
### [`v5.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#503-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev502v503-2019-04-24)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.2...v5.0.3)
##### Bug Fixes
- alone `[N]` interpolation in `to` option ([#375](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/375)) ([70917b7](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/70917b7))
### [`v5.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#502-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev501v502-2019-03-22)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.1...v5.0.2)
##### Bug Fixes
- add fallback to transform cache directory ([#361](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/361)) ([05963eb](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/05963eb))
- better determinate template in `to` option ([#363](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/363)) ([52f8be6](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/52f8be6))
- emit errors instead throw ([#362](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/362)) ([3946473](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/3946473))
- watch on windows ([#359](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/359)) ([eaf4306](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/eaf4306))
##### Performance Improvements
- avoid extra call `stat` for file ([#365](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/365)) ([ae2258f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/ae2258f))
### [`v5.0.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#501-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev460v501-2019-03-11)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.0...v5.0.1)
##### Bug Fixes
- respect base of `glob` for context dependencies ([#352](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/352)) ([5b407f1](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/5b407f1))
### [`v5.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#500-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev460v500-2019-02-20)
[Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.0)
##### Bug Fixes
- copy only modified files when you use patterns with difference `to` and same `context` ([#341](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/341)) ([e808aa2](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/e808aa2))
- handle `[contenthash]` as template ([#328](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/328)) ([61dfe52](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/61dfe52))
- handles when you add new files in watch mode and use `glob` ([#333](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/333)) ([49a28f0](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/49a28f0))
- normalize path segment separation, no problems when you mixed `/` and `\\` ([#339](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/339)) ([8f5e638](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/8f5e638))
- throw error if `from` is an empty string [#278](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/278) ([#285](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/285)) ([adf1046](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/adf1046))
##### Features
- emit warning instead error if file doesn't exist ([#338](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/338)) ([a1c5372](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a1c5372))
- supports copy nested directories/files in symlink ([#335](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/335)) ([f551c0d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/f551c0d))
##### BREAKING CHANGES
- drop support for webpack < 4
- drop support for node < 6.9
- `debug` option was renamed to `logLevel`, it only accepts string values: `trace`, `debug`, `info`, `warn`, `error` and `silent`
- plugin emit warning instead error if file doesn't exist
- change `prototype` of plugin, now you can to get correct plugin name
Renovate configuration
:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
~4.6.0
->~7.0.0
Release Notes
webpack-contrib/copy-webpack-plugin
### [`v7.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#700-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev640v700-2020-12-10) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.1...v7.0.0) ##### ⚠ BREAKING CHANGES - minimum supported webpack version is `5` - the `flatten` option was removed in favor `[name].[ext]` value for the `to` option, - the `transformPath` option was removed in favor `Function` type of the `to` option, look at [examples](https://togithub.com/webpack-contrib/copy-webpack-plugin#function) - the `cacheTransform` option was removed in favor `Object` type of the `transform` option, look at [examples](https://togithub.com/webpack-contrib/copy-webpack-plugin#transform) - migration on the `compilation.hooks.processAssets` hook - empty filtered paths throw an error, you can disable this behaviour using the `noErrorOnMissing` option ### [`v6.4.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/releases/v6.4.1) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1) ##### [6.4.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1) (2020-12-16) ##### Bug Fixes - compatibility with webpack 4 file system ([#570](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/570)) ([720026a](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/720026ad0c526e003ab7270f1712fd712d4fdfad)) ### [`v6.4.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#640-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev632v640-2020-12-07) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.2...v6.4.0) ##### Features - added the `info` option ([db53937](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/db53937016b7dbf494bc728f00242cd26541f6a3)) - added type `Function` for the `to` option ([#563](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/563)) ([9bc5416](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/9bc541694c0d0975c59586cedfea4a51d11f5278)) ##### [6.3.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.1...v6.3.2) (2020-11-19) ##### Bug Fixes - watching directories ([#558](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/558)) ([7b58fd9](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/7b58fd9a89e9b29578b30cb3119453e78e036ec2)) ##### [6.3.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.0...v6.3.1) (2020-11-13) ##### Bug Fixes - watching ([#555](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/555)) ([b996923](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/b9969230321df68ed235ed1861729837f234750e)) ### [`v6.3.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#632-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev631v632-2020-11-19) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.1...v6.3.2) ### [`v6.3.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#631-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev630v631-2020-11-13) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.0...v6.3.1) ### [`v6.3.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#630-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev621v630-2020-11-03) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.1...v6.3.0) ##### Features - added the `sourceFilename` info (original source filename) to assets info ([#542](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/542)) ([db2e3bf](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/db2e3bfae9322592c3a9af1e45d25df165b6b4e0)) - persistent cache between compilations (webpack@5 only) ([#541](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/541)) ([c892451](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/c8924512a34391ce92715a2b61fc4b0b91a9e10f)) ##### [6.2.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1) (2020-10-09) ##### Chore - update `schema-utils` ### [`v6.2.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#621-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev620v621-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1) ### [`v6.2.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#620-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev611v620-2020-10-02) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.1...v6.2.0) ##### Features - use webpack input filesystem (only webpack@5) ([#531](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/531)) ([6f2f455](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/6f2f455b9411ac69ef6aa3b953474f1d7fa23808)) ##### [6.1.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.0...v6.1.1) (2020-09-18) ##### Chore - updated `serialize-javascript` ### [`v6.1.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#611-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev610v611-2020-09-18) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.0...v6.1.1) ### [`v6.1.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#610-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev604v610-2020-08-31) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.4...v6.1.0) ##### Features - added `filter` option ([#524](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/524)) ([1496f85](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/1496f85d2fa5e87dccd0cda92b1343c649f3e5bd)) - added the `copied` flag to asset info ([09b1dc9](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/09b1dc995e476bb7090ebb2c2cbd4b5ebedeaa79)) - added the `immutable` flag to asset info with hash in name ([#525](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/525)) ([a1989d5](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a1989d59b8b0a8caf0b826016e20c82a9ac38aa1)) - **webpack@5:** improve stats output for `copied` files ##### [6.0.4](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.3...v6.0.4) (2020-08-29) ##### Bug Fixes - compatibility with webpack@5 ([#522](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/522)) ([714af2f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/714af2ff72da168ec7456ac9a93ef4f4486be21e)) ##### [6.0.3](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3) (2020-06-30) ##### Bug Fixes - do not execute on a child compiler ([42f27c7](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/42f27c777cc37dc2ce4af399cb2a943e9e62172e)) ##### [6.0.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2) (2020-06-03) ##### Bug Fixes - security problem - compatibility with `10.13` version of Node.js ##### [6.0.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.0...v6.0.1) (2020-05-16) ##### Bug Fixes - concurrency writing assets ([#484](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/484)) ([bfc712d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/bfc712d77b4ba66caf72341e31a1dd5957bfa36c)) - escaping special characters in the `context` option ([0e62695](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/0e62695ee32216a133920f2ab5a1282e6a4a038b)) ### [`v6.0.4`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#604-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev603v604-2020-08-29) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.3...v6.0.4) ### [`v6.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#603-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev602v603-2020-06-30) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3) ### [`v6.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#602-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev601v602-2020-06-03) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2) ### [`v6.0.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#601-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev600v601-2020-05-16) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#600-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev511v600-2020-05-15) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.2...v6.0.0) ##### ⚠ BREAKING CHANGES - minimum supported Node.js version is `10.13`, - the plugin now accepts an object, you should change `new CopyPlugin(patterns, options)` to `new CopyPlugin({ patterns, options })` - migrate on `compilation.additionalAssets` hook - the `ignore` option (which accepted [micromatch](https://togithub.com/micromatch/micromatch) syntax) was removed in favor `globOptions.ignore` (which accepts [fast-glob pattern-syntax](https://togithub.com/mrmlnc/fast-glob#pattern-syntax)) - the `test` option was removed in favor the `transformPath` option - the `cache` option was renamed to the `cacheTransform` option, `cacheTransform` option should have only `directory` and `keys` properties when it is an object - global `context` and `ignore` options were removed in favor `patten.context` and `pattern.globOptions.ignore` options - the missing file error is now an error, before it was a warning - the `from` option now can only be a string, if you use `{ from: { glob: 'directory/**', dot: false } }` changed it to `{ from: 'directory/**', globOptions: { dot: false } }` - the `copyUnmodified` was removed without replacements - the `2` version of `webpack-dev-server` is not supported anymore - the `logLevel` was removed in favor the `infrastructureLogging.level` option, please read the [documentation](https://webpack.js.org/configuration/other-options/#infrastructurelogginglevel) ##### Features - implement the `concurrency` option ([#466](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/466)) ([c176d7d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/c176d7d124cf3c5ad372576d4b0f7fbf5e1d0afc)) - implement the `directory` option for the `cacheTransform` option ([29254e3](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/29254e394cb695d89b477f44f3a3bf8c99c74ca7)) - implement the `noErrorOnMissing` option ([#475](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/475)) ([e3803ce](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/e3803ceffe93361184efc9b799be4c9dfb4eb467)) - migrate on webpack built-in logger ([#446](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/446)) ([5af02bc](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/5af02bcfc716b6bca96b569740a45221a974ae61)) ##### Bug Fixes - asset size ([197b0d8](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/197b0d8d08e6ce976f645dade7641cfdcfc0781d)) - persist assets between rebuilds ([57f3e61](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/57f3e618108c3a6c1f61f21186d69433ee51a561)) ##### [5.1.1](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.0...v5.1.1) (2019-12-12) ##### Bug Fixes - allow to setup empty array ([#425](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/425)) ([3b79595](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/3b79595d6ef3527a26588112ad17e3c54e264d5c)) ### [`v5.1.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/releases/v5.1.2) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v5.1.2) ##### [5.1.2](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v5.1.2) (2020-08-27) ##### Bug Fixes - **security:** update `serialize-javascript` ([#521](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/521)) ([a42d63f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a42d63f1a7991545cc03d2a3e2a479c0a16051dd)) ### [`v5.1.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#511-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev510v511-2019-12-12) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.0...v5.1.1) ### [`v5.1.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#510-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev505v510-2019-12-09) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.5...v5.1.0) ##### Features - validate options ([#419](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/419)) ([452539a](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/452539ad6498583901536e89204d6004a618cb4a)) ##### Bug Fixes - better to determine when glob is used ([4826e56](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/4826e56c9c034113eadd86b46a97ed1254bf3252)) ##### [5.0.5](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5) (2019-11-06) ##### Performance Improvements - improvements for webpack@5 ##### [5.0.4](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4) (2019-07-26) ##### Bug Fixes - use posix separator for emitting assets ([#392](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/392)) ([7f08be6](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/7f08be6)) ### [`v5.0.5`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#505-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev504v505-2019-11-06) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#504-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev503v504-2019-07-26) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#503-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev502v503-2019-04-24) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.2...v5.0.3) ##### Bug Fixes - alone `[N]` interpolation in `to` option ([#375](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/375)) ([70917b7](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/70917b7)) ### [`v5.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#502-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev501v502-2019-03-22) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.1...v5.0.2) ##### Bug Fixes - add fallback to transform cache directory ([#361](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/361)) ([05963eb](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/05963eb)) - better determinate template in `to` option ([#363](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/363)) ([52f8be6](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/52f8be6)) - emit errors instead throw ([#362](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/362)) ([3946473](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/3946473)) - watch on windows ([#359](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/359)) ([eaf4306](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/eaf4306)) ##### Performance Improvements - avoid extra call `stat` for file ([#365](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/365)) ([ae2258f](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/ae2258f)) ### [`v5.0.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#501-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev460v501-2019-03-11) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.0...v5.0.1) ##### Bug Fixes - respect base of `glob` for context dependencies ([#352](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/352)) ([5b407f1](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/5b407f1)) ### [`v5.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#500-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev460v500-2019-02-20) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.0) ##### Bug Fixes - copy only modified files when you use patterns with difference `to` and same `context` ([#341](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/341)) ([e808aa2](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/e808aa2)) - handle `[contenthash]` as template ([#328](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/328)) ([61dfe52](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/61dfe52)) - handles when you add new files in watch mode and use `glob` ([#333](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/333)) ([49a28f0](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/49a28f0)) - normalize path segment separation, no problems when you mixed `/` and `\\` ([#339](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/339)) ([8f5e638](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/8f5e638)) - throw error if `from` is an empty string [#278](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/278) ([#285](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/285)) ([adf1046](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/adf1046)) ##### Features - emit warning instead error if file doesn't exist ([#338](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/338)) ([a1c5372](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a1c5372)) - supports copy nested directories/files in symlink ([#335](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/335)) ([f551c0d](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/f551c0d)) ##### BREAKING CHANGES - drop support for webpack < 4 - drop support for node < 6.9 - `debug` option was renamed to `logLevel`, it only accepts string values: `trace`, `debug`, `info`, `warn`, `error` and `silent` - plugin emit warning instead error if file doesn't exist - change `prototype` of plugin, now you can to get correct plugin nameRenovate configuration
:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.