chore(deps): update dependency copy-webpack-plugin to v13#2136
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
chore(deps): update dependency copy-webpack-plugin to v13#2136renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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->13.0.0Release Notes
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)
v13.0.0Compare Source
⚠ BREAKING CHANGES
globbyandfast-globtotinyglobby(#795) (19fd937)For more information please visit
tinyglobby.The breaking change only affects the developer who used these options -
gitignoreandignoreFilesin theglobOptionsoption.Please migrate to the
ignoreoption.Bug Fixes
12.0.2 (2024-01-17)
Bug Fixes
12.0.1 (2024-01-11)
Bug Fixes
v12.0.2Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
⚠ BREAKING CHANGES
globbyto14.0.0Node.jsversion is18.12.0(#759) (a5b7d06)v11.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is14.15.0build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
tosupport (fd095fb)10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
v10.2.4Compare Source
v10.2.3Compare Source
v10.2.2Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
Features
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)v10.1.0Compare Source
Features
Bug Fixes
v10.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is12.20.0globbyto12.0.2versionv9.1.0Compare Source
Features
Bug Fixes
9.0.1 (2021-06-25)
Chore
serialize-javascriptv9.0.1Compare Source
v9.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is12.13.08.1.1 (2021-04-06)
Bug Fixes
stagefor processing assets (#600) (#601) (d8fa32a)v8.1.1Compare Source
v8.1.0Compare Source
Features
transformAlloption (#596) (dde71f0)v8.0.0Compare Source
⚠ BREAKING CHANGES
[hash]and[fullhash]works as in webpack (i.e. it ishashof 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.hashDigestLengthandoutput.hashFunctionoptions to setup it[N]was removed in favor of using thetooption as a function[folder]was removed[emoji]was removedFeatures
priorityoption (#590) (ea610bc)v7.0.0Compare Source
⚠ BREAKING CHANGES
5flattenoption was removed in favor[name].[ext]value for thetooption,transformPathoption was removed in favorFunctiontype of thetooption, look at examplescacheTransformoption was removed in favorObjecttype of thetransformoption, look at examplescompilation.hooks.processAssetshooknoErrorOnMissingoptionv6.4.1Compare Source
6.4.1 (2020-12-16)
Bug Fixes
v6.4.0Compare Source
Features
infooption (db53937)Functionfor thetooption (#563) (9bc5416)6.3.2 (2020-11-19)
Bug Fixes
6.3.1 (2020-11-13)
Bug Fixes
v6.3.2Compare Source
v6.3.1Compare Source
v6.3.0Compare Source
Features
sourceFilenameinfo (original source filename) to assets info (#542) (db2e3bf)6.2.1 (2020-10-09)
Chore
schema-utilsv6.2.1Compare Source
v6.2.0Compare Source
Features
6.1.1 (2020-09-18)
Chore
serialize-javascriptv6.1.1Compare Source
v6.1.0Compare Source
Features
filteroption (#524) (1496f85)copiedflag to asset info (09b1dc9)immutableflag to asset info with hash in name (#525) (a1989d5)copiedfiles6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
6.0.2 (2020-06-03)
Bug Fixes
10.13version of Node.js6.0.1 (2020-05-16)
Bug Fixes
contextoption (0e62695)v6.0.4Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
⚠ BREAKING CHANGES
10.13,new CopyPlugin(patterns, options)tonew CopyPlugin({ patterns, options })compilation.additionalAssetshookignoreoption (which accepted micromatch syntax) was removed in favorglobOptions.ignore(which accepts fast-glob pattern-syntax)testoption was removed in favor thetransformPathoptioncacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an objectcontextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptionsfromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } }copyUnmodifiedwas removed without replacements2version ofwebpack-dev-serveris not supported anymorelogLevelwas removed in favor theinfrastructureLogging.leveloption, please read the documentationFeatures
concurrencyoption (#466) (c176d7d)directoryoption for thecacheTransformoption (29254e3)noErrorOnMissingoption (#475) (e3803ce)Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
v5.1.2Compare Source
5.1.2 (2020-08-27)
Bug Fixes
serialize-javascript(#521) (a42d63f)v5.1.1Compare Source
v5.1.0Compare Source
Features
Bug Fixes
5.0.5 (2019-11-06)
Performance Improvements
5.0.4 (2019-07-26)
Bug Fixes
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
Bug Fixes
[N]interpolation intooption (#375) (70917b7)v5.0.2Compare Source
Bug Fixes
tooption (#363) (52f8be6)Performance Improvements
statfor file (#365) (ae2258f)v5.0.1Compare Source
Bug Fixes
globfor context dependencies (#352) (5b407f1)v5.0.0Compare Source
Bug Fixes
toand samecontext(#341) (e808aa2)[contenthash]as template (#328) (61dfe52)glob(#333) (49a28f0)/and\\(#339) (8f5e638)fromis an empty string #278 (#285) (adf1046)Features
BREAKING CHANGES
debugoption was renamed tologLevel, it only accepts string values:trace,debug,info,warn,errorandsilentprototypeof 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 was generated by Mend Renovate. View the repository job log.