-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade @swc/core from 1.3.68 to 1.15.8 #10675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.15.8. 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 |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
✅ 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. |
|
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.
|
WalkthroughThis PR updates the SWC compiler dependency in the Storybook configuration from version 1.3.x to 1.15.x, representing a significant version jump across multiple minor releases. The update affects both the package.json dependency declaration and the yarn.lock file, which reflects the actual installed version and its dependencies. The newer version introduces two new dependencies (@swc/counter and @swc/types) and relaxes the peer dependency constraint for @swc/helpers. This update brings performance improvements, bug fixes, and new features from the SWC project, while also updating all platform-specific binaries for darwin, linux, and windows across various architectures. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Dev as Developer
participant PM as Package Manager
participant SWC as @swc/core
participant Bins as Platform Binaries
participant Counter as @swc/counter
participant Types as @swc/types
participant Helpers as @swc/helpers (peer)
Dev->>PM: Update @swc/core: ^1.3.46 → ^1.15.8
activate PM
PM->>SWC: Resolve version 1.15.10
activate SWC
Note over SWC,Bins: Version 1.3.68 → 1.15.10
par Install Platform-Specific Binaries
SWC->>Bins: darwin-arm64@1.15.10
SWC->>Bins: darwin-x64@1.15.10
SWC->>Bins: linux-arm-gnueabihf@1.15.10
SWC->>Bins: linux-arm64-gnu@1.15.10
SWC->>Bins: linux-arm64-musl@1.15.10
SWC->>Bins: linux-x64-gnu@1.15.10
SWC->>Bins: linux-x64-musl@1.15.10
SWC->>Bins: win32-arm64-msvc@1.15.10
SWC->>Bins: win32-ia32-msvc@1.15.10
SWC->>Bins: win32-x64-msvc@1.15.10
end
Note over SWC,Counter: New dependency added
SWC->>Counter: Install @swc/counter@^0.1.3
activate Counter
Note over SWC,Types: New dependency added
SWC->>Types: Install @swc/types@^0.1.25
activate Types
Types->>Counter: Depends on @swc/counter@^0.1.3
Note over SWC,Helpers: Peer dependency requirement updated<br/>^0.5.0 → >=0.5.17
SWC-->>Helpers: Requires (optional peer)
Counter-->>Types: Installed
deactivate Counter
Types-->>SWC: Installed
deactivate Types
Bins-->>SWC: All binaries installed
SWC-->>PM: Package resolved
deactivate SWC
PM-->>Dev: Dependencies updated
deactivate PM
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. |
Snyk has created this PR to upgrade @swc/core from 1.3.68 to 1.15.8.
ℹ️ 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 482 versions ahead of your current version.
The recommended version was released 24 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
Updates the SWC compiler dependency in Storybook from version 1.3.x to 1.15.x, bringing performance improvements and new features.
@swc/corefrom^1.3.46to^1.15.8in storybook/package.json@swc/counter(^0.1.3) and@swc/types(^0.1.25)@swc/helperspeer dependency requirement from exactly ^0.5.0 to >=0.5.17