nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump copy-webpack-plugin from 4.5.1 to 5.0.1 #222

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps copy-webpack-plugin from 4.5.1 to 5.0.1.

Release notes *Sourced from [copy-webpack-plugin's releases](https://github.com/webpack-contrib/copy-webpack-plugin/releases).* > ## v5.0.1 > > ## [5.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.1) (2019-03-11) > > > ### Bug Fixes > > * respect base of `glob` for context dependencies ([#352](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/352)) ([5b407f1](https://github.com/webpack-contrib/copy-webpack-plugin/commit/5b407f1)) > > ## v5.0.0 > > # [5.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.0) (2019-02-20) > > > ### Bug Fixes > > * copy only modified files when you use patterns with difference `to` and same `context` ([#341](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/341)) ([e808aa2](https://github.com/webpack-contrib/copy-webpack-plugin/commit/e808aa2)) > * handle `[contenthash]` as template ([#328](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/328)) ([61dfe52](https://github.com/webpack-contrib/copy-webpack-plugin/commit/61dfe52)) > * handles when you add new files in watch mode and use `glob` ([#333](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/333)) ([49a28f0](https://github.com/webpack-contrib/copy-webpack-plugin/commit/49a28f0)) > * normalize path segment separation, no problems when you mixed `/` and `\\` ([#339](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/339)) ([8f5e638](https://github.com/webpack-contrib/copy-webpack-plugin/commit/8f5e638)) > * throw error if `from` is an empty string [#278](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/278) ([#285](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/285)) ([adf1046](https://github.com/webpack-contrib/copy-webpack-plugin/commit/adf1046)) > > > ### Features > > * emit warning instead error if file doesn't exist ([#338](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/338)) ([a1c5372](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c5372)) > * supports copy nested directories/files in symlink ([#335](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/335)) ([f551c0d](https://github.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 > > ## v4.6.0 > > ## [2018-10-31](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.4...v4.6.0) > > > ### Bug Fixes > > * handle undefined and null as stats value ([#302](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/302)) ([78c5d12](https://github.com/webpack-contrib/copy-webpack-plugin/commit/78c5d12)) > > > ### Features > > * add support for target path transform ([#284](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/284)) ([7fe0c06](https://github.com/webpack-contrib/copy-webpack-plugin/commit/7fe0c06)) > ... (truncated)
Changelog *Sourced from [copy-webpack-plugin's changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md).* > ## [5.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.1) (2019-03-11) > > > ### Bug Fixes > > * respect base of `glob` for context dependencies ([#352](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/352)) ([5b407f1](https://github.com/webpack-contrib/copy-webpack-plugin/commit/5b407f1)) > > > > # [5.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.0.0) (2019-02-20) > > > ### Bug Fixes > > * copy only modified files when you use patterns with difference `to` and same `context` ([#341](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/341)) ([e808aa2](https://github.com/webpack-contrib/copy-webpack-plugin/commit/e808aa2)) > * handle `[contenthash]` as template ([#328](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/328)) ([61dfe52](https://github.com/webpack-contrib/copy-webpack-plugin/commit/61dfe52)) > * handles when you add new files in watch mode and use `glob` ([#333](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/333)) ([49a28f0](https://github.com/webpack-contrib/copy-webpack-plugin/commit/49a28f0)) > * normalize path segment separation, no problems when you mixed `/` and `\\` ([#339](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/339)) ([8f5e638](https://github.com/webpack-contrib/copy-webpack-plugin/commit/8f5e638)) > * throw error if `from` is an empty string [#278](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/278) ([#285](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/285)) ([adf1046](https://github.com/webpack-contrib/copy-webpack-plugin/commit/adf1046)) > > > ### Features > > * emit warning instead error if file doesn't exist ([#338](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/338)) ([a1c5372](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c5372)) > * supports copy nested directories/files in symlink ([#335](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/335)) ([f551c0d](https://github.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 > > > > > # [4.6.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.4...v4.6.0) (2018-10-31) > > > ### Bug Fixes > > * handle undefined and null as stats value ([#302](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/302)) ([78c5d12](https://github.com/webpack-contrib/copy-webpack-plugin/commit/78c5d12)) > > > ### Features > > * add support for target path transform ([#284](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/284)) ([7fe0c06](https://github.com/webpack-contrib/copy-webpack-plugin/commit/7fe0c06)) > > ... (truncated)
Commits - [`a8fc34e`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a8fc34e70f782d32cf41b7fe04c140ccc66d9147) chore(release): 5.0.1 - [`91ba939`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/91ba939ceb8a0289a29394e1680630df67dd6261) chore(deps): update ([#354](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/354)) - [`5b407f1`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/5b407f10d78eab47881b425a8270e1ab6a5e7096) fix: respect base of `glob` for context dependencies ([#352](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/352)) - [`ff1a7be`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/ff1a7be6b960a0941de69b52192a22a4d7b57bd0) docs: improve `logLevel` option description ([#346](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/346)) - [`d5788db`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/d5788dbb8f8b8f63cfa003802019570608f7fa9e) docs: fix a typo in README.md ([#344](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/344)) - [`517433e`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/517433e3da6cf410dd8930f4d5035b9a6d8cc0dc) chore(release): 5.0.0 - [`d332212`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/d332212d6421a35c3ef73d9a8cd1464f553a984a) test: empty from ([#343](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/343)) - [`1f511b8`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/1f511b85784550788bb33cf8c35e45654fbfaf44) refactor: debug option ([#342](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/342)) - [`e808aa2`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/e808aa28df31e9815e4e70d3fb9ec2fb45f3949b) fix: copy only modified files when you use patterns with difference to ([#341](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/341)) - [`fbe43cb`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/fbe43cbbf61de05c486607337dec233fef3c2573) test: space in directory ([#340](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/340)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v5.0.1)
Maintainer changes This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for copy-webpack-plugin since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #223.