Created by: dependabot-preview[bot]
Bumps terser from 4.6.6 to 4.6.7.
Changelog
Sourced from terser's changelog.
v4.6.7
- Some new performance gains through a
AST_Node.size()
method which measures a node's source code length without printing it to a string first.- An issue with setting
--comments
tofalse
in the CLI has been fixed.- Fixed some issues with inlining
unsafe_symbols
compress option was added, which turnsSymbol("name")
into justSymbol()
- Brought back compress performance improvement through the
AST_Node.equivalent_to(other)
method (which was reverted in v4.6.6).
Commits
-
849d8d2
4.6.7 -
68338e2
update changelog -
2a504cf
compute AST node size using a specific method -
23b11dd
update mocha -
3de2a6f
bumps -
e74beaf
fix functional tests -
1a5a6ad
Bump semver from 6.3.0 to 7.1.3 (#600) -
671a09a
Bump rimraf from 3.0.0 to 3.0.2 (#601) -
d6d010c
avoid comments being moved between return and its value. closes #597 -
d22bbac
Bump semver from 6.3.0 to 7.1.3 - 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)