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 v5.36.0 - autoclosed #46

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser (source) 5.31.1 -> 5.36.0 age adoption passing confidence

Release Notes

terser/terser (terser)

v5.36.0

Compare Source

  • Support import attributes with syntax

v5.35.0

Compare Source

  • Ensure parent directory exists when using --output on CLI (#​1530)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

Compare Source

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.

v5.33.0

Compare Source

  • reduce_vars improved when dealing with hoisted function definitions (#​1544)

v5.32.0

Compare Source

  • import("module") can now be input and output from ESTree AST (#​1557)
  • BigInt literals can now be input and output from ESTree AST (#​1555)
  • typeof an object or array (typeof {} and typeof []) can now be statically evaluated. (#​1546)

v5.31.6

Compare Source

  • Retain side effects in a case when the expression is a sequence (comma) expression

v5.31.5

Compare Source

v5.31.4

Compare Source

  • drop_unused: drop classes which only have side effects in the extends part

v5.31.3

Compare Source

  • drop_unused: drop unused parameters from IIFEs in some more situations.

v5.31.2

Compare Source

  • drop_unused: scan variables in self-referential class declarations that contain side effects.
  • Don't add parens to arrow function when it's the default for an argument (#​1540)
  • Update domprops (#​1538)

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 was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Jul 22, 2024

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:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • 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. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • 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 src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai 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.

Documentation and Community

  • 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 force-pushed the renovate/terser-5.x-lockfile branch from e511e05 to 24ecaa4 Compare August 6, 2024 07:34
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 6, 2024
@renovate renovate bot changed the title Update dependency terser to v5.31.3 Update dependency terser to v5.31.4 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 24ecaa4 to 4830a6b Compare August 7, 2024 15:10
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 7, 2024
@renovate renovate bot changed the title Update dependency terser to v5.31.4 Update dependency terser to v5.31.5 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 4830a6b to efe4c92 Compare August 8, 2024 11:00
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 8, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from efe4c92 to a77eef7 Compare August 13, 2024 10:43
@renovate renovate bot changed the title Update dependency terser to v5.31.5 Update dependency terser to v5.31.6 Aug 13, 2024
coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 13, 2024
@renovate renovate bot changed the title Update dependency terser to v5.31.6 Update dependency terser to v5.32.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from a77eef7 to 6c4767c Compare September 9, 2024 13:41
@renovate renovate bot changed the title Update dependency terser to v5.32.0 Update dependency terser to v5.33.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 6c4767c to d88abb1 Compare September 17, 2024 13:07
@renovate renovate bot changed the title Update dependency terser to v5.33.0 Update dependency terser to v5.34.0 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch 2 times, most recently from 6befc6d to 1762ac5 Compare September 28, 2024 01:17
@renovate renovate bot changed the title Update dependency terser to v5.34.0 Update dependency terser to v5.34.1 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 1762ac5 to 0477286 Compare October 9, 2024 11:42
@renovate renovate bot changed the title Update dependency terser to v5.34.1 Update dependency terser to v5.35.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 0477286 to 6112598 Compare October 16, 2024 10:58
@renovate renovate bot changed the title Update dependency terser to v5.35.0 Update dependency terser to v5.36.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/terser-5.x-lockfile branch from 6112598 to 2cd1772 Compare October 16, 2024 17:21
@renovate renovate bot changed the title Update dependency terser to v5.36.0 Update dependency terser to v5.36.0 - autoclosed Oct 24, 2024
@renovate renovate bot closed this Oct 24, 2024
@renovate renovate bot deleted the renovate/terser-5.x-lockfile branch October 24, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants