[Snyk] Upgrade @swc/core from 1.3.68 to 1.13.4#7638
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.13.4. 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.4 in the Storybook configuration. SWC (Speedy Web Compiler) is a Rust-based platform for JavaScript/TypeScript compilation and bundling. The update affects both package.json and yarn.lock files, bringing in new dependencies (@swc/counter and @swc/types) and relaxing peer dependency requirements for @swc/helpers. This significant version bump likely includes performance improvements, bug fixes, and new features for the build process. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title SWC Core Dependency Update Flow
participant App as "Storybook Application"
participant Bundler as "JavaScript Bundler"
participant SWC as "@swc/core v1.13.5"
participant Counter as "@swc/counter v0.1.3"
participant Types as "@swc/types v0.1.25"
participant Platform as "Platform-specific SWC Binaries"
Note over App,Platform: Dependency Update: @swc/core ^1.3.46 → ^1.13.4 (resolved to 1.13.5)
App->>Bundler: Import modules
Bundler->>SWC: Request code transformation
activate SWC
SWC->>Counter: Initialize counter service
Note right of Counter: New dependency in v1.13.5
SWC->>Types: Use type definitions
Note right of Types: New dependency in v1.13.5
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=x64 & libc=glibc
SWC->>Platform: Load @swc/core-linux-x64-gnu 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
Platform-->>SWC: Return platform-specific implementation
SWC->>SWC: Transform JavaScript/TypeScript code
SWC-->>Bundler: Return transformed code
deactivate SWC
Bundler-->>App: Return bundled application
Note over App,Platform: Updated peer dependency requirement: @swc/helpers >=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 👍 |
|
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.4.
ℹ️ 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 446 versions ahead of your current version.
The recommended version was released 22 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
This PR updates the @swc/core dependency to a newer version in the Storybook configuration.