Skip to content

composer(deps): bump the version-updates group with 2 updates #578

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

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2024

Updates the requirements on monolog/monolog and aws/aws-sdk-php to permit the latest version.
Updates monolog/monolog to 3.8.0

Release notes

Sourced from monolog/monolog's releases.

3.8.0

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

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

Changelog

Sourced from monolog/monolog's changelog.

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)

  • Added LoadAverageProcessor to track one of the 1, 5 or 15min load averages (#1803)
  • Added support for priority to the AsMonologProcessor attribute (#1797)
  • Added TelegramBotHandler topic/message_thread_id support (#1802)
  • Fixed FingersCrossedHandler passthruLevel checking (#1801)
  • Fixed support of yearly and monthly rotation log file to rotate only once a month/year (#1805)
  • Fixed TestHandler method docs (#1794)

... (truncated)

Commits

Updates aws/aws-sdk-php to 3.328.0

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.328.0

  • Aws\EC2 - Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
  • Aws\IoT - This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
  • Aws\ConnectCampaignsV2 - Added Amazon Connect Outbound Campaigns V2 SDK.
  • Aws\CloudWatch - Adds support for adding related Entity information to metrics ingested through PutMetricData.
  • Aws\DataSync - Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
  • Aws\Route53Resolver - Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).
  • Aws\Polly - Fixes PutLexicon usage example.
  • Aws\PinpointSMSVoiceV2 - Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
  • Aws\Outposts - You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
Commits

You can trigger a rebase of this PR 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

@dependabot dependabot bot requested a review from mimmi20 as a code owner November 16, 2024 03:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2024
Copy link
Contributor

github-actions bot commented Nov 16, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/aws/aws-sdk-php >= 3.328.0, < 4.0.0 🟢 5.3
Details
CheckScoreReason
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Vulnerabilities🟢 100 existing vulnerabilities detected
Security-Policy🟢 10security policy file detected
Pinned-Dependencies⚠️ -1no dependencies found
composer/monolog/monolog >= 3.8.0, < 4.0.0 🟢 5.3
Details
CheckScoreReason
Code-Review⚠️ 2Found 8/28 approved changesets -- score normalized to 2
Maintained🟢 1030 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • composer.json

@mimmi20 mimmi20 linked an issue Nov 16, 2024 that may be closed by this pull request
Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog) and [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) to permit the latest version.

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

Updates `aws/aws-sdk-php` to 3.328.0
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.325.5...3.328.0)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: version-updates
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/master/version-updates-164ad125a9 branch from ce649b3 to 29a0971 Compare November 16, 2024 10:43
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.28%. Comparing base (df9ebad) to head (ff3ee0b).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #578      +/-   ##
============================================
+ Coverage     87.89%   90.28%   +2.39%     
+ Complexity      791      778      -13     
============================================
  Files           104      104              
  Lines          2925     2842      -83     
============================================
- Hits           2571     2566       -5     
+ Misses          354      276      -78     
Flag Coverage Δ
php-8.1 90.28% <100.00%> (+2.39%) ⬆️
php-amqplib 89.97% <100.00%> (+2.38%) ⬆️
phpunit 90.28% <100.00%> (+2.39%) ⬆️
ubuntu-24.04 90.28% <100.00%> (+2.39%) ⬆️
with-sockets 90.28% <100.00%> (+2.39%) ⬆️
without-extensions 87.96% <100.00%> (+2.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Formatter/ElasticaFormatterFactory.php 100.00% <100.00%> (+20.68%) ⬆️
src/Formatter/ElasticsearchFormatterFactory.php 100.00% <100.00%> (+20.68%) ⬆️
src/Formatter/FluentdFormatterFactory.php 100.00% <100.00%> (+54.54%) ⬆️
src/Formatter/HtmlFormatterFactory.php 100.00% <100.00%> (+24.00%) ⬆️
src/Formatter/JsonFormatterFactory.php 100.00% <100.00%> (+13.95%) ⬆️
src/Formatter/LineFormatterFactory.php 100.00% <100.00%> (+13.95%) ⬆️
src/Formatter/LogglyFormatterFactory.php 100.00% <100.00%> (+18.18%) ⬆️
src/Formatter/LogmaticFormatterFactory.php 100.00% <100.00%> (+15.00%) ⬆️
src/Formatter/LogstashFormatterFactory.php 100.00% <100.00%> (+17.64%) ⬆️
src/Formatter/NormalizerFormatterFactory.php 100.00% <100.00%> (+24.00%) ⬆️
... and 3 more

Copy link

codeclimate bot commented Nov 17, 2024

Code Climate has analyzed commit ff3ee0b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 87.8% (4.3% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 6469662 into master Nov 17, 2024
390 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/version-updates-164ad125a9 branch November 17, 2024 10:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make sure PHP 8.4 and 8.5 are supported
1 participant