Created by: dependabot[bot]
Bumps terser from 5.12.1 to 5.13.1.
Changelog
Sourced from terser's changelog.
v5.13.1
- Removed self-assignments (
varname=varname
) (closes #1081)- Separated inlining code (for inlining things into references, or removing IIFEs)
- Allow multiple identifiers with the same name in
var
destructuring (egvar { a, a } = x
) (#1176)v5.13.0
Commits
-
fa9b0e4
5.13.1 -
03a1af6
update changelog -
adf7e85
remove spurious self-assignments. Closes #1081 -
56a05f0
factor out the inline code -
9a548dd
allow multiple binding identifiers invar
destructuring. Closes #1176 -
700bdba
5.13.0 -
20f1d7a
update changelog -
67887ea
Remove last new Function() call (#1184) -
a8ab684
Run Eval removing codeshift (#1171) -
52da6d2
stop using eval to create RegExps - 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)