Skip to content

Conversation

@q1blue
Copy link
Collaborator

@q1blue q1blue commented Jan 8, 2026

snyk-top-banner

Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.15.5.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 476 versions ahead of your current version.

  • The recommended version was released 24 days ago.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

@codesandbox
Copy link

codesandbox bot commented Jan 8, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@snyk-io
Copy link

snyk-io bot commented Jan 8, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@entelligence-ai-pr-reviews
Copy link

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant PM as Package Manager
    participant PJ as package.json
    participant YL as yarn.lock
    participant NPM as NPM Registry
    participant SWC as @swc/core
    participant Deps as Platform Dependencies

    PM->>PJ: Read dependency requirements
    Note over PJ: @swc/core: ^1.15.5<br/>(updated from ^1.3.46)
    
    PM->>NPM: Resolve @swc/core@^1.15.5
    NPM-->>PM: Return version 1.15.8
    
    PM->>SWC: Install @swc/core@1.15.8
    
    SWC->>PM: Declare new dependencies
    Note over SWC: @swc/counter@^0.1.3<br/>@swc/types@^0.1.25
    
    PM->>NPM: Resolve new dependencies
    NPM-->>PM: counter@0.1.3, types@0.1.25
    
    loop For each platform
        PM->>NPM: Resolve platform-specific binary
        Note over Deps: darwin-arm64, darwin-x64,<br/>linux variants, win32 variants
        NPM-->>PM: Return binary@1.15.8
        PM->>Deps: Install optional platform binary
    end
    
    PM->>YL: Update yarn.lock
    Note over YL: All versions updated to 1.15.8<br/>New dependencies added<br/>Checksums updated
    
    PM-->>PJ: Dependency upgrade complete
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@augmentcode
Copy link

augmentcode bot commented Jan 8, 2026

🤖 Augment PR Summary

Summary: Keeps the microsite toolchain up to date by upgrading @swc/core to the 1.15.x series.

Changes:

• Updated microsite/package.json to require @swc/core ^1.15.5 (from ^1.3.x).

• Updated microsite/yarn.lock to resolve @swc/core (and all platform binaries) to 1.15.8.

• Added new transitive packages introduced by newer SWC (@swc/types, @swc/counter).

Note: The lockfile also changes the typescript@patch resolution hash, which may affect deterministic installs.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

linkType: hard

"typescript@patch:typescript@^4.9.4#~builtin<compat/typescript>":
version: 4.9.5
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR also changes the typescript@patch resolution hash (without changing the TS version), which can indicate a different patched artifact; worth confirming this lockfile change is expected and reviewed since it may affect compilation/tooling behavior.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Jan 15, 2026
@github-actions github-actions bot closed this Jan 22, 2026
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.

3 participants