Skip to content

Commit

Permalink
chore(deps): bump uuid from 8.3.2 to 9.0.0 (#6059)
Browse files Browse the repository at this point in the history
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)

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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katy DeCorah <katydecorah@microsoft.com>
  • Loading branch information
dependabot[bot] and katydecorah committed Sep 22, 2022
1 parent 4236473 commit 6d1c3a3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 34 deletions.
1 change: 0 additions & 1 deletion jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = {
},
],
],
resolver: `${__dirname}/src/tests/common/resolver.js`,
setupFilesAfterEnv: [`${__dirname}/src/tests/common/flush-promises-after-each-test.ts`],
snapshotSerializers: [`${__dirname}/src/tests/common/typemoq-snapshot-serializer.ts`],
testEnvironment: 'node',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"react-router-dom": "^6.3.0",
"tabbable": "^6.0.0",
"ua-parser-js": "^1.0.2",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-resize-detector": "^7.1.2",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
30 changes: 0 additions & 30 deletions src/tests/common/resolver.js

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13080,6 +13080,11 @@ uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuid@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

v8-compile-cache@2.3.0, v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
Expand Down

0 comments on commit 6d1c3a3

Please sign in to comment.