An open index of dependabot pull requests across open source projects.

Bump the php-dependencies group with 4 updates

Merged
Number: #1308
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 27, 2025 at 03:12 AM UTC
(5 months ago)
Updated: June 27, 2025 at 07:57 AM UTC
(5 months ago)
Merged: June 27, 2025 at 07:57 AM UTC
(5 months ago)
by driesvints
Time to Close: about 5 hours
Labels:
dependencies php
Description:

Bumps the php-dependencies group with 4 updates: laravel/nightwatch, ramsey/uuid, sentry/sentry-laravel and nunomaduro/collision.

Updates laravel/nightwatch from 1.7.4 to 1.9.0

Release notes

Sourced from laravel/nightwatch's releases.

v1.9.0

What's Changed

Full Changelog: https://github.com/laravel/nightwatch/compare/v1.8.4...v1.9.0

v1.8.4

What's Changed

Full Changelog: https://github.com/laravel/nightwatch/compare/v1.7.4...v1.8.4

Commits

Updates ramsey/uuid from 4.8.1 to 4.9.0

Release notes

Sourced from ramsey/uuid's releases.

4.9.0

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

Full Changelog: https://github.com/ramsey/uuid/compare/4.8.1...4.9.0

Changelog

Sourced from ramsey/uuid's changelog.

4.9.0 - 2025-06-25

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).
Commits
  • 4e0e23c Prepare release 4.9.0
  • 1fffdc3 Call getFields() only once
  • 4ca249e Ignore the "result unused" error in tests from the PHPStan config
  • 088b873 Use explicit error identifiers when ignoring PHPStan errors
  • aa18ce1 Fix pure annotations (#605)
  • df575bd Re-add the @​pure annotations
  • dbc8104 chore(deps-dev): bump squizlabs/php_codesniffer from 3.13.1 to 3.13.2
  • eaa5e16 Assert the length of time bytes is 6
  • f295696 Update tests for testing bytes "rollover"
  • b40c069 Remove errant echo statement from test.
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.15.0 to 4.15.1

Release notes

Sourced from sentry/sentry-laravel's releases.

4.15.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.1.

Misc

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.15.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.1.

Misc

Commits

Updates nunomaduro/collision from 8.8.1 to 8.8.2

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
Commits:
1
Files Changed:
1
Additions:
+54
Deletions:
-55
Package Dependencies
Package:
ramsey/uuid
Ecosystem:
packagist
Version Change:
4.8.1 → 4.9.0
Update Type:
Minor
Ecosystem:
packagist
Version Change:
4.15.0 → 4.15.1
Update Type:
Patch
Ecosystem:
packagist
Version Change:
8.8.1 → 8.8.2
Update Type:
Patch
Ecosystem:
packagist
Version Change:
1.7.4 → 1.9.0
Update Type:
Minor
Technical Details
ID: 2362973
UUID: 2622981033
Node ID: PR_kwDOAMTD086cV4Op
Host: GitHub
Repository: laravelio/laravel.io
Merge State: Unknown