You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/07 17:38:23 UTC

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1434: chore(deps-dev): bump simple-git from 3.10.0 to 3.15.0

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

   Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.10.0 to 3.15.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/steveukx/git-js/releases">simple-git's releases</a>.</em></p>
   <blockquote>
   <h2>simple-git@3.15.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new <code>allowUnsafeProtocolOverride</code> property having been enabled.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>7746480: - Upgrade repo dependencies - lerna and jest
   <ul>
   <li>Include node@19 in the test matrix</li>
   </ul>
   </li>
   </ul>
   <h2>simple-git@3.14.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>5a2e7e4: Add version parsing support for non-numeric patches (including &quot;built from source&quot; style <code>1.11.GIT</code>)</li>
   </ul>
   <h2>simple-git@3.14.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>19029fc: Create the abort plugin to allow cancelling all pending and future tasks.</li>
   <li>4259b26: Add <code>.version</code> to return git version information, including whether the git binary is installed.</li>
   </ul>
   <h2>simple-git@3.13.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>87b0d75: Increase the level of deprecation notices for use of <code>simple-git/promise</code>, which will be fully removed in the next major</li>
   <li>d0dceda: Allow supplying just one of to/from in the options supplied to git.log</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future</li>
   </ul>
   <h2>simple-git@3.12.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>bfd652b: Add a new configuration option to enable trimming white-space from the response to <code>git.raw</code></li>
   </ul>
   <h2>simple-git@3.11.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>80d54bd: Added fields updated + deleted branch info to fetch response, closes <a href="https://github-redirect.dependabot.com/steveukx/git-js/issues/823">#823</a></li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>75dfcb4: Add prettier configuration and apply formatting throughout.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's changelog</a>.</em></p>
   <blockquote>
   <h2>3.15.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new <code>allowUnsafeProtocolOverride</code> property having been enabled.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>7746480: - Upgrade repo dependencies - lerna and jest
   <ul>
   <li>Include node@19 in the test matrix</li>
   </ul>
   </li>
   </ul>
   <h2>3.14.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>5a2e7e4: Add version parsing support for non-numeric patches (including &quot;built from source&quot; style <code>1.11.GIT</code>)</li>
   </ul>
   <h2>3.14.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>19029fc: Create the abort plugin to allow cancelling all pending and future tasks.</li>
   <li>4259b26: Add <code>.version</code> to return git version information, including whether the git binary is installed.</li>
   </ul>
   <h2>3.13.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>87b0d75: Increase the level of deprecation notices for use of <code>simple-git/promise</code>, which will be fully removed in the next major</li>
   <li>d0dceda: Allow supplying just one of to/from in the options supplied to git.log</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future</li>
   </ul>
   <h2>3.12.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>bfd652b: Add a new configuration option to enable trimming white-space from the response to <code>git.raw</code></li>
   </ul>
   <h2>3.11.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>80d54bd: Added fields updated + deleted branch info to fetch response, closes <a href="https://github-redirect.dependabot.com/steveukx/git-js/issues/823">#823</a></li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>75dfcb4: Add prettier configuration and apply formatting throughout.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/steveukx/git-js/commit/d4764bfb22ccb54a81ca5b137b71fb8561dece17"><code>d4764bf</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/774648049eb3e628379e292ea172dccaba610504"><code>7746480</code></a> Chore: bump lerna, jest and create prettier workflow (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/862">#862</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/6b3c631eadea81f80ed10f6dec7d19a9db4d7084"><code>6b3c631</code></a> Create the <code>unsafe</code> plugin to configure how <code>simple-git</code> treats known potenti...</li>
   <li><a href="https://github.com/steveukx/git-js/commit/e4596228642737b5be02634be8219c5b0ae6659c"><code>e459622</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/5a2e7e419f6f7b0a80ff07ff0e860200bf14af6d"><code>5a2e7e4</code></a> Add version parsing support for non-numeric patches (to include built… (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/853">#853</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/6460a1fb6cda8510810a23c4a4f24c14eb120278"><code>6460a1f</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/4259b26b0f1d94358a92b5943cdc32772eda264c"><code>4259b26</code></a> Create interface for retrieving git version information (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/850">#850</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/19029fc2fdee71766226757497a2ae8be3535ad9"><code>19029fc</code></a> Abort plugin (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/848">#848</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/ee801ae3397b5e5fc0ac5087bbfc07fe7d64eac8"><code>ee801ae</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/d0dceda552f7a2f3ee41cb1e56742ff6b1da18ed"><code>d0dceda</code></a> Allow using just one of <code>from</code> and <code>to</code> in the <code>git.log</code> options. (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/846">#846</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/steveukx/git-js/commits/simple-git@3.15.0/simple-git">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-git&package-manager=npm_and_yarn&previous-version=3.10.0&new-version=3.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/apisix-website/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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] dependabot[bot] commented on pull request #1434: chore(deps-dev): bump simple-git from 3.10.0 to 3.15.0

Posted by dependabot.
dependabot[bot] commented on PR #1434:
URL: https://github.com/apache/apisix-website/pull/1434#issuecomment-1405984114

   Superseded by #1484.


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] netlify[bot] commented on pull request #1434: chore(deps-dev): bump simple-git from 3.10.0 to 3.15.0

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1434:
URL: https://github.com/apache/apisix-website/pull/1434#issuecomment-1341330996

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 824cae5bcefee62a7e3dfef02478a392eb378eb7 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/6390cf8f78328e0008958044 |


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] dependabot[bot] closed pull request #1434: chore(deps-dev): bump simple-git from 3.10.0 to 3.15.0

Posted by dependabot.
dependabot[bot] closed pull request #1434: chore(deps-dev): bump simple-git from 3.10.0 to 3.15.0
URL: https://github.com/apache/apisix-website/pull/1434


-- 
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: notifications-unsubscribe@apisix.apache.org

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