Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !30283

Bump terser from 4.6.3 to 4.6.4

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge dependabot/npm_and_yarn/terser-4.6.4 into master Feb 25, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

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 the comments output option now preserves @lic and other important comments when using //
  • </script> is now better escaped in regex, and in comments, when using the inline_script output option
  • Fixed an issue when transforming new RegExp into /.../ when slashes are included in the source
  • AST_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

Dependabot compatibility score

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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/terser-4.6.4