WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Bump monolog/monolog from 2.0.0 to 2.0.1 #127

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps monolog/monolog from 2.0.0 to 2.0.1.

Release notes *Sourced from [monolog/monolog's releases](https://github.com/Seldaek/monolog/releases).* > ## 2.0.1 > * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable > * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler, OverflowHandler and SamplingHandler > * Fixed BrowserConsoleHandler formatting when using multiple styles > * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings > * Fixed normalization of SoapFault objects containing non-strings as "detail" > * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding > * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB). > * Fixed type error in BrowserConsoleHandler when the context array of log records was not associative.
Changelog *Sourced from [monolog/monolog's changelog](https://github.com/Seldaek/monolog/blob/master/CHANGELOG.md).* > ### 2.0.1 (2019-11-13) > > * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable > * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler, OverflowHandler and SamplingHandler > * Fixed BrowserConsoleHandler formatting when using multiple styles > * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings > * Fixed normalization of SoapFault objects containing non-strings as "detail" > * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding > * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB). > * Fixed type error in BrowserConsoleHandler when the context array of log records was not associative.
Commits - [`f9d56fd`](https://github.com/Seldaek/monolog/commit/f9d56fd2f5533322caccdfcddbb56aedd622ef1c) Prepare changelog - [`e530919`](https://github.com/Seldaek/monolog/commit/e5309196ce35d000f3d615c6a6b290fb222f4785) Merge branch '1.x' - [`d5e2fb3`](https://github.com/Seldaek/monolog/commit/d5e2fb341cb44f7e2ab639d12a1e5901091ec287) Add missing use statement - [`4e19f3c`](https://github.com/Seldaek/monolog/commit/4e19f3c585c7294b93e3d8a454c9d258dfeafefe) Merge branch '1.x' - [`ac44ccc`](https://github.com/Seldaek/monolog/commit/ac44cccd84d77609f501d91c1c955513017bf267) Update changelog - [`4a70fb3`](https://github.com/Seldaek/monolog/commit/4a70fb3353107bf1be596958d395ec29b32dbbec) Add formatter forwarding to BufferHandler as well - [`ec3e0e3`](https://github.com/Seldaek/monolog/commit/ec3e0e3f907d25456063ec1e1799eb0bcf4a5bab) set json flags correctly for SlackRecord, fixes [#1396](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1396), closes [#1397](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1397) - [`f97cc75`](https://github.com/Seldaek/monolog/commit/f97cc755af78886da8b5878ab7db225fbbc0f8f3) Fix 5.3/5.4 builds - [`dc2895c`](https://github.com/Seldaek/monolog/commit/dc2895c80da6bcc9b9f26ab6d0736b86f019813f) Suppress errors when json_encode has ignoreErrors set - [`05f6ed7`](https://github.com/Seldaek/monolog/commit/05f6ed7205319323df4d5526358a7aeb6d18b1cd) Fix php 5.3 syntax - Additional commits viewable in [compare view](https://github.com/Seldaek/monolog/compare/2.0.0...2.0.1)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)