You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by dependabot on 2023/01/27 03:40:40 UTC

[GitHub] [logging-log4net] dependabot[bot] opened a new pull request, #99: ⬆️ Bump simple-git from 2.48.0 to 3.16.0

dependabot[bot] opened a new pull request, #99:
URL: https://github.com/apache/logging-log4net/pull/99

   Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.48.0 to 3.16.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.16.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>97fde2c: Support the use of <code>-B</code> in place of the default <code>-b</code> in checkout methods</li>
   <li>0a623e5: Adds vulnerability detection to prevent use of <code>--upload-pack</code> and <code>--receive-pack</code> without explicitly opting in.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to <a href="https://github.com/stsewd"><code>@​stsewd</code></a> for the suggestion.</li>
   </ul>
   <h2>simple-git@3.15.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.16.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>97fde2c: Support the use of <code>-B</code> in place of the default <code>-b</code> in checkout methods</li>
   <li>0a623e5: Adds vulnerability detection to prevent use of <code>--upload-pack</code> and <code>--receive-pack</code> without explicitly opting in.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to <a href="https://github.com/stsewd"><code>@​stsewd</code></a> for the suggestion.</li>
   </ul>
   <h2>3.15.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/steveukx/git-js/commit/1a129523abadb877ad3e0bad362cc06593f04135"><code>1a12952</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/ec97a39ab60b89e870c5170121cd9c1603cc1951"><code>ec97a39</code></a> Block unsafe pack (push --exec) (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/882">#882</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/0a623e53fd4b7617ca9c4d1d51bc53d105f52b2b"><code>0a623e5</code></a> Feat/unsafe pack (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/881">#881</a>)</li>
   <li><a href="https://github.com/steveukx/git-js/commit/97fde2c44f08abfdfa591c03d883b215f2d547d3"><code>97fde2c</code></a> Add support for using the <code>-B</code> modifier instead of the default <code>-b</code> when usin...</li>
   <li><a href="https://github.com/steveukx/git-js/commit/edfd4595194d83663a0299a63c32cb150a78b6da"><code>edfd459</code></a> Update readme.md</li>
   <li><a href="https://github.com/steveukx/git-js/commit/c9fc61f4abfb4f738ab9f4b5bd146555b7b9735c"><code>c9fc61f</code></a> Version Packages</li>
   <li><a href="https://github.com/steveukx/git-js/commit/de570acd052660bad0165347de5d2f86a494ae1b"><code>de570ac</code></a> Fix/non strings (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/867">#867</a>)</li>
   <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>Additional commits viewable in <a href="https://github.com/steveukx/git-js/commits/simple-git@3.16.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=2.48.0&new-version=3.16.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)
   - `@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/logging-log4net/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@logging.apache.org

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


Re: [PR] ⬆️ Bump simple-git from 2.48.0 to 3.16.0 [logging-log4net]

Posted by "fluffynuts (via GitHub)" <gi...@apache.org>.
fluffynuts merged PR #99:
URL: https://github.com/apache/logging-log4net/pull/99


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

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