Skip to content

Conversation

@q1blue
Copy link
Collaborator

@q1blue q1blue commented Nov 13, 2025

snyk-top-banner

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

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

  • The recommended version was released 2 months 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

Updates Sass dependency in microsite from version 1.57.1 to 1.94.0 with enhanced file watching capabilities and platform-specific optimizations.

  • Updated sass dependency specification in package.json to ^1.93.2
  • Upgraded chokidar from v3 to v4 for improved file watching
  • Added @parcel/watcher v2.5.1 with 13 platform-specific native bindings (Android, Darwin, FreeBSD, Linux glibc/musl, Windows variants) as optional dependencies
  • Upgraded immutable dependency from v4 to v5
  • Added new dependencies: detect-libc, node-addon-api v7, and readdirp v4
  • All platform-specific @parcel/watcher packages marked as optional for conditional installation

@codesandbox
Copy link

codesandbox bot commented Nov 13, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@snyk-io
Copy link

snyk-io bot commented Nov 13, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@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 package from version 1.57.1 to 1.94.0, representing a significant minor version upgrade. The update brings architectural improvements to Sass's file watching mechanism, transitioning from chokidar v3 to v4 and introducing @parcel/watcher v2.5.1 as an optional dependency. The new version includes platform-specific native bindings for 13 different OS/architecture combinations (Android, Darwin, FreeBSD, Linux with glibc/musl, and Windows variants), enabling optimized file watching across diverse environments. Additional dependencies like detect-libc, node-addon-api v7, and readdirp v4 are added to support enhanced file watching capabilities. The immutable dependency is also upgraded from v4 to v5.

Changes

File(s) Summary
microsite/package.json Updated sass dependency from ^1.57.1 to ^1.93.2, maintaining caret semver range for future patch and minor updates within 1.x major version.
microsite/yarn.lock Updated Sass from 1.57.1 to 1.94.0 with architectural changes: upgraded chokidar from v3 to v4, added @parcel/watcher v2.5.1 with 13 platform-specific native bindings as optional dependencies, upgraded immutable from v4 to v5, and added detect-libc, node-addon-api v7, and readdirp v4 dependencies.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Build as Microsite Build
    participant Sass as Sass Compiler (v1.93.2)
    participant Parcel as @parcel/watcher (v2.5.1)
    participant Chokidar as Chokidar (v4.0.3)
    participant Platform as Platform-Specific Watcher
    participant FS as File System

    Build->>Sass: Initialize sass compiler
    Sass->>Sass: Check dependencies
    
    alt @parcel/watcher available
        Sass->>Parcel: Initialize file watcher
        Parcel->>Platform: Detect OS/CPU/libc
        Note over Platform: Selects appropriate binary:<br/>darwin-arm64, linux-x64-glibc,<br/>win32-x64, etc.
        Platform->>Parcel: Return platform watcher
        Parcel->>FS: Watch SCSS files
    else @parcel/watcher not available
        Sass->>Chokidar: Initialize file watcher (v4)
        Chokidar->>FS: Watch SCSS files
    end
    
    loop File watching active
        FS-->>Parcel: File change detected
        Parcel-->>Sass: Notify file change
        Sass->>Sass: Recompile SCSS to CSS
        Sass-->>Build: Return compiled CSS
    end
    
    Note over Sass,Parcel: New dependencies:<br/>- immutable v5.1.4<br/>- node-addon-api v7.0.0<br/>- detect-libc v1.0.3
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.

@github-actions
Copy link

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 Nov 20, 2025
@github-actions github-actions bot closed this Nov 27, 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