chore(deps): update dependency terser to v5.16.5
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
terser (source) | 5.16.1 -> 5.16.5 |
Release Notes
terser/terser
v5.16.5
- Correctly handle AST transform functions that mutate children arrays
- Don't mutate the options object passed to Terser (#1342)
- Do not treat BigInt like a number
v5.16.4
- Keep
(defaultArg = undefined) => ...
, because default args don't count for function length - Prevent inlining variables into
?.
optional chains - Avoid removing unused arguments while transforming
- Optimize iterating AST node lists
- Make sure
catch
andfinally
aren't children oftry
in the AST - Use modern unicode property escapes (
\p{...}
) to parse identifiers when available
v5.16.3
- Ensure function definitions, don't assume the values of variables defined after them.
v5.16.2
- Fix sourcemaps with non-ascii characters (#1318)
- Support string module name and export * as (#1336)
- Do not move
let
out offor
initializers, as it can change scoping - Fix a corner case that would generate the invalid syntax
if (something) let x
("let" in braceless if body) - Knowledge of more native object properties (#1330)
- Got rid of Travis (#1323)
- Added semi-secret
asObject
sourcemap option to typescript defs (#1321)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.