Bump gulp-sass from 4.1.1 to 5.0.0 #309

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/develop/gulp-sass-5.0.0 into develop 2021-07-03 12:34:01 +02:00
dependabot[bot] commented 2021-06-28 06:08:26 +02:00 (Migrated from github.com)

Bumps gulp-sass from 4.1.1 to 5.0.0.

Release notes

Sourced from gulp-sass's releases.

v5.0.0

First and foremost a huge shout out to @​mxmason for making this long awaited release possible <3

Breaking 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 sass

or to continue using node-sass

npm install gulp-sass node-sass

Gulp 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.

Changelog

Sourced from gulp-sass's changelog.

v5.0.0

June 25, 2021 https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.1 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dlmanning/gulp-sass/releases">gulp-sass's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <p>First and foremost a huge shout out to <a href="https://github.com/mxmason"><code>@​mxmason</code></a> for making this long awaited release possible &lt;3</p> <h1>Breaking changes</h1> <ul> <li>Require Node &gt;= 12</li> <li>Require Gulp 4</li> <li>Drop dependency on the deprecate node-sass</li> <li>Remove hardcoded default Sass compiler</li> </ul> <h1>Upgrading to v5</h1> <p>It is now required to explicitly install a Sass compiler.</p> <pre lang="sh"><code>npm install gulp-sass sass </code></pre> <p>or to continue using node-sass</p> <pre lang="sh"><code>npm install gulp-sass node-sass </code></pre> <p>Gulp tasks will also need to be update to use the installed Sass compiler</p> <pre lang="js"><code>const sass = require('gulp-sass')(require('sass')); </code></pre> <p>Check out the <a href="https://github.com/dlmanning/gulp-sass/tree/master#migrating-to-version-5">upgrade guide</a> for more details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md">gulp-sass's changelog</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <p><strong>June 25, 2021</strong> <a href="https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0">https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dlmanning/gulp-sass/commit/978b8f6b48a3d4da1110076b5a246a5e80f7477e"><code>978b8f6</code></a> Update to major version 5 (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/802">#802</a>)</li> <li>See full diff in <a href="https://github.com/dlmanning/gulp-sass/compare/v4.1.1...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gulp-sass&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Serraniel (Migrated from github.com) approved these changes 2021-07-03 12:31:24 +02:00
Serraniel commented 2021-07-03 12:33:59 +02:00 (Migrated from github.com)

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#309
No description provided.