chore(deps): update dependency copy-webpack-plugin to v12
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
copy-webpack-plugin | devDependencies | major | 6.4.1 -> 12.0.2 |
Release Notes
webpack-contrib/copy-webpack-plugin
v12.0.2
v12.0.1
v12.0.0
⚠ BREAKING CHANGES
v11.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is14.15.0
build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
- async
to
support (fd095fb)
10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
v10.2.4
v10.2.3
v10.2.2
v10.2.1
v10.2.0
Features
- removed cjs wrapper and generated types in commonjs format (
export =
andnamespaces
used in types), now you can directly use exported types (#654) (5901006)
v10.1.0
Features
Bug Fixes
v10.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is12.20.0
- update
globby
to12.0.2
version
v9.1.0
Features
Bug Fixes
- compatibility with Node.js 17 (20af0c7)
9.0.1 (2021-06-25)
Chore
- update
serialize-javascript
v9.0.1
v9.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is12.13.0
8.1.1 (2021-04-06)
Bug Fixes
v8.1.1
v8.1.0
Features
v8.0.0
⚠ BREAKING CHANGES
- logic for some placeholders was changed:
-
[hash]
and[fullhash]
works as in webpack (i.e. it ishash
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 useoutput.hashDigest
,output.hashDigestLength
andoutput.hashFunction
options to setup it -
[N]
was removed in favor of using theto
option as a function -
[folder]
was removed -
[emoji]
was removed
-
Features
v7.0.0
⚠ BREAKING CHANGES
- minimum supported webpack version is
5
- the
flatten
option was removed in favor[name].[ext]
value for theto
option, - the
transformPath
option was removed in favorFunction
type of theto
option, look at examples - the
cacheTransform
option was removed in favorObject
type of thetransform
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
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot