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: dlmanning/gulp-sass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: dlmanning/gulp-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 27, 2024

  1. Migrate to use the new Sass JS API by default (#846)

    * Migrate to use the new Sass JS API by default
    
    Keep the legacy API around, since its removal is still probably a
    while from now.
    
    Fixes #837
    
    * Update README for the next major version
    
    Add a migration section, link to relevant Sass documentation, and
    add a section about still using the legacy API.
    
    * Update tests to support the new API, sass-embedded
    
    * Prepare changelog entry for the next major version
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Michael Mifsud <xzyfer@gmail.com>
    wkillerud and xzyfer authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    510c1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7578d View commit details
    Browse the repository at this point in the history
  3. Update watch function docs

    xzyfer committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d373996 View commit details
    Browse the repository at this point in the history
  4. Run lint action on Node 16

    The version of node-sass we depend on only supports up to Node 17
    xzyfer committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    76e27b8 View commit details
    Browse the repository at this point in the history
  5. 6.0.0

    xzyfer committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8a45970 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Fix regressions in source maps (#876)

    * Silence import deprecation warning while node-sass is supported
    
    * fix: convert to same sourcemap format as gulp-sass v5
    
    Default to relative paths in the sources array.
    
    * test: fix timing issue of rimraf that broke tests on Windows
    
    * chore: upgrade rimraf to a version more stable on Windows
    
    Drop testing on Node 12
    
    * test: move deletion to before, debugging a timing issue on CI
    wkillerud authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9ce7c0c View commit details
    Browse the repository at this point in the history
  2. 6.0.1

    xzyfer committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    333c4ce View commit details
    Browse the repository at this point in the history
Loading