app
app copied to clipboard
chore(deps-dev): bump uuid from 8.3.2 to 9.0.0 in /packages/sncrypto-web
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
- optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (#597) (3a033f6)
- remove UMD build (#645) (e948a0f), closes #620
- use native crypto.randomUUID when available (#600) (c9e076c)
Bug Fixes
- add Jest/jsdom compatibility (#642) (16f9c46)
- change default export to named function (#545) (c57bc5a)
- handle error when parameter is not set in v3 and v5 (#622) (fcd7388)
- run npm audit fix (#644) (04686f5)
- upgrading from uuid3 broken link (#568) (1c849da)
build
Commits
4cf24c0chore(release): 9.0.028a5712chore: drop node 10.x to upgrade dev dependencies (#653)2a612dcchore: use stable Jest 29 in tests (#652)1110ae6chore: enable Close Stale Issues action (#647)f2826b6chore: upgrade all devDependencies (#646)e948a0ffeat: remove UMD build (#645)0f433e5build: drop support for legacy browsers (IE11, Safari 10) (#604)16f9c46fix: add Jest/jsdom compatibility (#642)04686f5fix: run npm audit fix (#644)2b96e3bchore: drop node 10.x to upgrade dev dependencies (#643)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)