Skip to content

Commit

Permalink
build(deps-dev): Bump standard-version from 9.2.0 to 9.3.0 (#326)
Browse files Browse the repository at this point in the history
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.2.0 to 9.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/conventional-changelog/standard-version/releases">standard-version's releases</a>.</em></p>
<blockquote>
<h2>standard-version v9.3.0</h2>
<h3>Features</h3>
<ul>
<li>add --lerna-package flag used to extract tags in case of lerna repo (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/503">#503</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/f579ff08f386aaae022a395ed0dbec9af77a5d49">f579ff0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md">standard-version's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://www.github.com/conventional-changelog/standard-version/compare/v9.2.0...v9.3.0">9.3.0</a> (2021-05-04)</h2>
<h3>Features</h3>
<ul>
<li>add --lerna-package flag used to extract tags in case of lerna repo (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/503">#503</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/f579ff08f386aaae022a395ed0dbec9af77a5d49">f579ff0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/conventional-changelog/standard-version/commit/605c1abacc19a61b02b2b41d889489ae754e60bc"><code>605c1ab</code></a> chore: release 9.3.0 (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/755">#755</a>)</li>
<li><a href="https://github.com/conventional-changelog/standard-version/commit/f579ff08f386aaae022a395ed0dbec9af77a5d49"><code>f579ff0</code></a> feat: add --lerna-package flag used to extract tags in case of lerna repo (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/503">#503</a>)</li>
<li>See full diff in <a href="https://github.com/conventional-changelog/standard-version/compare/v9.2.0...v9.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=standard-version&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=9.3.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


</details>
  • Loading branch information
dependabot[bot] authored May 5, 2021
1 parent 75e3114 commit b1e2cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5393,9 +5393,9 @@ stack-utils@^2.0.2:
escape-string-regexp "^2.0.0"

standard-version@^9:
version "9.2.0"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.2.0.tgz#d4e64b201ec1abb8a677b265d8755e5e8b9e33a3"
integrity sha512-utJcqjk/wR4sePSwDoRcc5CzJ6S+kec5Hd0+1TJI+j1TRYuuptweAnEUdkkjGf2vYoGab2ezefyVtW065HZ1Uw==
version "9.3.0"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.3.0.tgz#2e6ff439aa49b2ea8952262f30ae6b70c02467d3"
integrity sha512-cYxxKXhYfI3S9+CA84HmrJa9B88H56V5FQ302iFF2TNwJukJCNoU8FgWt+11YtwKFXRkQQFpepC2QOF7aDq2Ow==
dependencies:
chalk "^2.4.2"
conventional-changelog "3.1.24"
Expand Down

0 comments on commit b1e2cee

Please sign in to comment.