Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sass/dart-sass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.87.0
Choose a base ref
...
head repository: sass/dart-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.89.1
Choose a head ref
  • 13 commits
  • 22 files changed
  • 6 contributors

Commits on Apr 26, 2025

  1. Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)

    * Bump protoc_plugin from 21.1.2 to 22.0.0 (note, we did 22.0.1 instead)
    
    Bumps [protoc_plugin](https://github.com/google/protobuf.dart) from 21.1.2 to 22.0.0.
    - [Release notes](https://github.com/google/protobuf.dart/releases)
    - [Commits](google/protobuf.dart@protoc_plugin-v21.1.2...protoc_plugin-v22.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: protoc_plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * update protoc_plugin to 22.0.1 and protobuf to 4.0.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos (Goodwine) <[email protected]>
    dependabot[bot] and Goodwine authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    c4b0138 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Deprecate passing a relative URL to compileString() *et al* (#2567)

    This also clarifies the documentation on how loads work in the
    entrypoint file.
    nex3 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    735109f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Fix off-by-one error in Interpolation.spanForElement() (#2568)

    Co-authored-by: Natalie Weizenbaum <[email protected]>
    jonathan-conder and nex3 authored May 6, 2025
    Configuration menu
    Copy the full SHA
    1a5e0ee View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Remove useless _currentCallable property in the evaluate visitor (#…

    …2570)
    
    Since #2474, the _currentCallable property is not used anymore (except for restoring its state)
    stof authored May 7, 2025
    Configuration menu
    Copy the full SHA
    90b6b39 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Disallow passing functions/mixins across compilations (#2544)

    Co-authored-by: Natalie Weizenbaum <[email protected]>
    ntkme and nex3 authored May 8, 2025
    Configuration menu
    Copy the full SHA
    7f54226 View commit details
    Browse the repository at this point in the history
  2. Properly handle dev changelogs in bump-version-* tasks

    Previously this wouldn't update -dev changelogs if we were bumping a
    more major version than the -dev version bumped.
    nex3 committed May 8, 2025
    Configuration menu
    Copy the full SHA
    a81cd73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6edc11e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Merge pull request #2572 from sass/empty-custom-prop

    Support empty custom properties
    nex3 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    c6b2163 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on May 21, 2025

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

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    9a5b4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9a501 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2583 from sass/list-parens

    Properly add `ParenthesizedExpression` for comma-separated lists
    nex3 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    394fbe5 View commit details
    Browse the repository at this point in the history
Loading