shopkit
shopkit copied to clipboard
chore(deps): update dependency terser-webpack-plugin to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| terser-webpack-plugin | 1.4.5 -> 5.3.6 |
Release Notes
webpack-contrib/terser-webpack-plugin
v5.3.6
v5.3.5
v5.3.4
v5.3.3
v5.3.2
v5.3.1
v5.3.0
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#463) (34fadde)
5.2.5 (2021-11-08)
Bug Fixes
- output readable esbuild warnings (9431b32)
5.2.4 (2021-09-09)
Bug Fixes
5.2.3 (2021-09-03)
Bug Fixes
- types for the
extractCommentsoption (#444) (14e5cbf) - unknown default type for terser (#445) (04f4d6d)
5.2.2 (2021-09-03)
Bug Fixes
- types for optional dependencies have been removed in favor of the options provided by the developer (potential breaking change for types due invalid usage), please look at example (d7ea08f)
5.2.1 (2021-09-02)
Bug Fixes
v5.2.5
v5.2.4
v5.2.3
v5.2.2
v5.2.1
v5.2.0
Notes
- due
terser-webpack-pluginhas its own types now,@types/terser-webpack-pluginshould be not used anymore, also@types/terser-webpack-pluginis not compatible and has wrong types
Features
- added
esbuildminimizer (#426) (40f4f55) - added
swcminimizer (0551a9b) - added
uglify-jsminimizer (#425) (69e9592) - added built-in typescript types (0a7cc94)
- output links and descriptions on error (#413) (bc95af5)
5.1.4 (2021-06-25)
- update
serialize-javascript
5.1.3 (2021-05-31)
Chore
- update
jest-worker
5.1.2 (2021-05-12)
Bug Fixes
5.1.1 (2021-01-09)
Bug Fixes
v5.1.4
- update
serialize-javascript
v5.1.3
v5.1.2
v5.1.1
v5.1.0
Features
5.0.3 (2020-10-28)
Bug Fixes
5.0.2 (2020-10-27)
Bug Fixes
- compatibility with the
formatoption forterser(b944353)
5.0.1 (2020-10-23)
Bug Fixes
- improved performance (we strongly recommend using latest LTS releases) (#345) (95f3418)
- used
worker_threadwhere is it possible (#344) (3c50404) - fixed terser options for es module (a12730f)
v5.0.3
v5.0.2
v5.0.1
v5.0.0
⚠ BREAKING CHANGES
- webpack@4 no longer supported
- removed the
cacheoption - removed the
cacheKeysoption - removed the
sourceMapoption (respect thedevtooloption by default)
Bug Fixes
- reduce deps
- performance improvement
4.2.3 (2020-10-07)
Bug Fixes
4.2.2 (2020-09-19)
Bug Fixes
- related asset info (a75dc8b)
4.2.1 (2020-09-15)
Bug Fixes
v4.2.3
v4.2.2
v4.2.1
v4.2.0
Features
Bug Fixes
v4.1.0
Features
- pass license files as related assets for webpack@5 (7d3ae95)
Bug Fixes
- compatibility with
10.13version ofNode.js
v4.0.0
⚠ BREAKING CHANGES
- the
warningsFilteroption was removed without replacement, -
terserversion is5, - return value of the
minifyoption was changed, onlycode/map/extractedCommentsare valid
Features
- improved compatibility with webpack@5
v3.1.0
Features
Bug Fixes
- compatibility cache feature with webpack@5 (5d2bd29)
- skip double compression for child compilation (37cc813)
3.0.8 (2020-07-27)
Bug Fixes
- compatibility with child compilations (9da4add)
3.0.7 (2020-07-16)
Bug Fixes
- uglify additional assets (100e38e)
3.0.6 (2020-06-18)
Bug Fixes
- do not crash on buffer assets (3c67023)
3.0.5 (2020-06-15)
Bug Fixes
- multi-compiler crash (f6499af)
3.0.4 (2020-06-13)
Chore
- update
p-limitandserialize-javascriptpackages
3.0.3 (2020-06-03)
Bug Fixes
3.0.2 (2020-05-26)
Bug Fixes
3.0.1 (2020-05-06)
Bug Fixes
- parallelism in multi compilation mode (0ee7ed2)
- remove redundant code for the
chunkFilteroption (#243) (7220734)
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13 - the
chunkFilterwas removed, please usetest/include/excludeoptions - change arguments order for the
warningFilteroption fromFunction<(warning, file, source) -> Boolean>toFunction<(file, warning, source) -> Boolean> - when the
extractComments.filenameoption is a function it pass only one argument and it is object withfilename,basename,queryandhashproperties - if the value from the
extractComments.filenameoption conflicts with existing assets, an error will be thrown instead of a warning - use the
optimizeAssetshook for webpack@5
2.3.6 (2020-04-25)
Bug Fixes
- preserve
@licensecomments starting with//(d3f0c81)
2.3.5 (2020-02-14)
Bug Fixes
- do not break code with shebang (fac58cb)
2.3.4 (2020-01-30)
Bug Fixes
- respect stdout and stderr of workers and do not create warnings (#215) (5708574)
- use webpack hash options rather than hard-code MD4 (#213) (330c1f6)
2.3.3 (2020-01-28)
Bug Fixes
2.3.2 (2020-01-09)
Bug Fixes
2.3.1 (2019-12-17)
Bug Fixes
v2.3.8
2.3.8 (2020-08-12)
Chore
- update
serialize-javascript
v2.3.7
2.3.7 (2020-06-03)
Bug Fixes
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
Features
- support webpack@5 cache (3649b3d)
2.2.3 (2019-12-11)
SECURITY
- update
serialize-javascriptto2.1.2version.
2.2.2 (2019-12-06)
SECURITY
- update
serialize-javascriptto2.1.1version.
2.2.1 (2019-10-22)
Bug Fixes
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Features
- map
webpack@5options toterseroptions (#177) (f4c47aa) - pass an asset path for the
warningsFilteroption (#176) (9a0a575) - propagate an error stacktrace from
terser(#179) (a11e66b) - enable the
sourceMapoption when theSourceMapDevToolPluginplugin used (non cheap) (#178) (d01c1b5)
Bug Fixes
2.1.3 (2019-10-10)
Bug Fixes
2.1.2 (2019-09-28)
Bug Fixes
2.1.1 (2019-09-27)
Bug Fixes
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Bug Fixes
Features
- emit warning when comment file conlict with an existing asset (#156) (2b4d2a4)
- improve naming of extracted file with comments (#154) (5fe3337)
2.0.1 (2019-09-06)
Bug Fixes
- reduce memory usage (#145) (815e533)
- revert do not run parallel mode when you have only one file (#146) (6613a97)
v2.0.1
v2.0.0
⚠ BREAKING CHANGES
- minimum require Node.js version is
8.9.0 - the
extractCommentsoption istrueby default - the
cacheoption istrueby default - the
paralleloption istrueby default - using the
extractComments.conditionoption withtruevalue extract onlysomecomments - the
sourceMapoption now defaults to depending on thedevtoolWebpack option
Bug Fixes
- do not run parallel mode when you have only one file (#134) (8b88b39)
- make
extractCommentsAPI more consistent (#129) (37d2df0) - parallel on wsl (#138) (0537591)
Features
- enable the cache option by default (#132) (960d249)
- enable the extractComments option by default (ad2471c)
- enable the parallel option by default (#131) (7b342af)
- respect
devtoolvalues for source map generation (#140) (dd37ca1)
1.4.1 (2019-07-31)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.