Skip to content

Bump terser from 5.39.0 to 5.47.1#985

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/terser-5.47.1
Open

Bump terser from 5.39.0 to 5.47.1#985
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/terser-5.47.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps terser from 5.39.0 to 5.47.1.

Changelog

Sourced from terser's changelog.

v5.47.1

  • Fix crash when using mangle.keep_fnames with destructuring

v5.47.0

  • Add builtins_ecma and builtins_pure options
  • Add Intl options to domprops (#1680)

v5.46.2

  • unused option: delete computed keys of concise methods and getters/setters.
  • Error.cause added to DOM properties list
  • Don't consider foo.bar and foo["bar"] to be equivalent when property mangler is enabled with keep_quoted=strict option.

v5.46.1

  • Fix extremely slow (seemed like a freeze) evaluate of method chains
  • Parse extremely large floating-point number literals as Infinity
  • Remove parens from comma expressions in computed property access (foo[(1, 2)])

v5.46.0

  • Add "observedAttributes" domprop (#1652)
  • More domprops (mostly Temporal related) suggested in #1652

v5.45.0

  • Produce void 0 instead of undefined, which is more safe

v5.44.1

  • fix bitwise optimization changing the result of &&, ||
  • switches: make sure var is extracted from a deleted default case

v5.44.0

  • Support using and await using declarations (#1635)

v5.43.1

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#1621)

v5.43.0

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)

v5.42.0

... (truncated)

Commits
  • bf949e7 5.47.1
  • 23bb72e update changelog
  • 1fd2134 fix crash when using mangle.keep_fnames with destructuring. Closes #1681
  • 7cbd24d 5.47.0
  • b1bc6bd update changelog
  • be36c87 add "builtins" and "builtins_pure" options (#1651)
  • 2d52ff3 add Intl option keys (DurationFormat, DateTimeFormat, RelativeTimeFormat) to ...
  • b929080 5.46.2
  • 5a3dc6a update changelog
  • 8a5b478 drop_unused: delete computed keys of concise methods and getters/setters. Clo...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/terser-5.47.1 branch from 035009c to f46a70a Compare May 13, 2026 07:45
Bumps [terser](https://github.com/terser/terser) from 5.39.0 to 5.47.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.39.0...v5.47.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-version: 5.47.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/terser-5.47.1 branch from f46a70a to e65ea7c Compare May 13, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants