Skip to content

Commit

Permalink
chore(deps-dev): bump simple-git from 3.14.1 to 3.15.1 (#6255)
Browse files Browse the repository at this point in the history
Bumps
[simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git)
from 3.14.1 to 3.15.1.
<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>[email protected]</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>[email protected]</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>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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>See full diff in <a
href="https://github.com/steveukx/git-js/commits/[email protected]/simple-git">compare
view</a></li>
</ul>
</details>
  • Loading branch information
dependabot[bot] authored Dec 7, 2022
1 parent 1d16dc7 commit 1891243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"sass-loader": "^13.0.2",
"script-loader": "0.7.2",
"serve-static": "^1.15.0",
"simple-git": "^3.14.1",
"simple-git": "^3.15.1",
"source-map-loader": "^4.0.1",
"stylelint": "^14.14.0",
"stylelint-config-prettier-scss": "^0.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11881,10 +11881,10 @@ signal-exit@^3.0.7:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

simple-git@^3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.14.1.tgz#68018a5f168f8a568862e30b692004b37c3b5ced"
integrity sha512-1ThF4PamK9wBORVGMK9HK5si4zoGS2GpRO7tkAFObA4FZv6dKaCVHLQT+8zlgiBm6K2h+wEU9yOaFCu/SR3OyA==
simple-git@^3.15.1:
version "3.15.1"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.15.1.tgz#57f595682cb0c2475d5056da078a05c8715a25ef"
integrity sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"
Expand Down

0 comments on commit 1891243

Please sign in to comment.