chore(deps): update dependency isolated-vm to v4.7.2#7632
chore(deps): update dependency isolated-vm to v4.7.2#7632renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
🎉 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 pins specific versions of Backstage dependencies for the gitops-profiles plugin instead of using workspace references. The update fixes the plugin to use exact versions of @backstage/config (0.1.1), @backstage/core-components (0.1.0), @backstage/core-plugin-api (0.1.0), and @backstage/theme (0.1.1). The yarn.lock file has been updated to include all necessary transitive dependencies for these pinned versions. This change appears to be aimed at ensuring compatibility with a specific version of the Backstage framework rather than automatically using the latest workspace versions. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title Backstage GitOps Profiles Plugin Interaction Flow
actor User
participant App as "Backstage App"
participant GitOpsProfilesPlugin as "GitOps Profiles Plugin"
participant CoreComponents as "Core Components v0.1.0"
participant CorePluginAPI as "Core Plugin API v0.1.0"
participant Config as "Config v0.1.1"
participant Theme as "Theme v0.1.1"
participant ExternalAPI as "External GitOps API"
User->>App: Navigate to GitOps profiles page
App->>GitOpsProfilesPlugin: Load plugin
activate GitOpsProfilesPlugin
GitOpsProfilesPlugin->>CorePluginAPI: Register plugin
CorePluginAPI-->>GitOpsProfilesPlugin: Plugin registered
GitOpsProfilesPlugin->>Config: Load configuration
Config-->>GitOpsProfilesPlugin: Return configuration
GitOpsProfilesPlugin->>Theme: Apply theme
Theme-->>GitOpsProfilesPlugin: Theme applied
GitOpsProfilesPlugin->>CoreComponents: Render UI components
activate CoreComponents
CoreComponents->>CoreComponents: Create Material UI components
CoreComponents-->>GitOpsProfilesPlugin: UI components rendered
deactivate CoreComponents
User->>GitOpsProfilesPlugin: Select GitOps profile
GitOpsProfilesPlugin->>ExternalAPI: Request profile deployment
ExternalAPI-->>GitOpsProfilesPlugin: Return deployment status
GitOpsProfilesPlugin->>CoreComponents: Update UI with status
CoreComponents-->>GitOpsProfilesPlugin: UI updated
GitOpsProfilesPlugin-->>App: Plugin rendered
deactivate GitOpsProfilesPlugin
App-->>User: Display GitOps profiles page
Note over GitOpsProfilesPlugin,CoreComponents: All components now use pinned versions:<br/>- @backstage/config: 0.1.1<br/>- @backstage/core-components: 0.1.0<br/>- @backstage/core-plugin-api: 0.1.0<br/>- @backstage/theme: 0.1.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. |
|
LGTM 👍 |
|
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.
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
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! |
|
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! |
|
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! |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
4.5.0→4.7.2Release Notes
laverdet/isolated-vm (isolated-vm)
v4.7.2Compare Source
v4.6.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.