chore(deps): update dependency terser to v5.30.3 #7

Open
Fascinated wants to merge 1 commits from renovate/terser-5.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
terser (source) devDependencies minor 5.24.0 -> 5.30.3

Release Notes

terser/terser (terser)

v5.30.3

Compare Source

  • Fix precedence of #private in ... operator

v5.30.2

Compare Source

  • Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs.

v5.30.1

Compare Source

  • Removed useless \ escapes for non-ascii characters
  • Make modern identifier characters quoted for older environments (#​1512)

v5.30.0

Compare Source

  • Improve removal of classes referring to themselves

v5.29.2

Compare Source

  • Make sure 'computed_props' creates string keys
  • Take into account the evaluated size when inlining

v5.29.1

Compare Source

  • fix optimisation of all-bits mask check

v5.29.0

Compare Source

  • Re-releases previously reverted 5.28.0
  • Fix crash while optimizing some bitwise ops
  • (internal) Remove needless wrapper for from_moz (#​1499)

v5.28.1

Compare Source

(hotfix release)

  • Reverts v5.28.0

v5.28.0

Compare Source

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations

v5.27.2

Compare Source

  • Recognise this as a reference to the surrounding class in drop_unused. Closes #​1472

v5.27.1

Compare Source

  • Fixed case where collapse_vars inlines await expressions into non-async functions.

v5.27.0

Compare Source

  • Created minify_sync() alternative to minify() since there's no async code left.

v5.26.0

Compare Source

  • Do not take the /*#__PURE__*/ annotation into account when the side_effects compress option is off.
  • The preserve_annotations option now automatically opts annotation comments in, instead of requiring the comments option to be configured for this.
  • Refuse to parse empty parenthesized expressions (())

v5.25.0

Compare Source

  • Regex properties added to reserved property mangler (#​1471)
  • pure_new option added to drop unused new expressions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terser](https://terser.org) ([source](https://github.com/terser/terser)) | devDependencies | minor | [`5.24.0` -> `5.30.3`](https://renovatebot.com/diffs/npm/terser/5.24.0/5.30.3) | --- ### Release Notes <details> <summary>terser/terser (terser)</summary> ### [`v5.30.3`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5303) [Compare Source](https://github.com/terser/terser/compare/v5.30.2...v5.30.3) - Fix precedence of `#private in ...` operator ### [`v5.30.2`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5302) [Compare Source](https://github.com/terser/terser/compare/v5.30.1...v5.30.2) - Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs. ### [`v5.30.1`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5301) [Compare Source](https://github.com/terser/terser/compare/v5.30.0...v5.30.1) - Removed useless `\` escapes for non-ascii characters - Make modern identifier characters quoted for older environments ([#&#8203;1512](https://github.com/terser/terser/issues/1512)) ### [`v5.30.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5300) [Compare Source](https://github.com/terser/terser/compare/v5.29.2...v5.30.0) - Improve removal of classes referring to themselves ### [`v5.29.2`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5292) [Compare Source](https://github.com/terser/terser/compare/v5.29.1...v5.29.2) - Make sure 'computed_props' creates string keys - Take into account the evaluated size when inlining ### [`v5.29.1`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5291) [Compare Source](https://github.com/terser/terser/compare/v5.29.0...v5.29.1) - fix optimisation of all-bits mask check ### [`v5.29.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5290) [Compare Source](https://github.com/terser/terser/compare/v5.28.1...v5.29.0) - Re-releases previously reverted 5.28.0 - Fix crash while optimizing some bitwise ops - (internal) Remove needless wrapper for from_moz ([#&#8203;1499](https://github.com/terser/terser/issues/1499)) ### [`v5.28.1`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5281) [Compare Source](https://github.com/terser/terser/compare/v5.28.0...v5.28.1) (hotfix release) - Reverts v5.28.0 ### [`v5.28.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5280) [Compare Source](https://github.com/terser/terser/compare/v5.27.2...v5.28.0) - Optimise redundant or shrinkable bitwise operations (`|`, `^`, `&`, `>>`, `<<`) - Evaluate some `BigInt` math operations ### [`v5.27.2`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5272) [Compare Source](https://github.com/terser/terser/compare/v5.27.1...v5.27.2) - Recognise `this` as a reference to the surrounding class in `drop_unused`. Closes [#&#8203;1472](https://github.com/terser/terser/issues/1472) ### [`v5.27.1`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5271) [Compare Source](https://github.com/terser/terser/compare/v5.27.0...v5.27.1) - Fixed case where `collapse_vars` inlines `await` expressions into non-async functions. ### [`v5.27.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5270) [Compare Source](https://github.com/terser/terser/compare/v5.26.0...v5.27.0) - Created `minify_sync()` alternative to `minify()` since there's no async code left. ### [`v5.26.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5260) [Compare Source](https://github.com/terser/terser/compare/v5.25.0...v5.26.0) - Do not take the `/*#__PURE__*/` annotation into account when the `side_effects` compress option is off. - The `preserve_annotations` option now automatically opts annotation comments in, instead of requiring the `comments` option to be configured for this. - Refuse to parse empty parenthesized expressions (`()`) ### [`v5.25.0`](https://github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5250) [Compare Source](https://github.com/terser/terser/compare/v5.24.0...v5.25.0) - Regex properties added to reserved property mangler ([#&#8203;1471](https://github.com/terser/terser/issues/1471)) - `pure_new` option added to drop unused `new` expressions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Fascinated added 1 commit 2024-04-05 23:55:50 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/terser-5.x-lockfile:renovate/terser-5.x-lockfile
git checkout renovate/terser-5.x-lockfile
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/scoresaber-reloaded-backend#7
No description provided.