You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/11/16 08:21:58 UTC

[GitHub] [incubator-eventmesh-site] dependabot[bot] opened a new pull request, #46: Bump minimatch, recursive-readdir and serve-handler

dependabot[bot] opened a new pull request, #46:
URL: https://github.com/apache/incubator-eventmesh-site/pull/46

   Bumps [minimatch](https://github.com/isaacs/minimatch), [recursive-readdir](https://github.com/jergason/recursive-readdir) and [serve-handler](https://github.com/zeit/serve-handler). These dependencies needed to be updated together.
   Updates `minimatch` from 3.0.4 to 3.1.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac"><code>699c459</code></a> 3.1.2</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7"><code>2f2b5ff</code></a> fix: trim pattern</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc"><code>25d7c0d</code></a> 3.1.1</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0"><code>55dda29</code></a> fix: treat nocase:true as always having magic</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e"><code>5e1fb8d</code></a> 3.1.0</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006"><code>f8145c5</code></a> Add 'allowWindowsEscape' option</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7"><code>570e8b1</code></a> add publishConfig for v3 publishes</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf"><code>5b7cd33</code></a> 3.0.6</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff"><code>20b4b56</code></a> [fix] revert all breaking syntax changes</li>
   <li><a href="https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543"><code>2ff0388</code></a> document, expose, and test 'partial:true' option</li>
   <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `recursive-readdir` from 2.2.2 to 2.2.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md">recursive-readdir's changelog</a>.</em></p>
   <blockquote>
   <h2>v2.2.3 - Mon, 19 Sep 2016 21:55:22 GMT</h2>
   <ul>
   <li><a href="https://github.com/jergason/recursive-readdir/commit/1840d5a7e58e9d8b96c217b8066077fec339de21">1840d5a7e58e9d8b96c217b8066077fec339de21</a> [fixed] updated minimatch to 3.0.5 (and added caret semver range) to address vulnerability in minimatch 3.0.4</li>
   </ul>
   <h2>v2.1.0 - Mon, 19 Sep 2016 21:55:22 GMT</h2>
   <ul>
   <li></li>
   </ul>
   <h2>v2.0.0 - Wed, 06 Apr 2016 04:31:02 GMT</h2>
   <ul>
   <li></li>
   </ul>
   <h2>v1.3.0 - Wed, 14 Oct 2015 14:35:55 GMT</h2>
   <ul>
   <li><a href="https://github.com/jergason/recursive-readdir/commit/45abf8fde380d7b1f5dc0e798d435ed50b834d9c">45abf8fde380d7b1f5dc0e798d435ed50b834d9c</a> [added] added custom matcher function to determine whether to ignore a file</li>
   <li><a href="https://github.com/jergason/recursive-readdir/commit/eebc91c67abce413d6213e8f389ba4e0d32ffb63">eebc91c67abce413d6213e8f389ba4e0d32ffb63</a> [fixed] allow ignoring directories</li>
   </ul>
   <h2>v1.2.1 - Wed, 14 Jan 2015 16:49:55 GMT</h2>
   <ul>
   <li></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/jergason/recursive-readdir/commits/v2.2.3">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/~bnb">bnb</a>, a new releaser for recursive-readdir since your current version.</p>
   </details>
   <br />
   
   Updates `serve-handler` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/zeit/serve-handler/releases">serve-handler's releases</a>.</em></p>
   <blockquote>
   <h2>6.1.5</h2>
   <h3>Patches</h3>
   <ul>
   <li>Fix publish action: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/189">#189</a></li>
   <li>Ensure <code>npm run prepublish</code> gets executed: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/190">#190</a></li>
   </ul>
   <h2>6.1.4</h2>
   <h3>Patches</h3>
   <ul>
   <li>Bump lodash from 4.17.15 to 4.17.19: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/124">#124</a></li>
   <li>Bump codecov from 3.7.0 to 3.7.1: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/126">#126</a></li>
   <li>Bump node-fetch from 2.1.2 to 2.6.1: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/131">#131</a></li>
   <li>Update minimatch from 3.0.4 to 3.1.2: <a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/180">#180</a></li>
   </ul>
   <h3>Credits</h3>
   <p>Huge thanks to <a href="https://github.com/kachkaev"><code>@​kachkaev</code></a> for helping!</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/vercel/serve-handler/commit/3a046b1d699b652418219eac8d74b1d7b5e84960"><code>3a046b1</code></a> 6.1.5</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/75420175a5f130cc9c2461eea046a2c430934409"><code>7542017</code></a> Ensure <code>npm run prepublish</code> gets executed (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/190">#190</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/a2c28fbe0278fa60627149b7f189912ca625b1fe"><code>a2c28fb</code></a> Fix publish action (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/189">#189</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/3b2af556ac9b75e8c8f9be6cd62738aa2b461561"><code>3b2af55</code></a> 6.1.4</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/f163677c553abbae43faba708db4b3fed7ea70b1"><code>f163677</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/188">#188</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/f0aa4fc66334f8e0bcf135e46c93f7bdb0e61a71"><code>f0aa4fc</code></a> Move GitHub Actions to main branch (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/187">#187</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/6ba5e33b73135cc94c3fd53e708b20260fe6f7fe"><code>6ba5e33</code></a> Use GitHub Actions to run tests and publish (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/186">#186</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/1ea1a9c84c2713ecc25392c90257051ad06e8eb2"><code>1ea1a9c</code></a> Update minimatch from 3.0.4 to 3.1.2 (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/180">#180</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/c7a40435bc28b420a725e6dc1e9565d5b845dee2"><code>c7a4043</code></a> Bump node-fetch from 2.1.2 to 2.6.1 (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/131">#131</a>)</li>
   <li><a href="https://github.com/vercel/serve-handler/commit/28e85b12c31d8db3f1d49c7863b3a1f4c5710f90"><code>28e85b1</code></a> Bump codecov from 3.7.0 to 3.7.1 (<a href="https://github-redirect.dependabot.com/zeit/serve-handler/issues/126">#126</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/zeit/serve-handler/compare/6.1.3...6.1.5">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/~vercel-release-bot">vercel-release-bot</a>, a new releaser for serve-handler since your current version.</p>
   </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/incubator-eventmesh-site/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@eventmesh.apache.org

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


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


[GitHub] [incubator-eventmesh-site] qqeasonchen merged pull request #46: Bump minimatch, recursive-readdir and serve-handler

Posted by GitBox <gi...@apache.org>.
qqeasonchen merged PR #46:
URL: https://github.com/apache/incubator-eventmesh-site/pull/46


-- 
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@eventmesh.apache.org

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


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