ImpressCMS / impresscms

A multilingual, extensible, community oriented CMS developed in PHP
https://www.impresscms.org
Other
27 stars 35 forks source link

Bump monolog/monolog from 2.9.1 to 2.9.2 #1530

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps monolog/monolog from 2.9.1 to 2.9.2.

Release notes

Sourced from monolog/monolog's releases.

2.9.2

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

Full Changelog: https://github.com/Seldaek/monolog/compare/2.9.1...2.9.2

Changelog

Sourced from monolog/monolog's changelog.

2.9.2 (2023-10-27)

  • 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)
Commits
  • 437cb36 Update changelog
  • 531ed6d enforce string value for safety
  • ed80d53 Fix fatal error in NormalizeFormatter: method_exists(): The script tried to e...
  • 70e1c2f Fix string interpolation of newline
  • 1b93764 Fixed bug that restore_error_handler will not be executed if there is an ex...
  • 426e427 Fix phpstan error
  • 0ff87cf Fix display_errors handling to handle string values, fixes #1804
  • 975a02f ci: Update to use GitHub Actions V3 (#1812)
  • See full diff in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)