loophp / unaltered-psr-http-message-bridge-bundle

Provide a PSR HTTP message bridge without altering query parameters.
MIT License
5 stars 1 forks source link

chore(deps): update dependency symfony/http-kernel to v6 #55

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
symfony/http-kernel (source) require-dev major ^5.1.6 -> ^6.0.0

Release Notes

symfony/http-kernel ### [`v6.1.7`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.7) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.6...v6.1.7) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.6...v6.1.7) - bug [#​47857](https://togithub.com/symfony/http-kernel/issues/47857) Fix empty request stack when terminating with exception (krzyc) - bug [#​47878](https://togithub.com/symfony/http-kernel/issues/47878) Remove EOL when using error_log() in HttpKernel Logger (cyve) ### [`v6.1.6`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.6) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.5...v6.1.6) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.5...v6.1.6) - bug [#​46956](https://togithub.com/symfony/http-kernel/issues/46956) Allow to specify `null` for exception mapping configuration values (andrew-demb) ### [`v6.1.5`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.5) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.4...v6.1.5) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.4...v6.1.5) - bug [#​47675](https://togithub.com/symfony/http-kernel/issues/47675) Use Accept-Language header even if there are no enabled locales (MatTheCat) - bug [#​47491](https://togithub.com/symfony/http-kernel/issues/47491) Prevent exception in RequestDataCollector if request stack is empty (aschempp) - bug [#​47435](https://togithub.com/symfony/http-kernel/issues/47435) lock when writting profiles (nicolas-grekas) ### [`v6.1.4`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.4) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.3...v6.1.4) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.3...v6.1.4) - bug [#​47358](https://togithub.com/symfony/http-kernel/issues/47358) Fix broken request stack state if throwable is thrown. (Warxcell) - bug [#​47273](https://togithub.com/symfony/http-kernel/issues/47273) Do not send Set-Cookie header twice for deleted session cookie (X-Coder264) - bug [#​47238](https://togithub.com/symfony/http-kernel/issues/47238) Fix passing `null` to `\trim()` method in LoggerDataCollector (SVillette) ### [`v6.1.3`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.3) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.2...v6.1.3) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.2...v6.1.3) - bug [#​47073](https://togithub.com/symfony/http-kernel/issues/47073) Fix non-scalar check in surrogate fragment renderer (aschempp) - bug [#​47086](https://togithub.com/symfony/http-kernel/issues/47086) Workaround disabled "var_dump" (nicolas-grekas) - bug [#​43998](https://togithub.com/symfony/http-kernel/issues/43998) Don't throw on 304 Not Modified (aleho) ### [`v6.1.2`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.2) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.1...v6.1.2) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.1...v6.1.2) - bug [#​46769](https://togithub.com/symfony/http-kernel/issues/46769) Fix a PHP 8.1 deprecation notice in HttpCache (mpdude) - bug [#​46676](https://togithub.com/symfony/http-kernel/issues/46676) Extend type guessing on enum fields (Gigino Chianese) - bug [#​46697](https://togithub.com/symfony/http-kernel/issues/46697) Disable session tracking while collecting profiler data (nicolas-grekas) ### [`v6.1.1`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.1) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.1.0...v6.1.1) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.0...v6.1.1) - bug [#​46586](https://togithub.com/symfony/http-kernel/issues/46586) Fix BackedEnumValueResolver already resolved enum value (janatjak) ### [`v6.1.0`](https://togithub.com/symfony/http-kernel/releases/tag/v6.1.0) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.15...v6.1.0) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.1.0-RC1...v6.1.0) - bug [#​46385](https://togithub.com/symfony/http-kernel/issues/46385) New bundle path convention when `AbstractBundle` is used (yceruto) - bug [#​46377](https://togithub.com/symfony/http-kernel/issues/46377) Fix missing null type in `ErrorListener::__construct()` (chalasr) - bug [#​46365](https://togithub.com/symfony/http-kernel/issues/46365) Revert "bug [#​46327](https://togithub.com/symfony/http-kernel/issues/46327) Allow ErrorHandler ^5.0 to be used" (nicolas-grekas) ### [`v6.0.15`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.15) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.14...v6.0.15) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.14...v6.0.15) - bug [#​47857](https://togithub.com/symfony/http-kernel/issues/47857) Fix empty request stack when terminating with exception (krzyc) - bug [#​47878](https://togithub.com/symfony/http-kernel/issues/47878) Remove EOL when using error_log() in HttpKernel Logger (cyve) ### [`v6.0.14`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.14) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.13...v6.0.14) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.13...v6.0.14) - bug [#​46956](https://togithub.com/symfony/http-kernel/issues/46956) Allow to specify `null` for exception mapping configuration values (andrew-demb) ### [`v6.0.13`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.13) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.12...v6.0.13) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.12...v6.0.13) - bug [#​47491](https://togithub.com/symfony/http-kernel/issues/47491) Prevent exception in RequestDataCollector if request stack is empty (aschempp) - bug [#​47435](https://togithub.com/symfony/http-kernel/issues/47435) lock when writting profiles (nicolas-grekas) ### [`v6.0.12`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.12) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.11...v6.0.12) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.11...v6.0.12) - bug [#​47358](https://togithub.com/symfony/http-kernel/issues/47358) Fix broken request stack state if throwable is thrown. (Warxcell) - bug [#​47273](https://togithub.com/symfony/http-kernel/issues/47273) Do not send Set-Cookie header twice for deleted session cookie (X-Coder264) - bug [#​47238](https://togithub.com/symfony/http-kernel/issues/47238) Fix passing `null` to `\trim()` method in LoggerDataCollector (SVillette) ### [`v6.0.11`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.11) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.10...v6.0.11) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.10...v6.0.11) - bug [#​47073](https://togithub.com/symfony/http-kernel/issues/47073) Fix non-scalar check in surrogate fragment renderer (aschempp) - bug [#​47086](https://togithub.com/symfony/http-kernel/issues/47086) Workaround disabled "var_dump" (nicolas-grekas) - bug [#​43998](https://togithub.com/symfony/http-kernel/issues/43998) Don't throw on 304 Not Modified (aleho) ### [`v6.0.10`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.10) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.9...v6.0.10) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.9...v6.0.10) - bug [#​46769](https://togithub.com/symfony/http-kernel/issues/46769) Fix a PHP 8.1 deprecation notice in HttpCache (mpdude) - bug [#​46676](https://togithub.com/symfony/http-kernel/issues/46676) Extend type guessing on enum fields (Gigino Chianese) - bug [#​46697](https://togithub.com/symfony/http-kernel/issues/46697) Disable session tracking while collecting profiler data (nicolas-grekas) ### [`v6.0.9`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.9) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.8...v6.0.9) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.8...v6.0.9) - bug [#​46377](https://togithub.com/symfony/http-kernel/issues/46377) Fix missing null type in `ErrorListener::__construct()` (chalasr) - bug [#​46327](https://togithub.com/symfony/http-kernel/issues/46327) Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude) - bug [#​46277](https://togithub.com/symfony/http-kernel/issues/46277) Fix SessionListener without session in request (edditor) ### [`v6.0.8`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.8) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.7...v6.0.8) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.7...v6.0.8) - bug [#​45394](https://togithub.com/symfony/http-kernel/issues/45394) Use the existing session id if available. (trsteel88) - bug [#​46012](https://togithub.com/symfony/http-kernel/issues/46012) Fix Symfony not working on SMB share (qinshuze) - bug [#​45964](https://togithub.com/symfony/http-kernel/issues/45964) Fix use_cookies framework session configuration (alexander-schranz) ### [`v6.0.7`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.7) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.6...v6.0.7) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.6...v6.0.7) - bug [#​45572](https://togithub.com/symfony/http-kernel/issues/45572) fix using Target attribute with controller arguments (kbond) ### [`v6.0.6`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.6) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.5...v6.0.6) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.5...v6.0.6) - bug [#​45610](https://togithub.com/symfony/http-kernel/issues/45610) Guard against bad profile data (nicolas-grekas) ### [`v6.0.5`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.5) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.4...v6.0.5) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.4...v6.0.5) - bug [#​45351](https://togithub.com/symfony/http-kernel/issues/45351) Log section minor fixes (missing "notice" filter, log priority, accessibility) (Amunak) - bug [#​45462](https://togithub.com/symfony/http-kernel/issues/45462) Fix extracting controller name from closures (nicolas-grekas) - bug [#​45424](https://togithub.com/symfony/http-kernel/issues/45424) Fix type binding (sveneld) - bug [#​45302](https://togithub.com/symfony/http-kernel/issues/45302) Fixed error count by log not displayed in WebProfilerBundle (SVillette) - bug [#​45298](https://togithub.com/symfony/http-kernel/issues/45298) Fix FileLinkFormatter with empty xdebug.file_link_format (fancyweb) ### [`v6.0.4`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.4) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.3...v6.0.4) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.3...v6.0.4) - no significant changes ### [`v6.0.3`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.3) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.2...v6.0.3) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.2...v6.0.3) - bug [#​44634](https://togithub.com/symfony/http-kernel/issues/44634) Fix compatibility with php bridge and already started php sessions (alexander-schranz) ### [`v6.0.2`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.2) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.1...v6.0.2) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.1...v6.0.2) - bug [#​44838](https://togithub.com/symfony/http-kernel/issues/44838) Fix enum typed bindings (ogizanagi) - bug [#​44826](https://togithub.com/symfony/http-kernel/issues/44826) Do not attempt to register enum arguments in controller service locator (ogizanagi) - bug [#​44809](https://togithub.com/symfony/http-kernel/issues/44809) relax return type for memory data collector (94noni) - bug [#​44618](https://togithub.com/symfony/http-kernel/issues/44618) Fix SessionListener without session in request (shyim) - bug [#​44518](https://togithub.com/symfony/http-kernel/issues/44518) Take php session.cookie settings into account (simonchrz) - bug [#​44649](https://togithub.com/symfony/http-kernel/issues/44649) fix how configuring log-level and status-code by exception works (nicolas-grekas) ### [`v6.0.1`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.1) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v6.0.0...v6.0.1) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.0...v6.0.1) - bug [#​44494](https://togithub.com/symfony/http-kernel/issues/44494) Remove FQCN type hints on properties (fabpot) - bug [#​44437](https://togithub.com/symfony/http-kernel/issues/44437) Fix wrong usage of SessionUtils::popSessionCookie (simonchrz) - bug [#​44402](https://togithub.com/symfony/http-kernel/issues/44402) Fix using FileLinkFormatter after serialization (derrabus) - bug [#​44395](https://togithub.com/symfony/http-kernel/issues/44395) fix sending Vary: Accept-Language when appropriate (nicolas-grekas) ### [`v6.0.0`](https://togithub.com/symfony/http-kernel/releases/tag/v6.0.0) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v5.4.15...v6.0.0) **Changelog** (https://github.com/symfony/http-kernel/compare/v6.0.0-RC1...v6.0.0) - no significant changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.