Update dependency terser to v5.19.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
terser (source) | 5.17.3 -> 5.19.0 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
terser/terser (terser)
v5.19.0
- Allow
/*@​__MANGLE_MROP__*/
annotation inobject.property
, in addition to property declarations.
v5.18.2
- Stop using recursion in hoisted defuns fix.
v5.18.1
- Fix major performance issue caused by hoisted defuns' scopes bugfix.
v5.18.0
- Add new
/*@​__MANGLE_MROP__*/
annotation, to mark properties that should be mangled.
v5.17.7
- Update some dependencies
- Add consistent sorting for
v
RegExp flag - Add
inert
DOM attribute to domprops
v5.17.6
- Fixes to mozilla AST input and output, for class properties, private properties and static blocks
- Fix outputting a shorthand property in quotes when safari10 and ecma=2015 options are enabled
-
configurable
andenumerable
, used in Object.defineProperty, added to domprops (#1393)
v5.17.5
- Take into account the non-deferred bits of a class, such as static properties, while dropping unused code.
v5.17.4
- Fix crash when trying to negate a class (
!class{}
) - Avoid outputting comments between
yield
/await
and its argument - Fix detection of left-hand-side of assignment, to avoid optimizing it like any other expression in some edge cases
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by igswsihw-wmadepbot