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

fix(deps): update dependency terser-webpack-plugin to v5 #285

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser-webpack-plugin 3.1.0 -> 5.3.1 age adoption passing confidence

Release Notes

webpack-contrib/terser-webpack-plugin

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

Configuration

📅 Schedule: "on thursday" (UTC).

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Dec 10, 2020
@philli-m philli-m self-requested a review December 16, 2020 08:54
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 2 times, most recently from 04de62f to 7424ea6 Compare December 16, 2020 17:59
Copy link
Contributor

@philli-m philli-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webpack4 not supported

@renovate renovate bot changed the title fix(deps): update dependency terser-webpack-plugin to v5 Update dependency terser-webpack-plugin to v5 Dec 18, 2020
@renovate renovate bot changed the title Update dependency terser-webpack-plugin to v5 fix(deps): update dependency terser-webpack-plugin to v5 Dec 21, 2020
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 7424ea6 to fe1b013 Compare December 21, 2020 11:54
@renovate renovate bot changed the title fix(deps): update dependency terser-webpack-plugin to v5 Update dependency terser-webpack-plugin to v5 Jan 6, 2021
@renovate renovate bot changed the title Update dependency terser-webpack-plugin to v5 fix(deps): update dependency terser-webpack-plugin to v5 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 2 times, most recently from 05359d9 to 366e9c8 Compare January 9, 2021 13:38
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 366e9c8 to f4d1e74 Compare February 4, 2021 13:03
@renovate renovate bot changed the title fix(deps): update dependency terser-webpack-plugin to v5 Update dependency terser-webpack-plugin to v5 May 4, 2021
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from f4d1e74 to 40a0b44 Compare May 12, 2021 16:18
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 40a0b44 to 9ef6df5 Compare May 31, 2021 17:12
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 9ef6df5 to 28fb7d1 Compare June 25, 2021 12:44
@goapunk goapunk force-pushed the master branch 2 times, most recently from 7ac9f77 to d4d500e Compare July 1, 2021 09:29
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 28fb7d1 to 6d5ea1c Compare July 8, 2021 13:57
@renovate renovate bot changed the title Update dependency terser-webpack-plugin to v5 fix(deps): update dependency terser-webpack-plugin to v5 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch 4 times, most recently from de2f4eb to 2ece173 Compare September 3, 2021 13:10
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 2ece173 to 5f936d8 Compare October 18, 2021 16:44
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 5f936d8 to 51f844a Compare March 7, 2022 15:51
@Rineee Rineee deleted the branch master March 25, 2022 10:38
@Rineee Rineee closed this Mar 25, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/terser-webpack-plugin-5.x branch March 25, 2022 10:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants