Skip to content

chore(deps): update dependency isolated-vm to v4.7.2#7632

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/isolated-vm-4.x-lockfile
Closed

chore(deps): update dependency isolated-vm to v4.7.2#7632
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/isolated-vm-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 3, 2025

This PR contains the following updates:

Package Change Age Confidence
isolated-vm 4.5.04.7.2 age confidence

Release Notes

laverdet/isolated-vm (isolated-vm)

v4.7.2

Compare Source

v4.6.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 3, 2025
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Sep 3, 2025

🎉 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-pr-reviews
Copy link
Copy Markdown

🔒 Entelligence AI Vulnerability Scanner

No security vulnerabilities found!

Your code passed our comprehensive security analysis.


@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This 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

File(s) Summary
yarn.lock Updated dependency tree to pin specific versions of Backstage dependencies (@backstage/config@0.1.1, @backstage/core-components@0.1.0, @backstage/core-plugin-api@0.1.0, @backstage/theme@0.1.1) and their transitive dependencies for the gitops-profiles plugin.

Sequence Diagram

This 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
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please 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 below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

LGTM 👍

@socket-security
Copy link
Copy Markdown

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.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
atob@2.1.2 has a License Policy Violation.

License: CC-BY-3.0 (package/LICENSE.DOCS)

From: storybook/yarn.locknpm/atob@2.1.2

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/atob@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
caniuse-lite@1.0.30001378 has a License Policy Violation.

License: CC-BY-4.0 (npm metadata)

License: CC-BY-4.0 (package/LICENSE)

License: CC-BY-4.0 (package/package.json)

From: yarn.locknpm/caniuse-lite@1.0.30001378

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001378. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
polished@4.2.2 has a License Policy Violation.

License: OFL-1.1 (package/docs/assets/fonts/LICENSE.txt)

From: storybook/yarn.locknpm/polished@4.2.2

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/polished@4.2.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Sep 3, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions
Copy link
Copy Markdown

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!

@github-actions github-actions Bot added stale and removed stale labels Sep 10, 2025
@github-actions
Copy link
Copy Markdown

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!

@github-actions github-actions Bot added the stale label Sep 22, 2025
@renovate renovate Bot changed the title fix(deps): update dependency isolated-vm to v4.7.2 chore(deps): update dependency isolated-vm to v4.7.2 Sep 25, 2025
@github-actions github-actions Bot removed the stale label Sep 30, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 8, 2025

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!

@github-actions github-actions Bot added the stale label Oct 8, 2025
@github-actions github-actions Bot closed this Oct 15, 2025
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 14, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^4.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants