Bump symfony/http-kernel from 5.4.10 to 5.4.21 #7

Merged
dependabot[bot] merged 1 commits from dependabot/composer/symfony/http-kernel-5.4.21 into main 2023-03-12 08:33:18 -05:00
dependabot[bot] commented 2023-03-12 08:32:52 -05:00 (Migrated from github.com)

Bumps symfony/http-kernel from 5.4.10 to 5.4.21.

Release notes

Sourced from symfony/http-kernel's releases.

v5.4.21

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.20...v5.4.21)

  • bug #49265 Fix setting the session on the main request when it's started by a subrequest (nicolas-grekas)
  • bug #48880 getMaxAge() returns non-negative integer (pkruithof, fabpot)

v5.4.20

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.19...v5.4.20)

  • no significant changes

v5.4.19

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.18...v5.4.19)

  • no significant changes

v5.4.18

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.17...v5.4.18)

  • no significant changes

v5.4.17

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.16...v5.4.17)

  • bug #48651 AbstractSessionListener should not override the cache lifetime for private responses (rodmen)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)

v5.4.16

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.15...v5.4.16)

  • bug #48273 Fix message for unresovable arguments of invokable controllers (fancyweb)
  • bug #48172 Don’t try to wire Response argument with controller.service_arguments (MatTheCat)

v5.4.15

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.14...v5.4.15)

  • bug #47857 Fix empty request stack when terminating with exception (krzyc)
  • bug #47878 Remove EOL when using error_log() in HttpKernel Logger (cyve)

v5.4.14

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.13...v5.4.14)

  • bug #46956 Allow to specify null for exception mapping configuration values (andrew-demb)

v5.4.13

