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(deps): update php minors #87

Merged
merged 2 commits into from
Feb 12, 2023
Merged

chore(deps): update php minors #87

merged 2 commits into from
Feb 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cyclonedx/cyclonedx-php-composer require-dev minor 3.10.2 -> 3.11.0
phpunit/phpunit (source) require-dev minor 9.5.27 -> 9.6.3
sentry/sentry (source) require-dev minor 3.12.0 -> 3.13.1
vimeo/psalm require-dev minor 5.4.0 -> 5.6.0

Release Notes

CycloneDX/cyclonedx-php-composer

v3.11.0

Compare Source

  • Changed
    • CLI via composer make-bom became deprecated, use composer 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
  • Sanatize HTTP client spans & breadcrumbs (#​1453)
  • Pin php-http/discovery to < 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)

  • Add more functionality to the ExceptionMechanism::class (#​1450)

    • Attach arbitrary data
      $hint = EventHint::fromArray([
          'exception' => $exception,
          'mechanism' => new ExceptionMechanism(
              ExceptionMechanism::TYPE_GENERIC,
              false,
              [
                  'key' => 'value',
                  //...
              ],
          ),
      ]);
      captureEvent(Event::createEvent(), $hint);
      Learn more about the interface of the ExceptionMechanism on https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism
    • Access or mutate ExceptionMechanism::data via ExceptionMechanism::getData() and ExceptionMechanism::setData()
    • If an exception contains a user-provided code, the value will be serialized into the event and displayed on the issues details page.
      throw new \Exception('Oh no!', 123);

v3.12.1

Compare Source

  • fix: Allow null on getTracesSampleRate and setTracesSampleRate in Options class (#​1441)
vimeo/psalm

v5.6.0

Compare Source

What's Changed

Features
Fixes
Typos

New Contributors

Full Changelog: vimeo/psalm@5.5.0...5.6.0

v5.5.0

Compare Source

What's Changed

Features
Fixes
Docs
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) January 29, 2023 01:07
@renovate renovate bot changed the title chore(deps): update dependency vimeo/psalm to v5.6.0 chore(deps): update php minors Feb 3, 2023
@renovate renovate bot force-pushed the renovate/php-minors branch 2 times, most recently from d1b177c to a810236 Compare February 4, 2023 16:01
@renovate renovate bot force-pushed the renovate/php-minors branch 3 times, most recently from d8f5fa6 to 61dbf26 Compare February 11, 2023 12:26
@renovate
Copy link
Contributor Author

renovate bot commented Feb 12, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@GTony GTony requested a review from a team February 12, 2023 06:49
@renovate renovate bot merged commit c20d3c2 into master Feb 12, 2023
@renovate renovate bot deleted the renovate/php-minors branch February 12, 2023 16:41
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.

2 participants