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
vardestructuring (egvar { a, a } = x) (#1176)v5.13.0
Commits
-
fa9b0e45.13.1 -
03a1af6update changelog -
adf7e85remove spurious self-assignments. Closes #1081 -
56a05f0factor out the inline code -
9a548ddallow multiple binding identifiers invardestructuring. Closes #1176 -
700bdba5.13.0 -
20f1d7aupdate changelog -
67887eaRemove last new Function() call (#1184) -
a8ab684Run Eval removing codeshift (#1171) -
52da6d2stop 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 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)