Skip to content

Conversation

@q1blue
Copy link
Collaborator

@q1blue q1blue commented Sep 25, 2025

snyk-top-banner

Snyk has created this PR to upgrade sass from 1.60.0 to 1.92.0.

ℹ️ 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 82 versions ahead of your current version.

  • The recommended version was released 22 days ago.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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 sass dependency in the microsite from ^1.57.1 to ^1.92.0.

  • Updated sass to version 1.93.2 in yarn.lock
  • Added new dependencies: @parcel/watcher 2.5.1 with platform-specific variants
  • Upgraded chokidar from 3.x to ^4.0.0
  • Updated immutable from 4.2.2 to 5.1.3
  • Added supporting dependencies: detect-libc and node-addon-api

@snyk-io
Copy link

snyk-io bot commented Sep 25, 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

🔒 Entelligence AI Vulnerability Scanner

No security vulnerabilities found!

Your code passed our comprehensive security analysis.


@entelligence-ai-pr-reviews
Copy link

Walkthrough

This PR updates the sass dependency in the microsite from version ^1.57.1 to ^1.92.0, along with related dependency changes in the yarn.lock file. The update brings in new features and bug fixes for sass, while also introducing new dependencies like @parcel/watcher and updating existing ones like chokidar (^4.0.0) and immutable (^5.0.2). These changes only affect development dependencies and don't modify any functionality in the codebase itself.

Changes

File(s) Summary
microsite/package.json Updated sass dependency from ^1.57.1 to ^1.92.0 in development dependencies.
microsite/yarn.lock Updated multiple dependencies including: sass to version 1.93.2, added @parcel/watcher 2.5.1, upgraded chokidar to ^4.0.0, and immutable from 4.2.2 to 5.1.3. Also added supporting dependencies like detect-libc and node-addon-api.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    title SASS Dependency Upgrade Workflow

    participant Dev as "Developer"
    participant NPM as "Package Manager"
    participant SASS as "SASS Compiler"
    participant Watcher as "@parcel/watcher"
    participant Chokidar as "Chokidar v4"
    participant Immutable as "Immutable v5"
    
    Dev->>NPM: Update SASS from v1.57.1 to v1.92.0
    Note over Dev,NPM: Changes package.json dependency
    
    NPM->>SASS: Install SASS v1.92.0
    
    Note over SASS,Immutable: New dependency architecture
    
    SASS->>Watcher: Add @parcel/watcher v2.5.1
    Note right of Watcher: New optional dependency<br/>for file watching
    
    SASS->>Chokidar: Upgrade to v4.0.3
    Note right of Chokidar: Previous version was v3.5.3
    
    SASS->>Immutable: Upgrade to v5.1.3
    Note right of Immutable: Previous version was v4.2.2
    
    alt Using @parcel/watcher (preferred)
        SASS->>Watcher: Watch for file changes
        Watcher-->>SASS: Notify of file changes
    else Fallback to Chokidar
        SASS->>Chokidar: Watch for file changes
        Chokidar-->>SASS: Notify of file changes
    end
    
    SASS->>Immutable: Store file state
    
    Dev->>SASS: Run SASS compilation
    SASS-->>Dev: Return compiled CSS
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

LGTM 👍

@codesandbox
Copy link

codesandbox bot commented Sep 25, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@socket-security
Copy link

@socket-security
Copy link

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
argparse@2.0.1 has a License Policy Violation.

License: Python-2.0.1 (package/LICENSE)

From: yarn.locknpm/argparse@2.0.1

ℹ 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/argparse@2.0.1. 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.30001481 has a License Policy Violation.

License: CC-BY-4.0 (npm metadata)

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

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

From: microsite/yarn.locknpm/browserslist@4.21.5npm/caniuse-lite@1.0.30001481

ℹ 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.30001481. 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

@github-actions
Copy link

github-actions bot commented Oct 2, 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 2, 2025
@github-actions github-actions bot closed this Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants