Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency terser to ^5.30.3 - autoclosed #18

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser (source) ^5.19.3 -> ^5.30.3 age adoption passing confidence

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.

v5.24.0

Compare Source

  • Improve formatting performance in V8 by keeping a small work string and a large output string

v5.23.0

Compare Source

  • When top_retain will keep a variable assignment around, inline the assignee when it's shorter than the name (#​1434)
  • Remove empty class static {} blocks.

v5.22.0

Compare Source

  • Do not unsafely shorten expressions like a?.toString() when they're conditional.
  • Avoid running drop_unused in nodes that aren't scopes. Fixes a rare crash.
  • When 'module' is enabled, assume strict mode when figuring out scopes.

v5.21.0

Compare Source

  • Do not inline functions that would be retained in the toplevel (as this would cause code duplication).
  • Fix precedence of arrow function and ternary operator when formatting output.

v5.20.0

Compare Source

  • Passing minify() zero files will now throw a clean exception (#​1450)
  • drop_console supports passing in an array of console.* method names (#​1445)
  • New DOM properties from the WebGPU API have been added for use in the property mangler (#​1436)
  • Internal code simplification (#​1437)

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency terser to ^5.24.0 Update dependency terser to ^5.25.0 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/terser-5.x branch 2 times, most recently from 5967457 to 1116aee Compare December 9, 2023 02:58
@renovate renovate bot changed the title Update dependency terser to ^5.25.0 Update dependency terser to ^5.26.0 Dec 9, 2023
@renovate renovate bot changed the title Update dependency terser to ^5.26.0 Update dependency terser to ^5.27.0 Jan 18, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.27.0 Update dependency terser to ^5.27.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x branch 2 times, most recently from 2438e7e to 5600cec Compare February 20, 2024 02:55
@renovate renovate bot changed the title Update dependency terser to ^5.27.1 Update dependency terser to ^5.27.2 Feb 20, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.27.2 Update dependency terser to ^5.28.1 Feb 24, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.28.1 Update dependency terser to ^5.29.1 Mar 7, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.29.1 Update dependency terser to ^5.29.2 Mar 15, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.29.2 Update dependency terser to ^5.30.0 Mar 28, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.30.0 Update dependency terser to ^5.30.3 Apr 3, 2024
@renovate renovate bot changed the title Update dependency terser to ^5.30.3 Update dependency terser to ^5.30.3 - autoclosed Apr 7, 2024
@renovate renovate bot closed this Apr 7, 2024
@renovate renovate bot deleted the renovate/terser-5.x branch April 7, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants