chore(deps): update dependency terser-webpack-plugin to v5.6.1 - #84
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency terser-webpack-plugin to v5.6.1#84renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
2 times, most recently
from
March 25, 2026 14:24
fdb312e to
5509761
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
10 times, most recently
from
April 9, 2026 06:14
aef8c87 to
76bc60c
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
4 times, most recently
from
April 16, 2026 14:09
7d08796 to
479ce3f
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
4 times, most recently
from
April 24, 2026 01:22
ea8464b to
cab9e19
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
from
May 9, 2026 23:11
cab9e19 to
41432a4
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
6 times, most recently
from
May 26, 2026 04:33
9eeff90 to
def9b3f
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
2 times, most recently
from
May 26, 2026 15:13
9593899 to
9489728
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
4 times, most recently
from
June 2, 2026 19:45
98fdbb0 to
24f8a10
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
5 times, most recently
from
June 22, 2026 15:49
0db4ac3 to
689e6ae
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
from
June 25, 2026 14:50
689e6ae to
73c068c
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
5 times, most recently
from
July 14, 2026 10:34
a246bec to
32496c7
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
from
July 24, 2026 11:54
32496c7 to
e878bd7
Compare
renovate
Bot
force-pushed
the
renovate-bot/terser-webpack-plugin-5.x-lockfile
branch
from
July 24, 2026 14:48
e878bd7 to
8aa37d9
Compare
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:
5.3.17→5.6.1Release Notes
webpack/minimizer-webpack-plugin (terser-webpack-plugin)
v5.6.1Compare Source
Patch Changes
v5.6.0Compare Source
Minor Changes
support array of minimizers for
minifyandterserOptions(by @alexander-akait in #674)add built-in CSS minimizers from
css-minimizer-webpack-plugin(by @alexander-akait in #674)add built-in HTML minimizers from
html-minimizer-webpack-plugin(by @alexander-akait in #674)add
filtermethod to minimizers, allowing a single plugin instance to handle multiple asset types (by @alexander-akait in #674)terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @alexander-akait in #677)
rename
terserOptionstominimizerOptions;terserOptionsis kept as a deprecated alias (by @alexander-akait in #674)All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v5.5.0Compare Source
Features
v5.4.0Compare Source
Features
JSONusingjsonMinify(#657) (29ac915)5.3.17 (2026-03-03)
Bug Fixes
serialize-javascript(37c490c)5.3.16 (2025-12-11)
Bug Fixes
5.3.15 (2025-12-05)
Bug Fixes
5.3.14 (2025-03-06)
Bug Fixes
os.availableParallelism()for parallelism when it is available (#623) (1357994)5.3.13 (2025-03-05)
Bug Fixes
ecmaandmoduletypes in minimizer options (#620) (5aa43c2)5.3.12 (2025-02-27)
Bug Fixes
swcandesbuild(#619) (15ddaab)5.3.11 (2024-12-13)
Bug Fixes
5.3.10 (2023-12-28)
Bug Fixes
5.3.9 (2023-05-17)
Bug Fixes
5.3.8 (2023-05-06)
Bug Fixes
5.3.7 (2023-03-08)
Bug Fixes
5.3.6 (2022-08-29)
Bug Fixes
terserandswc(#514) (52c1aef)5.3.5 (2022-08-16)
Bug Fixes
5.3.4 (2022-08-12)
Bug Fixes
5.3.3 (2022-06-02)
Fixes
5.3.2 (2022-06-02)
Chore
@jridgewell/source-mapfor error generation5.3.1 (2022-02-01)
Bug Fixes
Configuration
📅 Schedule: (in timezone Europe/Warsaw)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.