qlik-demo-team / qdt-react-website

Website using the qdt-react-template with examples of all of the components.
https://webapps.qlik.com/qdt-components/react/index.html
MIT License
2 stars 3 forks source link

Update dependency copy-webpack-plugin to v5 #9

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
copy-webpack-plugin dependencies major 4.6.0 -> 5.0.3

Release Notes

webpack-contrib/copy-webpack-plugin ### [`v5.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​503httpsgithubcomwebpack-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#​503httpsgithubcomwebpack-contribcopy-webpack-plugincomparev502v503-2019-04-24) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.1...v5.0.2) ##### 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.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​502httpsgithubcomwebpack-contribcopy-webpack-plugincomparev501v502-2019-03-22) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.0...v5.0.1) ##### 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.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​500httpsgithubcomwebpack-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: 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 if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.