Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.2
->3.11.0
9.5.27
->9.6.3
3.12.0
->3.13.1
5.4.0
->5.6.0
Release Notes
CycloneDX/cyclonedx-php-composer
v3.11.0
Compare Source
composer make-bom
became deprecated, usecomposer CycloneDX:make-sbom
instead. (#293 via #308)The composer command
make-bom
will be removed in the next major version.sebastianbergmann/phpunit
v9.6.3
Compare Source
v9.6.2
Compare Source
v9.6.1
Compare Source
v9.6.0
Compare Source
v9.5.28
Compare Source
getsentry/sentry-php
v3.13.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.13.1.
Bug Fixes
< 1.15
to disable some unwanted side-effect introduced in this new minor version (#1464)v3.13.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.13.0.
Features
Object IDs are now automatically serialized as part of a stack trace frame (#1443)
Obj::getID()
orObj->id
is accessible, this value will be displayed inside the stack trace frame on the issue details page.To attach local variables to your stack trace, make sure
zend.exception_ignore_arg: 0
is set in yourphp.ini
.See https://docs.sentry.io/platforms/php/troubleshooting/#missing-variables-in-stack-traces
Add more functionality to the
ExceptionMechanism::class
(#1450)ExceptionMechanism
on https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanismExceptionMechanism::data
viaExceptionMechanism::getData()
andExceptionMechanism::setData()
code
, the value will be serialized into the event and displayed on the issues details page.v3.12.1
Compare Source
null
ongetTracesSampleRate
andsetTracesSampleRate
inOptions
class (#1441)vimeo/psalm
v5.6.0
Compare Source
What's Changed
Features
$this
in static closures by @weirdan in https://github.com/vimeo/psalm/pull/9164Fixes
Typos
New Contributors
Full Changelog: vimeo/psalm@5.5.0...5.6.0
v5.5.0
Compare Source
What's Changed
Features
explode()
types by @Ocramius in https://github.com/vimeo/psalm/pull/9016Fixes
invalid references
message in@psalm-type
by @weirdan in https://github.com/vimeo/psalm/pull/8996$http_response_header
a non-empty-list by @fluffycondor in https://github.com/vimeo/psalm/pull/9001ReflectionClass::getModifiers()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9047ReflectionClass::getReflectionConstants()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9048ReflectionClass::getTraitAliases()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9046ReflectionFunctionAbstract::getExtensionName()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9053ReflectionMethod::getModifiers()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9052ReflectionClass::getTraitNames()
stub by @kukulich in https://github.com/vimeo/psalm/pull/9051ReflectionClass
stub by @kukulich in https://github.com/vimeo/psalm/pull/9055I::cases()
whereinterface I extends BackedEnum
by @weirdan in https://github.com/vimeo/psalm/pull/9067int-range
aliases into the list of psalm reserved words by @eopnetto in https://github.com/vimeo/psalm/pull/9107--no-output
is specified by @weirdan in https://github.com/vimeo/psalm/pull/9162Docs
Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.4.0...5.5.0
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.