-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade @swc/core from 1.3.68 to 1.13.20 #8161
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
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/4590850b-6aaf-4257-983f-c8d6bc88021a?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 microsite package from version 1.3.46 to 1.13.20, representing a significant version jump of approximately 10 minor versions. The update brings in newer SWC compiler features, performance improvements, and bug fixes. The yarn.lock file reflects comprehensive updates across all platform-specific binaries (Darwin, Linux, Windows) from version 1.3.68 to 1.15.1. Two new dependencies are introduced: @swc/counter and @swc/types. The peer dependency requirement for @swc/helpers is relaxed from ^0.5.0 to >=0.5.17, providing greater version compatibility flexibility. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Dev as Developer
participant PM as Package Manager
participant MS as Microsite App
participant SWC as @swc/core
participant Bins as Platform Binaries
participant Utils as Utility Packages
Dev->>PM: Update @swc/core: ^1.3.46 → ^1.13.20
activate PM
PM->>PM: Resolve dependency tree
PM->>SWC: Fetch @swc/core@1.15.1
activate SWC
Note over PM,SWC: Version upgrade: 1.3.68 → 1.15.1
SWC->>PM: Declare dependencies
Note over SWC,PM: New dependencies:<br/>@swc/counter@^0.1.3<br/>@swc/types@^0.1.25
PM->>Utils: Fetch @swc/counter@0.1.3
activate Utils
Utils-->>PM: Package installed
deactivate Utils
PM->>Utils: Fetch @swc/types@0.1.25
activate Utils
Utils->>Utils: Depends on @swc/counter@^0.1.3
Utils-->>PM: Package installed
deactivate Utils
loop For each platform (darwin, linux, win32)
PM->>Bins: Fetch platform-specific binary@1.15.1
activate Bins
Note over Bins: arm64, x64, ia32 variants<br/>glibc/musl variants
Bins-->>PM: Binary installed (optional)
deactivate Bins
end
PM->>PM: Update yarn.lock with resolved versions
PM->>PM: Verify peer dependency: @swc/helpers >=0.5.17
deactivate SWC
PM-->>MS: Dependencies updated
deactivate PM
MS->>SWC: Use updated compiler
Note over MS,SWC: Microsite now uses<br/>@swc/core@1.15.1
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. |
|
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.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 2 months 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 from version 1.3.46 to 1.13.20 in the microsite package.