[PR #7] [CLOSED] PR 7: build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 #31

Closed
opened 2026-03-02 23:31:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/7
Author: @dependabot[bot]
Created: 7/22/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/eslint-plugin-promise-6.6.0


📝 Commits (1)

  • c1a39b2 build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0

📊 Changes

2 files changed (+5 additions, -6 deletions)

View changed files

📝 package-lock.json (+4 -5)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-promise from 6.4.0 to 6.6.0.

Release notes

Sourced from eslint-plugin-promise's releases.

v6.6.0

6.6.0 (2024-07-21)

Bug Fixes

  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)

Features

  • add strict option to disallow then or catch following await or yield (#494) (fa482cc)

v6.5.1

6.5.1 (2024-07-20)

Bug Fixes

v6.5.0

6.5.0 (2024-07-19)

Features

  • add name property to configs (for use with tooling) (#486) (ca9e9b4)
Commits
  • fa482cc feat: add strict option to disallow then or catch following await or ...
  • f368c5a fix(always-return): treat process.exit() or process.abort() as an acceptabl...
  • 36d13f5 docs: add for prefer-await-to-callbacks; fixes #118 (#491)
  • c011a1a fix: remove name from eslintrc config; fixes #489 (#490)
  • 46667d3 chore: avoid recursion in format/lint (#487)
  • ca9e9b4 feat: add name property to configs (for use with tooling) (#486)
  • 1c951cd chore(deps-dev): bump lint-staged from 12.5.0 to 15.2.7 (#476)
  • 744ef1d chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 28.6.0 (#474)
  • 1376ecf chore: add format workflow (#441)
  • d8d0fbe docs: update README (#383)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aetherinox/ntfy-desktop/pull/7 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-promise-6.6.0` --- ### 📝 Commits (1) - [`c1a39b2`](https://github.com/Aetherinox/ntfy-desktop/commit/c1a39b21df4f2ea582f366c73add3ec83379c175) build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:31:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#31
No description provided.