[Snyk] Upgrade @swc/core from 1.3.68 to 1.13.5#7899
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.13.5. See this package in yarn: @swc/core See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/78e89a11-7570-4c90-8650-785847255aa5?utm_source=github&utm_medium=referral&page=upgrade-pr
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the @swc/core dependency from version ^1.3.46 to ^1.13.5 in the Storybook configuration. SWC (Speedy Web Compiler) is a fast JavaScript/TypeScript compiler used in the build process. This significant version bump likely includes performance improvements, bug fixes, and new language feature support. The update also introduces two new dependencies (@swc/counter and @swc/types) and modifies the peer dependency requirement for @swc/helpers to be more flexible (changing from ^0.5.0 to >=0.5.17). Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title SWC Core Dependency Update Flow
participant App as "Storybook Application"
participant SWC as "@swc/core"
participant SWCCounter as "@swc/counter"
participant SWCTypes as "@swc/types"
participant Platform as "Platform-specific SWC Binaries"
Note over App,Platform: Dependency Update: @swc/core v1.3.46 → v1.13.5
App->>SWC: Import and use @swc/core
activate SWC
%% New dependencies in v1.13.5
SWC->>SWCCounter: Import @swc/counter (new in v1.13.5)
SWC->>SWCTypes: Import @swc/types (new in v1.13.5)
%% Platform-specific binary loading
alt OS=darwin & CPU=arm64
SWC->>Platform: Load @swc/core-darwin-arm64 v1.13.5
else OS=darwin & CPU=x64
SWC->>Platform: Load @swc/core-darwin-x64 v1.13.5
else OS=linux & CPU=arm64 & libc=glibc
SWC->>Platform: Load @swc/core-linux-arm64-gnu v1.13.5
else OS=linux & CPU=arm64 & libc=musl
SWC->>Platform: Load @swc/core-linux-arm64-musl v1.13.5
else OS=win32 & CPU=x64
SWC->>Platform: Load @swc/core-win32-x64-msvc v1.13.5
else Other platform combinations
SWC->>Platform: Load appropriate platform-specific binary v1.13.5
end
Note over SWC,Platform: All platform-specific binaries updated from v1.3.68 to v1.13.5
Platform-->>SWC: Return platform-specific functionality
SWC-->>App: Provide SWC compiler functionality
deactivate SWC
Note over App,Platform: Peer dependency requirement changed from @swc/helpers ^0.5.0 to >=0.5.17
Note for WindsurfPlease 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 belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
|
LGTM 👍 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
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! |
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.13.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 448 versions ahead of your current version.
The recommended version was released a month ago.
Important
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
This PR updates the SWC compiler dependency to a newer version in the Storybook configuration.