Skip to content

BREAKING CHANGE: Update dependency copy-webpack-plugin to v6 - autoclosed #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
copy-webpack-plugin 5.1.2 -> 6.4.0 age adoption passing confidence

Release Notes

webpack-contrib/copy-webpack-plugin

v6.4.0

Compare Source

Features
6.3.2 (2020-11-19)
Bug Fixes
6.3.1 (2020-11-13)
Bug Fixes

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

Features
  • added the sourceFilename info (original source filename) to assets info (#​542) (db2e3bf)
  • persistent cache between compilations (webpack@5 only) (#​541) (c892451)
6.2.1 (2020-10-09)
Chore
  • update schema-utils

v6.2.1

Compare Source

v6.2.0

Compare Source

Features
6.1.1 (2020-09-18)
Chore
  • updated serialize-javascript

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
  • added filter option (#​524) (1496f85)
  • added the copied flag to asset info (09b1dc9)
  • added the immutable flag to asset info with hash in name (#​525) (a1989d5)
  • webpack@5: improve stats output for copied files
6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
  • do not execute on a child compiler (42f27c7)
6.0.2 (2020-06-03)
Bug Fixes
  • security problem
  • compatibility with 10.13 version of Node.js
6.0.1 (2020-05-16)
Bug Fixes
  • concurrency writing assets (#​484) (bfc712d)
  • escaping special characters in the context option (0e62695)

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

⚠ 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 syntax) was removed in favor globOptions.ignore (which accepts 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
Features
Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 5 times, most recently from 454d246 to 8a829ef Compare May 23, 2020 15:30
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 2 times, most recently from 02176ea to 8ecd808 Compare May 29, 2020 06:43
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 2 times, most recently from d64ba02 to 754984a Compare June 4, 2020 14:34
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 5 times, most recently from 16e9124 to e1ed114 Compare June 17, 2020 23:37
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 5 times, most recently from 7ad1b01 to d7190d6 Compare July 3, 2020 23:43
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 2 times, most recently from 465ec02 to a1c84bc Compare July 18, 2020 20:13
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch from a1c84bc to a57b1cc Compare August 1, 2020 21:50
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 2 times, most recently from 45ea661 to 69642f4 Compare August 31, 2020 16:31
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 6 times, most recently from 44b9984 to 6a9783d Compare September 16, 2020 05:20
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 4 times, most recently from 2ab472b to b44fff5 Compare November 11, 2020 01:11
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 4 times, most recently from 9e7266f to 5579b10 Compare November 16, 2020 23:51
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 12 times, most recently from 3ccb4f4 to 49fba9e Compare November 25, 2020 01:33
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch 5 times, most recently from c92f786 to b25d9d4 Compare December 1, 2020 23:42
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-6.x branch from b25d9d4 to c83f719 Compare December 7, 2020 15:43
@renovate renovate bot changed the title BREAKING CHANGE: Update dependency copy-webpack-plugin to v6 BREAKING CHANGE: Update dependency copy-webpack-plugin to v6 - autoclosed Dec 10, 2020
@renovate renovate bot closed this Dec 10, 2020
@renovate renovate bot deleted the renovate/copy-webpack-plugin-6.x branch December 10, 2020 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant