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: bump uuid from 4.5.0 to 4.5.1 #1014

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2024

Bumps uuid from 4.5.0 to 4.5.1.

Release notes

Sourced from uuid's releases.

4.5.1

Changelog

  • Add UuidValue.fromNamespace to let you make constant variants of the namespace, as due to language limitations on Enums, Namespace.*.uuidValue can't be constant.
  • Added isV#(), isNil(), and isMax() functions to UuidValue for matching Dart standards.

Full Changelog: daegalus/dart-uuid@4.5.0...4.5.1

Changelog

Sourced from uuid's changelog.

v4.5.1

  • Add UuidValue.fromNamespace to let you make constant variants of the namespace, as due to language limitations on Enums, Namespace.*.uuidValue can't be constant.
  • Added isV#(), isNil(), and isMax() functions to UuidValue for matching Dart standards.
Commits
  • 1af5c28 Docs update
  • 51fde46 Add way to get constant Namespace UUIDValues, and added extra utility functio...
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by Sourcery

Bump the uuid dependency from version 4.5.0 to 4.5.1 to incorporate the latest features and improvements, including new utility functions for UuidValue.

Enhancements:

  • Update the uuid package from version 4.5.0 to 4.5.1 to include new utility functions and improvements.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2024
Copy link
Contributor

sourcery-ai bot commented Sep 26, 2024

Reviewer's Guide by Sourcery

This pull request updates the uuid package from version 4.5.0 to 4.5.1 in the pubspec.yaml file. The update introduces new functionality to the UuidValue class and adds utility functions for UUID version checking.

Sequence Diagram

No sequence diagram generated.

File-Level Changes

Change Details Files
Update uuid package version
  • Bump uuid from 4.5.0 to 4.5.1
pubspec.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@adityastic adityastic enabled auto-merge (squash) September 27, 2024 09:23
Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@4.5.0...4.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/uuid-4.5.1 branch from cf6ea77 to bf279bb Compare September 27, 2024 09:24
@adityastic adityastic merged commit edb069e into flutter_app Sep 27, 2024
5 checks passed
@adityastic adityastic deleted the dependabot/pub/uuid-4.5.1 branch September 27, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant