Bump symfony/http-foundation from 4.4.3 to 4.4.7 #9

Merged
dependabot[bot] merged 1 commits from dependabot/composer/symfony/http-foundation-4.4.7 into master 2020-04-03 13:35:19 +02:00
dependabot[bot] commented 2020-03-31 17:09:06 +02:00 (Migrated from github.com)

Bumps symfony/http-foundation from 4.4.3 to 4.4.7.

Release notes

Sourced from symfony/http-foundation's releases.

v4.4.7

Changelog (https://github.com/symfony/http-foundation/compare/v4.4.6...v4.4.7)

  • no changes

v4.4.6

Changelog (https://github.com/symfony/http-foundation/compare/v4.4.5...v4.4.6)

  • bug #36173 Fix clear cookie samesite (guillbdx)
  • bug #36103 fix preloading script generation (nicolas-grekas)

v4.4.5

Changelog (https://github.com/symfony/http-foundation/compare/v4.4.4...v4.4.5)

  • bug #35709 fix not sending Content-Type header for 204 responses (Tobion)
  • bug #35583 Add missing use statements (fabpot)

v4.4.4

Changelog (https://github.com/symfony/http-foundation/compare/v4.4.3...v4.4.4)

  • bug #35305  Fix stale-if-error behavior, add tests (mpdude)
Commits
  • 62f9250 [HttpFoundation] Do not set the default Content-Type based on the Accept header
  • 67d0196 add missing gitattributes for phpunit-bridge
  • 0a3b771 Merge branch '3.4' into 4.4
  • a8833c5 [Http Foundation] Fix clear cookie samesite
  • 109ac25 [DI] fix preloading script generation
  • ff006c7 Fix more quotes in exception messages
  • f4dc52b Fix quotes in exception messages
  • 2d4d118 Merge branch '3.4' into 4.4
  • 13f9b08 Fix quotes in exception messages
  • 01887e8 Add missing dots at the end of exception messages
  • 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-foundation](https://github.com/symfony/http-foundation) from 4.4.3 to 4.4.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/http-foundation/releases">symfony/http-foundation's releases</a>.</em></p> <blockquote> <h2>v4.4.7</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v4.4.6...v4.4.7">https://github.com/symfony/http-foundation/compare/v4.4.6...v4.4.7</a>)</p> <ul> <li>no changes</li> </ul> <h2>v4.4.6</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v4.4.5...v4.4.6">https://github.com/symfony/http-foundation/compare/v4.4.5...v4.4.6</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/http-foundation/issues/36173">#36173</a> Fix clear cookie samesite (guillbdx)</li> <li>bug <a href="https://github-redirect.dependabot.com/symfony/http-foundation/issues/36103">#36103</a> fix preloading script generation (nicolas-grekas)</li> </ul> <h2>v4.4.5</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v4.4.4...v4.4.5">https://github.com/symfony/http-foundation/compare/v4.4.4...v4.4.5</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/http-foundation/issues/35709">#35709</a> fix not sending Content-Type header for 204 responses (Tobion)</li> <li>bug <a href="https://github-redirect.dependabot.com/symfony/http-foundation/issues/35583">#35583</a> Add missing use statements (fabpot)</li> </ul> <h2>v4.4.4</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v4.4.3...v4.4.4">https://github.com/symfony/http-foundation/compare/v4.4.3...v4.4.4</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/http-foundation/issues/35305">#35305</a>  Fix stale-if-error behavior, add tests (mpdude)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/http-foundation/commit/62f92509c9abfd1f73e17b8cf1b72c0bdac6611b"><code>62f9250</code></a> [HttpFoundation] Do not set the default Content-Type based on the Accept header</li> <li><a href="https://github.com/symfony/http-foundation/commit/67d01969b7cd2c62b3399bfce0a601d5225071dc"><code>67d0196</code></a> add missing gitattributes for phpunit-bridge</li> <li><a href="https://github.com/symfony/http-foundation/commit/0a3b7711229f816a06fac805f4ed4a8f4641c719"><code>0a3b771</code></a> Merge branch '3.4' into 4.4</li> <li><a href="https://github.com/symfony/http-foundation/commit/a8833c56f6a4abcf17a319d830d71fdb0ba93675"><code>a8833c5</code></a> [Http Foundation] Fix clear cookie samesite</li> <li><a href="https://github.com/symfony/http-foundation/commit/109ac257dfc057f3301034947e22c823f3f6d6e8"><code>109ac25</code></a> [DI] fix preloading script generation</li> <li><a href="https://github.com/symfony/http-foundation/commit/ff006c7736a22ffac6c9e76db451db026e414325"><code>ff006c7</code></a> Fix more quotes in exception messages</li> <li><a href="https://github.com/symfony/http-foundation/commit/f4dc52b1eb2b19ebf7c697d0017027aef6996c9c"><code>f4dc52b</code></a> Fix quotes in exception messages</li> <li><a href="https://github.com/symfony/http-foundation/commit/2d4d118d8a63ea2d0be523be5f141ef1c32dc938"><code>2d4d118</code></a> Merge branch '3.4' into 4.4</li> <li><a href="https://github.com/symfony/http-foundation/commit/13f9b084cddc2dd0a77836c703594ad970f09291"><code>13f9b08</code></a> Fix quotes in exception messages</li> <li><a href="https://github.com/symfony/http-foundation/commit/01887e8604ffa17e5078c7815279282796711689"><code>01887e8</code></a> Add missing dots at the end of exception messages</li> <li>Additional commits viewable in <a href="https://github.com/symfony/http-foundation/compare/v4.4.3...v4.4.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=symfony/http-foundation&package-manager=composer&previous-version=4.4.3&new-version=4.4.7)](https://help.github.com/articles/configuring-automated-security-fixes) 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/Programvareverkstedet/nettsiden/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Projects/nettsiden#9
No description provided.