chore(deps): update dependency copy-webpack-plugin to v12 #4187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.0
->12.0.2
Release Notes
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)
v12.0.2
Compare Source
v12.0.1
Compare Source
v12.0.0
Compare Source
⚠ BREAKING CHANGES
globby
to14.0.0
Node.js
version is18.12.0
(#759) (a5b7d06)v11.0.0
Compare Source
⚠ BREAKING CHANGES
Node.js
version is14.15.0
build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
to
support (fd095fb)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
export =
andnamespaces
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
Node.js
version is12.20.0
globby
to12.0.2
versionv9.1.0
Compare Source
Features
Bug Fixes
9.0.1 (2021-06-25)
Chore
serialize-javascript
v9.0.1
Compare Source
v9.0.0
Compare Source
⚠ BREAKING CHANGES
Node.js
version is12.13.0
8.1.1 (2021-04-06)
Bug Fixes
stage
for processing assets (#600) (#601) (d8fa32a)v8.1.1
Compare Source
v8.1.0
Compare Source
Features
transformAll
option (#596) (dde71f0)v8.0.0
Compare Source
⚠ BREAKING CHANGES
[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 removedFeatures
priority
option (#590) (ea610bc)v7.0.0
Compare Source
⚠ BREAKING CHANGES
5
flatten
option was removed in favor[name].[ext]
value for theto
option,transformPath
option was removed in favorFunction
type of theto
option, look at examplescacheTransform
option was removed in favorObject
type of thetransform
option, look at examplescompilation.hooks.processAssets
hooknoErrorOnMissing
optionv6.4.1
Compare Source
6.4.1 (2020-12-16)
Bug Fixes
v6.4.0
Compare Source
Features
info
option (db53937)Function
for theto
option (#563) (9bc5416)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
sourceFilename
info (original source filename) to assets info (#542) (db2e3bf)6.2.1 (2020-10-09)
Chore
schema-utils
v6.2.1
Compare Source
v6.2.0
Compare Source
Features
6.1.1 (2020-09-18)
Chore
serialize-javascript
v6.1.1
Compare Source
v6.1.0
Compare Source
Features
filter
option (#524) (1496f85)copied
flag to asset info (09b1dc9)immutable
flag to asset info with hash in name (#525) (a1989d5)copied
files6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
6.0.2 (2020-06-03)
Bug Fixes
10.13
version of Node.js6.0.1 (2020-05-16)
Bug Fixes
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
10.13
,new CopyPlugin(patterns, options)
tonew CopyPlugin({ patterns, options })
compilation.additionalAssets
hookignore
option (which accepted micromatch syntax) was removed in favorglobOptions.ignore
(which accepts fast-glob pattern-syntax)test
option was removed in favor thetransformPath
optioncache
option was renamed to thecacheTransform
option,cacheTransform
option should have onlydirectory
andkeys
properties when it is an objectcontext
andignore
options were removed in favorpatten.context
andpattern.globOptions.ignore
optionsfrom
option now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }
changed it to{ from: 'directory/**', globOptions: { dot: false } }
copyUnmodified
was removed without replacements2
version ofwebpack-dev-server
is not supported anymorelogLevel
was removed in favor theinfrastructureLogging.level
option, please read the documentationFeatures
concurrency
option (#466) (c176d7d)directory
option for thecacheTransform
option (29254e3)noErrorOnMissing
option (#475) (e3803ce)Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
v5.1.2
Compare Source
5.1.2 (2020-08-27)
Bug Fixes
serialize-javascript
(#521) (a42d63f)v5.1.1
Compare Source
v5.1.0
Compare Source
Features
Bug Fixes
5.0.5 (2019-11-06)
Performance Improvements
5.0.4 (2019-07-26)
Bug Fixes
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
Bug Fixes
[N]
interpolation into
option (#375) (70917b7)v5.0.2
Compare Source
Bug Fixes
to
option (#363) (52f8be6)Performance Improvements
stat
for file (#365) (ae2258f)v5.0.1
Compare Source
Bug Fixes
glob
for context dependencies (#352) (5b407f1)v5.0.0
Compare Source
Bug Fixes
to
and samecontext
(#341) (e808aa2)[contenthash]
as template (#328) (61dfe52)glob
(#333) (49a28f0)/
and\\
(#339) (8f5e638)from
is an empty string #278 (#285) (adf1046)Features
BREAKING CHANGES
debug
option was renamed tologLevel
, it only accepts string values:trace
,debug
,info
,warn
,error
andsilent
prototype
of plugin, now you can to get correct plugin nameConfiguration
📅 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: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.