Created by: dependabot-preview[bot]
Bumps terser from 4.6.3 to 4.6.4.
Changelog
Sourced from terser's changelog.
v4.6.4
- The
"some"
value in thecomments
output option now preserves@lic
and other important comments when using//
</script>
is now better escaped in regex, and in comments, when using theinline_script
output option- Fixed an issue when transforming
new RegExp
into/.../
when slashes are included in the sourceAST_Node.prototype.constructor
now exists, allowing for easier debugging of crashes- Multiple if statements with the same consequents are now collapsed
- Typescript typings improvements
- Optimizations while looking for surrogate pairs in strings
Commits
-
81c2d9f
4.6.4 -
98f82ab
update changelog -
5a8f9a0
use mochallel again -
8e27417
preserve @license comments starting with //. Closes #560 -
5dc8772
escape </script> in comments and regexp. Closes #568 -
be65707
fix unsafe RegExp constructor to regex transformation when slashes are involv... -
fb0c69e
Update terser.d.ts (#569) -
1310934
Set AST_Node.prototype.constructor. (#574) -
9e2ff84
Collapse multiple if-statements with the same consequents (#555) -
f660066
[ts] Add missing wrap_func_args property to OutputOptions (#557) - 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)