Skip to content

Conversation

@q1blue
Copy link
Collaborator

@q1blue q1blue commented Jan 8, 2026

snyk-top-banner

Snyk has created this PR to upgrade sass from 1.60.0 to 1.97.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 95 versions ahead of your current version.

  • The recommended version was released 23 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:

@codesandbox
Copy link

codesandbox bot commented Jan 8, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@snyk-io
Copy link

snyk-io bot commented Jan 8, 2026

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

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant App as Microsite Application
    participant Sass as Sass Compiler (v1.97.2)
    participant Watcher as File Watcher
    participant Parcel as @parcel/watcher (v2.5.1)
    participant Chokidar as chokidar (v4.0.3)
    participant Platform as Platform-Specific Binary
    participant FS as File System

    App->>Sass: Initialize Sass compiler
    Sass->>Sass: Load immutable (v5.1.4) for data structures
    
    alt Development mode with file watching
        Sass->>Watcher: Request file watching setup
        Watcher->>Parcel: Try to initialize @parcel/watcher (optional)
        
        alt @parcel/watcher available
            Parcel->>Platform: Detect OS/CPU/libc using detect-libc
            Platform-->>Parcel: Platform info
            Parcel->>Platform: Load platform-specific native binary
            Note over Parcel,Platform: Supports: Android, Darwin, Linux,<br/>FreeBSD, Windows (ARM64/x64/ia32)
            Platform-->>Parcel: Native watcher initialized
            Parcel-->>Watcher: Watcher ready
        else @parcel/watcher not available
            Watcher->>Chokidar: Fallback to chokidar
            Chokidar->>FS: Setup file system watching (readdirp v4.1.2)
            FS-->>Chokidar: Watch handles created
            Chokidar-->>Watcher: Watcher ready
        end
        
        Watcher-->>Sass: File watching active
    end
    
    Sass-->>App: Compiler ready
    
    loop File changes detected
        FS->>Watcher: File change event
        Watcher->>Sass: Notify file changed
        Sass->>Sass: Recompile SCSS/SASS files
        Sass->>App: Updated CSS output
    end
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.

@augmentcode
Copy link

augmentcode bot commented Jan 8, 2026

🤖 Augment PR Summary

Summary: Updates the microsite’s Sass toolchain to a newer upstream release to keep dependencies current.

Changes:

  • Bumped microsite/package.json sass from ^1.57.1 to ^1.97.0.
  • Regenerated microsite/yarn.lock to resolve sass@1.97.2 and update transitive dependencies accordingly.
  • Introduced/upgraded Sass’s file-watching dependency chain (notably adding optional @parcel/watcher platform packages and moving chokidar to v4).
  • Updated Sass internals and related transitive libraries (e.g., immutable v5, readdirp v4, plus small supporting deps).

Technical Notes: This is an automated Snyk upgrade PR; expected impact is primarily on Sass compilation and dev-mode file watching behavior within the microsite.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@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 Jan 15, 2026
@github-actions github-actions bot closed this Jan 22, 2026
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