Skip to content

Update dependency @swc/core to >=1.11.20 #112

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) >=1.5.7 -> >=1.11.20 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core)

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing

v1.11.18

Compare Source

Bug Fixes
Features
Refactor
Testing

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.13

Compare Source

Features
Performance

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)

v1.11.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing

v1.11.10

Compare Source

Bug Fixes
  • (es/proposal) Fix declarations for explicit-resource-management (#​10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#​10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#​10187) (9aca205)

Documentation
Features
Miscellaneous Tasks
Performance
  • (es/minifier) Do not repeat applying pure minifier on last (#​10196) (e6b7cee)
Refactor
Testing

v1.11.9

Compare Source

Bug Fixes
  • (es/compat) Hoist arguments in object method while lowering async functions (#​10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#​10184) (c2fe4bf)

Features
Performance

v1.11.8

Compare Source

Bug Fixes
Features
Performance
Refactor
Ci

v1.11.7

Compare Source

Features

v1.11.6

Compare Source

Bug Fixes

v1.11.5

Compare Source

Bug Fixes
  • (es/lints) Capture errors and emit from the original thread (#​10119) (2304cd8)

  • (es/minifier) Skip inlining if the referential identity of a function matters (#​10123) (c08fe8d)

  • (ts/fast-strip) Throw object consistently (#​10122) (010ff2a)

Miscellaneous Tasks
Performance

v1.11.4

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance
Refactor

v1.11.1

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.10.18

Compare Source

Bug Fixes
Miscellaneous Tasks
  • (es/minifier) Make minify-all example ignore parsing errors (#​10045) (6c7ec46)
Build

v1.10.17

Compare Source

Bug Fixes
Performance
Testing

v1.10.16

Compare Source

Bug Fixes
  • (es/minifier) Check assign target before merge assign cond (#​10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#​10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#​10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#​10022) (308f5d0)

Performance

v1.10.15

Compare Source

Bug Fixes
Features
Performance

v1.10.14

Compare Source

Bug Fixes
Features
Performance

v1.10.12

Compare Source

Bug Fixes
  • (es/parser) Remove wrong check about const without init (#​9970) (1b57261)
Performance
  • (es/minifier) Make analyzer not call collect_infects_from recursively (#​9924) (37616c3)

  • (es/minifier) Skip complex inline operations if possible (#​9972) (772cc30)

  • (es/minifier) Merge binding analyzer into infection analyzer (#​9973) (ca8a71f)

v1.10.11

Compare Source

Bug Fixes
  • (es) Restore JSON config & Adjust feature renaming (#​9967) (72e5455)

  • (es/minifier) Avoid paren when compressing ternary (#​9920) (9d6fe37)

  • (es/parser) Parse yield<T> (v: T)=>v (#​9915) (04333aa)

  • (ts/fast-strip) More robust generic arrow handling (#​9913) (f7faa7c)

  • (typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations (#​9869) (e4c1e03)

Features
Miscellaneous Tasks
Performance
Refactor

v1.10.9

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/minifier) Print slow files from minify-all examp

Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from prisis as a code owner January 29, 2025 17:39
Copy link
Contributor

coderabbitai bot commented Jan 29, 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.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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.
    • Generate unit testing code for this file.
    • 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. 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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.

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

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.

Copy link
Contributor

github-actions bot commented Jan 29, 2025

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Update dependency @swc/core to >=1.11.20". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - build
 - chore
 - ci
 - docs
 - feat
 - fix
 - perf
 - infra
 - refactor
 - revert
 - test

Copy link

pkg-pr-new bot commented Jan 29, 2025

Open in StackBlitz

npm i https://pkg.pr.new/visulima/packem/@visulima/packem@112

commit: 6be78b7

@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9c8a840 to 87b2cf1 Compare January 31, 2025 09:36
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.9 Update dependency @swc/core to >=1.10.11 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 87b2cf1 to 1052769 Compare February 3, 2025 09:44
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.11 Update dependency @swc/core to >=1.10.12 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 1052769 to 1dfaeef Compare February 7, 2025 09:28
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.12 Update dependency @swc/core to >=1.10.14 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 1dfaeef to 409959b Compare February 11, 2025 11:37
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.14 Update dependency @swc/core to >=1.10.15 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 409959b to c79bd6f Compare February 18, 2025 10:39
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.15 Update dependency @swc/core to >=1.10.16 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from c79bd6f to 66df105 Compare February 21, 2025 11:02
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.16 Update dependency @swc/core to >=1.10.17 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 66df105 to 22e9ea3 Compare February 24, 2025 11:50
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.17 Update dependency @swc/core to >=1.10.18 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 22e9ea3 to 05d9eab Compare February 28, 2025 10:56
@renovate renovate bot changed the title Update dependency @swc/core to >=1.10.18 Update dependency @swc/core to v1.11.1 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 05d9eab to b708583 Compare March 3, 2025 10:12
@renovate renovate bot changed the title Update dependency @swc/core to v1.11.1 Update dependency @swc/core to v1.11.4 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from b708583 to 355f75e Compare March 3, 2025 17:28
@renovate renovate bot changed the title Update dependency @swc/core to v1.11.4 Update dependency @swc/core to v1.11.5 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 355f75e to bbc1cbf Compare March 4, 2025 20:21
@renovate renovate bot changed the title Update dependency @swc/core to v1.11.5 Update dependency @swc/core to >=1.11.5 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 4a992f1 to b01a856 Compare March 7, 2025 10:00
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.5 Update dependency @swc/core to >=1.11.6 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from b01a856 to 9c61ee7 Compare March 10, 2025 10:21
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.6 Update dependency @swc/core to >=1.11.7 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9c61ee7 to 8f53e36 Compare March 11, 2025 11:44
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.7 Update dependency @swc/core to >=1.11.8 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 8f53e36 to ba50635 Compare March 17, 2025 13:12
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.8 Update dependency @swc/core to >=1.11.9 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from ba50635 to 9f5a6d1 Compare March 20, 2025 11:02
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.9 Update dependency @swc/core to >=1.11.10 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9f5a6d1 to 058b1ff Compare March 21, 2025 10:10
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.10 Update dependency @swc/core to >=1.11.11 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 058b1ff to 9f60bce Compare March 26, 2025 15:12
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.11 Update dependency @swc/core to >=1.11.12 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9f60bce to 17ad0ff Compare March 27, 2025 15:10
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.12 Update dependency @swc/core to >=1.11.13 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 17ad0ff to 6be78b7 Compare April 4, 2025 10:16
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.13 Update dependency @swc/core to >=1.11.15 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 6be78b7 to 861da3c Compare April 4, 2025 16:08
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.15 Update dependency @swc/core to >=1.11.16 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 861da3c to 0c79876 Compare April 10, 2025 12:57
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.16 Update dependency @swc/core to >=1.11.18 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 0c79876 to 653d096 Compare April 14, 2025 15:50
@renovate renovate bot changed the title Update dependency @swc/core to >=1.11.18 Update dependency @swc/core to >=1.11.20 Apr 14, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report ↗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants