Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feature.color-4 #2007

Merged
merged 10 commits into from
Aug 13, 2024
Merged

Merge main into feature.color-4 #2007

merged 10 commits into from
Aug 13, 2024

Commits on Jun 17, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#1999)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c0d3acf View commit details
    Browse the repository at this point in the history
  2. Add tests for comments around statements (#1998)

    A few of these cases are currently broken on Dart Sass.
    nex3 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e3c74af View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    e9f7340 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Bump socket.io from 4.6.1 to 4.7.5 (#2001)

    Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.7.5.
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io@4.6.1...4.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7ac8066 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    81545a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f3d9fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Finish migrating off of @import and global built-ins (#2005)

    * Migrate some more inspect calls
    
    * Migrate some additional global functions
    
    * Migrate some additional meta functions
    
    * More libsass global functions
    
    * libsass-closed-issues global functions
    
    * Migrate remaining global functions
    
    * Migrate plain CSS tests to module system
    
    * Migrate js-api-spec tests
    
    * Fix typo in is-bracketed
    
    * Fix remaining failures
    jathak committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    24437eb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Coisnstently use double quotes for @use "sass:color"

    This mitigates the merge conflicts with main, where the module system
    migrator uses double quotes.
    nex3 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    00338ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250a836 View commit details
    Browse the repository at this point in the history
  3. Fix static checks

    nex3 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3756592 View commit details
    Browse the repository at this point in the history