[PR #70] [CLOSED] PR 70: build(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.18.0 #239

Closed
opened 2026-03-13 17:43:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/70
Author: @dependabot[bot]
Created: 5/29/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/eslint-plugin-n-17.18.0


📝 Commits (1)

  • 10d6564 build(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.18.0

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint-plugin-n from 17.15.0 to 17.18.0.

Release notes

Sourced from eslint-plugin-n's releases.

v17.18.0

17.18.0 (2025-05-09)

🌟 Features

  • Allow to use tryExtensions in the rule no-unpublished-import (#429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#437) (6f5e81d)

🩹 Fixes

  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#432) (bb21bd0)

v17.17.0

17.17.0 (2025-03-26)

🌟 Features

  • allow-modules: include virtual: in the modules pattern (#425) (a109793)
  • node-builtin: Add support for import.meta properties (#420) (76fc219)

🩹 Fixes

  • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
  • type errors (#427) (8e3c290)

v17.16.2

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

v17.16.1

17.16.1 (2025-03-02)

🩹 Fixes

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.18.0 (2025-05-09)

🌟 Features

  • Allow to use tryExtensions in the rule no-unpublished-import (#429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#437) (6f5e81d)

🩹 Fixes

  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#432) (bb21bd0)

17.17.0 (2025-03-26)

🌟 Features

  • allow-modules: include virtual: in the modules pattern (#425) (a109793)
  • node-builtin: Add support for import.meta properties (#420) (76fc219)

🩹 Fixes

  • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
  • type errors (#427) (8e3c290)

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)

... (truncated)

Commits
  • 1f4e676 chore(master): release 17.18.0 (#434)
  • d4c7831 feat(node-builtins): Add support for process.getBuiltinModule() (#433)
  • 9e97d8e feat(prefer-node-protocol): Add support for process.getBuiltinModule() (#430)
  • 83aa3a7 feat(prefer-global): Add support for process.getBuiltinModule() (#436)
  • 6f5e81d feat(prefer-promises): Add support for process.getBuiltinModule() (#437)
  • fca7cf4 feat(no-deprecated-api): Add support for process.getBuiltinModule() (#435)
  • bb21bd0 fix: false negatives for https in prefer-node-protocol, and false negativ...
  • 002ac9c feat: Allow to use tryExtensions in the rule no-unpublished-import (#429)
  • 63cbdb9 chore(master): release 17.17.0 (#426)
  • a109793 feat(allow-modules): include virtual: in the modules pattern (#425)
  • 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/70 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-n-17.18.0` --- ### 📝 Commits (1) - [`10d6564`](https://github.com/Aetherinox/ntfy-desktop/commit/10d6564f760fdadb1dd2d41f730fb926e006f031) build(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.18.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.15.0 to 17.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/releases">eslint-plugin-n's releases</a>.</em></p> <blockquote> <h2>v17.18.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.17.0...v17.18.0">17.18.0</a> (2025-05-09)</h2> <h3>🌟 Features</h3> <ul> <li>Allow to use <code>tryExtensions</code> in the rule <code>no-unpublished-import</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/429">#429</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/002ac9cbc57272b9b3d28fb6aaea32dc8235bfc4">002ac9c</a>)</li> <li><strong>no-deprecated-api:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/435">#435</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/fca7cf48d7d5d74feefd1864ab5f1fa098662fad">fca7cf4</a>)</li> <li><strong>node-builtins:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/433">#433</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/d4c7831bfec83b8930e0c4754429162ade128653">d4c7831</a>)</li> <li><strong>prefer-global:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/436">#436</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/83aa3a7dc4ef0b683e7d30acbf9177da35bfe1b4">83aa3a7</a>)</li> <li><strong>prefer-node-protocol:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/430">#430</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/9e97d8efc32f1dc6fa5568d862f5505d8e1e5cb9">9e97d8e</a>)</li> <li><strong>prefer-promises:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/437">#437</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/6f5e81d20bb0fdffdada5b06f43113cd41131e0e">6f5e81d</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>false negatives for <code>https</code> in <code>prefer-node-protocol</code>, and false negatives for <code>node:sqlite</code> in <code>node-builtins</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/432">#432</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/bb21bd0f33a0785ad20c33c33190f72f44685196">bb21bd0</a>)</li> </ul> <h2>v17.17.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.2...v17.17.0">17.17.0</a> (2025-03-26)</h2> <h3>🌟 Features</h3> <ul> <li><strong>allow-modules:</strong> include <code>virtual:</code> in the modules pattern (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/425">#425</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a10979306d2f23ea78984d708f61213a098490f9">a109793</a>)</li> <li><strong>node-builtin:</strong> Add support for import.meta properties (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/420">#420</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/76fc219c57f0519c2f7138e23ffb09cd66da6546">76fc219</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>no-unpublished:</strong> <code>allowModules</code> option was disabled when using TS alias (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/423">#423</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/9ae39fb38331592d916c906ec772e73364f96599">9ae39fb</a>)</li> <li>type errors (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/427">#427</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/8e3c290c23ccb2826fd3fc611bb8a52765eea60b">8e3c290</a>)</li> </ul> <h2>v17.16.2</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.1...v17.16.2">17.16.2</a> (2025-03-04)</h2> <h3>🩹 Fixes</h3> <ul> <li>Revert &quot;feat: add support for ignoring sync methods from certain locations&quot; (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/416">#416</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/0779e2ffc17ae49b58db32835e1c697b8125ec67">0779e2f</a>)</li> </ul> <h2>v17.16.1</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.0...v17.16.1">17.16.1</a> (2025-03-02)</h2> <h3>🩹 Fixes</h3> <ul> <li>patch new eslint options types (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/411">#411</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/340312e15f062e059c04ef8c8cf238afd3454b68">340312e</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md">eslint-plugin-n's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.17.0...v17.18.0">17.18.0</a> (2025-05-09)</h2> <h3>🌟 Features</h3> <ul> <li>Allow to use <code>tryExtensions</code> in the rule <code>no-unpublished-import</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/429">#429</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/002ac9cbc57272b9b3d28fb6aaea32dc8235bfc4">002ac9c</a>)</li> <li><strong>no-deprecated-api:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/435">#435</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/fca7cf48d7d5d74feefd1864ab5f1fa098662fad">fca7cf4</a>)</li> <li><strong>node-builtins:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/433">#433</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/d4c7831bfec83b8930e0c4754429162ade128653">d4c7831</a>)</li> <li><strong>prefer-global:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/436">#436</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/83aa3a7dc4ef0b683e7d30acbf9177da35bfe1b4">83aa3a7</a>)</li> <li><strong>prefer-node-protocol:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/430">#430</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/9e97d8efc32f1dc6fa5568d862f5505d8e1e5cb9">9e97d8e</a>)</li> <li><strong>prefer-promises:</strong> Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/437">#437</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/6f5e81d20bb0fdffdada5b06f43113cd41131e0e">6f5e81d</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>false negatives for <code>https</code> in <code>prefer-node-protocol</code>, and false negatives for <code>node:sqlite</code> in <code>node-builtins</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/432">#432</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/bb21bd0f33a0785ad20c33c33190f72f44685196">bb21bd0</a>)</li> </ul> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.2...v17.17.0">17.17.0</a> (2025-03-26)</h2> <h3>🌟 Features</h3> <ul> <li><strong>allow-modules:</strong> include <code>virtual:</code> in the modules pattern (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/425">#425</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a10979306d2f23ea78984d708f61213a098490f9">a109793</a>)</li> <li><strong>node-builtin:</strong> Add support for import.meta properties (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/420">#420</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/76fc219c57f0519c2f7138e23ffb09cd66da6546">76fc219</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>no-unpublished:</strong> <code>allowModules</code> option was disabled when using TS alias (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/423">#423</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/9ae39fb38331592d916c906ec772e73364f96599">9ae39fb</a>)</li> <li>type errors (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/427">#427</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/8e3c290c23ccb2826fd3fc611bb8a52765eea60b">8e3c290</a>)</li> </ul> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.1...v17.16.2">17.16.2</a> (2025-03-04)</h2> <h3>🩹 Fixes</h3> <ul> <li>Revert &quot;feat: add support for ignoring sync methods from certain locations&quot; (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/416">#416</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/0779e2ffc17ae49b58db32835e1c697b8125ec67">0779e2f</a>)</li> </ul> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.0...v17.16.1">17.16.1</a> (2025-03-02)</h2> <h3>🩹 Fixes</h3> <ul> <li>patch new eslint options types (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/411">#411</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/340312e15f062e059c04ef8c8cf238afd3454b68">340312e</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li><strong>package:</strong> explicitly declare js module type (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/410">#410</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/9f099311720f078c398a1c931959b05ba6d60516">9f09931</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/1f4e67615e85759734c2135486f5578dbefe47b3"><code>1f4e676</code></a> chore(master): release 17.18.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/434">#434</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/d4c7831bfec83b8930e0c4754429162ade128653"><code>d4c7831</code></a> feat(node-builtins): Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/433">#433</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/9e97d8efc32f1dc6fa5568d862f5505d8e1e5cb9"><code>9e97d8e</code></a> feat(prefer-node-protocol): Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/430">#430</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/83aa3a7dc4ef0b683e7d30acbf9177da35bfe1b4"><code>83aa3a7</code></a> feat(prefer-global): Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/436">#436</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/6f5e81d20bb0fdffdada5b06f43113cd41131e0e"><code>6f5e81d</code></a> feat(prefer-promises): Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/437">#437</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/fca7cf48d7d5d74feefd1864ab5f1fa098662fad"><code>fca7cf4</code></a> feat(no-deprecated-api): Add support for <code>process.getBuiltinModule()</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/435">#435</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/bb21bd0f33a0785ad20c33c33190f72f44685196"><code>bb21bd0</code></a> fix: false negatives for <code>https</code> in <code>prefer-node-protocol</code>, and false negativ...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/002ac9cbc57272b9b3d28fb6aaea32dc8235bfc4"><code>002ac9c</code></a> feat: Allow to use <code>tryExtensions</code> in the rule <code>no-unpublished-import</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/429">#429</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/63cbdb9ce23691200d582502a24fb0a14836faf3"><code>63cbdb9</code></a> chore(master): release 17.17.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/426">#426</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/a10979306d2f23ea78984d708f61213a098490f9"><code>a109793</code></a> feat(allow-modules): include <code>virtual:</code> in the modules pattern (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/425">#425</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.15.0...v17.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-n&package-manager=npm_and_yarn&previous-version=17.15.0&new-version=17.18.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-13 17:43:09 +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#239
No description provided.