terser/terser (terser)
### [`v5.32.0`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5320)
[Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.6...v5.32.0)
- `import("module")` can now be input and output from ESTree AST ([#1557](https://redirect.github.com/terser/terser/issues/1557))
- `BigInt` literals can now be input and output from ESTree AST ([#1555](https://redirect.github.com/terser/terser/issues/1555))
- `typeof` an object or array (`typeof {}` and `typeof []`) can now be statically evaluated. ([#1546](https://redirect.github.com/terser/terser/issues/1546))
### [`v5.31.6`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5316)
[Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.5...v5.31.6)
- Retain side effects in a `case` when the expression is a sequence (comma) expression
### [`v5.31.5`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5315)
[Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.4...v5.31.5)
- Revert v5.31.4, which created mysterious issues [#1548](https://redirect.github.com/terser/terser/issues/1548), [#1549](https://redirect.github.com/terser/terser/issues/1549)
### [`v5.31.4`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5314)
[Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.3...v5.31.4)
- drop_unused: drop classes which only have side effects in the `extends` part
### [`v5.31.3`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5313)
[Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.2...v5.31.3)
- drop_unused: drop unused parameters from IIFEs in some more situations.
Configuration
π Schedule: Branch creation - "before 5pm on the first day of the month" (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 contains the following updates:
5.31.2
->5.32.0
Release Notes
terser/terser (terser)
### [`v5.32.0`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5320) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.6...v5.32.0) - `import("module")` can now be input and output from ESTree AST ([#1557](https://redirect.github.com/terser/terser/issues/1557)) - `BigInt` literals can now be input and output from ESTree AST ([#1555](https://redirect.github.com/terser/terser/issues/1555)) - `typeof` an object or array (`typeof {}` and `typeof []`) can now be statically evaluated. ([#1546](https://redirect.github.com/terser/terser/issues/1546)) ### [`v5.31.6`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5316) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.5...v5.31.6) - Retain side effects in a `case` when the expression is a sequence (comma) expression ### [`v5.31.5`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5315) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.4...v5.31.5) - Revert v5.31.4, which created mysterious issues [#1548](https://redirect.github.com/terser/terser/issues/1548), [#1549](https://redirect.github.com/terser/terser/issues/1549) ### [`v5.31.4`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5314) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.3...v5.31.4) - drop_unused: drop classes which only have side effects in the `extends` part ### [`v5.31.3`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5313) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.2...v5.31.3) - drop_unused: drop unused parameters from IIFEs in some more situations.Configuration
π Schedule: Branch creation - "before 5pm on the first day of the month" (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.
This PR was generated by Mend Renovate. View the repository job log.