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 Loading
base: 1.69.4
Choose a base ref
...
head repository: sass/dart-sass Loading
compare: 1.69.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

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 committed 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-lang/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] committed 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 committed Oct 26, 2023
    1 Configuration menu
    Copy the full SHA
    89dac15 View commit details
    Browse the repository at this point in the history
Loading