Skip to content

Bump the composer group across 1 directory with 3 updates#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer-200547be0c
Open

Bump the composer group across 1 directory with 3 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer-200547be0c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps the composer group with 3 updates in the / directory: monolog/monolog, symfony/http-foundation and symfony/http-kernel.

Updates monolog/monolog from 1.11.0 to 1.12.0

Release notes

Sourced from monolog/monolog's releases.

1.12.0

  • Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
  • Added PsrHandler to forward records to another PSR-3 logger
  • Added SamplingHandler to wrap around a handler and include only every Nth record
  • Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
  • Added exception codes in the output of most formatters
  • Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line)
  • Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data
  • Added $host to HipChatHandler for users of private instances
  • Added $transactionName to NewRelicHandler and support for a transaction_name context value
  • Fixed MandrillHandler to avoid outputing API call responses
  • Fixed some non-standard behaviors in SyslogUdpHandler
Changelog

Sourced from monolog/monolog's changelog.

1.12.0 (2014-12-29)

  • Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
  • Added PsrHandler to forward records to another PSR-3 logger
  • Added SamplingHandler to wrap around a handler and include only every Nth record
  • Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
  • Added exception codes in the output of most formatters
  • Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line)
  • Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data
  • Added $host to HipChatHandler for users of private instances
  • Added $transactionName to NewRelicHandler and support for a transaction_name context value
  • Fixed MandrillHandler to avoid outputting API call responses
  • Fixed some non-standard behaviors in SyslogUdpHandler
Commits

Updates symfony/http-foundation from 2.5.7 to 2.5.12

Commits
  • 08e7838 isFromTrustedProxy to confirm request came from a trusted proxy.
  • 79b2385 Revert "Merge branch '2.3' into 2.5"
  • 749f478 Merge branch '2.3' into 2.5
  • 6860ffa [HttpFoundation] minor: clarify Request::getUrlencodedPrefix() regex
  • 89c650e Merge branch '2.3' into 2.5
  • d61a1aa minor #13469 Fix docblocks to comments (keradus)
  • f091831 Fix docblocks to comments
  • 0481c0a Merge branch '2.3' into 2.5
  • ce6610c minor #13488 [2.3] Removed dead code and various cleaning (saro0h)
  • 6befdbb [2.3] [HttpFoundation] [MimeTypeGuesser]
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 2.5.7 to 2.5.12

Commits
  • 3165238 updated VERSION for 2.5.12
  • 691b7de Do not call the FragmentListener if _controller is already defined
  • 7b1632c updated VERSION for 2.5.11
  • 045a174 Safe escaping of fragments for eval()
  • b481edb Revert "bumped Symfony version to 2.5.11"
  • 1220576 bumped Symfony version to 2.5.11
  • a28ec28 updated VERSION for 2.5.10
  • 16c0520 Merge branch '2.3' into 2.5
  • 636ea13 bumped Symfony version to 2.3.26
  • 5b67570 updated VERSION for 2.3.25
  • Additional commits viewable in compare view

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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 3 updates in the / directory: [monolog/monolog](https://github.com/Seldaek/monolog), [symfony/http-foundation](https://github.com/symfony/http-foundation) and [symfony/http-kernel](https://github.com/symfony/http-kernel).


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

Updates `symfony/http-foundation` from 2.5.7 to 2.5.12
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v2.5.7...v2.5.12)

Updates `symfony/http-kernel` from 2.5.7 to 2.5.12
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v2.5.7...v2.5.12)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
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.

0 participants