Created by: dependabot-preview[bot]
Bumps terser from 4.6.11 to 4.6.12.
Changelog
Sourced from terser's changelog.
v4.6.12
- Fixed subtree comparison code, making it see that
[1,[2, 3]]
is different from[1, 2, [3]]
- Printing of unicode identifiers has been improved
Commits
-
4f161d7
4.6.12 -
3729fae
lint -
ea01f7d
update changelog -
7fda1de
further fix the equivalent-to fix -
5d25b74
remove output errors -
2743c71
fix the equivalent_to fix -
743d032
add a marker between nodes while recursively comparing them in equivalent_to. -
49a0f52
update documentation to reflect fact that domprops was merged into builtins -
0529bf2
Add assumption -
acdef9d
Merge branch 'master' of github.com:terser/terser - 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)