Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump uuid from 8.3.2 to 9.0.0 #2882

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2022

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

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

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Sep 10, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 22acc29 to de5b9dd Compare September 10, 2022 07:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from de5b9dd to 01743c1 Compare September 10, 2022 09:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 01743c1 to 3cee8ca Compare September 12, 2022 09:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 3cee8ca to 6cc5bd4 Compare September 13, 2022 00:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 6cc5bd4 to 52f7baf Compare September 13, 2022 06:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 52f7baf to fc0af3c Compare September 13, 2022 09:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from fc0af3c to 5290e9c Compare September 13, 2022 10:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 5290e9c to 94a198c Compare September 13, 2022 10:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 94a198c to 4bceadd Compare September 13, 2022 10:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-9.0.0 branch from 4bceadd to d4b36ab Compare September 13, 2022 11:29
@max-nextcloud
Copy link
Collaborator

/compile amend /

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@vinicius73 vinicius73 merged commit b86cc7b into master Sep 13, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/uuid-9.0.0 branch September 13, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants