Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Release Notes

terser/terser (terser)

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.

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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@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
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.

0 participants