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

build(deps): bump the composer-production-dependencies group across 1 directory with 11 updates #1882

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on monolog/monolog, open-telemetry/sdk, open-telemetry/exporter-otlp, open-telemetry/opentelemetry-auto-slim, guzzlehttp/guzzle, php-di/php-di, php-di/slim-bridge, php-http/guzzle7-adapter, react/http, slim/psr7 and slim/slim to permit the latest version.
Updates monolog/monolog to 3.8.1

Release notes

Sourced from monolog/monolog's releases.

3.8.1

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
  • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
  • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)

Full Changelog: Seldaek/monolog@3.8.0...3.8.1

Changelog

Sourced from monolog/monolog's changelog.

3.8.1 (2024-12-05)

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
  • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
  • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)

3.8.0 (2024-11-12)

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#1913)
  • Fixed PHP 8.4 deprecation notices (#1903)
  • Added ability to extend/override IntrospectionProcessor (#1899)
  • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)
  • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one (#1906)
  • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)
  • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#1866)
  • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#1862)
  • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#1905)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#1905)

3.7.0 (2024-06-28)

  • Added NormalizerFormatter->setBasePath(...) (and JsonFormatter by extension) that allows removing the project's path from the stack trace output (47e301d3e)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed private error handlers causing problems with custom StreamHandler implementations (#1866)

3.6.0 (2024-04-12)

  • Added LineFormatter->setBasePath(...) that allows removing the project's path from the stack trace output (#1873)
  • Added $includeExtra option in PsrHandler to also use extra data to replace placeholder values in the message (#1852)
  • Added ability to customize what is a duplicated message by extending the DeduplicationHandler (#1879)
  • Added handling for using GelfMessageFormatter together with the AmqpHandler (#1869)
  • Added ability to extend GoogleCloudLoggingFormatter (#1859)
  • Fixed __toString failures in context data crashing the normalization process (#1868)
  • Fixed PHP 8.4 deprecation warnings (#1874)

3.5.0 (2023-10-27)

  • Added ability to indent stack traces in LineFormatter via e.g. indentStacktraces(' ') (#1835)
  • Added ability to configure a max level name length in LineFormatter via e.g. setMaxLevelNameLength(3) (#1850)
  • Added support for indexed arrays (i.e. [] and not {} arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)
  • Added WithMonologChannel attribute for integrators to use to configure autowiring (#1847)
  • Fixed log record extra data leaking between handlers that have handler-specific processors set (#1819)
  • Fixed LogglyHandler issue with record level filtering (#1841)
  • Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
  • Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
  • Fixed normalization error when normalizing incomplete classes (#1833)

3.4.0 (2023-06-21)

... (truncated)

Commits

Updates open-telemetry/sdk to 1.1.2

Release notes

Sourced from open-telemetry/sdk's releases.

Release 1.1.2

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.1.1...1.1.2

Commits

Updates open-telemetry/exporter-otlp to 1.1.0

Release notes

Sourced from open-telemetry/exporter-otlp's releases.

Release 1.1.0

What's Changed:

Full Changelog: opentelemetry-php/exporter-otlp@1.1.0beta1...1.1.0

Commits

Updates open-telemetry/opentelemetry-auto-slim to 1.0.7

Release notes

Sourced from open-telemetry/opentelemetry-auto-slim's releases.

Release 1.0.7

What's Changed:

Full Changelog: opentelemetry-php/contrib-auto-slim@1.0.6...1.0.7

Commits

Updates guzzlehttp/guzzle to 7.9.2

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.9.2

Fixed

  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.9.2 - 2024-07-24

Fixed

  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

7.9.1 - 2024-07-19

Fixed

  • Fix TLS 1.3 check for HTTP/2 requests

7.9.0 - 2024-07-18

Changed

  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

7.8.2 - 2024-07-18

Added

  • Support for PHP 8.4

7.8.1 - 2023-12-03

Changed

  • Updated links in docs to their canonical versions
  • Replaced call_user_func* with native calls

7.8.0 - 2023-08-27

Added

  • Support for PHP 8.3
  • Added automatic closing of handles on CurlFactory object destruction

7.7.1 - 2023-08-27

Changed

... (truncated)

Commits

Updates php-di/php-di to 7.0.7

Release notes

Sourced from php-di/php-di's releases.

7.0.7

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.6...7.0.7

Commits
  • e87435e Merge pull request #886 from bdsl/patch-1
  • 60c3ef4 Show circular list of depedencies on circular dependancy error message
  • e9d5a6f Merge pull request #889 from staudenmeir/php8.4
  • eaf007e Merge pull request #890 from staudenmeir/composer-option
  • 4849503 Remove deprecated Composer option
  • 3e3b866 Revert CS fixer's return type changes
  • ddcfbb5 Prepare for PHP 8.4
  • a7410e4 Merge pull request #885 from N-M/patch-1
  • fdc25cd Fix documenation for php-definitions
  • f50ab28 Merge pull request #884 from takaram/patch-1
  • Additional commits viewable in compare view

Updates php-di/slim-bridge to 3.4.1

Release notes

Sourced from php-di/slim-bridge's releases.

3.4.1

What's Changed

New Contributors

Full Changelog: PHP-DI/Slim-Bridge@3.4.0...3.4.1

Commits

Updates php-http/guzzle7-adapter to 1.1.0

Release notes

Sourced from php-http/guzzle7-adapter's releases.

1.1.0

Changed

  • Add support for PHP 8.4, drop support for PHP version 7.2

Fixed

  • Add missing composer test command and use it in CI
  • Fix deprecated usage of prophesize in phpunit tests
Changelog

Sourced from php-http/guzzle7-adapter's changelog.

[1.1.0] - 2024-11-26

Changed

  • Add support for PHP 8.4, drop support for PHP version 7.2

Fixed

  • Add missing composer test command and use it in CI
  • Fix deprecated usage of prophesize in phpunit tests

[1.0.0] - 2021-03-09

  • Stable release - no changes since 0.1.1

[0.1.1] - 2020-10-21

  • Allow installation with PHP 8

[0.1.0] - 2020-08-16

First release

Commits
  • 03a415f prepare release
  • 93243a3 Merge pull request #17 from ruudk/patch-1
  • f6efdfc Add PHP 8.4 to CI matrix
  • 3b623a6 Merge pull request #16 from php-http/housekeeping
  • b88310d psalm stop complaining about unused method
  • dc4da39 chore: feat ci deprecations
  • 513f508 add test for createWithConfig
  • c6975e5 latest cs fixes
  • 427e734 cleanup branch alias and explicitly require legacy message-factory
  • 0332804 chore: add ci-tests for php 8.2, bump github action verions (#13)
  • Additional commits viewable in compare view

Updates react/http to 1.11.0

Release notes

Sourced from react/http's releases.

v1.11.0

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types. (#537 by @​clue)

  • Feature: Allow underscore character in Uri host. (#524 by @​lulhum)

  • Improve test suite to fix expected error code when ext-sockets is not enabled. (#539 by @​WyriHaximus)

Changelog

Sourced from react/http's changelog.

1.11.0 (2024-11-20)

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types. (#537 by @​clue)

  • Feature: Allow underscore character in Uri host. (#524 by @​lulhum)

  • Improve test suite to fix expected error code when ext-sockets is not enabled. (#539 by @​WyriHaximus)

1.10.0 (2024-03-27)

  • Feature: Add new PSR-7 implementation and remove dated RingCentral PSR-7 dependency. (#518, #519, #520 and #522 by @​clue)

    This changeset allows us to maintain our own PSR-7 implementation and reduce dependencies on external projects. It also improves performance slightly and does not otherwise affect our public API. If you want to explicitly install the old RingCentral PSR-7 dependency, you can still install it like this:

    composer require ringcentral/psr7
  • Feature: Add new Uri class for new PSR-7 implementation. (#521 by @​clue)

  • Feature: Validate outgoing HTTP message headers and reject invalid messages. (#523 by @​clue)

  • Feature: Full PHP 8.3 compatibility. (#508 by @​clue)

  • Fix: Fix HTTP client to omit Transfer-Encoding: chunked when streaming empty request body. (#516 by @​clue)

  • Fix: Ensure connection close handler is cleaned up for each request. (#515 by @​WyriHaximus)

  • Update test suite and avoid unhandled promise rejections. (#501 and #502 by @​clue)

1.9.0 (2023-04-26)

This is a SECURITY and feature release for the 1.x series of ReactPHP's HTTP component.

  • Security fix: This release fixes a medium severity security issue in ReactPHP's HTTP server component that affects all versions between v0.8.0 and v1.8.0. All users are encouraged to upgrade immediately. (CVE-2023-26044 reported and fixed by @​WyriHaximus)

... (truncated)

Commits
  • 8db02de Prepare v1.11.0 release
  • 71c0e5c Merge pull request #524 from lulhum/lulhum-uri-allow-underscore
  • 888e3c0 Allow underscore character in Uri host
  • f2b8bf3 Merge pull request #539 from WyriHaximus-labs/1.x-fix-expected-error-code-in-...
  • e0ab174 Fix expected error code in tests when ext-sockets is not enabled
  • c4855ce Merge pull request #537 from clue-labs/nullable-v1
  • 88128ac Improve PHP 8.4+ support by avoiding implicitly nullable types
  • 8111281 Prepare v1.10.0 release
  • 04cb936 Merge pull request #523 from clue-labs/http-validate
  • 27d2e74 Validate outgoing HTTP message headers and reject invalid messages
  • Additional commits viewable in compare view

Updates slim/psr7 to 1.7.0

Release notes

Sourced from slim/psr7's releases.

1.7.0

What's Changed

New Contributors

Full Changelog: slimphp/Slim-Psr7@1.6.0...1.7.0

Commits
  • 753e964 Merge pull request #295 from cosmastech/fix/port-as-string
  • f7b2d1a Merge pull request #308 from slimphp/dependabot/composer/psr/http-factory-tw-1.1
  • 132ae65 Merge branch 'master' into fix/port-as-string
  • dee05e3 Update psr/http-factory requirement from ^1.0 to ^1.1
  • 3a1dd1d Merge pull request #306 from slimphp/dependabot/composer/squizlabs/php_codesn...
  • 36e6ed0 Merge pull request #307 from slimphp/dependabot/composer/phpstan/phpstan-tw-1.11
  • 875e335 Merge branch 'master' into dependabot/composer/squizlabs/php_codesniffer-tw-3.10
  • b8e8129 Merge branch 'master' into dependabot/composer/phpstan/phpstan-tw-1.11
  • bba8ed1 Merge pull request #305 from kamil-tekiela/Fix-PHP-8.4-deprecations
  • 933297f Merge branch 'master' into dependabot/composer/phpstan/phpstan-tw-1.11
  • Additional commits viewable in compare view

Updates slim/slim to 4.14.0

Release notes

Sourced from slim/slim's releases.

4.14.0

What's Changed

Type hinting with template generics

With the introduction of template generics, if you type-hint Slim\App instance variable using /** @var \Slim\App $app */, then you will need to change it to either:

  • /** @var \Slim\App<null> $app */ if you are not using a DI container, or
  • /** @var \Slim\App<\Psr\Container\ContainerInterface> $app */ if you are

You can also type-hint to the concrete instance of the container you are using too. For example, if you are using PHP-DI, then you can use: /** @var \Slim\App<DI\Container> $app */.

New Contributors

Full Changelog: slimphp/Slim@4.13.0...4.14.0

Changelog

Sourced from slim/slim's changelog.

4.14.0 - 2024-06-13

Changed

Type hinting with template generics

With the introduction of template generics, if you type-hint Slim\App instance variable using /** @var \Slim\App $app */, then you will need to change it to either:

  • /** @var \Slim\App<null> $app */ if you are not using a DI container, or
  • /** @var \Slim\App<\Psr\Container\ContainerInterface> $app */ if you are

You can also type-hint to the concrete instance of the container you are using too. For example, if you are using PHP-DI, then you can use: /** @var \Slim\App<DI\Container> $app */.

New Contributors

Full Changelog: slimphp/Slim@4.13.0...4.14.0

4.13.0 - 2024-03-03

4.12.0 - 2023-07-23

... (truncated)

Commits
  • 5943393 Merge pull request #3326 from slimphp/dependabot/composer/psr/http-factory-tw...
  • a6b861e Update psr/http-factory requirement from ^1.0 to ^1.1
  • d0705e2 Merge pull request #3325 from slimphp/dependabot/composer/phpstan/phpstan-tw-...
  • 33fc446 Merge branch '4.x' into dependabot/composer/phpstan/phpstan-tw-1.11
  • 45ffce3 Merge pull request #3324 from slimphp/dependabot/composer/squizlabs/php_codes...
  • d7f63e5 Update squizlabs/php_codesniffer requirement from ^3.9 to ^3.10
  • b8de7c1 Merge pull request #3322 from limarkxx/add-psalm
  • c7910ea Merge branch '4.x' into add-psalm
  • 8388b33 Merge pull request #3321 from akrabat/3317-do-not-write-tips-message-to-forma...
  • d2e7707 Update phpstan/phpstan requirement from ^1.10 to ^1.11
  • Additional commits viewable in compare view

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

… directory with 11 updates

Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [guzzlehttp/guzzle](https://github.com/guzzle/guzzle), [php-di/php-di](https://github.com/PHP-DI/PHP-DI), [php-di/slim-bridge](https://github.com/PHP-DI/Slim-Bridge), [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter), [react/http](https://github.com/reactphp/http), [slim/psr7](https://github.com/slimphp/Slim-Psr7) and [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.

Updates `monolog/monolog` to 3.8.1
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@3.5.0...3.8.1)

Updates `open-telemetry/sdk` to 1.1.2
- [Release notes](https://github.com/opentelemetry-php/sdk/releases)
- [Commits](opentelemetry-php/sdk@1.0.8...1.1.2)

Updates `open-telemetry/exporter-otlp` to 1.1.0
- [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases)
- [Commits](opentelemetry-php/exporter-otlp@1.0.4...1.1.0)

Updates `open-telemetry/opentelemetry-auto-slim` to 1.0.7
- [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases)
- [Commits](opentelemetry-php/contrib-auto-slim@1.0.6...1.0.7)

Updates `guzzlehttp/guzzle` to 7.9.2
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.8.1...7.9.2)

Updates `php-di/php-di` to 7.0.7
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](PHP-DI/PHP-DI@7.0.6...7.0.7)

Updates `php-di/slim-bridge` to 3.4.1
- [Release notes](https://github.com/PHP-DI/Slim-Bridge/releases)
- [Commits](PHP-DI/Slim-Bridge@3.4.0...3.4.1)

Updates `php-http/guzzle7-adapter` to 1.1.0
- [Release notes](https://github.com/php-http/guzzle7-adapter/releases)
- [Changelog](https://github.com/php-http/guzzle7-adapter/blob/1.x/CHANGELOG.md)
- [Commits](php-http/guzzle7-adapter@1.0.0...1.1.0)

Updates `react/http` to 1.11.0
- [Release notes](https://github.com/reactphp/http/releases)
- [Changelog](https://github.com/reactphp/http/blob/v1.11.0/CHANGELOG.md)
- [Commits](reactphp/http@v1.9.0...v1.11.0)

Updates `slim/psr7` to 1.7.0
- [Release notes](https://github.com/slimphp/Slim-Psr7/releases)
- [Commits](slimphp/Slim-Psr7@1.6.1...1.7.0)

Updates `slim/slim` to 4.14.0
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)
- [Commits](slimphp/Slim@4.12.0...4.14.0)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/sdk
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/exporter-otlp
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/opentelemetry-auto-slim
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: php-di/php-di
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: php-di/slim-bridge
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: php-http/guzzle7-adapter
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: react/http
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: slim/psr7
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: slim/slim
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2025 13:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 8, 2025
@julianocosta89
Copy link
Member

@dependabot rebase

1 similar comment
@julianocosta89
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

Superseded by #1890.

@dependabot dependabot bot closed this Jan 9, 2025
@dependabot dependabot bot deleted the 0c4cdependabot/composer/src/quote/composer-production-dependencies-7838a7dfe8 branch January 9, 2025 13:34
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