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

Bump the dependencies group with 5 updates #48

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the dependencies group with 5 updates:

Package From To
google/cloud-firestore 1.47.1 1.47.2
google/cloud-pubsub 2.8.1 2.8.2
symfony/console 7.2.0 7.2.1
symfony/framework-bundle 7.2.0 7.2.2
phpunit/phpunit 11.4.4 11.5.2

Updates google/cloud-firestore from 1.47.1 to 1.47.2

Release notes

Sourced from google/cloud-firestore's releases.

google/cloud-firestore v1.47.2

Bug Fixes

  • Add compatibility for PHP 8.4 (#7912) (f808fc5)
  • Add php 8.4 to test matrix, remove implicit nullables (#7871) (1df1d9b)

Documentation

  • Add documentation for logger client option (f808fc5)
Commits

Updates google/cloud-pubsub from 2.8.1 to 2.8.2

Release notes

Sourced from google/cloud-pubsub's releases.

google/cloud-pubsub v2.8.2

Bug Fixes

  • Add compatibility for PHP 8.4 (#7914) (67ed03a)
  • Add php 8.4 to test matrix, remove implicit nullables (#7871) (1df1d9b)

Documentation

  • Add documentation for logger client option (67ed03a)
Commits

Updates symfony/console from 7.2.0 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

Commits

Updates symfony/framework-bundle from 7.2.0 to 7.2.2

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.2

Changelog (symfony/framework-bundle@v7.2.1...v7.2.2)

v7.2.1

Changelog (symfony/framework-bundle@v7.2.0...v7.2.1)

Commits
  • aaf86f3 Merge branch '7.1' into 7.2
  • 51b99e2 Merge branch '6.4' into 7.1
  • 17d8ae2 relax assertions on generated hashes
  • 6f21a40 require the writer to implement getFormats() in the translation:extract
  • a8e3976 don't require fake notifier transports to be installed as non-dev dependencies
  • 677a77d bug #59113 [FrameworkBundle][Translation] fix translation lint compatibility ...
  • 1c630f4 fix: notifier channel bus abstract arg
  • 4d4421c Merge branch '7.1' into 7.2
  • de5d4a9 Merge branch '6.4' into 7.1
  • b7716f1 fix: notifier push channel bus abstract arg
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.4.4 to 11.5.2

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.2

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

PHPUnit 11.5.1

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

PHPUnit 11.5.0

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

11.5.2 - 2024-12-21

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

11.5.1 - 2024-12-11

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

11.5.0 - 2024-12-06

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)
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

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [google/cloud-firestore](https://github.com/googleapis/google-cloud-php-firestore) | `1.47.1` | `1.47.2` |
| [google/cloud-pubsub](https://github.com/googleapis/google-cloud-php-pubsub) | `2.8.1` | `2.8.2` |
| [symfony/console](https://github.com/symfony/console) | `7.2.0` | `7.2.1` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.2.0` | `7.2.2` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.4` | `11.5.2` |


Updates `google/cloud-firestore` from 1.47.1 to 1.47.2
- [Release notes](https://github.com/googleapis/google-cloud-php-firestore/releases)
- [Commits](googleapis/google-cloud-php-firestore@v1.47.1...v1.47.2)

Updates `google/cloud-pubsub` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/googleapis/google-cloud-php-pubsub/releases)
- [Commits](googleapis/google-cloud-php-pubsub@v2.8.1...v2.8.2)

Updates `symfony/console` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v7.2.0...v7.2.1)

Updates `symfony/framework-bundle` from 7.2.0 to 7.2.2
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.2.0...v7.2.2)

Updates `phpunit/phpunit` from 11.4.4 to 11.5.2
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.2/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.4.4...11.5.2)

---
updated-dependencies:
- dependency-name: google/cloud-firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google/cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 1, 2025
@pkruithof pkruithof added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit 4a66971 Jan 2, 2025
1 check passed
@pkruithof pkruithof deleted the dependabot/composer/dependencies-a1006050c5 branch January 2, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant