[Snyk] Upgrade @swc/core from 1.3.68 to 1.13.5#8045
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 in the Storybook project from version ^1.3.46 to ^1.13.5 in package.json, with the corresponding yarn.lock changes reflecting the actual installed versions (1.3.68 to 1.13.19). The update represents a significant version bump for the SWC compiler, which is used for JavaScript/TypeScript compilation. The PR also introduces two new dependencies required by the newer @swc/core version: @swc/counter and @swc/types, and updates the peer dependency requirement for @swc/helpers. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title SWC Core Dependency Update Flow
participant App as "Storybook Application"
participant PackageManager as "Package Manager (Yarn)"
participant SWCCore as "@swc/core v1.13.19"
participant SWCCounter as "@swc/counter"
participant SWCTypes as "@swc/types"
participant PlatformBinaries as "Platform-specific Binaries"
Note over App,PlatformBinaries: Dependency Update Flow
App->>PackageManager: Update @swc/core from v1.3.46 to v1.13.5
PackageManager->>SWCCore: Install @swc/core v1.13.19
Note over SWCCore: New dependencies added in v1.13.x
SWCCore->>SWCCounter: Require @swc/counter ^0.1.3
SWCCore->>SWCTypes: Require @swc/types ^0.1.25
SWCTypes->>SWCCounter: Depend on @swc/counter ^0.1.3
Note over SWCCore,PlatformBinaries: Platform-specific binary resolution
SWCCore->>PlatformBinaries: Load appropriate binary based on OS/CPU/libc
alt OS is Darwin (macOS) & CPU is arm64
SWCCore->>PlatformBinaries: Load @swc/core-darwin-arm64 v1.13.19
else OS is Darwin (macOS) & CPU is x64
SWCCore->>PlatformBinaries: Load @swc/core-darwin-x64 v1.13.19
else OS is Linux & CPU is arm64 & libc is glibc
SWCCore->>PlatformBinaries: Load @swc/core-linux-arm64-gnu v1.13.19
else OS is Windows & CPU is x64
SWCCore->>PlatformBinaries: Load @swc/core-win32-x64-msvc v1.13.19
else Other platform combinations
SWCCore->>PlatformBinaries: Load appropriate platform binary v1.13.19
end
Note over SWCCore: Updated peer dependency
SWCCore-->>App: Require @swc/helpers >=0.5.17 (optional)
PackageManager-->>App: Update complete
App-->>App: Continue with Storybook operations
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 👍 |
|
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 project.