Skip to content

Commit

Permalink
Merge #95
Browse files Browse the repository at this point in the history
95: chore(deps-dev): bump release-it from 13.6.9 to 13.7.0 r=jniles a=dependabot-preview[bot]

Bumps [release-it](https://github.com/release-it/release-it) from 13.6.9 to 13.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/release-it/release-it/releases">release-it's releases</a>.</em></p>
<blockquote>
<h2>Release 13.7.0</h2>
<ul>
<li>Update dependencies (b7d53e3)</li>
<li>Sync back-compat config (63d03aa)</li>
<li>Make npm.timeout configurable (ea3f608)</li>
<li>Add example for setting multiple git.pushArgs on the CLI (0332981)</li>
</ul>
</blockquote>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Aug 31, 2020
2 parents 5e1b9ff + 157f232 commit 8cf9870
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"file-type": "14.7.1",
"release-it": "13.6.9"
"release-it": "13.7.0"
}
}
30 changes: 10 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2769,14 +2769,14 @@ parent-module@^1.0.0:
dependencies:
callsites "^3.0.0"

parse-json@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.1.tgz#7cfe35c1ccd641bce3981467e6c2ece61b3b3878"
integrity sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ==
parse-json@5.1.0, parse-json@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646"
integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
dependencies:
"@babel/code-frame" "^7.0.0"
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"

parse-json@^2.2.0:
Expand All @@ -2794,16 +2794,6 @@ parse-json@^4.0.0:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"

parse-json@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646"
integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
dependencies:
"@babel/code-frame" "^7.0.0"
error-ex "^1.3.1"
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"

parse-ms@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d"
Expand Down Expand Up @@ -3099,10 +3089,10 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"

release-it@13.6.9:
version "13.6.9"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.6.9.tgz#b238eb6f36bab74b3bdec6bf6d913c9fc7b1d9f6"
integrity sha512-bZEJBMCHiBPzKVZzCTYaGo+lYpunsX1/LSL1bO5RJ2+7G1glC91G5KIs29zgfHJEQfzE0q3tTEVV+b6gscGKvw==
release-it@13.7.0:
version "13.7.0"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.7.0.tgz#a25f1052688a4ecc30e0ef9c580d365702ce5e95"
integrity sha512-zrCQcw9vXh/ROHiYMLI9Nl/lgSlMg6XgxTjc8XmVWy/boaeRMXg935MnU6W1cF8WqhWAuUGfy3ZGqSvD6eYoBw==
dependencies:
"@iarna/toml" "2.2.5"
"@octokit/rest" "18.0.3"
Expand All @@ -3125,7 +3115,7 @@ release-it@13.6.9:
mime-types "2.1.27"
ora "5.0.0"
os-name "3.1.0"
parse-json "5.0.1"
parse-json "5.1.0"
semver "7.3.2"
shelljs "0.8.4"
supports-color "7.1.0"
Expand Down

0 comments on commit 8cf9870

Please sign in to comment.