Skip to content

[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.3#9462

Closed
q1blue wants to merge 1 commit intomasterfrom
snyk-upgrade-e703379167bc03c52c75468ba22d176e
Closed

[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.3#9462
q1blue wants to merge 1 commit intomasterfrom
snyk-upgrade-e703379167bc03c52c75468ba22d176e

Conversation

@q1blue
Copy link
Copy Markdown
Collaborator

@q1blue q1blue commented Dec 12, 2025

snyk-top-banner

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

ℹ️ 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 472 versions ahead of your current version.

  • The recommended version was released 21 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

Upgrades @swc/core compiler from version 1.3.x to 1.15.3 in Storybook configuration with expanded dependency requirements.

  • Updated @swc/core dependency specification in package.json from ^1.3.46 to ^1.15.3
  • Upgraded all platform-specific SWC binaries (darwin-arm64/x64, linux-arm64/x64/arm, win32-arm64/x64/ia32) in yarn.lock
  • Added two new dependencies: @swc/counter (^0.1.3) and @swc/types (^0.1.25)
  • Relaxed @swc/helpers peer dependency requirement from ^0.5.0 to >=0.5.17
  • Updated package checksums and TypeScript patch resolution hash

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Dec 12, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Dec 12, 2025

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
Copy Markdown

Entelligence AI Vulnerability Scanner

Status: No security vulnerabilities found

Your code passed our comprehensive security analysis.

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This PR upgrades the @swc/core dependency in the Storybook configuration from version 1.3.46 to 1.15.3, representing a significant minor version jump across multiple releases. The update encompasses all platform-specific SWC binaries for various operating systems (Darwin, Linux, Windows) and architectures (arm64, x64, ia32, arm). Two new dependencies are introduced: @swc/counter and @swc/types. The peer dependency requirement for @swc/helpers is relaxed to allow versions >=0.5.17 instead of the previous ^0.5.0 constraint. This upgrade brings performance improvements, bug fixes, and new features from the SWC compiler project accumulated across the 1.4.x through 1.15.x release series.

Changes

File(s) Summary
storybook/package.json Updated @swc/core dependency from ^1.3.46 to ^1.15.3, a significant minor version bump for the SWC compiler.
storybook/yarn.lock Upgraded @swc/core from 1.3.68 to 1.15.3 with all platform-specific binaries (darwin, linux, win32) across architectures (arm64, x64, ia32, arm); added new dependencies @swc/counter (^0.1.3) and @swc/types (^0.1.25); relaxed @swc/helpers peer dependency from ^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 PM as Package Manager<br/>(yarn/npm)
    participant PJ as package.json
    participant SWC as @swc/core@1.15.3
    participant Platform as Platform-Specific<br/>Binary
    participant Counter as @swc/counter@0.1.3
    participant Types as @swc/types@0.1.25
    participant Helpers as @swc/helpers<br/>(peer dependency)

    PM->>PJ: Read dependencies
    Note over PJ: @swc/core: ^1.15.3<br/>(upgraded from ^1.3.46)
    
    PM->>SWC: Resolve @swc/core@1.15.3
    activate SWC
    
    SWC->>Platform: Install platform-specific binary
    Note over Platform: One of:<br/>darwin-arm64/x64<br/>linux-arm/arm64/x64<br/>win32-arm64/ia32/x64
    Platform-->>SWC: Binary installed
    
    SWC->>Counter: Install @swc/counter@^0.1.3
    Note over Counter: New dependency in v1.15.3
    Counter-->>SWC: Installed
    
    SWC->>Types: Install @swc/types@^0.1.25
    Note over Types: New dependency in v1.15.3<br/>Depends on @swc/counter
    Types->>Counter: Require @swc/counter
    Types-->>SWC: Installed
    
    SWC->>Helpers: Check peer dependency
    Note over Helpers: Peer dependency requirement<br/>updated: >=0.5.17<br/>(was ^0.5.0)
    alt Helpers available and compatible
        Helpers-->>SWC: Compatible version found
    else Helpers missing or incompatible
        SWC-->>PM: Warning (optional peer)
    end
    
    SWC-->>PM: Installation complete
    deactivate SWC
    
    PM->>PM: Update yarn.lock
    Note over PM: Lock file updated with<br/>new versions and checksums
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.

@socket-security
Copy link
Copy Markdown

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.

View full report

@github-actions
Copy link
Copy Markdown

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 Dec 19, 2025
@github-actions github-actions Bot closed this Dec 24, 2025
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.

2 participants