Update dependency copy-webpack-plugin to v11 #2842

Closed
renovate-bot wants to merge 1 commit from gitlab-mr-iid-1575 into develop
Member

This MR contains the following updates:

Package Type Update Change
copy-webpack-plugin devDependencies major 6.4.1 -> 11.0.0

Release Notes

webpack-contrib/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

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | devDependencies | major | [`6.4.1` -> `11.0.0`](https://renovatebot.com/diffs/npm/copy-webpack-plugin/6.4.1/11.0.0) | --- ### Release Notes <details> <summary>webpack-contrib/copy-webpack-plugin</summary> ### [`v11.0.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1100-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1024v1100-2022-05-17) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `14.15.0` ##### build - drop node v12 ([#&#8203;691](https://github.com/webpack-contrib/copy-webpack-plugin/issues/691)) ([675c676](https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a)) ##### [10.2.4](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4) (2022-01-31) ##### Bug Fixes - types ([#&#8203;666](https://github.com/webpack-contrib/copy-webpack-plugin/issues/666)) ([a1c2308](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b)) ##### [10.2.3](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3) (2022-01-29) ##### Bug Fixes - async `to` support ([fd095fb](https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24)) ##### [10.2.2](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2) (2022-01-28) ##### Bug Fixes - types ([#&#8203;664](https://github.com/webpack-contrib/copy-webpack-plugin/issues/664)) ([f58470e](https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25)) ##### [10.2.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1) (2022-01-20) ##### Bug Fixes - types ([#&#8203;661](https://github.com/webpack-contrib/copy-webpack-plugin/issues/661)) ([324aecb](https://github.com/webpack-contrib/copy-webpack-plugin/commit/324aecb42ebd5594dcd1a607522cbbf1c512baff)) ### [`v10.2.4`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1024-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1023v1024-2022-01-31) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4) ### [`v10.2.3`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1023-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1022v1023-2022-01-29) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3) ### [`v10.2.2`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1022-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1021v1022-2022-01-28) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2) ### [`v10.2.1`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1021-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1020v1021-2022-01-20) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1) ### [`v10.2.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1020-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1010v1020-2021-12-16) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0) ##### Features - removed cjs wrapper and generated types in commonjs format (`export =` and `namespaces` used in types), now you can directly use exported types ([#&#8203;654](https://github.com/webpack-contrib/copy-webpack-plugin/issues/654)) ([5901006](https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c)) ### [`v10.1.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1010-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev1000v1010-2021-12-10) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0) ##### Features - added types ([#&#8203;650](https://github.com/webpack-contrib/copy-webpack-plugin/issues/650)) ([1aa5b2d](https://github.com/webpack-contrib/copy-webpack-plugin/commit/1aa5b2d2dd1b913f68d6eccebb29bca09d96f11b)) ##### Bug Fixes - expand lint-staged ([#&#8203;649](https://github.com/webpack-contrib/copy-webpack-plugin/issues/649)) ([f8aad69](https://github.com/webpack-contrib/copy-webpack-plugin/commit/f8aad69ac4296caf2319d355e844db50e1e30d4d)) ### [`v10.0.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;1000-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev910v1000-2021-11-17) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.1.0...v10.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.20.0` - update `globby` to `12.0.2` version ### [`v9.1.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;910-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev901v910-2021-11-11) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.0.1...v9.1.0) ##### Features - output helpful descriptions and links on errors ([#&#8203;625](https://github.com/webpack-contrib/copy-webpack-plugin/issues/625)) ([396bed6](https://github.com/webpack-contrib/copy-webpack-plugin/commit/396bed6a8ad12cea344e988fefb9a554bb9c7b1a)) ##### Bug Fixes - compatibility with Node.js 17 ([20af0c7](https://github.com/webpack-contrib/copy-webpack-plugin/commit/20af0c7f1b06a7e597e6b498dbc2b432a4a6d0de)) ##### [9.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.0.0...v9.0.1) (2021-06-25) ##### Chore - update `serialize-javascript` ### [`v9.0.1`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;901-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev900v901-2021-06-25) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev811v900-2021-05-21) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.1...v9.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` ##### [8.1.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.0...v8.1.1) (2021-04-06) ##### Bug Fixes - `stage` for processing assets ([#&#8203;600](https://github.com/webpack-contrib/copy-webpack-plugin/issues/600)) ([#&#8203;601](https://github.com/webpack-contrib/copy-webpack-plugin/issues/601)) ([d8fa32a](https://github.com/webpack-contrib/copy-webpack-plugin/commit/d8fa32ac1a9e3d42c6257ac7aab6c43cc1bed791)) ### [`v8.1.1`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;811-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev810v811-2021-04-06) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.0...v8.1.1) ### [`v8.1.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;810-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev800v810-2021-03-22) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.0.0...v8.1.0) ##### Features - added the `transformAll` option ([#&#8203;596](https://github.com/webpack-contrib/copy-webpack-plugin/issues/596)) ([dde71f0](https://github.com/webpack-contrib/copy-webpack-plugin/commit/dde71f01417b9291c7029a3876e043d76beb9e8d)) ### [`v8.0.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;800-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev700v800-2021-03-04) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v7.0.0...v8.0.0) ##### ⚠ 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 - added `priority` option ([#&#8203;590](https://github.com/webpack-contrib/copy-webpack-plugin/issues/590)) ([ea610bc](https://github.com/webpack-contrib/copy-webpack-plugin/commit/ea610bc1a0fa7097f291b0928fb28eb96b0f03af)) ### [`v7.0.0`](https://github.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#&#8203;700-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev640v700-2020-12-10) [Compare Source](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.1...v7.0.0) ##### ⚠ 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](https://github.com/webpack-contrib/copy-webpack-plugin#function) - the `cacheTransform` option was removed in favor `Object` type of the `transform` option, look at [examples](https://github.com/webpack-contrib/copy-webpack-plugin#transform) - migration on the `compilation.hooks.processAssets` hook - empty filtered paths throw an error, you can disable this behaviour using the `noErrorOnMissing` option </details> --- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, click this checkbox. --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC44In0=-->
Owner

minimum supported webpack version is 5

> minimum supported webpack version is 5
Owner

to be replaced by webpack 5 mr

to be replaced by webpack 5 mr

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe!2842
No description provided.