Created by: dependabot[bot]
Bumps terser from 5.16.0 to 5.16.1.
Changelog
Sourced from terser's changelog.
v5.16.1
- Properly handle references in destructurings (
const { [reference]: val } = ...
)- Allow parsing of
.#privatefield
in nested classes- Do not evaluate operations that return large strings if that would make the output code larger
- Make
collapse_vars
handle block scope correctly- Internal improvements: Typos (#1311), more tests, small-scale refactoring
Commits
-
b90215a
5.16.1 -
319fe31
update changelog -
d941a11
mark computed properties in for..of initializers as used. Closes #1238 -
635400e
move AST_Scope#drop_unused into its own file -
a192fac
some cleanups -
dcc3030
add shadowed variable test -
4d37f39
traverse exported code while hoisting object properties. Closes #1307 -
1e99e5d
update test -
68461d4
properly detect nested classes. Closes #1313 -
b91e0ce
docs: fix simple typo, concatentation -> concatenation (#1311) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)