Bump uuid from 8.3.2 to 9.0.0 #576

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/develop/uuid-9.0.0 into develop
dependabot[bot] commented 2022-09-06 06:03:44 +02:00 (Migrated from github.com)

Bumps uuid from 8.3.2 to 9.0.0.

Changelog

Sourced from uuid's changelog.

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

build

  • drop Node.js 8.x from babel transpile target (#603) (aa11485)

  • drop support for legacy browsers (IE11, Safari 10) (#604) (0f433e5)

  • drop node 10.x to upgrade dev dependencies (#653) (28a5712), closes #643

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.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/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://github-redirect.dependabot.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://github-redirect.dependabot.com/uuidjs/uuid/issues/645">#645</a>) (<a href="https://github.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f">e948a0f</a>), closes <a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/620">#620</a></li> <li>use native crypto.randomUUID when available (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/600">#600</a>) (<a href="https://github.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4">c9e076c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add Jest/jsdom compatibility (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/642">#642</a>) (<a href="https://github.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd">16f9c46</a>)</li> <li>change default export to named function (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/545">#545</a>) (<a href="https://github.com/uuidjs/uuid/commit/c57bc5a9a0653273aa639cda9177ce52efabe42a">c57bc5a</a>)</li> <li>handle error when parameter is not set in v3 and v5 (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/622">#622</a>) (<a href="https://github.com/uuidjs/uuid/commit/fcd73881692d9fabb63872576ba28e30ff852091">fcd7388</a>)</li> <li>run npm audit fix (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/644">#644</a>) (<a href="https://github.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353">04686f5</a>)</li> <li>upgrading from uuid3 broken link (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/568">#568</a>) (<a href="https://github.com/uuidjs/uuid/commit/1c849da6e164259e72e18636726345b13a7eddd6">1c849da</a>)</li> </ul> <h3>build</h3> <ul> <li> <p>drop Node.js 8.x from babel transpile target (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/603">#603</a>) (<a href="https://github.com/uuidjs/uuid/commit/aa114858260402107ec8a1e1a825dea0a259bcb5">aa11485</a>)</p> </li> <li> <p>drop support for legacy browsers (IE11, Safari 10) (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/604">#604</a>) (<a href="https://github.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148">0f433e5</a>)</p> </li> <li> <p>drop node 10.x to upgrade dev dependencies (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/653">#653</a>) (<a href="https://github.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e">28a5712</a>), closes <a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/643">#643</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuidjs/uuid/commit/4cf24c018cead5ebe48cb4da232b57a2345d9fb5"><code>4cf24c0</code></a> chore(release): 9.0.0</li> <li><a href="https://github.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e"><code>28a5712</code></a> chore: drop node 10.x to upgrade dev dependencies (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/653">#653</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/2a612dc3d5bba1579532d3aca50bc0b135778db8"><code>2a612dc</code></a> chore: use stable Jest 29 in tests (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/652">#652</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/1110ae66cc7602793619b51047b59affba93d19a"><code>1110ae6</code></a> chore: enable Close Stale Issues action (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/647">#647</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/f2826b6bc35bb8df512a9dc4fe5236050b4d3634"><code>f2826b6</code></a> chore: upgrade all devDependencies (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/646">#646</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f"><code>e948a0f</code></a> feat: remove UMD build (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/645">#645</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148"><code>0f433e5</code></a> build: drop support for legacy browsers (IE11, Safari 10) (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/604">#604</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd"><code>16f9c46</code></a> fix: add Jest/jsdom compatibility (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/642">#642</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353"><code>04686f5</code></a> fix: run npm audit fix (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/644">#644</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/2b96e3ba6b8f815972b7dbc21aee2316ecdfbf43"><code>2b96e3b</code></a> chore: drop node 10.x to upgrade dev dependencies (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/643">#643</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=8.3.2&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Serraniel (Migrated from github.com) reviewed 2022-09-06 06:03:44 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/develop/uuid-9.0.0:dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout dependabot/npm_and_yarn/develop/uuid-9.0.0

Merge

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout dependabot/npm_and_yarn/develop/uuid-9.0.0
git rebase develop
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout develop
git merge --squash dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/uuid-9.0.0
git checkout develop
git merge dependabot/npm_and_yarn/develop/uuid-9.0.0
git push origin develop
Sign in to join this conversation.
No reviewers
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: Serraniel/AniwatchPlus#576
No description provided.