winerror-simulator
                                
                                
                                
                                    winerror-simulator copied to clipboard
                            
                            
                            
                        Bump gulp-sass from 3.2.1 to 5.0.0
Bumps gulp-sass from 3.2.1 to 5.0.0.
Release notes
Sourced from gulp-sass's releases.
v5.0.0
First and foremost a huge shout out to
@mxmasonfor making this long awaited release possible <3Breaking changes
- Require Node >= 12
 - Require Gulp 4
 - Drop dependency on the deprecate node-sass
 - Remove hardcoded default Sass compiler
 Upgrading to v5
It is now required to explicitly install a Sass compiler.
npm install gulp-sass sassor to continue using node-sass
npm install gulp-sass node-sassGulp tasks will also need to be update to use the installed Sass compiler
const sass = require('gulp-sass')(require('sass'));Check out the upgrade guide for more details.
v4.1.1
Dependencies
v4.1.0
Features
- Update modified time on output file (
 @WraithKenny, #706)Dependencies
v4.0.2
Documentation
... (truncated)
Changelog
Sourced from gulp-sass's changelog.
v5.0.0
June 25, 2021 https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0
v4.1.1
June 24, 2021 https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1
v4.1.0
April 23, 2020
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0
v4.0.2
October 16, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2
v4.0.1
Apr 8, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1
v4.0.0
April 5, 2018
Commits
978b8f6Update to major version 5 (#802)10eae93Update changelog for 4.1.1947b26cUpgrade lodash to fix a security issue (#776)8d6ac29Update changelog43c05474.1.0ebe3ec6Set appropriate file stat times (#763)7ab018eMigrate to the lodash packagefa670c64.0.2fefa00eRevert package.json version bump98254d2Fix README typos- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
 - Pull request limits (per update run and/or open at any time)
 - Out-of-range updates (receive only lockfile updates, if desired)
 - Security updates (receive only security updates, if desired)