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

chore(deps): Bump uuid and @types/uuid #50

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps uuid and @types/uuid. These dependencies needed to be updated together.
Updates uuid from 8.3.2 to 9.0.1

Changelog

Sourced from uuid's changelog.

9.0.1 (2023-09-12)

build

  • Fix CI to work with Node.js 20.x

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

Updates @types/uuid from 8.3.4 to 9.0.7

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 13, 2023 03:31
@dependabot dependabot bot removed the request for review from a team November 13, 2023 03:31
@dependabot dependabot bot requested a review from ansgarm November 13, 2023 03:31
@dependabot dependabot bot added the automerge label Nov 13, 2023
@dependabot dependabot bot requested a review from DanielMSchmidt November 13, 2023 03:31
@team-tf-cdk team-tf-cdk enabled auto-merge (squash) November 13, 2023 03:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 0b544cf to 4e31be2 Compare November 13, 2023 03:35
@xiehan
Copy link
Contributor

xiehan commented Nov 24, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 4e31be2 to 9587147 Compare November 24, 2023 10:31
@xiehan
Copy link
Contributor

xiehan commented Nov 24, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 9587147 to 9fd779d Compare November 24, 2023 10:44
@xiehan xiehan force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 91215a4 to 3d76225 Compare November 24, 2023 10:51
@xiehan
Copy link
Contributor

xiehan commented Nov 27, 2023

@dependabot recreate

1 similar comment
@xiehan
Copy link
Contributor

xiehan commented Nov 27, 2023

@dependabot recreate

@xiehan
Copy link
Contributor

xiehan commented Nov 27, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@xiehan
Copy link
Contributor

xiehan commented Nov 27, 2023

@dependabot recreate

1 similar comment
@xiehan
Copy link
Contributor

xiehan commented Nov 27, 2023

@dependabot recreate

@xiehan xiehan force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 3d76225 to f74add6 Compare November 27, 2023 14:03
dependabot bot and others added 2 commits November 27, 2023 15:13
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 8.3.2 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.1)

Updates `@types/uuid` from 8.3.4 to 9.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@xiehan xiehan force-pushed the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch from 471425f to e575d08 Compare November 27, 2023 14:13
@team-tf-cdk team-tf-cdk merged commit 9401c79 into main Nov 27, 2023
6 checks passed
@team-tf-cdk team-tf-cdk deleted the dependabot/npm_and_yarn/uuid-and-types/uuid-9.0.1 branch November 27, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants