Skip to content

Conversation

@dependabot
Copy link

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

Bumps the dependencies group with 4 updates in the / directory: google/cloud-firestore, google/cloud-pubsub, symfony/flex and phpunit/phpunit.

Updates google/cloud-firestore from 1.50.0 to 1.54.3

Release notes

Sourced from google/cloud-firestore's releases.

google/cloud-firestore v1.54.3

Documentation

  • Remove [@deprecated](https://github.com/deprecated) annotation from config array fields (#8689) (77185ff)

google/cloud-firestore v1.54.2

Documentation

  • Fix all README samples, rename command (#8536)

google/cloud-firestore v1.54.1

Bug Fixes

  • Mark all keyFile and keyFilePath options deprecated (#8617) (5776416)

google/cloud-firestore v1.54.0

Features

  • [Many APIs] usage deprecation of credentials client option (#8600) (c9c851a)

google/cloud-firestore v1.53.1

Bug Fixes

  • Firestore: Use x-goog-request-params header (#8267) (fd78680)

google/cloud-firestore v1.53.0

Features

  • [Firestore] add Firestore CloneDatabase support (#8485) (4b5783a)

google/cloud-firestore v1.52.0

Features

  • [Firestore] Expose tags field in Database and RestoreDatabaseRequest public protos (#8438) (0fb07a5)

google/cloud-firestore v1.51.0

Features

Commits

Updates google/cloud-pubsub from 2.11.1 to 2.16.0

Release notes

Sourced from google/cloud-pubsub's releases.

google/cloud-pubsub v2.16.0

Features

  • [PubSub] Annotate some resource fields with their corresponding API types (#8663) (ef9c9d1)

google/cloud-pubsub v2.15.1

Documentation

  • Fix all README samples, rename command (#8536)

google/cloud-pubsub v2.15.0

Features

  • [PubSub] support the protocol version in StreamingPullRequest (#8624) (7874b57)

Bug Fixes

  • Mark all keyFile and keyFilePath options deprecated (#8617) (5776416)

google/cloud-pubsub v2.14.0

Features

  • [Many APIs] usage deprecation of credentials client option (#8602) (aa4559f)

google/cloud-pubsub v2.13.2

Miscellaneous Chores

google/cloud-pubsub v2.13.1

Bug Fixes

  • [PubSub] Remove element_count_limit and request_byte_limit from pubsub_gapic.yaml (#8427) (4ea2abf)

google/cloud-pubsub v2.13.0

Features

  • [PubSub] Add MessageTransformationFailureReason to IngestionFailureEvent (#8403) (e61b01b)

google/cloud-pubsub v2.12.0

Features

  • [PubSub] Add SchemaViolationReason to IngestionFailureEvent (#8333) (68c5d41)

... (truncated)

Commits
  • c20ffde chore(main): release 0.306.0 (#8654)
  • 7f0f028 feat: [PubSub] Annotate some resource fields with their corresponding API typ...
  • 2fa4a88 chore(Spanner): V2 cleanup (#8665)
  • 30b9b06 chore(main): release 0.304.0 (#8639)
  • 0a9b9f6 docs: fix all README samples, rename command (#8536)
  • a02e4c8 chore(main): release 0.303.0 (#8616)
  • c4ab1ae feat: [PubSub] support the protocol version in StreamingPullRequest (#8624)
  • 5b059b1 fix: mark all keyFile and keyFilePath options deprecated (#8617)
  • 0243660 chore(main): release 0.302.0 (#8592)
  • 51005c2 feat: [Many APIs] usage deprecation of credentials client option (#8602)
  • Additional commits viewable in compare view

Updates symfony/flex from 2.5.0 to 2.10.0

Release notes

Sourced from symfony/flex's releases.

v2.10.0

What's Changed

Full Changelog: symfony/flex@v2.9.0...v2.10.0

v2.9.0

What's Changed

Full Changelog: symfony/flex@v2.8.2...v2.9.0

v2.7.1

What's Changed

Full Changelog: symfony/flex@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: symfony/flex@v2.6.0...v2.7.0

v2.6.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9cd3847 feature #1070 Fix dump-env command when .env files reference other env vars (...
  • 2b99ec7 feature #1071 Bump symfony/dotenv to v5.4 minimum (nicolas-grekas)
  • fec65a9 Bump symfony/dotenv to v5.4 minimum
  • ed41273 Fix dump-env command when .env files reference other env vars
  • 9df660e Fix CS
  • 94b3797 minor #1068 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible (nicol...
  • cc37c66 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible
  • 556ab3b Bump deps, PHP >= 8.1
  • 2d3822e bug #1066 Fix ignoring unstable releases with --prefer-lowest and --prefer-st...
  • 73537e7 Fix ignoring unstable releases with --prefer-lowest and --prefer-stable
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 12.1.3 to 12.4.5

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.4.5

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Fixed

  • #6426: Fix migration of configuration without schema location

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.4.4

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6410: Test runner's shutdown handler is called in system-under-test's child process

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.4.3

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 12.4.2

Changed

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[12.4.5] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Fixed

  • #6426: Fix migration of configuration without schema location

[12.4.4] - 2025-11-21

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6410: Test runner's shutdown handler is called in system-under-test's child process

[12.4.3] - 2025-11-13

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

[12.4.2] - 2025-10-30

Changed

  • Skipped tests alone no longer lead to a yellow background for the test result summary

Fixed

  • #6391: Errors during backup of global variables and static properties are not reported

[12.4.1] - 2025-10-09

Fixed

  • #6364: --filter format used by PhpStorm stopped working
  • #6378: Wrong method name passed to DataProviderMethodCalled event value object

[12.4.0] - 2025-10-03

Added

  • #6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #6354: Invokable constraints

Deprecated

... (truncated)

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 4 updates in the / directory: [google/cloud-firestore](https://github.com/googleapis/google-cloud-php-firestore), [google/cloud-pubsub](https://github.com/googleapis/google-cloud-php-pubsub), [symfony/flex](https://github.com/symfony/flex) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `google/cloud-firestore` from 1.50.0 to 1.54.3
- [Release notes](https://github.com/googleapis/google-cloud-php-firestore/releases)
- [Commits](googleapis/google-cloud-php-firestore@v1.50.0...v1.54.3)

Updates `google/cloud-pubsub` from 2.11.1 to 2.16.0
- [Release notes](https://github.com/googleapis/google-cloud-php-pubsub/releases)
- [Commits](googleapis/google-cloud-php-pubsub@v2.11.1...v2.16.0)

Updates `symfony/flex` from 2.5.0 to 2.10.0
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.5.0...v2.10.0)

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

---
updated-dependencies:
- dependency-name: google/cloud-firestore
  dependency-version: 1.54.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google/cloud-pubsub
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 12.4.5
  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 Dec 1, 2025
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