[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.1#9238
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.15.1. 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 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
Sequence DiagramThis 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
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.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
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.