Bump the php-dependencies group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by driesvints
dependencies php
Bumps the php-dependencies group with 2 updates: ramsey/uuid and sentry/sentry-laravel.
Updates ramsey/uuid from 4.7.6 to 4.8.1
Release notes
Sourced from ramsey/uuid's releases.
4.8.1
Fixed
- This tagged release ensures the stable documentation build matches the current stable release.
Full Changelog: https://github.com/ramsey/uuid/compare/4.8.0...4.8.1
4.8.0
Deprecated
The following will be removed in ramsey/uuid 5.0.0:
Ramsey\Uuid\Codec\OrderedTimeCodecis deprecated; please migrate to version 6 UUIDs.Ramsey\Uuid\Codec\TimestampFirstCombCodecis deprecated; please migrate to version 7 UUIDs.Ramsey\Uuid\Codec\TimestampLastCombCodecis deprecated; please useRamsey\Uuid\Codec\StringCodecinstead.Ramsey\Uuid\Generator\CombGeneratoris deprecated; please migrate to version 7 UUIDs.Fixed
- Allow brick/math version
^0.13; fixed in #589.- Update call to
str_getcsv()to avoid deprecation notice in PHP 8.4; fixed in #590.- Hexadecimal is never an empty string; fixed in #593.
- Update docblocks for
Uuid::fromBytes(),Uuid::fromString(),Uuid::fromDateTime(),Uuid::fromHexadecimal(), andUuid::fromInteger()to note that each can throwInvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.getVariant()forMaxUuidnow correctly returnsUuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.getVariant()forNilUuidnow correctly returnsUuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.New Contributors
@staabmmade their first contribution in ramsey/uuid#552@Chris53897made their first contribution in ramsey/uuid#568@jrfnlmade their first contribution in ramsey/uuid#584@PNardmanmade their first contribution in ramsey/uuid#590@axlonmade their first contribution in ramsey/uuid#593@derrabusmade their first contribution in ramsey/uuid#589Full Changelog: https://github.com/ramsey/uuid/compare/4.7.6...4.8.0
Changelog
Sourced from ramsey/uuid's changelog.
4.8.1 - 2025-06-01
Fixed
- This tagged release ensures the stable documentation build matches the current stable release.
4.8.0 - 2025-06-01
Deprecated
The following will be removed in ramsey/uuid 5.0.0:
Ramsey\Uuid\Codec\OrderedTimeCodecis deprecated; please migrate to version 6 UUIDs.Ramsey\Uuid\Codec\TimestampFirstCombCodecis deprecated; please migrate to version 7 UUIDs.Ramsey\Uuid\Codec\TimestampLastCombCodecis deprecated; please useRamsey\Uuid\Codec\StringCodecinstead.Ramsey\Uuid\Generator\CombGeneratoris deprecated; please migrate to version 7 UUIDs.Fixed
- Allow brick/math version
^0.13; fixed in #589.- Update call to
str_getcsv()to avoid deprecation notice in PHP 8.4; fixed in #590.- Hexadecimal is never an empty string; fixed in #593.
- Update docblocks for
Uuid::fromBytes(),Uuid::fromString(),Uuid::fromDateTime(),Uuid::fromHexadecimal(), andUuid::fromInteger()to note that each can throwInvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.getVariant()forMaxUuidnow correctly returnsUuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.getVariant()forNilUuidnow correctly returnsUuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.
Commits
fdf4dd4Prepare release 4.8.1b366701Update documentation with references to RFC 95626700833Prepare for release 4.8.0a11a7e5Lock brick/math to ^0.9 for testing and update CHANGELOGdb6a661Merge branch 'derrabus-bump/math' into 4.xd52de61fix: max UUID should be variant 7, nil UUID should be variant 0dbcee99Update CHANGELOG with most recent changesefc4409Clean up docblocks, code, and note new deprecationsd43a9e7chore: update copyright year4d0c09dchore: convert@psalm-returnto@return- Additional commits viewable in compare view
Updates sentry/sentry-laravel from 4.13.0 to 4.14.0
Release notes
Sourced from sentry/sentry-laravel's releases.
4.14.0
Bug Fixes
Fix tracing when using Laravel Octane [(#997)](getsentry/sentry-laravel#997)
When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.
Misc
Add
sentryprefix to publish group name [(#992)](getsentry/sentry-laravel#992)When running
php artisan vendor:publish, the Sentry package exports are now prefixed withsentry, making it easier to distinguish from other packages.Remove support for
traceparentheader [(#994)](getsentry/sentry-laravel#994)The W3C's
traceparentheader is no longer automatically picked up and emitted by the SDK to prevent non-Sentry SDKs from starting a trace that is unwanted.
Changelog
Sourced from sentry/sentry-laravel's changelog.
4.14.0
Bug Fixes
Fix tracing when using Laravel Octane [(#997)](getsentry/sentry-laravel#997)
When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.
Misc
Add
sentryprefix to publish group name [(#992)](getsentry/sentry-laravel#992)When running
php artisan vendor:publish, the Sentry package exports are now prefixed withsentry, making it easier to distinguish from other packages.Remove support for
traceparentheader [(#994)](getsentry/sentry-laravel#994)The W3C's
traceparentheader is no longer automatically picked up and emitted by the SDK to prevent non-Sentry SDKs from starting a trace that is unwanted.
Commits
d0b285crelease: 4.14.0bb137a8Prepare 4.14.0 (#998)1885283Correctly cleanup state in middleware (#997)624f1dcAdd 'sentry' prefix to publish group name (#992)d171848Add back queue job traceparent propagation (#995)3aa7e88Remove support fortraceparent(#994)9784608Update GH issue templates for Linear compatibility (#991)2f1bbd7Ask user to configuresend_default_piiin publish command (#987)2c0e6ceAdd 12.x as default supported to README.md (#989)5803567Attach the response code as an data attribute (#984)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
1
+272
-274
Package Dependencies
sentry/sentry-laravel
packagist
4.13.0 → 4.14.0
Minor
Technical Details
| ID: | 1327353 |
| UUID: | 2572585431 |
| Node ID: | PR_kwDOBNPhPs6ZVonX |
| Host: | GitHub |
| Repository: | laravelio/paste.laravel.io |
| Merge State: | Unknown |