dependabot[bot] opened a new pull request, #527:
URL: https://github.com/apache/atlas/pull/527

   Bumps [semver](https://github.com/npm/node-semver) to 6.3.1 and updates 
ancestor dependency [node-sass](https://github.com/sass/node-sass). These 
dependencies need to be updated together.
   
   Updates `semver` from 5.3.0 to 6.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/npm/node-semver/releases";>semver's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.3.1</h2>
   <h2><a 
href="https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1";>6.3.1</a> 
(2023-07-10)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c";><code>928e56d</code></a>
 <a href="https://redirect.github.com/npm/node-semver/pull/591";>#591</a> better 
handling of whitespace (<a 
href="https://redirect.github.com/npm/node-semver/issues/591";>#591</a>) (<a 
href="https://github.com/lukekarrys";><code>@​lukekarrys</code></a>, <a 
href="https://github.com/joaomoreno";><code>@​joaomoreno</code></a>, <a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h2>v5.7.2</h2>
   <h2><a 
href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2";>5.7.2</a> 
(2023-07-10)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://github.com/npm/node-semver/commit/2f8fd41487acf380194579ecb6f8b1bbfe116be0";><code>2f8fd41</code></a>
 <a href="https://redirect.github.com/npm/node-semver/pull/585";>#585</a> better 
handling of whitespace (<a 
href="https://redirect.github.com/npm/node-semver/issues/585";>#585</a>) (<a 
href="https://github.com/joaomoreno";><code>@​joaomoreno</code></a>, <a 
href="https://github.com/lukekarrys";><code>@​lukekarrys</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md";>semver's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1";>6.3.1</a> 
(2023-07-10)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c";><code>928e56d</code></a>
 <a href="https://redirect.github.com/npm/node-semver/pull/591";>#591</a> better 
handling of whitespace (<a 
href="https://redirect.github.com/npm/node-semver/issues/591";>#591</a>) (<a 
href="https://github.com/lukekarrys";><code>@​lukekarrys</code></a>, <a 
href="https://github.com/joaomoreno";><code>@​joaomoreno</code></a>, <a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a>)</li>
   </ul>
   <h2>6.2.0</h2>
   <ul>
   <li>Coerce numbers to strings when passed to semver.coerce()</li>
   <li>Add <code>rtl</code> option to coerce from right to left</li>
   </ul>
   <h2>6.1.3</h2>
   <ul>
   <li>Handle X-ranges properly in includePrerelease mode</li>
   </ul>
   <h2>6.1.2</h2>
   <ul>
   <li>Do not throw when testing invalid version strings</li>
   </ul>
   <h2>6.1.1</h2>
   <ul>
   <li>Add options support for semver.coerce()</li>
   <li>Handle undefined version passed to Range.test</li>
   </ul>
   <h2>6.1.0</h2>
   <ul>
   <li>Add semver.compareBuild function</li>
   <li>Support <code>*</code> in semver.intersects</li>
   </ul>
   <h2>6.0</h2>
   <ul>
   <li>
   <p>Fix <code>intersects</code> logic.</p>
   <p>This is technically a bug fix, but since it is also a change to behavior
   that may require users updating their code, it is marked as a major
   version increment.</p>
   </li>
   </ul>
   <h2>5.7</h2>
   <ul>
   <li>Add <code>minVersion</code> method</li>
   </ul>
   <h2>5.6</h2>
   <ul>
   <li>Move boolean <code>loose</code> param to an options object, with
   backwards-compatibility protection.</li>
   <li>Add ability to opt out of special prerelease version handling with
   the <code>includePrerelease</code> option flag.</li>
   </ul>
   <h2>5.5</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/npm/node-semver/commit/44d27bc007e4827e9b797d6145f1076c127005f2";><code>44d27bc</code></a>
 chore: release 6.3.1</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c";><code>928e56d</code></a>
 fix: better handling of whitespace (<a 
href="https://redirect.github.com/npm/node-semver/issues/591";>#591</a>)</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/39f632690ea5b1b0d64fa913aa0f96f42b9bde32";><code>39f6326</code></a>
 chore: <code>@​npmcli/template-oss</code><a 
href="https://github.com/4";><code>@​4</code></a>.16.0</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/0eeceecfba490d136eb3ccae3a8dc118a28565a0";><code>0eeceec</code></a>
 6.3.0</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/2779d96affdb062a5975d25e4328f9738ca96503";><code>2779d96</code></a>
 Expose the token enum on the exports</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/9f5f615165b3a0b906467f1edeebb0f5de379a9e";><code>9f5f615</code></a>
 changelog</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/ce6190e2b681700dcc5d7309fe8eda99941f712d";><code>ce6190e</code></a>
 6.2.0</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/24af46159b3fddb56be22d845a190d79a4133761";><code>24af461</code></a>
 Add test coverage for bin file</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/388ec1cad414402d589b03c2ef7c4eb707ca1557";><code>388ec1c</code></a>
 Add <code>rtl</code> option to coerce from right to left</li>
   <li><a 
href="https://github.com/npm/node-semver/commit/d06259383cddb24b85e9b9501eee27ca6c117361";><code>d062593</code></a>
 coerce(number) will coerce to a string</li>
   <li>Additional commits viewable in <a 
href="https://github.com/npm/node-semver/compare/v5.3.0...v6.3.1";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~lukekarrys";>lukekarrys</a>, a new releaser for 
semver since your current version.</p>
   </details>
   <br />
   
   Updates `node-sass` from 4.14.1 to 9.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>v9.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Node 20 support by <a 
href="https://github.com/nschonni";><code>@​nschonni</code></a> in <a 
href="https://redirect.github.com/sass/node-sass/pull/3355";>sass/node-sass#3355</a></li>
   </ul>
   <h3>Breaking changes</h3>
   <ul>
   <li>Drop support for Node 14 (<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>16, 18, 19, 20</td>
   </tr>
   <tr>
   <td>OSX</td>
   <td>x64</td>
   <td>16, 18, 19, 20</td>
   </tr>
   <tr>
   <td>Linux*</td>
   <td>x64</td>
   <td>16, 18, 19, 20</td>
   </tr>
   <tr>
   <td>Alpine Linux</td>
   <td>x64</td>
   <td>16, 18, 19, 20</td>
   </tr>
   </tbody>
   </table>
   <p>*Linux support refers to major distributions like Ubuntu, and Debian</p>
   <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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/sass/node-sass/issues/3193";>#3193</a>, <a 
href="https://redirect.github.com/sass/node-sass/issues/3313";>#3313</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump [email protected]</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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/node-sass/commit/87f38998da059d13a87a7fc9f3d29d5728128e2c";><code>87f3899</code></a>
 feat: Node 20 support (<a 
href="https://redirect.github.com/sass/node-sass/issues/3355";>#3355</a>)</li>
   <li><a 
href="https://github.com/sass/node-sass/commit/06ae4c70f792287c28bb765811014c7c56012d72";><code>06ae4c7</code></a>
 build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (<a 
href="https://redirect.github.com/sass/node-sass/issues/3350";>#3350</a>)</li>
   <li><a 
href="https://github.com/sass/node-sass/commit/e069f7356b76b286a51d0c4a48f93fb14bd0bdfc";><code>e069f73</code></a>
 build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0</li>
   <li><a 
href="https://github.com/sass/node-sass/commit/c34837d7bfab1ef86a8d9989e83602895373a0a0";><code>c34837d</code></a>
 build(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0</li>
   <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://redirect.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://redirect.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://redirect.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>Additional commits viewable in <a 
href="https://github.com/sass/node-sass/compare/v4.14.1...v9.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/atlas/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to