You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/26 18:58:33 UTC

[GitHub] [druid-website-src] dependabot[bot] opened a new pull request, #333: Bump ajv and node-sass

dependabot[bot] opened a new pull request, #333:
URL: https://github.com/apache/druid-website-src/pull/333

   Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.
   
   Updates `ajv` from 5.5.2 to 6.12.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv/releases">ajv's releases</a>.</em></p>
   <blockquote>
   <h2>v6.12.6</h2>
   <p>Fix performance issue of &quot;url&quot; format.</p>
   <h2>v6.12.5</h2>
   <p>Fix uri scheme validation (<a href="https://github.com/ChALkeR"><code>@​ChALkeR</code></a>).
   Fix boolean schemas with strictKeywords option (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1270">#1270</a>)</p>
   <h2>v6.12.4</h2>
   <p>Fix: coercion of one-item arrays to scalar that should fail validation (<a href="https://runkit.com/esp/5f3672ba2f6642001ae27411">failing example</a>).</p>
   <h2>v6.12.3</h2>
   <p>Pass schema object to processCode function
   Option for strictNumbers (<a href="https://github.com/issacgerges"><code>@​issacgerges</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1128">#1128</a>)
   Fixed vulnerability related to untrusted schemas (<a href="https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2020-15366">CVE-2020-15366</a>)</p>
   <h2>v6.12.2</h2>
   <p>Removed post-install script</p>
   <h2>v6.12.1</h2>
   <p>Docs and dependency updates</p>
   <h2>v6.12.0</h2>
   <p>Improved hostname validation (<a href="https://github.com/sambauers"><code>@​sambauers</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1143">#1143</a>)
   Option <code>keywords</code> to add custom keywords (<a href="https://github.com/franciscomorais"><code>@​franciscomorais</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1137">#1137</a>)
   Types fixes (<a href="https://github.com/boenrobot"><code>@​boenrobot</code></a>, <a href="https://github.com/MattiAstedrone"><code>@​MattiAstedrone</code></a>)
   Docs:</p>
   <ul>
   <li><a href="https://github.com/epoberezkin/ajv#error-logging">error logging</a> example (<a href="https://github.com/RadiationSickness"><code>@​RadiationSickness</code></a>)</li>
   <li>TypeScript usage notes (<a href="https://github.com/thetric"><code>@​thetric</code></a>)</li>
   </ul>
   <h2>v6.11.0</h2>
   <p>Time formats support two digit and colon-less variants of timezone offset (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1061">#1061</a> , <a href="https://github.com/cjpillsbury"><code>@​cjpillsbury</code></a>)
   Docs: RegExp related security considerations
   Tests: Disabled failing typescript test</p>
   <h2>v6.10.2</h2>
   <p>Fix: the unknown keywords were ignored with the option <code>strictKeywords: true</code> (instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.</p>
   <h2>v6.10.1</h2>
   <p>Fix types
   Fix addSchema (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1001">#1001</a>)
   Update dependencies</p>
   <h2>v6.10.0</h2>
   <p>Option <code>strictDefaults</code> to report ignored defaults (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/957">#957</a>, <a href="https://github.com/not-an-aardvark"><code>@​not-an-aardvark</code></a>)
   Option <code>strictKeywords</code> to report unknown keywords (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/781">#781</a>)</p>
   <h2>v6.9.0</h2>
   <p>OpenAPI keyword <code>nullable</code> can be any boolean (and not only <code>true</code>).
   Custom keyword definition changes:</p>
   <ul>
   <li><code>dependencies</code> option in  to require the presence of keywords in the same schema.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ajv-validator/ajv/commit/fe591439f34e24030f69df9eb8d91e6d037a3af7"><code>fe59143</code></a> 6.12.6</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/d580d3e8ac6a467670d68d86e3a39fd661ac8c23"><code>d580d3e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1298">#1298</a> from ajv-validator/fix-url</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/fd363896a8d6c5697b5da41f4d9a400a84efaf8e"><code>fd36389</code></a> fix: regular expression for &quot;url&quot; format</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/490e34c4846064db5c962a77087e17078954c2f6"><code>490e34c</code></a> docs: link to v7-beta branch</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/9cd93a1bdbdefd5a7ba3db5e123d20c84d1d1d0e"><code>9cd93a1</code></a> docs: note about v7 in readme</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/877d286e7f145b1b2127da66c6800b071533f28f"><code>877d286</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1262">#1262</a> from b4h0-c4t/refactor-opt-object-type</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/f1c8e45b9cdff918be28becf03bf0b339321c398"><code>f1c8e45</code></a> 6.12.5</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/764035e201d7733b8d700d4a04dd079fef9f4d30"><code>764035e</code></a> Merge branch 'ChALkeR-chalker/fix-comma'</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/37981602ce6d43313ae106644b372b021626a8af"><code>3798160</code></a> Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...</li>
   <li><a href="https://github.com/ajv-validator/ajv/commit/a3c7ebab222e4cce07b5e30ebcbb809da7f934e8"><code>a3c7eba</code></a> Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...</li>
   <li>Additional commits viewable in <a href="https://github.com/ajv-validator/ajv/compare/v5.5.2...v6.12.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `node-sass` from 4.9.2 to 4.14.1
   <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>v4.14.1</h2>
   <h3>Community</h3>
   <ul>
   <li>Add GitHub Actions for Alpine CI (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2823">#2823</a>)</li>
   </ul>
   <h3>Fixes</h3>
   <ul>
   <li>Bump sass-graph@2.2.5 (<a href="https://github.com/xzyfer"><code>@​xzyfer</code></a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2912">#2912</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>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>OSX</td>
   <td>x64</td>
   <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>Linux*</td>
   <td>x86 &amp; x64</td>
   <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td>
   </tr>
   <tr>
   <td>Alpine Linux</td>
   <td>x64</td>
   <td>6, 8, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>FreeBSD</td>
   <td>i386 amd64</td>
   <td>10, 12, 13</td>
   </tr>
   </tbody>
   </table>
   <p>*Linux support refers to Ubuntu, Debian, and CentOS 5+
   ** Not available on CentOS 5
   ^ Only available on x64</p>
   <h2>v4.14.0</h2>
   <h3>Features</h3>
   <ul>
   <li>Add Node 14 support (<a href="https://github.com/nschonni"><code>@​nschonni</code></a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2895">#2895</a>)</li>
   </ul>
   <h3>Fixes</h3>
   <ul>
   <li>Reporting wrong LibSass version (<a href="https://github.com/saper"><code>@​saper</code></a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</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>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>OSX</td>
   <td>x64</td>
   <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>Linux*</td>
   <td>x86 &amp; x64</td>
   <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td>
   </tr>
   <tr>
   <td>Alpine Linux</td>
   <td>x64</td>
   <td>6, 8, 10, 11, 12, 13, 14</td>
   </tr>
   <tr>
   <td>FreeBSD</td>
   <td>i386 amd64</td>
   <td>10, 12, 13</td>
   </tr>
   </tbody>
   </table>
   <p>*Linux support refers to Ubuntu, Debian, and CentOS 5+
   ** Not available on CentOS 5
   ^ Only available on x64</p>
   <h2>v4.13.1</h2>
   <h3>Community</h3>
   <ul>
   <li>Fix render example syntax (<a href="https://github.com/ZoranPandovski"><code>@​ZoranPandovski</code></a> , <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2787">#2787</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/sass/node-sass/blob/master/CHANGELOG.md">node-sass's changelog</a>.</em></p>
   <blockquote>
   <h2>v4.14.0</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.14.0">https://github.com/sass/node-sass/releases/tag/v4.14.0</a></p>
   <h2>v4.13.1</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.1">https://github.com/sass/node-sass/releases/tag/v4.13.1</a></p>
   <h2>v4.13.0</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.0">https://github.com/sass/node-sass/releases/tag/v4.13.0</a></p>
   <h2>v4.12.0</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.12.0">https://github.com/sass/node-sass/releases/tag/v4.12.0</a></p>
   <h2>v4.11.0</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.11.0">https://github.com/sass/node-sass/releases/tag/v4.11.0</a></p>
   <h2>v4.10.0</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.10.0">https://github.com/sass/node-sass/releases/tag/v4.10.0</a></p>
   <h2>v4.9.4</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.4">https://github.com/sass/node-sass/releases/tag/v4.9.4</a></p>
   <h2>v4.9.3</h2>
   <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.3">https://github.com/sass/node-sass/releases/tag/v4.9.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sass/node-sass/commit/0d6c3cc36a5362e83529d901484b0bbf3e96de81"><code>0d6c3cc</code></a> 4.14.1</li>
   <li><a href="https://github.com/sass/node-sass/commit/1cc626373196500b288f487e1507926066f3e406"><code>1cc6263</code></a> Bump sass-graph@2.2.5 (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2915">#2915</a>)</li>
   <li><a href="https://github.com/sass/node-sass/commit/aa193f6334e45ae065cc64d67498acfad9fad4d9"><code>aa193f6</code></a> chore: Add GitHub Actions for Alpine CI</li>
   <li><a href="https://github.com/sass/node-sass/commit/eac343c6cc39abff153b2c8e9cc0d6b8351c8a8f"><code>eac343c</code></a> 4.14.0</li>
   <li><a href="https://github.com/sass/node-sass/commit/bbeb78cab873b12fc4b98358b62090e6fbc9b400"><code>bbeb78c</code></a> Update changelog</li>
   <li><a href="https://github.com/sass/node-sass/commit/1210aabc65ed445263dac5041ad735e3a35ae600"><code>1210aab</code></a> Fix <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</a>: Report libsass version 3.5.5 (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2769">#2769</a>)</li>
   <li><a href="https://github.com/sass/node-sass/commit/5a4a48a4a45f41d66d55e2103496e886ec7ee5f1"><code>5a4a48a</code></a> feat: Add Node 14 support</li>
   <li><a href="https://github.com/sass/node-sass/commit/b54053a1b50fd97e951eb0311a7fb818683a8e99"><code>b54053a</code></a> Update changelog</li>
   <li><a href="https://github.com/sass/node-sass/commit/01db05182b69dccbd43be777e6808045e71af0b5"><code>01db051</code></a> 4.13.1</li>
   <li><a href="https://github.com/sass/node-sass/commit/338fd7a14d3b8bd374a382336df16f9c6792b884"><code>338fd7a</code></a> Merge pull request from GHSA-f6rp-gv58-9cw3</li>
   <li>Additional commits viewable in <a href="https://github.com/sass/node-sass/compare/v4.9.2...v4.14.1">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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/druid-website-src/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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org