Changelog (https://github.com/symfony/http-kernel/compare/v5.4.12...v5.4.13)

  • bug #47491 Prevent exception in RequestDataCollector if request stack is empty (aschempp)
  • bug #47435 lock when writting profiles (nicolas-grekas)

... (truncated)

Commits
  • 09c19fc Update VERSION for 5.4.21
  • e3a2793 Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components
  • 88bb0c2 CS fix
  • 934dd9f Migrate to static data providers using rector/rector
  • 2626c82 [HttpKernel] Fix setting the session on the main request when it's started by...
  • 559c624 [Tests] Migrate data providers to static ones
  • 5bd7831 bug #48880 [Response] getMaxAge() returns non-negative integer (pkruithof, ...
  • 820ae32 [Response] getMaxAge() returns non-negative integer
  • 3684628 [HttpKernel] fix merge (bis)
  • f9a983b [HttpKernel] fix merge
  • Additional commits viewable 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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.4.10 to 5.4.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/http-kernel/releases">symfony/http-kernel's releases</a>.</em></p> <blockquote> <h2>v5.4.21</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.20...v5.4.21">https://github.com/symfony/http-kernel/compare/v5.4.20...v5.4.21</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/49265">#49265</a> Fix setting the session on the main request when it's started by a subrequest (nicolas-grekas)</li> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48880">#48880</a> <code>getMaxAge()</code> returns non-negative integer (pkruithof, fabpot)</li> </ul> <h2>v5.4.20</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.19...v5.4.20">https://github.com/symfony/http-kernel/compare/v5.4.19...v5.4.20</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v5.4.19</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.18...v5.4.19">https://github.com/symfony/http-kernel/compare/v5.4.18...v5.4.19</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v5.4.18</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.17...v5.4.18">https://github.com/symfony/http-kernel/compare/v5.4.17...v5.4.18</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v5.4.17</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.16...v5.4.17">https://github.com/symfony/http-kernel/compare/v5.4.16...v5.4.17</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48651">#48651</a> AbstractSessionListener should not override the cache lifetime for private responses (rodmen)</li> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48615">#48615</a> Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)</li> </ul> <h2>v5.4.16</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.15...v5.4.16">https://github.com/symfony/http-kernel/compare/v5.4.15...v5.4.16</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48273">#48273</a> Fix message for unresovable arguments of invokable controllers (fancyweb)</li> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48172">#48172</a> Don’t try to wire Response argument with controller.service_arguments (MatTheCat)</li> </ul> <h2>v5.4.15</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.14...v5.4.15">https://github.com/symfony/http-kernel/compare/v5.4.14...v5.4.15</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/47857">#47857</a> Fix empty request stack when terminating with exception (krzyc)</li> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/47878">#47878</a> Remove EOL when using error_log() in HttpKernel Logger (cyve)</li> </ul> <h2>v5.4.14</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.13...v5.4.14">https://github.com/symfony/http-kernel/compare/v5.4.13...v5.4.14</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/46956">#46956</a> Allow to specify <code>null</code> for exception mapping configuration values (andrew-demb)</li> </ul> <h2>v5.4.13</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-kernel/compare/v5.4.12...v5.4.13">https://github.com/symfony/http-kernel/compare/v5.4.12...v5.4.13</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/47491">#47491</a> Prevent exception in RequestDataCollector if request stack is empty (aschempp)</li> <li>bug <a href="https://redirect.github.com/symfony/http-kernel/issues/47435">#47435</a> lock when writting profiles (nicolas-grekas)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/http-kernel/commit/09c19fc7e4218fbcf73fe0330eea38d66064b775"><code>09c19fc</code></a> Update VERSION for 5.4.21</li> <li><a href="https://github.com/symfony/http-kernel/commit/e3a2793ae0e1a6b0ad4c78b7c8935fb24e4a7946"><code>e3a2793</code></a> Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components</li> <li><a href="https://github.com/symfony/http-kernel/commit/88bb0c230d23fb1453529d50f7d4a74802245e4f"><code>88bb0c2</code></a> CS fix</li> <li><a href="https://github.com/symfony/http-kernel/commit/934dd9f1886b49b7480b250ddb4f067d4d3ed4c4"><code>934dd9f</code></a> Migrate to <code>static</code> data providers using <code>rector/rector</code></li> <li><a href="https://github.com/symfony/http-kernel/commit/2626c827518dec1b75b95546a8a00c1537f5747d"><code>2626c82</code></a> [HttpKernel] Fix setting the session on the main request when it's started by...</li> <li><a href="https://github.com/symfony/http-kernel/commit/559c6246c52f727e3ed89dc4e0ea6a0e890b4a28"><code>559c624</code></a> [Tests] Migrate data providers to static ones</li> <li><a href="https://github.com/symfony/http-kernel/commit/5bd7831325991f33f83c27a18ed6e112dc15c3fc"><code>5bd7831</code></a> bug <a href="https://redirect.github.com/symfony/http-kernel/issues/48880">#48880</a> [Response] <code>getMaxAge()</code> returns non-negative integer (pkruithof, ...</li> <li><a href="https://github.com/symfony/http-kernel/commit/820ae32996338459476cd0e845ae9e1e5d023e88"><code>820ae32</code></a> [Response] <code>getMaxAge()</code> returns non-negative integer</li> <li><a href="https://github.com/symfony/http-kernel/commit/368462838ed6c344759ac5b90af98e5ef5965ba6"><code>3684628</code></a> [HttpKernel] fix merge (bis)</li> <li><a href="https://github.com/symfony/http-kernel/commit/f9a983b00232497dd77982ced2ab7ecb6bbb4945"><code>f9a983b</code></a> [HttpKernel] fix merge</li> <li>Additional commits viewable in <a href="https://github.com/symfony/http-kernel/compare/v5.4.10...v5.4.21">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=symfony/http-kernel&package-manager=composer&previous-version=5.4.10&new-version=5.4.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Thomasluigi07/ARCHBLOX-WEBSITE/network/alerts). </details>
Sign in to join this conversation.
No description provided.