solid-code-input
solid-code-input copied to clipboard
chore(deps-dev): bump terser from 5.16.5 to 5.17.6
Bumps terser from 5.16.5 to 5.17.6.
Changelog
Sourced from terser's changelog.
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
configurableandenumerable, 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/awaitand 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
varin 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
continuestatementv5.17.1
- Fix evaluating
.lengthwhen the source array might've been mutatedv5.17.0
- Drop vestigial
= undefineddefault argument in IIFE calls (#1366)- Evaluate known arrays'
.lengthproperty when statically determinable- Add
@__KEY__annotation to mangle string literals (#1365)v5.16.9
- Fix parentheses in output of optional chains (
a?.b) (#1374)- More documentation on source maps (#1368)
- New
lhs_constantsoption, allowing to stop Terser from swapping comparison operands (#1361)v5.16.8
- Become even less conservative around function definitions for
reduce_vars- Fix parsing context of
import.metaexpressions such that method calls are allowedv5.16.6
- Become less conservative with analyzing function definitions for
reduce_vars- Parse
import.metaas a real AST node and not anobject.property
Commits
5995c325.17.6f76ad9aimprove mozilla AST IO for private properties and class static blockse307556shorten test:compress output3eec4e0Fix outputting a shorthand property in quotes when safari10 and ecma=2015 opt...6cdee01Add missing domprops: configurable/enumerable (#1393)47fc9865.17.5737f002update changelogb798914Take into account the non-deferred bits of a class, such as static properties...cf98955improve CI builds (#1391)b101a705.17.4- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)