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

composer(deps-dev): bump ramsey/uuid from 4.1.1 to 4.2.1 #625

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2021

Bumps ramsey/uuid from 4.1.1 to 4.2.1.

Release notes

Sourced from ramsey/uuid's releases.

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

Changelog

Sourced from ramsey/uuid's changelog.

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

Commits
  • fe665a0 chore: prepare release 4.2.1
  • 55256bc Merge pull request #383 from cs278/empty-string
  • ef1eb74 Add test covering Uuid::fromString() being called with empty string
  • 8fa223b Fix soft BC break of Uuid::fromString()
  • 7231612 chore: prepare release 4.2.0
  • 6c96ded Merge pull request #311 from vudaltsov/patch-1
  • 4666f71 Merge branch 'main' into patch-1
  • 06f8e67 Merge pull request #361 from slevomat/patch-1
  • 51133f5 chore: add command to clean build directory
  • ac09e6d Merge branch 'pawel-slowik-fix-static-analysis'
  • 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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/ramsey/uuid-4.2.1 branch from 73243a1 to df52308 Compare August 18, 2021 15:16
@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #625 (d79524d) into main (cbca1ed) will not change coverage.
The diff coverage is n/a.

❗ Current head d79524d differs from pull request most recent head df52308. Consider uploading reports for the commit df52308 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##               main     #625   +/-   ##
=========================================
  Coverage     99.04%   99.04%           
  Complexity      110      110           
=========================================
  Files            25       25           
  Lines           315      315           
=========================================
  Hits            312      312           
  Misses            3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cbca1ed...df52308. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Aug 18, 2021
@ergebnis-bot ergebnis-bot merged commit 532bb7e into main Aug 18, 2021
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ramsey/uuid-4.2.1 branch August 18, 2021 15:18
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.

None yet

1 participant