Skip to content
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

Update dependency copy-webpack-plugin to v11 - autoclosed #101

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
copy-webpack-plugin ~5.1.1 -> ~11.0.0 age adoption passing confidence

Release Notes

webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 14.15.0
build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features
  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#​654) (5901006)

v10.1.0

Compare Source

Features
Bug Fixes

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.20.0
  • update globby to 12.0.2 version

v9.1.0

Compare Source

Features
Bug Fixes
  • compatibility with Node.js 17 (20af0c7)
9.0.1 (2021-06-25)
Chore
  • update serialize-javascript

v9.0.1

Compare Source

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
8.1.1 (2021-04-06)
Bug Fixes

v8.1.1

Compare Source

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • logic for some placeholders was changed:
    • [hash] and [fullhash] works as in webpack (i.e. it is hash of build, not content hash of file), to migrate change [name].[hash].[ext] to [name].[contenthash][ext]
    • [ext] doesn't require . (dot) before, i.e. change [name].[ext] to [name][ext]
    • [<hashType>:contenthash:<digestType>:<length>] and [<hashType>:hash:<digestType>:<length>] is not supported anymore, you can use output.hashDigest, output.hashDigestLength and output.hashFunction options to setup it
    • [N] was removed in favor of using the to option as a function
    • [folder] was removed
    • [emoji] was removed
Features

v7.0.0

Compare Source

⚠ 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
  • the cacheTransform option was removed in favor Object type of the transform option, look at examples
  • 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

Compare Source

6.4.1 (2020-12-16)
Bug Fixes

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 9, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"~4.29.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.1.0" from [email protected]
npm ERR! node_modules/copy-webpack-plugin
npm ERR!   dev copy-webpack-plugin@"~11.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/f9774b/1e183e/cache/others/npm/_logs/2023-07-19T12_37_49_207Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/f9774b/1e183e/cache/others/npm/_logs/2023-07-19T12_37_49_207Z-debug-0.log

@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch from 19f3da6 to 73cd0bd Compare June 9, 2022 17:58
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 6 times, most recently from 8e01b3d to 6f6759a Compare July 4, 2022 17:42
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 2 times, most recently from e69e56a to 6c2315a Compare July 12, 2022 14:03
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 4 times, most recently from 7ba5ac2 to b492f0b Compare July 18, 2022 19:31
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch from b492f0b to 6f4556e Compare July 25, 2022 12:56
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 3 times, most recently from 8aa01f2 to 3e5b6db Compare August 9, 2022 11:17
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 6 times, most recently from 4981efa to 4e0d7e9 Compare August 23, 2022 20:17
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 6 times, most recently from c46d8b6 to 022e324 Compare August 26, 2022 11:35
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 4 times, most recently from 1f3d428 to b226bf4 Compare May 24, 2023 19:50
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 3 times, most recently from 49b9c65 to 22f92fe Compare June 5, 2023 13:30
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch from 22f92fe to d8bb395 Compare June 9, 2023 11:22
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 3 times, most recently from 9a7a310 to d59e757 Compare June 27, 2023 11:26
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 4 times, most recently from ef25e64 to 15423b6 Compare July 5, 2023 13:29
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 8 times, most recently from eb127da to eba685c Compare July 17, 2023 14:30
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch 2 times, most recently from ce35b00 to b44a4c9 Compare July 18, 2023 15:44
@renovate renovate bot force-pushed the renovate/copy-webpack-plugin-11.x branch from b44a4c9 to bde903e Compare July 19, 2023 12:37
@renovate renovate bot changed the title Update dependency copy-webpack-plugin to v11 Update dependency copy-webpack-plugin to v11 - autoclosed Jul 31, 2023
@renovate renovate bot closed this Jul 31, 2023
@renovate renovate bot deleted the renovate/copy-webpack-plugin-11.x branch July 31, 2023 12:15
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.

0 participants