7.md (13127B)
1 # PR #7 Bump gulp-sass from 3.1.0 to 5.1.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-07-19T19:36:40Z 6 - **Branch:** dependabot/npm_and_yarn/gulp-sass-5.1.0 → master 7 - **Merged:** 2022-07-20T06:41:38Z 8 - **Labels:** dependencies 9 - **Diff:** [7.diff](./7.diff) 10 11 --- 12 13 Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 3.1.0 to 5.1.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/dlmanning/gulp-sass/releases">gulp-sass's releases</a>.</em></p> 17 <blockquote> 18 <h2>v5.1.0</h2> 19 <p>Huge shout out to <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> for putting a ton of effort into this release 🎉</p> 20 <h2>What's Changed</h2> 21 <ul> 22 <li>Document usage in ESM modules by <a href="https://github.com/mxmason"><code>@mxmason</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/805">dlmanning/gulp-sass#805</a></li> 23 <li>Typo @ README.md by <a href="https://github.com/radimvaculik"><code>@radimvaculik</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/807">dlmanning/gulp-sass#807</a></li> 24 <li>package.json: specify the files to include by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/817">dlmanning/gulp-sass#817</a></li> 25 <li>Enforce LF by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/814">dlmanning/gulp-sass#814</a></li> 26 <li>Update dependencies by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/816">dlmanning/gulp-sass#816</a></li> 27 <li>Switch to GitHub Actions CI by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/813">dlmanning/gulp-sass#813</a></li> 28 <li>Replace lodash with the lodash.clonedeep package by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/818">dlmanning/gulp-sass#818</a></li> 29 <li>Tweak README.md by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/821">dlmanning/gulp-sass#821</a></li> 30 <li>Move eslint to npm scripts by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/819">dlmanning/gulp-sass#819</a></li> 31 <li>Minor lint tweaks by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/820">dlmanning/gulp-sass#820</a></li> 32 <li>Fix <code>fix</code> script by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/823">dlmanning/gulp-sass#823</a></li> 33 <li>Minor tweaks and cleanup by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/822">dlmanning/gulp-sass#822</a></li> 34 <li>Update devDependencies and switch to Node.js 16/npm 7+ by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/829">dlmanning/gulp-sass#829</a></li> 35 <li>Update devDependencies by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/835">dlmanning/gulp-sass#835</a></li> 36 <li>Update README.md by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/832">dlmanning/gulp-sass#832</a></li> 37 <li>Clean up return statements by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/836">dlmanning/gulp-sass#836</a></li> 38 <li>CI: use <code>lts/*</code> for the lint job by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/839">dlmanning/gulp-sass#839</a></li> 39 <li>Replace chalk with picocolors by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/833">dlmanning/gulp-sass#833</a></li> 40 <li>Reword missing compiler message by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/834">dlmanning/gulp-sass#834</a></li> 41 <li>Remove should by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/841">dlmanning/gulp-sass#841</a></li> 42 <li>Remove transfob package by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/840">dlmanning/gulp-sass#840</a></li> 43 <li>Update CHANGELOG.md by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/831">dlmanning/gulp-sass#831</a></li> 44 <li>Add sass tests too by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/842">dlmanning/gulp-sass#842</a></li> 45 </ul> 46 <h2>New Contributors</h2> 47 <ul> 48 <li><a href="https://github.com/radimvaculik"><code>@radimvaculik</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/807">dlmanning/gulp-sass#807</a></li> 49 <li><a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/pull/817">dlmanning/gulp-sass#817</a></li> 50 </ul> 51 <p><strong>Full Changelog</strong>: <a href="https://github.com/dlmanning/gulp-sass/compare/v5.0.0...v5.1.0">https://github.com/dlmanning/gulp-sass/compare/v5.0.0...v5.1.0</a></p> 52 <h2>v5.0.0</h2> 53 <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 <3</p> 54 <h1>Breaking changes</h1> 55 <ul> 56 <li>Require Node >= 12</li> 57 <li>Require Gulp 4</li> 58 <li>Drop dependency on the deprecate node-sass</li> 59 <li>Remove hardcoded default Sass compiler</li> 60 </ul> 61 <h1>Upgrading to v5</h1> 62 <p>It is now required to explicitly install a Sass compiler.</p> 63 <pre lang="sh"><code>npm install gulp-sass sass 64 </tr></table> 65 </code></pre> 66 </blockquote> 67 <p>... (truncated)</p> 68 </details> 69 <details> 70 <summary>Changelog</summary> 71 <p><em>Sourced from <a href="https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md">gulp-sass's changelog</a>.</em></p> 72 <blockquote> 73 <h1>gulp-sass Changelog</h1> 74 <h2>v5.0.0</h2> 75 <p><strong>June 25, 2021</strong></p> 76 <p><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> 77 <h2>v4.1.1</h2> 78 <p><strong>June 24, 2021</strong></p> 79 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1">https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1</a></p> 80 <h2>v4.1.0</h2> 81 <p><strong>April 23, 2020</strong></p> 82 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0">https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0</a></p> 83 <h2>v4.0.2</h2> 84 <p><strong>October 16, 2018</strong></p> 85 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2">https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2</a></p> 86 <h2>v4.0.1</h2> 87 <p><strong>Apr 8, 2018</strong></p> 88 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1">https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1</a></p> 89 <h2>v4.0.0</h2> 90 <p><strong>April 5, 2018</strong></p> 91 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0">https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0</a></p> 92 <h2>v3.2.1</h2> 93 <p><strong>March 24, 2018</strong></p> 94 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1">https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1</a></p> 95 <h2>v3.2.0</h2> 96 <p><strong>March 12, 2018</strong></p> 97 <p><a href="https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0">https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0</a></p> 98 </blockquote> 99 </details> 100 <details> 101 <summary>Commits</summary> 102 <ul> 103 <li><a href="https://github.com/dlmanning/gulp-sass/commit/c04bb67043fdbcb930152232ee9ba4caff0b2599"><code>c04bb67</code></a> 5.1.0</li> 104 <li><a href="https://github.com/dlmanning/gulp-sass/commit/835d6f36f5a89999c0a64268347cb25c35213ced"><code>835d6f3</code></a> Add sass tests too (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/842">#842</a>)</li> 105 <li><a href="https://github.com/dlmanning/gulp-sass/commit/4e8c5dea5f69c5ce6c91481a819cb5407e865e58"><code>4e8c5de</code></a> Update CHANGELOG.md (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/831">#831</a>)</li> 106 <li><a href="https://github.com/dlmanning/gulp-sass/commit/d68d15b89bdad253c2e80beb1ce944106b4858de"><code>d68d15b</code></a> Remove transfob package (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/840">#840</a>)</li> 107 <li><a href="https://github.com/dlmanning/gulp-sass/commit/0011378392cd0cb83daec60bef70327de8a9b47e"><code>0011378</code></a> Remove should (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/841">#841</a>)</li> 108 <li><a href="https://github.com/dlmanning/gulp-sass/commit/9ac63f012f9c9461a042fde8adaa6f6b91041cfc"><code>9ac63f0</code></a> Reword missing compiler message (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/834">#834</a>)</li> 109 <li><a href="https://github.com/dlmanning/gulp-sass/commit/c65a478b17e0301e914b9ad76c1d713e43466b65"><code>c65a478</code></a> Replace chalk with picocolors (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/833">#833</a>)</li> 110 <li><a href="https://github.com/dlmanning/gulp-sass/commit/45becae18aa5172318089c18bf09547abadbb665"><code>45becae</code></a> CI: use <code>lts/*</code> for the lint job (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/839">#839</a>)</li> 111 <li><a href="https://github.com/dlmanning/gulp-sass/commit/18f57f0cc791d4ffa609a258510cc006645d0308"><code>18f57f0</code></a> Clean up return statements (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/836">#836</a>)</li> 112 <li><a href="https://github.com/dlmanning/gulp-sass/commit/57428f955175ab5467e51864afd90a7c4266235b"><code>57428f9</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/dlmanning/gulp-sass/issues/832">#832</a>)</li> 113 <li>Additional commits viewable in <a href="https://github.com/dlmanning/gulp-sass/compare/v3.1.0...v5.1.0">compare view</a></li> 114 </ul> 115 </details> 116 <br /> 117 118 119 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 120 121 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`. 122 123 [//]: # (dependabot-automerge-start) 124 [//]: # (dependabot-automerge-end) 125 126 --- 127 128 <details> 129 <summary>Dependabot commands and options</summary> 130 <br /> 131 132 You can trigger Dependabot actions by commenting on this PR: 133 - `@dependabot rebase` will rebase this PR 134 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 135 - `@dependabot merge` will merge this PR after your CI passes on it 136 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 137 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 138 - `@dependabot reopen` will reopen this PR if it is closed 139 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 140 - `@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) 141 - `@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) 142 - `@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) 143 144 145 </details> 146