yurikrupnik / generators

Custom Yeoman generators monorepo
MIT License
2 stars 0 forks source link

chore(deps): update dependency copy-webpack-plugin to v7 - autoclosed #50

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
copy-webpack-plugin 6.0.1 -> 7.0.0 age adoption passing confidence

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)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, 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.