Skip to content

Commit

Permalink
chore(deps-dev): Bump simple-git from 3.20.0 to 3.21.0 (#7102)
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.20.0 to 3.21.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>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>709d80e: Add firstCommit utility interface</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>b4ab430: Add trailing callback support to git.firstCommit</li>
<li>d3f9320: chore(deps): bump <code>@​babel/traverse</code> from 7.9.5
to 7.23.2</li>
<li>b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1</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.21.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>709d80e: Add firstCommit utility interface</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>b4ab430: Add trailing callback support to git.firstCommit</li>
<li>d3f9320: chore(deps): bump <code>@​babel/traverse</code> from 7.9.5
to 7.23.2</li>
<li>b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/steveukx/git-js/commit/c254a69b323f83460ad2f613d6332d08394ee757"><code>c254a69</code></a>
Version Packages</li>
<li><a
href="https://github.com/steveukx/git-js/commit/b4ab43001dd24b923b377fa2791ca8b02a390b8a"><code>b4ab430</code></a>
Add callback support to <code>git.firstCommit</code> (<a
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/960">#960</a>)</li>
<li><a
href="https://github.com/steveukx/git-js/commit/709d80e0dde3f233dc69eb4b3bbba146a411d503"><code>709d80e</code></a>
Create utility <code>git.firstCommit()</code> to fetch the commit hash
of the fi… (<a
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/958">#958</a>)</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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Tryon <[email protected]>
  • Loading branch information
dependabot[bot] and DaveTryon authored Nov 20, 2023
1 parent c3e917a commit af336fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"serve-static": "^1.15.0",
"simple-git": "^3.20.0",
"simple-git": "^3.21.0",
"stylelint": "^15.11.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^11.1.0",
Expand Down
1 change: 1 addition & 0 deletions tools/clearly-defined/clearly-defined-exclusions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"-/playwright",
"-/postcss",
"-/sass",
"-/simple-git",
"-/stylelint",
"-/stylelint-config-standard-scss",
"-/ts-loader"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2941,7 +2941,7 @@ __metadata:
sass: ^1.69.5
sass-loader: ^13.3.2
serve-static: ^1.15.0
simple-git: ^3.20.0
simple-git: ^3.21.0
stylelint: ^15.11.0
stylelint-config-prettier-scss: ^1.0.0
stylelint-config-standard-scss: ^11.1.0
Expand Down Expand Up @@ -11709,14 +11709,14 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^3.20.0":
version: 3.20.0
resolution: "simple-git@npm:3.20.0"
"simple-git@npm:^3.21.0":
version: 3.21.0
resolution: "simple-git@npm:3.21.0"
dependencies:
"@kwsites/file-exists": ^1.1.1
"@kwsites/promise-deferred": ^1.1.1
debug: ^4.3.4
checksum: 56b50c574a950a8ddc87033083e073216708ccf6aaa3c904da05a5b3e52502287049dde49df1df42d5ec072c1050ef8219733e6cfebf71885081917ffcdbb54c
checksum: e992d2ac5905c19d385ebb8575db92886c93e677acfb9edb28a842d05b7a3974ef34cc26ccb8057144099a1c5875070867456787aef5bf641a99ebfb9ef656bf
languageName: node
linkType: hard

Expand Down

0 comments on commit af336fc

Please sign in to comment.