[PR #3] [CLOSED] PR 3: chore(deps): bump toasted-notifier from 10.0.1 to 10.0.2 #177

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/toasted-notifier-10.0.2


📝 Commits (1)

  • b9171a1 chore(deps): bump toasted-notifier from 10.0.1 to 10.0.2

📊 Changes

1 file changed (+48 additions, -39 deletions)

View changed files

📝 package-lock.json (+48 -39)

📄 Description

Bumps toasted-notifier from 10.0.1 to 10.0.2.

Release notes

Sourced from toasted-notifier's releases.

v10.0.2

Release Info (754d2a77-9d6b-546a-a243-21b535a02a09)

Item Value
SHA256 3f6e73205f8f9bccb8368321c5a9976e392b964845fd72d0650e664e5d426e66 🔺 toasted-notifier-10.0.2.zip
GUID 411b2587-0de4-52db-9096-79d977ec8d25
UUID 754d2a77-9d6b-546a-a243-21b535a02a09
Stamp 43f085e7ebb215c0c3599fd5c286b9f3fdab7b2a- 🔺 10.0.2-2024-07-14T05:44:00.000Z
Last Release days ago

What's New

This release contains the following changes and picks up where node-notifier left off.

Windows 10/11 Notifications:

  • Can now use -persistent on notifications to make them stick until the user dismisses them
    • Also has the alias sticky:
  • vendor/ntfyToast now uses a single binary / exe instead of separate x32 and x64 binaries for Windows 10/11 notifications.
  • Added support for -d flag with timeout property
    • Supports two options:
      • timeout: 'short' = 7 seconds
      • timeout: 'long' = 25 seconds
  • Specifying timeout: 0 enables -persistent flag

Statistics

How the files have changed:


Commits
Maintainer changes

This version was pushed to npm by aetherinox, a new releaser for toasted-notifier since your current version.


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/3 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/toasted-notifier-10.0.2` --- ### 📝 Commits (1) - [`b9171a1`](https://github.com/Aetherinox/ntfy-desktop/commit/b9171a16b40b2206d8e259e4dc5711f1ca75edaf) chore(deps): bump toasted-notifier from 10.0.1 to 10.0.2 ### 📊 Changes **1 file changed** (+48 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+48 -39) </details> ### 📄 Description Bumps [toasted-notifier](https://github.com/Aetherinox/ntfy-toast-node) from 10.0.1 to 10.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Aetherinox/ntfy-toast-node/releases">toasted-notifier's releases</a>.</em></p> <blockquote> <h2>v10.0.2</h2> <h2>Release Info <!-- raw HTML omitted -->(754d2a77-9d6b-546a-a243-21b535a02a09)<!-- raw HTML omitted --></h2> <table> <thead> <tr> <th>Item</th> <th>Value</th> </tr> </thead> <tbody> <tr> <td><!-- raw HTML omitted -->SHA256<!-- raw HTML omitted --></td> <td><!-- raw HTML omitted -->3f6e73205f8f9bccb8368321c5a9976e392b964845fd72d0650e664e5d426e66 🔺 toasted-notifier-10.0.2.zip<!-- raw HTML omitted --></td> </tr> <tr> <td><!-- raw HTML omitted -->GUID<!-- raw HTML omitted --></td> <td><!-- raw HTML omitted --><code>411b2587-0de4-52db-9096-79d977ec8d25</code><!-- raw HTML omitted --></td> </tr> <tr> <td><!-- raw HTML omitted -->UUID<!-- raw HTML omitted --></td> <td><!-- raw HTML omitted --><code>754d2a77-9d6b-546a-a243-21b535a02a09</code><!-- raw HTML omitted --></td> </tr> <tr> <td><!-- raw HTML omitted -->Stamp<!-- raw HTML omitted --></td> <td><!-- raw HTML omitted --><code>43f085e7ebb215c0c3599fd5c286b9f3fdab7b2a- 🔺 10.0.2-2024-07-14T05:44:00.000Z</code><!-- raw HTML omitted --></td> </tr> <tr> <td><!-- raw HTML omitted -->Last Release<!-- raw HTML omitted --></td> <td><!-- raw HTML omitted --><code> days ago</code><!-- raw HTML omitted --></td> </tr> </tbody> </table> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <h3>What's New</h3> <p>This release contains the following changes and picks up where node-notifier left off.</p> <p><strong>Windows 10/11 Notifications:</strong></p> <ul> <li>Can now use <code>-persistent</code> on notifications to make them stick until the user dismisses them <ul> <li>Also has the alias <code>sticky:</code></li> </ul> </li> <li><code>vendor/ntfyToast</code> now uses a single binary / exe instead of separate x32 and x64 binaries for Windows 10/11 notifications.</li> <li>Added support for <code>-d</code> flag with <code>timeout</code> property <ul> <li>Supports two options: <ul> <li><code>timeout: 'short'</code> = 7 seconds</li> <li><code>timeout: 'long'</code> = 25 seconds</li> </ul> </li> </ul> </li> <li>Specifying <code>timeout: 0</code> enables <code>-persistent</code> flag</li> </ul> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> <h3>Statistics</h3> <p>How the files have changed:</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Aetherinox/ntfy-toast-node/commits/10.0.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~aetherinox">aetherinox</a>, a new releaser for toasted-notifier since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toasted-notifier&package-manager=npm_and_yarn&previous-version=10.0.1&new-version=10.0.2)](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:39:54 +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#177
No description provided.