chore(deps): update dependency terser to v5.17.7
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
terser (source) | 5.17.1 -> 5.17.7 |
Release Notes
terser/terser
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
v5.17.3
- Fix issue with trimming a static class property's contents accessing the class as
this
.
v5.17.2
- Be less conservative when detecting use-before-definition of
var
in hoisted functions. - Support unusual (but perfectly valid) initializers of for-in and for-of loops.
- Fix issue where hoisted function would be dropped if it was after a
continue
statement
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.