Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

chore(deps): update dependency terser-webpack-plugin to v5 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser-webpack-plugin 1.4.5 -> 5.3.6 age adoption passing confidence

Release Notes

webpack-contrib/terser-webpack-plugin

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.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 (#​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
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

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Notes
  • due terser-webpack-plugin has its own types now, @types/terser-webpack-plugin should be not used anymore, also @types/terser-webpack-plugin is not compatible and has wrong types
Features
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

Compare Source

  • update serialize-javascript

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
5.0.3 (2020-10-28)
Bug Fixes
5.0.2 (2020-10-27)
Bug Fixes
  • compatibility with the format option for terser (b944353)
5.0.1 (2020-10-23)
Bug Fixes
  • improved performance (we strongly recommend using latest LTS releases) (#​345) (95f3418)
  • used worker_thread where is it possible (#​344) (3c50404)
  • fixed terser options for es module (a12730f)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • webpack@4 no longer supported
  • removed the cache option
  • removed the cacheKeys option
  • removed the sourceMap option (respect the devtool option by default)
Bug Fixes
  • reduce deps
  • performance improvement
4.2.3 (2020-10-07)
Bug Fixes
4.2.2 (2020-09-19)
Bug Fixes
4.2.1 (2020-09-15)
Bug Fixes

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

Features
Bug Fixes

v4.1.0

Compare Source

Features
  • pass license files as related assets for webpack@5 (7d3ae95)
Bug Fixes
  • compatibility with 10.13 version of Node.js

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • the warningsFilter option was removed without replacement,
  • terser version is 5,
  • return value of the minify option was changed, only code/map/extractedComments are valid
Features
  • improved compatibility with webpack@5

v3.1.0

Compare Source

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
3.0.4 (2020-06-13)
Chore
  • update p-limit and serialize-javascript packages
3.0.3 (2020-06-03)
Bug Fixes
  • compatibility with >= 10.13 versions of Node.js
  • security problem (#​259) (522aa2c)
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 chunkFilter option (#​243) (7220734)

v3.0.8

Compare Source

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13
  • the chunkFilter was removed, please use test/include/exclude options
  • change arguments order for the warningFilter option from Function<(warning, file, source) -> Boolean> to Function<(file, warning, source) -> Boolean>
  • when the extractComments.filename option is a function it pass only one argument and it is object with filename, basename, query and hash properties
  • if the value from the extractComments.filename option conflicts with existing assets, an error will be thrown instead of a warning
  • use the optimizeAssets hook for webpack@5
2.3.6 (2020-04-25)
Bug Fixes
  • preserve @license comments 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

Compare Source

2.3.8 (2020-08-12)
Chore
  • update serialize-javascript

v2.3.7

Compare Source

2.3.7 (2020-06-03)
Bug Fixes

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

Features
  • support webpack@5 cache (3649b3d)
2.2.3 (2019-12-11)
SECURITY
  • update serialize-javascript to 2.1.2 version.
2.2.2 (2019-12-06)
SECURITY
  • update serialize-javascript to 2.1.1 version.
2.2.1 (2019-10-22)
Bug Fixes

v2.2.3

Compare Source

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
  • map webpack@5 options to terser options (#​177) (f4c47aa)
  • pass an asset path for the warningsFilter option (#​176) (9a0a575)
  • propagate an error stacktrace from terser (#​179) (a11e66b)
  • enable the sourceMap option when the SourceMapDevToolPlugin plugin 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

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

Bug Fixes
  • correct interpretation url for extracted comment file (#​157) (aba8ba7)
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

v2.0.1

Compare Source

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum require Node.js version is 8.9.0
  • the extractComments option is true by default
  • the cache option is true by default
  • the parallel option is true by default
  • using the extractComments.condition option with true value extract only some comments
  • the sourceMap option now defaults to depending on the devtool Webpack option
Bug Fixes
Features
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.

@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 3 times, most recently from 3f5a301 to 70b53e6 Compare October 28, 2020 11:08
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 70b53e6 to 8d0948c Compare December 14, 2020 05:45
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 3 times, most recently from 3b96d02 to a618d1e Compare January 11, 2021 02:35
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from a618d1e to 3b0d67f Compare January 25, 2021 04:48
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 3b0d67f to dfb120a Compare May 12, 2021 16:10
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from dfb120a to 5788077 Compare May 31, 2021 16:49
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 5788077 to 6601687 Compare June 25, 2021 14:05
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 4 times, most recently from e5f5494 to c20e002 Compare September 3, 2021 13:31
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from c20e002 to 3ae66c6 Compare September 9, 2021 17:09
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 3ae66c6 to 3031ba4 Compare November 8, 2021 16:07
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 3031ba4 to 58be9d4 Compare December 16, 2021 17:26
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 58be9d4 to 08e70ee Compare March 7, 2022 17:13
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 08e70ee to 689649a Compare June 18, 2022 16:09
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 689649a to db188af Compare September 25, 2022 22:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants