Skip to content

[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.1#9238

Closed
q1blue wants to merge 1 commit intomasterfrom
snyk-upgrade-2f817770577c08b9fd53a87f24cd46c9
Closed

[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.1#9238
q1blue wants to merge 1 commit intomasterfrom
snyk-upgrade-2f817770577c08b9fd53a87f24cd46c9

Conversation

@q1blue
Copy link
Copy Markdown
Collaborator

@q1blue q1blue commented Dec 5, 2025

snyk-top-banner

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

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

  • The recommended version was released a month 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 @swc/core compiler dependency in Storybook from version 1.3.x to 1.15.x with associated dependency changes.

  • Bumped @swc/core from ^1.3.46 to ^1.15.1 in package.json
  • Updated yarn.lock with @swc/core 1.15.3 and all platform-specific binaries (Darwin, Linux, Windows)
  • Added new dependencies: @swc/counter (^0.1.3) and @swc/types (^0.1.25)
  • Relaxed @swc/helpers peer dependency constraint from ^0.5.0 to >=0.5.17
  • Minor TypeScript patch resolution checksum update

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Dec 5, 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 5, 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 updates the @swc/core dependency in the Storybook package from version 1.3.46 to 1.15.1, representing a significant minor version upgrade spanning multiple intermediate releases. The update affects both the package.json configuration and the yarn.lock file, which reflects the actual installed version (1.15.3) along with all platform-specific binaries across Darwin, Linux, and Windows architectures. The upgrade introduces two new dependencies (@swc/counter and @swc/types) and relaxes the peer dependency constraint for @swc/helpers. This update likely brings performance improvements, bug fixes, and new features from the SWC compiler ecosystem.

Changes

File(s) Summary
storybook/package.json Updated @swc/core dependency from ^1.3.46 to ^1.15.1, a significant minor version bump for the SWC compiler.
storybook/yarn.lock Updated @swc/core and all platform-specific binaries from 1.3.68 to 1.15.3; added new dependencies @swc/counter (^0.1.3) and @swc/types (^0.1.25); updated @swc/helpers peer dependency from ^0.5.0 to >=0.5.17; includes minor TypeScript patch checksum update.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant PM as Package Manager (Yarn)
    participant NPM as NPM Registry
    participant SWC as @swc/core Package
    
    Note over Dev,SWC: Dependency Update: @swc/core 1.3.46 → 1.15.1
    
    Dev->>PM: Update @swc/core version in package.json
    activate PM
    
    PM->>NPM: Resolve @swc/core@^1.15.1
    activate NPM
    NPM-->>PM: Return version 1.15.3
    deactivate NPM
    
    PM->>NPM: Fetch platform-specific binaries
    activate NPM
    loop For each platform
        NPM-->>PM: darwin-arm64@1.15.3
        NPM-->>PM: darwin-x64@1.15.3
        NPM-->>PM: linux-arm64-gnu@1.15.3
        NPM-->>PM: win32-x64-msvc@1.15.3
        Note over PM,NPM: ...and other platforms
    end
    deactivate NPM
    
    PM->>NPM: Fetch new dependencies
    activate NPM
    NPM-->>PM: @swc/counter@^0.1.3
    NPM-->>PM: @swc/types@^0.1.25
    deactivate NPM
    
    PM->>PM: Update yarn.lock with resolved versions
    PM->>PM: Verify peer dependency @swc/helpers >= 0.5.17
    
    PM-->>Dev: Dependencies updated successfully
    deactivate PM
    
    Note over Dev,SWC: All platform binaries and dependencies<br/>synchronized to version 1.15.3
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 12, 2025
@github-actions github-actions Bot closed this Dec 18, 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