Bump uuid from 9.0.1 to 10.0.0 in /client #276

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/uuid-10.0.0 into main 2024-06-10 09:43:05 +00:00
dependabot[bot] commented 2024-06-10 00:16:53 +00:00 (Migrated from github.com)

Bumps uuid from 9.0.1 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)
Commits
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid 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)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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> </blockquote> </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/v9.0.1...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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=9.0.1&new-version=10.0.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>
cloudflare-workers-and-pages[bot] commented 2024-06-10 00:16:55 +00:00 (Migrated from github.com)

Deploying powertools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 40f641e
Status:   Deploy successful!
Preview URL: https://fe923924.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-3q5a.powertools.pages.dev

View logs

## Deploying powertools with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>40f641e</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://fe923924.powertools.pages.dev'>https://fe923924.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-3q5a.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-3q5a.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/fe923924-066d-4d1d-88e6-a67a66e0fcdc)
This repo is archived. You cannot comment on pull requests.
No description provided.