Created by: dependabot-preview[bot]
Bumps terser from 4.4.3 to 4.6.1.
Changelog
Sourced from terser's changelog.
v4.6.1
- Fixed an issue where a class is duplicated by reduce_vars when there's a recursive reference to the class.
v4.6.0
- Fixed issues with recursive class references.
- BigInt evaluation has been prevented, stopping Terser from evaluating BigInts like it would do regular numbers.
- Class property support has been added
v4.5.1
(hotfix release)
- Fixed issue where
() => ({})[something]was not parenthesised correctly.v4.5.0
- Inlining has been improved
- An issue where keep_fnames combined with functions declared through variables was causing name shadowing has been fixed
- You can now set the ES version through their year
- The output option
keep_numbershas been added, which prevents Terser from turning1000into1e3and such- Internal small optimisations and refactors
Commits
-
6355c914.6.1 -
64aa293update changelog -
ff0f702add tests -
3210292prevent duplicating classes. Closes #549 -
cf16b4f4.6.0 -
a5abb63update changelog -
49e54ebmake class recursive refs count as recursive refs. closes #543 -
5f0555cprevent evaluation of BigInts. closes #546. -
00ea641document and improve functional tests -
4503ca7move functional tests to a script file - 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)