[Snyk] Upgrade @swc/core from 1.3.68 to 1.13.20#8160
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.13.20. 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.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR upgrades the @swc/core dependency in the Storybook package from version 1.3.46 to 1.13.20 (with the lockfile reflecting an actual update from 1.3.68 to 1.15.1). This is a significant version bump spanning multiple minor releases of the SWC compiler, which likely includes performance improvements, bug fixes, and new features. The update affects all platform-specific binaries across Darwin, Linux, and Windows architectures. Additionally, two new dependencies (@swc/counter and @swc/types) are introduced, and the peer dependency requirement for @swc/helpers is relaxed to allow broader version compatibility. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant PM as Package Manager
participant SB as Storybook App
participant SWC as @swc/core
participant Bins as Platform Binaries
participant Counter as @swc/counter
participant Types as @swc/types
Note over PM,Types: Dependency Update: @swc/core 1.3.68 → 1.15.1
PM->>PM: Read package.json
Note right of PM: @swc/core: ^1.13.20
PM->>SWC: Resolve @swc/core@^1.13.20
SWC-->>PM: Version 1.15.1 selected
rect rgb(240, 248, 255)
Note over PM,Bins: Platform-Specific Binary Resolution
PM->>Bins: Resolve darwin-arm64@1.15.1
PM->>Bins: Resolve darwin-x64@1.15.1
PM->>Bins: Resolve linux-arm64-gnu@1.15.1
PM->>Bins: Resolve linux-x64-gnu@1.15.1
PM->>Bins: Resolve win32-x64-msvc@1.15.1
Note right of Bins: All binaries marked<br/>as optional dependencies
end
rect rgb(255, 250, 240)
Note over PM,Types: New Dependencies in v1.15.1
PM->>Counter: Resolve @swc/counter@^0.1.3
Counter-->>PM: Version 0.1.3 installed
PM->>Types: Resolve @swc/types@^0.1.25
Types->>Counter: Depends on @swc/counter@^0.1.3
Types-->>PM: Version 0.1.25 installed
end
PM->>PM: Check peer dependency
Note right of PM: @swc/helpers >= 0.5.17<br/>(optional)
PM->>SB: Install updated dependencies
Note over SB,SWC: Storybook can now use<br/>@swc/core 1.15.1 features
SB->>SWC: Import and initialize
SWC->>Bins: Load platform-specific binary
SWC->>Types: Use type definitions
SWC->>Counter: Initialize counter utilities
SWC-->>SB: Ready for compilation
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. |
|
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.20.
ℹ️ 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 457 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
Upgrades @swc/core dependency in Storybook from version 1.3.x to 1.15.1, introducing new dependencies and relaxing peer dependency constraints.