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

Bump ramsey/uuid from 4.1.1 to 4.2.3 #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2021

Bumps ramsey/uuid from 4.1.1 to 4.2.3.

Release notes

Sourced from ramsey/uuid's releases.

4.2.3

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.2.2

Fixed

  • Indicate support for PHP 8.1, using ~8.1.0 to prevent installations on 8.2 until the library is ready.

4.2.1

Fixed

  • Fix soft BC break with Uuid::fromString() signature. The change from string to non-empty-string on the parameter annotation introduced a BC break for those using static analysis tools. This release reverts this change and provides an assertion to guard against empty strings. See ramsey/uuid#383.

4.2.0

Added

  • Add Ramsey\Uuid\Exception\UuidExceptionInterface for all ramsey/uuid exceptions to implement. See ramsey/uuid#340.

Fixed

4.1.3

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.1.2

Fixed

  • Lock 4.1.x to ~8.0.0 to indicate it does not support PHP 8.1.
Changelog

Sourced from ramsey/uuid's changelog.

4.2.3 - 2021-09-25

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.2.2 - 2021-09-24

Fixed

  • Indicate support for PHP 8.1, using ~8.1.0 to prevent installations on 8.2 until the library is ready.

4.2.1 - 2021-08-10

Fixed

  • Fix soft BC break with Uuid::fromString() signature. The change from string to non-empty-string on the parameter annotation introduced a BC break for those using static analysis tools. This release reverts this change and provides an assertion to guard against empty strings. See ramsey/uuid#383.

4.2.0 - 2021-08-06

Added

  • Add Ramsey\Uuid\Exception\UuidExceptionInterface for all ramsey/uuid exceptions to implement. See ramsey/uuid#340.

Fixed

4.1.3 - 2021-09-25

Fixed

  • Switch back to ^8.0 in the PHP version requirement.

4.1.2 - 2021-09-24

Fixed

... (truncated)

Commits
  • fc9bb7f Add 3.9.6 changelog to the main branch
  • 26df18f Switch back to ^8.0 in the PHP version requirement for 4.2.x
  • cdeda79 Merge branch '4.1.x'
  • 2df6bbd Switch back to ^8.0 in the PHP version requirement for 4.1.x
  • 2f59ce6 Merge branch '4.0.x' into 4.1.x
  • cf8c74d Switch back to ^8.0 in the PHP version requirement for 4.0.x
  • 445999c Prepare for release 4.2.2
  • ed66591 Merge branch '4.1.x'
  • 97d1535 Lock 4.1.x to ~8.0.0 to indicate it does not support PHP 8.1
  • 831ad1b Merge branch '4.0.x' into 4.1.x
  • Additional commits viewable 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 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)

Bumps [ramsey/uuid](https://github.com/ramsey/uuid) from 4.1.1 to 4.2.3.
- [Release notes](https://github.com/ramsey/uuid/releases)
- [Changelog](https://github.com/ramsey/uuid/blob/main/CHANGELOG.md)
- [Commits](ramsey/uuid@4.1.1...4.2.3)

---
updated-dependencies:
- dependency-name: ramsey/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants