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
.#privatefieldin nested classes- Do not evaluate operations that return large strings if that would make the output code larger
- Make
collapse_varshandle block scope correctly- Internal improvements: Typos (#1311), more tests, small-scale refactoring
Commits
-
b90215a5.16.1 -
319fe31update changelog -
d941a11mark computed properties in for..of initializers as used. Closes #1238 -
635400emove AST_Scope#drop_unused into its own file -
a192facsome cleanups -
dcc3030add shadowed variable test -
4d37f39traverse exported code while hoisting object properties. Closes #1307 -
1e99e5dupdate test -
68461d4properly detect nested classes. Closes #1313 -
b91e0cedocs: 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 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)