Skip to content

Commit

Permalink
Bump eslint-plugin-promise from 6.4.0 to 6.6.0 (#32)
Browse files Browse the repository at this point in the history
[//]: # (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
[eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise)
from 6.4.0 to 6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint-community/eslint-plugin-promise/releases">eslint-plugin-promise's
releases</a>.</em></p>
<blockquote>
<h2>v6.6.0</h2>
<h1><a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.5.1...v6.6.0">6.6.0</a>
(2024-07-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>always-return</code>:</strong> treat process.exit() or
process.abort() as an acceptable &quot;return&quot; (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/493">#493</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/f368c5a7e4a1c1f40cafbf038b629e6054d2027e">f368c5a</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>strict</code> option to disallow <code>then</code> or
<code>catch</code> following <code>await</code> or <code>yield</code>
(<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/494">#494</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/fa482cc1134f5669b2dd9f56ea2ef9e96c3c30a0">fa482cc</a>)</li>
</ul>
<h2>v6.5.1</h2>
<h2><a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.5.0...v6.5.1">6.5.1</a>
(2024-07-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove <code>name</code> from eslintrc config; fixes <a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/489">#489</a>
(<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/490">#490</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/c011a1a9f208efe35f1940b8a09db6023200625b">c011a1a</a>)</li>
</ul>
<h2>v6.5.0</h2>
<h1><a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.5.0">6.5.0</a>
(2024-07-19)</h1>
<h3>Features</h3>
<ul>
<li>add <code>name</code> property to configs (for use with tooling) (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/486">#486</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/ca9e9b4cc1d6e9d1c6951125514b2facbc2d9ad9">ca9e9b4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/fa482cc1134f5669b2dd9f56ea2ef9e96c3c30a0"><code>fa482cc</code></a>
feat: add <code>strict</code> option to disallow <code>then</code> or
<code>catch</code> following <code>await</code> or ...</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/f368c5a7e4a1c1f40cafbf038b629e6054d2027e"><code>f368c5a</code></a>
fix(<code>always-return</code>): treat process.exit() or process.abort()
as an acceptabl...</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/36d13f5266158eef615d3801117e40000c29dd21"><code>36d13f5</code></a>
docs: add for <code>prefer-await-to-callbacks</code>; fixes <a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/118">#118</a>
(<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/491">#491</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/c011a1a9f208efe35f1940b8a09db6023200625b"><code>c011a1a</code></a>
fix: remove <code>name</code> from eslintrc config; fixes <a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/489">#489</a>
(<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/490">#490</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/46667d3657a218191d1360b3de7e391d6557274e"><code>46667d3</code></a>
chore: avoid recursion in <code>format</code>/<code>lint</code> (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/487">#487</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/ca9e9b4cc1d6e9d1c6951125514b2facbc2d9ad9"><code>ca9e9b4</code></a>
feat: add <code>name</code> property to configs (for use with tooling)
(<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/486">#486</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/1c951cd2fe9640f4f56124b21f0e33fcde491286"><code>1c951cd</code></a>
chore(deps-dev): bump lint-staged from 12.5.0 to 15.2.7 (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/476">#476</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/744ef1d99fdc8417b13b4092e369202e05c674c2"><code>744ef1d</code></a>
chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 28.6.0 (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/474">#474</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/1376ecfb8291561ef33301d983c9e9433ddef53d"><code>1376ecf</code></a>
chore: add <code>format</code> workflow (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/441">#441</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/d8d0fbe4d2d34292e737d895d2b531fe901cba48"><code>d8d0fbe</code></a>
docs: update README (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/383">#383</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-promise&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.6.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
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 69e3cea commit 40681a0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40681a0

Please sign in to comment.