[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.3#9462
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.15.3. 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 ScannerStatus: No security vulnerabilities found Your code passed our comprehensive security analysis. |
WalkthroughThis 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
Sequence DiagramThis 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
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. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
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.
|
|
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.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
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.