Skip to content

Commit

Permalink
Merge #6990
Browse files Browse the repository at this point in the history
6990: chore(deps-dev): bump release-it from 15.9.1 to 15.9.3 r=jmcameron a=dependabot[bot]

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [release-it](https://github.com/release-it/release-it) from 15.9.1 to 15.9.3.
<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 15.9.3</h2>
<ul>
<li>Remove knip from devDependencies as it requires Node.js v16 (31e4f4d)</li>
</ul>
<h2>Release 15.9.2</h2>
<ul>
<li>Add knip analysis to release hooks (88a06ea)</li>
<li>Fix up config for Knip v2 (b96d1bf)</li>
<li>Add --registry argument to <code>npm publish</code> if set in <code>publishConfig.registry</code> (c59d55e)</li>
<li>Update dependencies (7c86856)</li>
</ul>
</blockquote>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Cameron <jmcameron@gmail.com>
  • Loading branch information
3 people authored Mar 27, 2023
2 parents df2af38 + 86ace35 commit dab8822
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"protractor": "^7.0.0",
"protractor-console-plugin": "^0.1.1",
"qs": "^6.11.1",
"release-it": "^15.9.1",
"release-it": "^15.9.3",
"sinon": "^15.0.3",
"standard-version": "^9.5.0",
"typescript": "^5.0.2"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7128,10 +7128,10 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

ora@6.2.0, ora@^6.1.2:
version "6.2.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-6.2.0.tgz#6d727902151d5b1badc599ace4df45a34d53f556"
integrity sha512-c1qb/1rdE+EFDYiLXh10VY459uMh7DN9zlgd8mZJLoeiPpYllN8eAOiih2Rkah5ywxRm5tHN5C9zPheDq8d1MA==
ora@6.3.0, ora@^6.1.2:
version "6.3.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-6.3.0.tgz#a314600999f514a989a0904f5c17c8b7c1f7c878"
integrity sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==
dependencies:
chalk "^5.0.0"
cli-cursor "^4.0.0"
Expand Down Expand Up @@ -8258,10 +8258,10 @@ registry-url@^6.0.0:
dependencies:
rc "1.2.8"

release-it@^15.9.1:
version "15.9.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.9.1.tgz#32a49d28f4ce5e26952aca84573944d60967d640"
integrity sha512-qTAjTkaBZDRJM0j/je2MzNASuwhBXFn0GTqHB7MfLEe9rIdVk+xEwUphbhNemp+wuC7PuZucBulUbH2m3EokHg==
release-it@^15.9.3:
version "15.9.3"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.9.3.tgz#c4534c59391721024497b798a2ee1c77ef611ea2"
integrity sha512-yFZTGJ9lH075zEAiVB4w58GgQ+bFR4by+eNClN3sdLtTLwbEm9VXrISt+8vO1fHDH83557Fns5ub1FuhAY/a3A==
dependencies:
"@iarna/toml" "2.2.5"
"@octokit/rest" "19.0.7"
Expand All @@ -8279,7 +8279,7 @@ release-it@^15.9.1:
new-github-release-url "2.0.0"
node-fetch "3.3.1"
open "9.0.0"
ora "6.2.0"
ora "6.3.0"
os-name "5.1.0"
promise.allsettled "1.0.6"
proxy-agent "5.0.0"
Expand Down

0 comments on commit dab8822

Please sign in to comment.