Created by: dependabot-preview[bot]
Bumps terser from 4.3.9 to 4.4.0.
Changelog
Sourced from terser's changelog.
v4.4.0
- Added
/*#__INLINE__*/
and/*#__NOINLINE__*/
annotations for calls. If a call has one of these, it either forces or forbids inlining.v4.3.11
- Fixed a problem where
window
was considered safe to access, even though there are situations where it isn't (Node.js, workers...)- Fixed an error where
++
and--
were considered side-effect freeNumber(x)
now needs bothunsafe
and andunsafe_math
to be compressed into+x
becausex
might be aBigInt
keep_fnames
now correctly supports regexes when the function is in a variable declarationv4.3.10
- Fixed syntax error when repeated semicolons were encountered in classes
- Fixed invalid output caused by the creation of empty sequences internally
- Scopes are now updated when scopes are inlined into them
Commits
-
6589965
4.4.0 -
e858064
update changelog -
555736c
document annotations -
c7bd49b
inline and noinline annotations -
945970f
move some code around -
f231722
4.3.11 -
46e7755
fix harmony test -
8cb8dba
update changelog -
f34226c
simplify pure global access a bit -
025d4df
fix #506 by making some globals, which aren't in every environment, impure. - 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)