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 thecommentsoutput option now preserves@licand other important comments when using//</script>is now better escaped in regex, and in comments, when using theinline_scriptoutput option- Fixed an issue when transforming
new RegExpinto/.../when slashes are included in the sourceAST_Node.prototype.constructornow 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
-
81c2d9f4.6.4 -
98f82abupdate changelog -
5a8f9a0use mochallel again -
8e27417preserve @license comments starting with //. Closes #560 -
5dc8772escape </script> in comments and regexp. Closes #568 -
be65707fix unsafe RegExp constructor to regex transformation when slashes are involv... -
fb0c69eUpdate terser.d.ts (#569) -
1310934Set AST_Node.prototype.constructor. (#574) -
9e2ff84Collapse 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 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)