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

Update all non-major dependencies #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
beberlei/assert ^3.3.2 -> ^3.3.3 age adoption passing confidence require patch
guzzlehttp/guzzle (source) ^7.8.1 -> ^7.9.2 age adoption passing confidence require minor
monolog/monolog ^3.5.0 -> ^3.8.1 age adoption passing confidence require minor
phly/phly-event-dispatcher ^1.4.0 -> ^1.5.0 age adoption passing confidence require minor
php ~8.2.0 -> ~8.4.1 age adoption passing confidence require minor
phpseclib/phpseclib (source) ^3.0.37 -> ^3.0.42 age adoption passing confidence require patch
psr/http-factory ^1.0.2 -> ^1.1.0 age adoption passing confidence require minor
psr/log ^3.0 -> ^3.0.2 age adoption passing confidence require patch

Release Notes

beberlei/assert (beberlei/assert)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: beberlei/assert@v3.3.2...v3.3.3

guzzle/guzzle (guzzlehttp/guzzle)

v7.9.2

Compare Source

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

v7.9.1

Compare Source

Fixed
  • Fix TLS 1.3 check for HTTP/2 requests

v7.9.0

Compare Source

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

v7.8.2

Compare Source

Added
  • Support for PHP 8.4
Seldaek/monolog (monolog/monolog)

v3.8.1

Compare Source

  • 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)

v3.8.0

Compare Source

  • 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)

v3.7.0

Compare Source

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

v3.6.0

Compare Source

  • 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)
phly/phly-event-dispatcher (phly/phly-event-dispatcher)

v1.5.0

Compare Source

Added
  • Adds support for PHP 8.4
containerbase/php-prebuild (php)

v8.4.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.1

v8.3.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.14

v8.3.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.13

v8.3.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.12

v8.3.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.11

v8.3.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.10

v8.3.9

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.9

v8.3.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.8

v8.3.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.7

v8.3.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.6

v8.3.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.4

v8.3.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.3

v8.3.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.2

v8.3.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.1

v8.3.0

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.0

v8.2.26

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.26

v8.2.25

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.25

v8.2.24

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.24

v8.2.23

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.23

v8.2.22

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.22

v8.2.21

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.21

v8.2.20

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.20

v8.2.19

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.19

v8.2.18

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.18

v8.2.17

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.17

v8.2.16

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.16

v8.2.15

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.15

v8.2.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.14

v8.2.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.13

v8.2.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.12

v8.2.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.11

v8.2.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.10

v8.2.9

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.9

v8.2.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.8

v8.2.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.7

v8.2.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.6

v8.2.5

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.5

v8.2.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.4

v8.2.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.3

v8.2.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.2

v8.2.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.1
phpseclib/phpseclib (phpseclib/phpseclib)

v3.0.42

