You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support array of minimizers for minify and terserOptions (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 filter method 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 terserOptions to minimizerOptions; terserOptions is 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.0
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
support array of minimizers for minify and terserOptions (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 filter method 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 terserOptions to minimizerOptions; terserOptions is 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.
This version was pushed to npm by GitHub Actions, a new releaser for terser-webpack-plugin since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk dependency-lock update affecting only the plugins/localized-preview build/minification toolchain; main risk is potential changes in webpack minification output or build-time behavior.
Overview
Updates plugins/localized-preview/package-lock.json to bump terser-webpack-plugin (5.2.4→5.6.0) and terser (5.14.2→5.48.0), pulling in newer supporting packages (notably schema-utils@4 with ajv@8/ajv-formats, plus updated acorn and @jridgewell/*).
Drops serialize-javascript (and its randombytes dependency) from the lockfile as it’s no longer required by the updated dependency tree.
Reviewed by Cursor Bugbot for commit 802d7ae. Bugbot is set up for automated code reviews on this repo. Configure here.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.
To disable these notifications, a workspace admin can disable them in workspace settings.
☁️ Nx Cloud last updated this comment at 2026-05-22 01:35:49 UTC
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
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.
Removes serialize-javascript. It's no longer used after updating ancestor dependency terser-webpack-plugin. These dependencies need to be updated together.
Removes
serialize-javascriptUpdates
terser-webpack-pluginfrom 5.2.4 to 5.6.0Release notes
Sourced from terser-webpack-plugin's releases.
... (truncated)
Changelog
Sourced from terser-webpack-plugin's changelog.
... (truncated)
Commits
57bdcfcchore(release): new release (#675)6feeda0chore: add changelog entry (#677)dd360bechore: rename other thingsd78b6bdci: dual-publish release as minimizer-webpack-plugin and terser-webpack-plugi...e06c526docs: add changesets for changes since v5.5.0 (#674)a875994chore: update codebase2bfd4f8ci: add changesets-driven release workflow (#672)9b82a77test: cover multi-asset minify and js-only minimizer fallback (#671)34610d9feat: added thefiltermethod to minimizers and allow to handle different a...1a34e62feat: add built-in CSS minimizers from css-minimizer-webpack-plugin (#669)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for terser-webpack-plugin since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk dependency-lock update affecting only the
plugins/localized-previewbuild/minification toolchain; main risk is potential changes in webpack minification output or build-time behavior.Overview
Updates
plugins/localized-preview/package-lock.jsonto bumpterser-webpack-plugin(5.2.4→5.6.0) andterser(5.14.2→5.48.0), pulling in newer supporting packages (notablyschema-utils@4withajv@8/ajv-formats, plus updatedacornand@jridgewell/*).Drops
serialize-javascript(and itsrandombytesdependency) from the lockfile as it’s no longer required by the updated dependency tree.Reviewed by Cursor Bugbot for commit 802d7ae. Bugbot is set up for automated code reviews on this repo. Configure here.