Skip to content

Commit

Permalink
chore(deps-dev): bump release-it from 12.6.2 to 13.1.1 (#23)
Browse files Browse the repository at this point in the history
Bumps [release-it](https://github.com/release-it/release-it) from 12.6.2 to 13.1.1.
<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.1.1</h2>
<ul>
<li>Revert usage of <code>${tagName}</code> in annotations (77d1728)</li>
</ul>
<h2>Release 13.1.0</h2>
<ul>
<li>Update dependencies (8efd35c)</li>
<li>Automatically use 'v' prefix in tag and annotations if latest tag has it (0d0467c)</li>
<li>Update docs (08677d7)</li>
<li>Fix symlinks for back-compat (9daa831)</li>
</ul>
<h2>Release 13.0.2</h2>
<ul>
<li>Update dependencies (7772313)</li>
<li>Fix metrics payload/logs (644d67f)</li>
</ul>
<h2>Release 13.0.1</h2>
<ul>
<li>Restore test dir in npm pkg (60609ae)</li>
</ul>
<h2>Release 13.0.0</h2>
<ul>
<li>Update dependencies (e581d56)</li>
<li>Remove bugfix from list of breaking changes (d50483b)</li>
<li>Fix url in error message (a53118e)</li>
</ul>
<h2>Release 13.0.0-beta.3</h2>
<ul>
<li>Replace test with a more concise/targeted one (52f7289)</li>
<li>Try to use branch's upstream remote when releasing (<a href="https://github-redirect.dependabot.com/release-it/release-it/issues/614">#614</a>) (0d1a81f)</li>
<li>Also run hook on PRs (424f59a)</li>
<li>Add github action &quot;test&quot; (9a062a6)</li>
<li>Add note about removed old script template syntax (ed8cdfa)</li>
</ul>
<h2>Release 13.0.0-beta.2</h2>
<ul>
<li>Fix files[] in package.json (ad7d8de)</li>
</ul>
<h2>Release 13.0.0-beta.1</h2>
<ul>
<li>Use shelljs for string commands, execa for arguments array (c74a798)</li>
</ul>
<h2>Release 13.0.0-beta.0</h2>
<ul>
<li>Don't stub out <code>npm version</code> (769a628)</li>
<li>Wrapping up beta release for v13 (d8bd0d5)</li>
<li>Merge branch 'master' into v13 (3586a78)</li>
<li>Update docs (a9aa238)</li>
<li>Replace shelljs with execa (ec16ee1)</li>
<li>Remove deprecated <code>REV_RANGE</code> and <code>%s</code> template replacements (729a301)</li>
<li>Remove old <code>non-interactive</code> argument (df5acce)</li>
<li>Drop support for GitLab v11.6 and lower (3a2a6f3)</li>
<li>Fix up retry handling in github/gitlab plugins (a7ca5be)</li>
<li>Restore npm.tag to default config (81c326d)</li>
<li>Remove deprecation messages (5bb7b1b)</li>
<li>Move template files to /templates (and symlink /conf for back compat) (b889936)</li>
<li>Don't include repo on push if branch has upstream (<a href="https://github-redirect.dependabot.com/release-it/release-it/issues/610">#610</a>) (8131f21)</li>
<li>Update dependencies (2ce55b0)</li>
<li>Fix up config tests (08c5638)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/release-it/release-it/blob/master/CHANGELOG.md">release-it's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>This document lists breaking changes for each major release.</p>
<p>See the GitHub Releases page for detailed changelogs:
<a href="https://github.com/release-it/release-it/releases">https://github.com/release-it/release-it/releases</a></p>
<h2>v13</h2>
<ul>
<li>Dropped support for Node v8</li>
<li>Dropped support for GitLab v11.6 and lower.</li>
<li>Deprecated <code>scripts</code> are removed (in favor of <a href="https://github.com/release-it/release-it#hooks">hooks</a>).</li>
<li>Removed deprecated <code>--non-interactive</code> (<code>-n</code>) argument. Use <code>--ci</code> instead.</li>
<li>Removed old <code>%s</code> and <code>[REV_RANGE]</code> syntax in command substitutions. Use <code>${version}</code> and <code>${latestTag}</code> instead.</li>
</ul>
<h2>v12</h2>
<ul>
<li>The <code>--follow-tags</code> argument for <code>git push</code> has been moved to the default configuration. This is only a breaking
change if <code>git.pushArgs</code> was not empty (it was empty by default).</li>
</ul>
<h2>v11</h2>
<ul>
<li>The custom <code>conventional-changelog</code> increment (e.g. <code>&quot;increment&quot;: &quot;conventional:angular&quot;</code>) with additional script
configuration is replaced with a plugin. Please see
<a href="https://github.com/release-it/release-it/blob/master/docs/changelog.md#conventional-changelog">conventional changelog</a>
how to use this plugin.</li>
<li>The <code>pkgFiles</code> option has been removed. If there's a need to bump other files than what <code>npm version</code> bumps, it should
be (part of) a plugin.</li>
<li>By default, the latest version was derived from the latest Git tag. From v11, if the repo has a <code>package.json</code> then
that <code>version</code> is used instead. The <code>use</code> option has been removed. Also see
<a href="https://github.com/release-it/release-it#latest-version">latest version</a>.</li>
<li><code>scripts.changelog</code> has been moved to <code>git.changelog</code></li>
</ul>
<h2>v10</h2>
<ul>
<li>Dropped support for Node v6</li>
<li>Deprecated options from v9 are removed, the <code>dist.repo</code> config in particular (also see
<a href="https://github.com/release-it/release-it/blob/master/docs/recipes/distribution-repo.md">distribution repository</a> for
alternatives).</li>
<li>Drop the <code>--debug</code> flag. <code>DEBUG=release-it:* ...</code> still works.</li>
</ul>
<h2>v9</h2>
<p>There should be no breaking changes, but there have been major internal refactorings and an improved UI. A bunch of new
features and bug fixes have been implemented. Last but not least, the configuration structure is changed significantly.
For this (backwards compatible) change, deprecation warnings are shown, and configurations must be migrated with the
next major release (v10). See <a href="https://github.com/release-it/release-it/blob/master/config/deprecated.json">deprecated.json</a> for the changes, mainly:</p>
<ul>
<li>All &quot;command hooks&quot; have been moved to <code>scripts.*</code>, and some have been renamed.</li>
<li>All <code>src.*</code> options have been moved to <code>git.*</code> (and <code>scripts.*</code>).</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/release-it/release-it/commit/5cd04e11ce12ef42ab951c00f412bff14470b473"><code>5cd04e1</code></a> Release 13.1.1</li>
<li><a href="https://github.com/release-it/release-it/commit/77d172885c411ade3bda615b2e5804a5702cc9ad"><code>77d1728</code></a> Revert usage of <code>${tagName}</code> in annotations</li>
<li><a href="https://github.com/release-it/release-it/commit/d7f9575fa61edad71a9192e52806386142bbd9e4"><code>d7f9575</code></a> Release 13.1.0</li>
<li><a href="https://github.com/release-it/release-it/commit/8efd35c0760da6c1f4d2af93f97efcc234e25aef"><code>8efd35c</code></a> Update dependencies</li>
<li><a href="https://github.com/release-it/release-it/commit/0d0467c0861fa53c1f1f56fe70a7076da6d7aa6e"><code>0d0467c</code></a> Automatically use 'v' prefix in tag and annotations if latest tag has it</li>
<li><a href="https://github.com/release-it/release-it/commit/08677d7214792372f59684634a169bbcae5060a5"><code>08677d7</code></a> Update docs</li>
<li><a href="https://github.com/release-it/release-it/commit/9daa83197cd5f6da5d8233e6c6e81cdf1c0e6093"><code>9daa831</code></a> Fix symlinks for back-compat</li>
<li><a href="https://github.com/release-it/release-it/commit/23c26be8894d7044f6db24486bd10400e89dee14"><code>23c26be</code></a> Release 13.0.2</li>
<li><a href="https://github.com/release-it/release-it/commit/77723134aa60ab3afba01b5b49b00fa81a265a7f"><code>7772313</code></a> Update dependencies</li>
<li><a href="https://github.com/release-it/release-it/commit/644d67f55e979c4110095df770ada56be0958a8b"><code>644d67f</code></a> Fix metrics payload/logs</li>
<li>Additional commits viewable in <a href="https://github.com/release-it/release-it/compare/12.6.2...13.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=release-it&package-manager=npm_and_yarn&previous-version=12.6.2&new-version=13.1.1)](https://dependabot.com/compatibility-score/?dependency-name=release-it&package-manager=npm_and_yarn&previous-version=12.6.2&new-version=13.1.1)

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
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
dependabot-preview[bot] committed Mar 17, 2020
1 parent 7fa8372 commit 89fcb23
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 178 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
"file-type": "14.1.4",
"release-it": "12.6.2"
"release-it": "13.1.1"
}
}
Loading

0 comments on commit 89fcb23

Please sign in to comment.