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
league/commonmark (source) ^2.4.2 -> ^2.5.3 age adoption passing confidence require minor
monolog/monolog ^3.5.0 -> ^3.7.0 age adoption passing confidence require minor
php ~8.2.0 -> ~8.3.13 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
thephpleague/commonmark (league/commonmark)

v2.5.3

Compare Source

Changed
  • Made compatible with CommonMark spec 0.31.1, including:
    • Remove source, add search to list of recognized block tags

v2.5.2

Compare Source

Changed
  • Boolean attributes now require an explicit true value (#​1040)
Fixed
  • Fixed regression where text could be misinterpreted as an attribute (#​1040)

v2.5.1

Compare Source

Fixed
  • Fixed attribute parsing incorrectly parsing mustache-like syntax (#​1035)
  • Fixed incorrect Table start line numbers (#​1037)

v2.5.0

Compare Source

Added
  • The AttributesExtension now supports attributes without values (#​985, #​986)
  • The AutolinkExtension exposes two new configuration options to override the default behavior (#​969, #​987):
    • autolink/allowed_protocols - an array of protocols to allow autolinking for
    • autolink/default_protocol - the default protocol to use when none is specified
Changed
  • Made compatible with CommonMark spec 0.31.0, including:
    • Allow closing fence to be followed by tabs
    • Remove restrictive limitation on inline comments
    • Unicode symbols now treated like punctuation (for purposes of flankingness)
    • Trailing tabs on the last line of indented code blocks will be excluded
    • Improved HTML comment matching
  • Paragraphs only containing link reference definitions will be kept in the AST until the Document is finalized
    • (These were previously removed immediately after parsing the Paragraph)
Fixed
  • Fixed list tightness not being determined properly in some edge cases
  • Fixed incorrect ending line numbers for several block types in various scenarios
  • Fixed lowercase inline HTML declarations not being accepted

v2.4.4

Compare Source

Fixed
  • Fixed SmartPunct extension changing already-formatted quotation marks (#​1030)

v2.4.3

Compare Source

Fixed
  • Fixed the Attributes extension not supporting CSS level 3 selectors (#​1013)
  • Fixed UrlAutolinkParser incorrectly parsing text containing www anywhere before an autolink (#​1025)
Seldaek/monolog (monolog/monolog)

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)
containerbase/php-prebuild (php)

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.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
| 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.5.3  |
| packagist   | monolog/monolog            | 3.5.0  | 3.7.0  |
| github-tags | containerbase/php-prebuild | 8.2.0  | 8.3.13 |
| 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>
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