Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Confidence
terser (source) 5.38.0 -> 5.44.1 age confidence

Release Notes

terser/terser (terser)

v5.44.1

Compare Source

  • fix bitwise optimization changing the result of &&, ||
  • switches: make sure var is extracted from a deleted default case

v5.44.0

Compare Source

  • Support using and await using declarations (#​1635)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)

v5.42.0

Compare Source

  • Improved performance in the parse step by adding a fast path for simple identifiers.
  • Improved ESTree conversion

v5.41.0

Compare Source

  • fixed semicolon insertion between class fields, when the field names are number literals
  • keep_numbers format option now works for bigint
  • internal: correctly mark accessors' is_generator property
  • internal: do not read or assign quote properties without need
  • internal: add missing equivalent_to comparison

v5.40.0

Compare Source

  • Fix exporting AssignmentExpression (default assign pattern) to ESTree
  • Fix ESTree output of object keys with quotes
  • Fix handling of an ESTree empty export {} (#​1601)
  • Fix some const and let resulting from ESTree input (#​1599)

v5.39.2

Compare Source

  • Fix crash when parsing bare yield inside a template string.
  • Update internally used acorn version requirement

v5.39.1

Compare Source

  • Fix bitwise operations that could mix BigInt and number

v5.39.0

Compare Source

  • Remove unnecessary console.assert calls (#​1590)

v5.38.2

Compare Source

  • internal: Flatten inheritance tree for object/class members

v5.38.1

Compare Source

  • Fix inlining non-call expressions into an optional_call?.()

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Feb 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Thu Nov 06 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title fix(deps): update dependency terser to v5.38.1 fix(deps): update dependency terser to v5.38.2 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from cdedf56 to 00fdf1f Compare February 11, 2025 16:01
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.38.2 fix(deps): update dependency terser to v5.39.0 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 00fdf1f to 12bf60c Compare February 13, 2025 12:27
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 12bf60c to 9246868 Compare March 11, 2025 13:25
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch 6 times, most recently from 3925ec0 to 0a844d5 Compare March 12, 2025 08:51
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.39.0 Update dependency terser to v5.39.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 0a844d5 to 2a4d45c Compare March 12, 2025 08:53
@renovate renovate bot changed the title Update dependency terser to v5.39.0 fix(deps): update dependency terser to v5.39.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch 2 times, most recently from e749c1b to d3f0320 Compare March 18, 2025 19:49
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from d3f0320 to 5604118 Compare April 24, 2025 09:02
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.39.0 fix(deps): update dependency terser to v5.39.1 May 13, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch 2 times, most recently from b93d736 to 5fecc73 Compare May 15, 2025 19:54
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.39.1 fix(deps): update dependency terser to v5.39.2 May 15, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 5fecc73 to f074271 Compare May 19, 2025 17:10
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from f074271 to 1e04c64 Compare May 27, 2025 16:49
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.39.2 fix(deps): update dependency terser to v5.40.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch 2 times, most recently from 9c92d4e to 1f2a804 Compare June 4, 2025 06:33
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.40.0 fix(deps): update dependency terser to v5.41.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 1f2a804 to af4ef5b Compare June 6, 2025 01:57
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.41.0 fix(deps): update dependency terser to v5.42.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from af4ef5b to 1284db7 Compare June 9, 2025 14:59
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 1284db7 to 2c4dcfd Compare June 17, 2025 13:48
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.42.0 fix(deps): update dependency terser to v5.43.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 2c4dcfd to 18fc255 Compare June 19, 2025 15:06
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.43.0 fix(deps): update dependency terser to v5.43.1 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 18fc255 to 1704540 Compare July 2, 2025 17:52
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 1704540 to 9cd078d Compare August 13, 2025 15:02
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 9cd078d to bf14f6c Compare August 31, 2025 22:26
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.43.1 fix(deps): update dependency terser to v5.44.0 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from bf14f6c to 69330cb Compare September 2, 2025 16:41
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 69330cb to ae0b888 Compare September 25, 2025 16:53
@renovate renovate bot changed the title fix(deps): update dependency terser to v5.44.0 chore(deps): update dependency terser to v5.44.0 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from ae0b888 to 80ba359 Compare November 5, 2025 18:04
@renovate renovate bot changed the title chore(deps): update dependency terser to v5.44.0 chore(deps): update dependency terser to v5.44.1 Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant