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
--commentstofalsein the CLI has been fixed.- Fixed some issues with inlining
unsafe_symbolscompress 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
-
849d8d24.6.7 -
68338e2update changelog -
2a504cfcompute AST node size using a specific method -
23b11ddupdate mocha -
3de2a6fbumps -
e74beaffix functional tests -
1a5a6adBump semver from 6.3.0 to 7.1.3 (#600) -
671a09aBump rimraf from 3.0.0 to 3.0.2 (#601) -
d6d010cavoid comments being moved between return and its value. closes #597 -
d22bbacBump 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 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 badge mewill 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)