[PR #2] [CLOSED] PR 2: chore(deps): bump uuid and @types/uuid #180

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/2
Author: @dependabot[bot]
Created: 7/12/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/multi-87b2ad6fb3


📝 Commits (1)

  • 0259549 chore(deps): bump uuid and @types/uuid

📊 Changes

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

View changed files

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

📄 Description

Bumps uuid and @types/uuid. These dependencies needed to be updated together.
Updates uuid from 8.3.2 to 10.0.0

Changelog

Sourced from uuid's changelog.

10.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • update node support (drop node@12, node@14, add node@20) (#750)

Features

Bug Fixes

  • revert "perf: remove superfluous call to toLowerCase (#677)" (#738) (e267b90)

9.0.1 (2023-09-12)

build

  • Fix CI to work with Node.js 20.x

9.0.0 (2022-09-05)

⚠ BREAKING CHANGES

  • Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

  • Remove the minified UMD build from the package.

    Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.

    For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.

  • Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

Features

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid since your current version.


Updates @types/uuid from 9.0.8 to 10.0.0

Commits

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/2 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/multi-87b2ad6fb3` --- ### 📝 Commits (1) - [`0259549`](https://github.com/Aetherinox/ntfy-desktop/commit/0259549b026fd50c64628147562492697e6ad801) chore(deps): bump uuid and @types/uuid ### 📊 Changes **1 file changed** (+48 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+48 -39) </details> ### 📄 Description Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 8.3.2 to 10.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md">uuid's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/uuidjs/uuid/compare/v9.0.0...v10.0.0">10.0.0</a> (2024-06-07)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>update node support (drop node@12, node@14, add node@20) (<a href="https://redirect.github.com/uuidjs/uuid/issues/750">#750</a>)</li> </ul> <h3>Features</h3> <ul> <li>support support rfc9562 MAX uuid (new in RFC9562) (<a href="https://redirect.github.com/uuidjs/uuid/issues/714">#714</a>) (<a href="https://github.com/uuidjs/uuid/commit/0385cd3f18ae9920678b2849932fa7a9d9aee7d0">0385cd3</a>)</li> <li>support rfc9562 v6 uuids (<a href="https://redirect.github.com/uuidjs/uuid/issues/754">#754</a>) (<a href="https://github.com/uuidjs/uuid/commit/c4ed13e7159d87c9e42a349bdd9dc955f1af46b6">c4ed13e</a>)</li> <li>support rfc9562 v7 uuids (<a href="https://redirect.github.com/uuidjs/uuid/issues/681">#681</a>) (<a href="https://github.com/uuidjs/uuid/commit/db76a1284760c441438f50a57924b322dae08891">db76a12</a>)</li> <li>update node support matrix (only support node 16-20) (<a href="https://redirect.github.com/uuidjs/uuid/issues/750">#750</a>) (<a href="https://github.com/uuidjs/uuid/commit/883b163b9ab9d6655bfbd8a35e61a3c71674dfe1">883b163</a>)</li> <li>support rfc9562 v8 uuids (<a href="https://redirect.github.com/uuidjs/uuid/issues/759">#759</a>) (<a href="https://github.com/uuidjs/uuid/commit/35a53428202657e402e6b4aa68f56c08194541bf">35a5342</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>revert &quot;perf: remove superfluous call to toLowerCase (<a href="https://redirect.github.com/uuidjs/uuid/issues/677">#677</a>)&quot; (<a href="https://redirect.github.com/uuidjs/uuid/issues/738">#738</a>) (<a href="https://github.com/uuidjs/uuid/commit/e267b9073df1d0ce119ee53c0487fe76acb2be37">e267b90</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1">9.0.1</a> (2023-09-12)</h2> <h3>build</h3> <ul> <li>Fix CI to work with Node.js 20.x</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0">9.0.0</a> (2022-09-05)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p>Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.</p> </li> <li> <p>Remove the minified UMD build from the package.</p> <p>Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.</p> <p>For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.</p> </li> <li> <p>Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.</p> <p>This also removes the fallback on msCrypto instead of the crypto API.</p> <p>Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.</p> </li> </ul> <h3>Features</h3> <ul> <li>optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (<a href="https://redirect.github.com/uuidjs/uuid/issues/597">#597</a>) (<a href="https://github.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc">3a033f6</a>)</li> <li>remove UMD build (<a href="https://redirect.github.com/uuidjs/uuid/issues/645">#645</a>) (<a href="https://github.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f">e948a0f</a>), closes <a href="https://redirect.github.com/uuidjs/uuid/issues/620">#620</a></li> <li>use native crypto.randomUUID when available (<a href="https://redirect.github.com/uuidjs/uuid/issues/600">#600</a>) (<a href="https://github.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4">c9e076c</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuidjs/uuid/commit/da189d1792993d0da4b5008ea98c5ef48896739c"><code>da189d1</code></a> chore: typo in CHANGELOG</li> <li><a href="https://github.com/uuidjs/uuid/commit/65022f7d3d47508734c724528d1e6cfd69eaf9b1"><code>65022f7</code></a> chore(release): 10.0.0</li> <li><a href="https://github.com/uuidjs/uuid/commit/35a53428202657e402e6b4aa68f56c08194541bf"><code>35a5342</code></a> feat: v8 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/759">#759</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/c4ed13e7159d87c9e42a349bdd9dc955f1af46b6"><code>c4ed13e</code></a> feat: support v6 uuids (<a href="https://redirect.github.com/uuidjs/uuid/issues/754">#754</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/8c3ed07ca8dfd8a8364f766753665d4f913d0842"><code>8c3ed07</code></a> chore: enable corepack w/ npm (<a href="https://redirect.github.com/uuidjs/uuid/issues/757">#757</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/f24c5300c759983671127857bd8356e3f36b1877"><code>f24c530</code></a> docs: updates for RFC9562 (<a href="https://redirect.github.com/uuidjs/uuid/issues/753">#753</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/59c2711942f7a23808dc2e56ba0bc8ee326e0707"><code>59c2711</code></a> chore: update package dependencies (<a href="https://redirect.github.com/uuidjs/uuid/issues/752">#752</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/3fd0f1835f6705df7e9ab99b46e4add05f5d8138"><code>3fd0f18</code></a> build: use node:crypto not crypto when importing (<a href="https://redirect.github.com/uuidjs/uuid/issues/736">#736</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/1faad970645ae9b53fa32b8555266d291c2dc4e9"><code>1faad97</code></a> ci: disable husky for browserstack builds</li> <li><a href="https://github.com/uuidjs/uuid/commit/2cc6c93d02091c419feb12f37dc7a1d87346ca86"><code>2cc6c93</code></a> ci: cleanup action versions and caching (<a href="https://redirect.github.com/uuidjs/uuid/issues/707">#707</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uuidjs/uuid/compare/v8.3.2...v10.0.0">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/~broofa">broofa</a>, a new releaser for uuid since your current version.</p> </details> <br /> Updates `@types/uuid` from 9.0.8 to 10.0.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid">compare view</a></li> </ul> </details> <br /> 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#180
No description provided.