Skip to content

Conversation

@q1blue
Copy link
Collaborator

@q1blue q1blue commented Jan 23, 2026

snyk-top-banner

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

ℹ️ 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 482 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:


EntelligenceAI PR Summary

Updates the SWC compiler dependency in Storybook from version 1.3.x to 1.15.x, bringing performance improvements and new features.

  • Bumped @swc/core from ^1.3.46 to ^1.15.8 in storybook/package.json
  • Updated yarn.lock with actual installed version 1.15.10 and all platform-specific binaries (darwin, linux, windows)
  • Introduced two new dependencies: @swc/counter (^0.1.3) and @swc/types (^0.1.25)
  • Relaxed @swc/helpers peer dependency requirement from exactly ^0.5.0 to >=0.5.17
  • Updated package checksums and TypeScript patch resolution hash

@codesandbox
Copy link

codesandbox bot commented Jan 23, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@snyk-io
Copy link

snyk-io bot commented Jan 23, 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.

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: npm argparse under Python-2.0.1

License: Python-2.0.1 - the applicable license policy does not allow this license (4) (package/LICENSE)

From: ?npm/js-yaml@4.1.0npm/argparse@2.0.1

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/argparse@2.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: npm caniuse-lite under CC-BY-4.0

License: CC-BY-4.0 - the applicable license policy does not allow this license (4) (npm metadata)

License: CC-BY-4.0 - the applicable license policy does not allow this license (4) (package/package.json)

License: CC-BY-4.0 - the applicable license policy does not allow this license (4) (package/LICENSE)

From: ?npm/@docusaurus/core@0.0.0-5591npm/@docusaurus/plugin-client-redirects@0.0.0-5591npm/@docusaurus/preset-classic@0.0.0-5591npm/caniuse-lite@1.0.30001481

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001481. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@docusaurus/core@0.0.0-5591npm/@docusaurus/plugin-client-redirects@0.0.0-5591npm/@docusaurus/preset-classic@0.0.0-5591npm/entities@4.4.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@4.4.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm html-minifier-terser is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@docusaurus/core@0.0.0-5591npm/html-minifier-terser@7.2.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/html-minifier-terser@7.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@entelligence-ai-pr-reviews
Copy link

Walkthrough

This PR updates the SWC compiler dependency in the Storybook configuration from version 1.3.x to 1.15.x, representing a significant version jump across multiple minor releases. The update affects both the package.json dependency declaration and the yarn.lock file, which reflects the actual installed version and its dependencies. The newer version introduces two new dependencies (@swc/counter and @swc/types) and relaxes the peer dependency constraint for @swc/helpers. This update brings performance improvements, bug fixes, and new features from the SWC project, while also updating all platform-specific binaries for darwin, linux, and windows across various architectures.

Changes

File(s) Summary
storybook/package.json Updated @swc/core dependency from ^1.3.46 to ^1.15.8, representing a significant minor version bump for the SWC compiler.
storybook/yarn.lock Updated @swc/core from version 1.3.68 to 1.15.10 with all platform-specific binaries; added new dependencies @swc/counter (^0.1.3) and @swc/types (^0.1.25); relaxed @swc/helpers peer dependency from exactly ^0.5.0 to >=0.5.17; updated package checksums and TypeScript patch resolution hash.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant PM as Package Manager
    participant SWC as @swc/core
    participant Bins as Platform Binaries
    participant Counter as @swc/counter
    participant Types as @swc/types
    participant Helpers as @swc/helpers (peer)

    Dev->>PM: Update @swc/core: ^1.3.46 → ^1.15.8
    activate PM
    
    PM->>SWC: Resolve version 1.15.10
    activate SWC
    
    Note over SWC,Bins: Version 1.3.68 → 1.15.10
    
    par Install Platform-Specific Binaries
        SWC->>Bins: darwin-arm64@1.15.10
        SWC->>Bins: darwin-x64@1.15.10
        SWC->>Bins: linux-arm-gnueabihf@1.15.10
        SWC->>Bins: linux-arm64-gnu@1.15.10
        SWC->>Bins: linux-arm64-musl@1.15.10
        SWC->>Bins: linux-x64-gnu@1.15.10
        SWC->>Bins: linux-x64-musl@1.15.10
        SWC->>Bins: win32-arm64-msvc@1.15.10
        SWC->>Bins: win32-ia32-msvc@1.15.10
        SWC->>Bins: win32-x64-msvc@1.15.10
    end
    
    Note over SWC,Counter: New dependency added
    SWC->>Counter: Install @swc/counter@^0.1.3
    activate Counter
    
    Note over SWC,Types: New dependency added
    SWC->>Types: Install @swc/types@^0.1.25
    activate Types
    Types->>Counter: Depends on @swc/counter@^0.1.3
    
    Note over SWC,Helpers: Peer dependency requirement updated<br/>^0.5.0 → >=0.5.17
    SWC-->>Helpers: Requires (optional peer)
    
    Counter-->>Types: Installed
    deactivate Counter
    Types-->>SWC: Installed
    deactivate Types
    Bins-->>SWC: All binaries installed
    SWC-->>PM: Package resolved
    deactivate SWC
    PM-->>Dev: Dependencies updated
    deactivate PM
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.

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.

3 participants