Bump gulp-sass from 4.0.2 to 5.0.0 in /src/Return.Web
Bumps gulp-sass from 4.0.2 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
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
Commits
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 will not automatically merge this PR because it includes a major update to a production dependency.
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)