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
windowwas 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 bothunsafeand andunsafe_mathto be compressed into+xbecausexmight be aBigIntkeep_fnamesnow 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
-
65899654.4.0 -
e858064update changelog -
555736cdocument annotations -
c7bd49binline and noinline annotations -
945970fmove some code around -
f2317224.3.11 -
46e7755fix harmony test -
8cb8dbaupdate changelog -
f34226csimplify pure global access a bit -
025d4dffix #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 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)