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.69.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.69.5
Choose a head ref
  • 7 commits
  • 19 files changed
  • 4 contributors

Commits on Oct 9, 2023

  1. Cut another release (#2111)

    We should have billing set up for the M1 MacOS runners now.
    nex3 authored Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    887c511 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Fix crash in browser when running alongside NextJS (#2114)

    * Fix crash in browser when running alongside NextJS
    
    Fixes #2113
    
    * update sass_api pubspec
    Goodwine authored Oct 10, 2023
    1 Configuration menu
    Copy the full SHA
    c62fe6a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 17, 2023

  1. Cut a release (#2120)

    This will release sass/embedded-host-node#258.
    nex3 authored Oct 17, 2023
    1 Configuration menu
    Copy the full SHA
    f40c1fc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump dartdoc from 6.3.0 to 7.0.0 (#2118)

    * Bump dartdoc from 6.3.0 to 7.0.0
    
    Bumps [dartdoc](https://github.com/dart-lang/dartdoc) from 6.3.0 to 7.0.0.
    - [Release notes](https://github.com/dart-lang/dartdoc/releases)
    - [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/dart-lang/dartdoc/commits)
    
    ---
    updated-dependencies:
    - dependency-name: dartdoc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix AST visitor for parameter types, they are no longer considered SimpleIdentifier
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Israel Ortiz García <goodwine@google.com>
    dependabot[bot] and Goodwine authored Oct 18, 2023
    1 Configuration menu
    Copy the full SHA
    ac25a70 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Bump lints from 2.1.1 to 3.0.0 (#2126)

    Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
    - [Release notes](https://github.com/dart-lang/lints/releases)
    - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
    - [Commits](dart-archive/lints@v2.1.1...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: lints
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    1 Configuration menu
    Copy the full SHA
    69d0f07 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Add compatibility with Node.js 21.0.0 (#2128)

    See dart-lang/sdk#53784. Although Node.js 21.1.0 fixed the issue on
    its end, this release will use Dart 3.1.5 which will ensure we're
    compatible even with the earlier release as well.
    nex3 authored Oct 26, 2023
    1 Configuration menu
    Copy the full SHA
    89dac15 View commit details
    Browse the repository at this point in the history
Loading