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
base: 43c05476ed8c3b888e87a0a87f8d8c7ca80a3efc
Choose a base ref
...
head repository: dlmanning/gulp-sass
compare: 57750449c02792d7ea30cc7a4e0699c4646d4b9d
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 23, 2020

  1. Update changelog

    xzyfer committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    8d6ac29 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Upgrade lodash to fix a security issue (#776)

    Co-authored-by: Douglas <douglas.dowie@skyscanner.net>
    Douglas Dowie and Douglas committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    947b26c View commit details
    Browse the repository at this point in the history
  2. Update changelog for 4.1.1

    xzyfer committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    10eae93 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update to major version 5 (#802)

    * Update node-sass to 6.0.0
    
    Also moves node-sass to devDependencies and peerDependencies. This helps prevent dupes and conflicts in packages using gulp-sass
    
    * Make mocha test compatible with gulp@4
    
    * Update package version, engines
    
    * Remove node-sass as peer dependency
    
    * Replace through2 with transfob
    
    * Uninstall through2
    
    * Throw error if compiler not set
    
    * Fix casing of Sass
    
    Co-authored-by: Michael Mifsud <xzyfer@gmail.com>
    
    * Use function arg to set compiler, use transfob package
    
    * Update test to new API signature
    
    * Update package versions
    
    * Fix eslint errors
    
    * Incorporate previously proposed documentation changes
    
    Copied from #694
    
    * Update document outline, apply copyedits
    
    * Copyedit: overall clarifications
    
    * Call out migration guide, update badges
    
    * Document Gulp 4 usage
    
    * smol clarification
    
    * Copyedit some headings
    
    * Yet Another Copyedit™
    
    * Update README.md
    
    Co-authored-by: Michael Mifsud <xzyfer@gmail.com>
    mxmason and xzyfer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    978b8f6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    xzyfer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5775044 View commit details
    Browse the repository at this point in the history