Compare Source

  • X509: CRL version number wasn't correctly being saved (#​2037)
  • Hash: significantly speed up umac algorithms
  • SSH2: fix possible infinite loop on packet timeout (#​2031)
  • SSH2: logging enhancements
  • SSH2: identification strings > 255 bytes didnt get parsed correctly
  • SSH2: if string is passed to setPreferredAlgorithms() treat it as array
  • SSH2: update error message for people not connecting to SSH servers
  • SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#​2024)

v3.0.41

Compare Source

  • SFTP: fix deprecation warning (#​2027)

v3.0.40

Compare Source

  • SSH2: fix for setTimeout(0) (#​2023)
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2/Agent: make it so identities include key comments (#​2022)
  • SSH2/Agent: add findIdentityByPublicKey() (#​2022)
  • EC: fix for IEEE signatures (#​2019)
  • BigInteger/BCMath: bitwise_or() was doing XOR (#​2025)

v3.0.39

Compare Source

  • SSH2: fix when keep alive packets are sent (#​2009)
  • SSH2: fix for undefined variable when logging is enabled (#​2010 / #​2011)

v3.0.38

Compare Source

  • BigInteger: EvalBarrett / Barrett could sometimes slow to a crawl (#​1994)
  • SSH2: fix bug that prevented RC4 and ChaCha20 from ever being used
  • SSH2: SSH_MSG_EXT_INFO didn't work during key re-exchange (#​2001, #​2002)
  • SSH2: improvements to timeout handling (#​2006)
  • System/SSH/Agent: reset supported_private_key_algorithms for every key (#​1995)
  • Composer: use paragonie/constant_time_encoding (#​1998)
  • Crypt/EC/Formats/PKCS8: fix Ed448 keys (#​2003)
php-fig/http-factory (psr/http-factory)

v1.1.0

Compare Source

php-fig/log (psr/log)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: php-fig/log@3.0.1...3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: php-fig/log@3.0.0...3.0.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Apr 13, 2024
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14e9a77 to da02302 Compare May 10, 2024 08:32
@renovate renovate bot changed the title Update dependency monolog/monolog to ^3.6.0 Update all non-major dependencies May 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6955c68 to a684f83 Compare June 17, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b3f8126 to 93c83d9 Compare June 28, 2024 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 59f7656 to ab75e44 Compare July 24, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cb2df58 to 148fbc8 Compare August 12, 2024 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3b9a4c0 to d0771f0 Compare August 16, 2024 12:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0771f0 to c6583e8 Compare August 21, 2024 14:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6583e8 to d0d723c Compare August 31, 2024 02:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 046cc4f to 365f0ff Compare September 16, 2024 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 365f0ff to e4b0fc6 Compare September 27, 2024 04:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18a7881 to b4eb294 Compare October 30, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4eb294 to ea281ef Compare November 12, 2024 15:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea281ef to f25af34 Compare November 21, 2024 19:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 85ce694 to 7c38e69 Compare November 25, 2024 17:29
Copy link
Contributor Author

renovate bot commented Nov 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update beberlei/assert:3.3.3 guzzlehttp/guzzle:7.9.2 league/commonmark:2.6.0 monolog/monolog:3.8.1 phly/phly-event-dispatcher:1.5.0 php:8.4.1 phpseclib/phpseclib:3.0.42 psr/http-factory:1.1.0 psr/log:3.0.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Pattern "php" listed for update matches platform packages, but these cannot be updated by Composer.
Dependency psr/http-message is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/event-dispatcher is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/container is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laminas/laminas-cli is locked to version 1.10.0 and an update of this package was not requested.
    - laminas/laminas-cli 1.10.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 2
    - laminas/laminas-component-installer is locked to version 3.4.0 and an update of this package was not requested.
    - laminas/laminas-component-installer 3.4.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 3
    - laminas/laminas-config-aggregator is locked to version 1.14.0 and an update of this package was not requested.
    - laminas/laminas-config-aggregator 1.14.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 4
    - laminas/laminas-config-aggregator-parameters is locked to version 1.15.0 and an update of this package was not requested.
    - laminas/laminas-config-aggregator-parameters 1.15.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 5
    - laminas/laminas-diactoros is locked to version 3.3.1 and an update of this package was not requested.
    - laminas/laminas-diactoros 3.3.1 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 6
    - laminas/laminas-http is locked to version 2.19.0 and an update of this package was not requested.
    - laminas/laminas-http 2.19.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 7
    - laminas/laminas-servicemanager is locked to version 3.22.1 and an update of this package was not requested.
    - laminas/laminas-servicemanager 3.22.1 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 8
    - laminas/laminas-stdlib is locked to version 3.19.0 and an update of this package was not requested.
    - laminas/laminas-stdlib 3.19.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 9
    - laminas/laminas-stratigility is locked to version 3.11.0 and an update of this package was not requested.
    - laminas/laminas-stratigility 3.11.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 10
    - mezzio/mezzio is locked to version 3.19.0 and an update of this package was not requested.
    - mezzio/mezzio 3.19.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 11
    - mezzio/mezzio-fastroute is locked to version 3.11.0 and an update of this package was not requested.
    - mezzio/mezzio-fastroute 3.11.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 12
    - mezzio/mezzio-hal is locked to version 2.9.0 and an update of this package was not requested.
    - mezzio/mezzio-hal 2.9.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 13
    - mezzio/mezzio-helpers is locked to version 5.16.0 and an update of this package was not requested.
    - mezzio/mezzio-helpers 5.16.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 14
    - mezzio/mezzio-platesrenderer is locked to version 2.10.0 and an update of this package was not requested.
    - mezzio/mezzio-platesrenderer 2.10.0 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 15
    - mezzio/mezzio-problem-details is locked to version 1.14.0 and an update of this package was not requested.
    - mezzio/mezzio-problem-details 1.14.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 16
    - mezzio/mezzio-swoole is locked to version 4.9.0 and an update of this package was not requested.
    - mezzio/mezzio-swoole 4.9.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 17
    - mezzio/mezzio-template is locked to version 2.10.0 and an update of this package was not requested.
    - mezzio/mezzio-template 2.10.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 18
    - laminas/laminas-development-mode is locked to version 3.12.0 and an update of this package was not requested.
    - laminas/laminas-development-mode 3.12.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 19
    - mezzio/mezzio-tooling is locked to version 2.9.0 and an update of this package was not requested.
    - mezzio/mezzio-tooling 2.9.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 20
    - phpspec/prophecy-phpunit is locked to version v2.2.0 and an update of this package was not requested.
    - phpspec/prophecy v1.19.0 requires php ^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.1) does not satisfy that requirement.
    - phpspec/prophecy-phpunit v2.2.0 requires phpspec/prophecy ^1.18 -> satisfiable by phpspec/prophecy[v1.19.0].


@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c38e69 to 3ec1d02 Compare November 25, 2024 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ec1d02 to e5f23d6 Compare December 5, 2024 19:13
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| packagist   | beberlei/assert            | 3.3.2  | 3.3.3  |
| packagist   | guzzlehttp/guzzle          | 7.8.1  | 7.9.2  |
| packagist   | league/commonmark          | 2.4.2  | 2.6.0  |
| packagist   | monolog/monolog            | 3.5.0  | 3.8.1  |
| packagist   | phly/phly-event-dispatcher | 1.4.0  | 1.5.0  |
| github-tags | containerbase/php-prebuild | 8.2.0  | 8.4.1  |
| packagist   | phpseclib/phpseclib        | 3.0.37 | 3.0.42 |
| packagist   | psr/http-factory           | 1.0.2  | 1.1.0  |
| packagist   | psr/log                    | 3.0.0  | 3.0.2  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5f23d6 to a6d34f5 Compare December 7, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants