Build(deps): bump node-sass from 7.0.3 to 8.0.0 #744

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-node-sass-8.0.0 into master 2022-11-10 08:27:47 +00:00
argoyle commented 2022-11-10 04:38:24 +00:00 (Migrated from gitlab.com)

Bumps node-sass from 7.0.3 to 8.0.0.

Release notes

Sourced from node-sass's releases.

v8.0.0

What's Changed

Breaking changes

Features

Dependencies

  • Bump true-case-path@2.2.1
  • Bump node-gyp @​9.0.0
  • Bump nan@^2.17.0
  • Bump sass-graph@^4.0.1

Misc

Supported Environments

OS Architecture Node
Windows x86 & x64 14, 16, 18, 19
OSX x64 14, 16, 18, 19
Linux* x64 14, 16, 18, 19
Alpine Linux x64 14, 16, 18, 19
FreeBSD i386 amd64 12, 14

*Linux support refers to major distributions like Ubuntu, and Debian

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [node-sass](https://github.com/sass/node-sass) from 7.0.3 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/node-sass/releases">node-sass's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>What's Changed</h2> <ul> <li>Fix binaries being partially downloaded by <a href="https://github.com/xzyfer"><code>@​xzyfer</code></a> in <a href="https://github.com/sass/node-sass/pull/3313">sass/node-sass#3313</a></li> <li>Bump node-gyp and nan for node 19 support by <a href="https://github.com/xzyfer"><code>@​xzyfer</code></a> in <a href="https://github.com/sass/node-sass/pull/3314">sass/node-sass#3314</a></li> <li>feat: Node 18 and 19 support and drop Node 17 by <a href="https://github.com/nschonni"><code>@​nschonni</code></a> in <a href="https://github.com/sass/node-sass/pull/3257">sass/node-sass#3257</a></li> </ul> <h3>Breaking changes</h3> <ul> <li>Drop support for Node 12 (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>)</li> <li>Drop support for Node 17 (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>)</li> <li>Set <code>rejectUnauthorized</code> to <code>true</code> by default (<a href="https://github.com/scott-ut"><code>@​scott-ut</code></a>, <a href="https://github.com/sass/node-sass/issues/3149">#3149</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add support for Node 18 (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>)</li> <li>Add support for Node 19 (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>)</li> <li>Replace <code>request</code> with <code>make-fetch-happen</code> (<a href="https://github.com/CamilleDrapier"><code>@​CamilleDrapier</code></a> <a href="https://github.com/xzyfer"><code>@​xzyfer</code></a>, <a href="https://github.com/sass/node-sass/issues/3193">#3193</a>, <a href="https://github.com/sass/node-sass/issues/3313">#3313</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Bump true-case-path@2.2.1</li> <li>Bump node-gyp <a href="https://github.com/9"><code>@​9</code></a>.0.0</li> <li>Bump nan@^2.17.0</li> <li>Bump sass-graph@^4.0.1</li> </ul> <h3>Misc</h3> <ul> <li>Bump various GitHub Actions dependencies (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>)</li> </ul> <h2>Supported Environments</h2> <table> <thead> <tr> <th>OS</th> <th>Architecture</th> <th>Node</th> </tr> </thead> <tbody> <tr> <td>Windows</td> <td>x86 &amp; x64</td> <td>14, 16, 18, 19</td> </tr> <tr> <td>OSX</td> <td>x64</td> <td>14, 16, 18, 19</td> </tr> <tr> <td>Linux*</td> <td>x64</td> <td>14, 16, 18, 19</td> </tr> <tr> <td>Alpine Linux</td> <td>x64</td> <td>14, 16, 18, 19</td> </tr> <tr> <td>FreeBSD</td> <td>i386 amd64</td> <td>12, 14</td> </tr> </tbody> </table> <p>*Linux support refers to major distributions like Ubuntu, and Debian</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/node-sass/commit/ee13eb9c62449d1e535189a063cbdd15583ebf32"><code>ee13eb9</code></a> 8.0.0</li> <li><a href="https://github.com/sass/node-sass/commit/98e75b39e22ba2fdf7726eefa23ba5f7247540c4"><code>98e75b3</code></a> feat: Node 18 and 19 support and drop Node 17 (<a href="https://github.com/sass/node-sass/issues/3257">#3257</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/e9bb866b0cfec9f9f98c370be325289d25be5c62"><code>e9bb866</code></a> Bump node-gyp and nan for node 19 support (<a href="https://github.com/sass/node-sass/issues/3314">#3314</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/ab7840b335d58f59731315354f2ea18d6bdf8fd6"><code>ab7840b</code></a> Fix binaries being partially downloaded (<a href="https://github.com/sass/node-sass/issues/3313">#3313</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/d595abf2ed3e8013509c04b1205005e95d3fcc2e"><code>d595abf</code></a> 7.0.3</li> <li><a href="https://github.com/sass/node-sass/commit/3b556c1c9a79e87fd54fdaa9a1a18741a7616025"><code>3b556c1</code></a> 7.0.2</li> <li><a href="https://github.com/sass/node-sass/commit/c7163594c339942d2732c513b6c68f03af070a3a"><code>c716359</code></a> Bump sass-graph@^4.0.1 (<a href="https://github.com/sass/node-sass/issues/3292">#3292</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/24741b351cb046c4548e77886647cd4c89b48c66"><code>24741b3</code></a> docs(readme): fix docpad plugin link</li> <li><a href="https://github.com/sass/node-sass/commit/15233309452f1a33896fe08fcbd3cdc0294c7818"><code>1523330</code></a> feat: Drop Node 12</li> <li><a href="https://github.com/sass/node-sass/commit/365d357a8b720d3a2ba9b7f662e2d75d1e6a85b2"><code>365d357</code></a> update <a href="https://registry.npm.taobao.org">https://registry.npm.taobao.org</a> to <a href="https://registry.npmmirror.com">https://registry.npmmirror.com</a></li> <li>Additional commits viewable in <a href="https://github.com/sass/node-sass/compare/v7.0.3...v8.0.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-11-10 07:59:55 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6a2b92e0 - 1 commit from branch master
  • 23c1d026 - Build(deps): bump node-sass from 7.0.3 to 8.0.0

Compare with previous version

added 2 commits <ul><li>6a2b92e0 - 1 commit from branch <code>master</code></li><li>23c1d026 - Build(deps): bump node-sass from 7.0.3 to 8.0.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/695/diffs?diff_id=529742735&start_sha=b9e556d6eaed6873c62aeed42d8a0198263c8744)
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-10 08:27:47 +00:00
Sign in to join this conversation.