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.0 #201

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.0.

Release notes *Sourced from [copy-webpack-plugin's releases](https://github.com/webpack-contrib/copy-webpack-plugin/releases).* > ## 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)) > > ## v4.5.4 > ## [2018-10-18](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.3...v4.5.4) > > > ### Bug Fixes > > * **processPattern:** don't add `'glob'` as directory when it is a file (`contextDependencies`) ([#296](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/296)) ([5670926](https://github.com/webpack-contrib/copy-webpack-plugin/commit/5670926)) > > ... (truncated)
Changelog *Sourced from [copy-webpack-plugin's changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md).* > # [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)) > > > > > ## [4.5.4](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.3...v4.5.4) (2018-10-18) > > > ### Bug Fixes > > * **processPattern:** don't add `'glob'` as directory when it is a file (`contextDependencies`) ([#296](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/296)) ([5670926](https://github.com/webpack-contrib/copy-webpack-plugin/commit/5670926)) > ... (truncated)
Commits - [`a723092`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a723092c20980ffe6c3f89f8db0c21da51661a7b) 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)) - [`8f5e638`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/8f5e63804d47ed91de87c5660bb58654407573ab) fix: normalize path segment separation ([#339](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/339)) - [`a1c5372`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c537218f19b69c5709b800256b15693592fb28) feat: emit warning instead error if file doesn't exist ([#338](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/338)) - [`f551c0d`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/f551c0dc1b5b9200564ff79f7c2f3d8de35a620e) feat: supports copy nested directories/files in symlink ([#335](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/335)) - [`2f3ee34`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/2f3ee345f6c11c501a4ba30c8bd46f23ee8fa07a) refactor: use `Error` class for error ([#336](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/336)) - [`49a28f0`](https://github.com/webpack-contrib/copy-webpack-plugin/commit/49a28f07ea7fb235098a472e813ef2f96de4930e) fix: handles new files when you in watch mode ([#333](https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/333)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v5.0.0)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 #222.