Created by: dependabot[bot]
Bumps terser from 4.8.0 to 5.0.0.
Changelog
Sourced from terser's changelog.
v5.0.0
inoperator now taken into account during property mangle.- Fixed infinite loop in face of a reference loop in some situations.
- Kept exports and imports around even if there's something which will throw before them.
- The main exported bundle for commonjs, dist/bundle.min.js is no longer minified.
v5.0.0-beta.0
- BREAKING:
minify()is now async and rejects a promise instead of returning an error.- BREAKING: Internal AST is no longer exposed, so that it can be improved without releasing breaking changes.
- BREAKING: Lowest supported node version is 10
- Module is now distributed as a dual package - You can
importandrequire()too.- Inline improvements were made
Commits
-
aacd5775.0.0 -
262a813update changelog -
9dab78cnpm audit fix -
c1fc7c4fix yield tests -
9254d2ccheck for source-map option before reading it in CLI -
5f7b4a1take in operator into account in property mangling. Closes #748 -
3178c3bfix bug with eval and reference loop. Closes #741 -
e997c10leave import/export around in unreachable code. Closes #718 -
05261a0add missing main file -
9b3f851update typings - 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 ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)