Bump guzzlehttp/psr7 from 1.5.2 to 1.9.1 #14

Open
dependabot[bot] wants to merge 1 commits from dependabot/composer/guzzlehttp/psr7-1.9.1 into master
dependabot[bot] commented 2023-04-19 14:07:20 -05:00 (Migrated from github.com)

Bumps guzzlehttp/psr7 from 1.5.2 to 1.9.1.

Release notes

Sourced from guzzlehttp/psr7's releases.

1.9.1

See change log for changes.

1.9.0

See change log for changes.

1.8.5

See change log for changes.

1.8.4

See change log for changes.

1.8.3

See change log for changes.

1.8.2

See change log for changes.

1.8.1

See change log for changes.

1.8.0

See change log for changes.

1.7.0

See change log for changes.

Revert PSR-7 type assertions

1.6.0 introduced a few type assertions to enforce types defined by PSR-7. Unfortunately that break the library for users not strictly following the PSR-7 standard. Since the users impacted by this change seems to be rather large, this hotfix reverts that change with the note that we will reapply it in 2.0.0, so fixing this is recommended regardless of which version you use.

Details are in #282 and #283

1.6.0

Version 1.6.0 is released which will likely be the last minor release in 1.x. We're focussing 2.0 now with support for psr/http-factory, PHP 7.2 requirement and type declarations.

Added

  • Allowed version ^3.0 of ralouphie/getallheaders dependency (#244)
  • Added MIME type for WEBP image format (#246)
  • Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#250, #272)

Changed

  • Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (#262)
  • Accept port number 0 to be valid (#270)

Fixed

  • Fixed subsequent reads from php://input in ServerRequest (#247)
  • Fixed readable/writable detection for certain stream modes (#248)

... (truncated)

Changelog

Sourced from guzzlehttp/psr7's changelog.

1.9.1 - 2023-04-17

Fixed

  • Fixed header validation issue

1.9.0 - 2022-06-20

Added

  • Added UriComparator::isCrossOrigin method

1.8.5 - 2022-03-20

Fixed

  • Correct header value validation

1.8.4 - 2022-03-20

Fixed

  • Validate header values properly

1.8.3 - 2021-10-05

Fixed

  • Return null in caching stream size if remote size is null

1.8.2 - 2021-04-26

Fixed

  • Handle possibly unset url in stream_get_meta_data

1.8.1 - 2021-03-21

Fixed

  • Issue parsing IPv6 URLs
  • Issue modifying ServerRequest lost all its attributes

1.8.0 - 2021-03-21

Added

  • Locale independent URL parsing
  • Most classes got a @final annotation to prepare for 2.0

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.5.2 to 1.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/guzzle/psr7/releases">guzzlehttp/psr7's releases</a>.</em></p> <blockquote> <h2>1.9.1</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.9.0</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.5</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.4</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.3</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.2</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.1</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.0</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.7.0</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>Revert PSR-7 type assertions</h2> <p>1.6.0 introduced a few type assertions to enforce types defined by PSR-7. Unfortunately that break the library for users not strictly following the PSR-7 standard. Since the users impacted by this change seems to be rather large, this hotfix reverts that change with the note that we will reapply it in 2.0.0, so fixing this is recommended regardless of which version you use.</p> <p>Details are in <a href="https://redirect.github.com/guzzle/psr7/issues/282">#282</a> and <a href="https://redirect.github.com/guzzle/psr7/issues/283">#283</a></p> <h2>1.6.0</h2> <p>Version 1.6.0 is released which will likely be the last minor release in 1.x. We're focussing 2.0 now with support for psr/http-factory, PHP 7.2 requirement and type declarations.</p> <h3>Added</h3> <ul> <li>Allowed version <code>^3.0</code> of <code>ralouphie/getallheaders</code> dependency (<a href="https://redirect.github.com/guzzle/psr7/issues/244">#244</a>)</li> <li>Added MIME type for WEBP image format (<a href="https://redirect.github.com/guzzle/psr7/issues/246">#246</a>)</li> <li>Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (<a href="https://redirect.github.com/guzzle/psr7/issues/250">#250</a>, <a href="https://redirect.github.com/guzzle/psr7/issues/272">#272</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (<a href="https://redirect.github.com/guzzle/psr7/issues/262">#262</a>)</li> <li>Accept port number 0 to be valid (<a href="https://redirect.github.com/guzzle/psr7/issues/270">#270</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed subsequent reads from <code>php://input</code> in ServerRequest (<a href="https://redirect.github.com/guzzle/psr7/issues/247">#247</a>)</li> <li>Fixed readable/writable detection for certain stream modes (<a href="https://redirect.github.com/guzzle/psr7/issues/248">#248</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md">guzzlehttp/psr7's changelog</a>.</em></p> <blockquote> <h2>1.9.1 - 2023-04-17</h2> <h3>Fixed</h3> <ul> <li>Fixed header validation issue</li> </ul> <h2>1.9.0 - 2022-06-20</h2> <h3>Added</h3> <ul> <li>Added <code>UriComparator::isCrossOrigin</code> method</li> </ul> <h2>1.8.5 - 2022-03-20</h2> <h3>Fixed</h3> <ul> <li>Correct header value validation</li> </ul> <h2>1.8.4 - 2022-03-20</h2> <h3>Fixed</h3> <ul> <li>Validate header values properly</li> </ul> <h2>1.8.3 - 2021-10-05</h2> <h3>Fixed</h3> <ul> <li>Return <code>null</code> in caching stream size if remote size is <code>null</code></li> </ul> <h2>1.8.2 - 2021-04-26</h2> <h3>Fixed</h3> <ul> <li>Handle possibly unset <code>url</code> in <code>stream_get_meta_data</code></li> </ul> <h2>1.8.1 - 2021-03-21</h2> <h3>Fixed</h3> <ul> <li>Issue parsing IPv6 URLs</li> <li>Issue modifying ServerRequest lost all its attributes</li> </ul> <h2>1.8.0 - 2021-03-21</h2> <h3>Added</h3> <ul> <li>Locale independent URL parsing</li> <li>Most classes got a <code>@final</code> annotation to prepare for 2.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/guzzle/psr7/commit/e4490cabc77465aaee90b20cfc9a770f8c04be6b"><code>e4490ca</code></a> Release 1.9.1</li> <li><a href="https://github.com/guzzle/psr7/commit/c8b21dee869ac0a61b5c38adf8c39aea33c13257"><code>c8b21de</code></a> Release 1.9.1</li> <li><a href="https://github.com/guzzle/psr7/commit/18fd8915823bd9ca4156e84849e18970057dc7e4"><code>18fd891</code></a> Patch header validation issue</li> <li><a href="https://github.com/guzzle/psr7/commit/0e7537563a4fbad4f0257a23287b723336d5cb48"><code>0e75375</code></a> Remove branch alias</li> <li><a href="https://github.com/guzzle/psr7/commit/7cd300956b8d310366d54ef5dc0c2057c622e115"><code>7cd3009</code></a> Update CI workflows (<a href="https://redirect.github.com/guzzle/psr7/issues/552">#552</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"><code>e98e3e6</code></a> Release 1.9.0 (<a href="https://redirect.github.com/guzzle/psr7/issues/520">#520</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/337e3ad8e5716c15f9657bd214d16cc5e69df268"><code>337e3ad</code></a> Release 1.8.5 (<a href="https://redirect.github.com/guzzle/psr7/issues/491">#491</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/902db15a551a4a415e732b622282e21ce1b508b4"><code>902db15</code></a> Release 1.8.4 (<a href="https://redirect.github.com/guzzle/psr7/issues/486">#486</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"><code>1afdd86</code></a> Release 1.8.3 (<a href="https://redirect.github.com/guzzle/psr7/issues/446">#446</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/a0c4a5f6371763bb8a178839a541f407b3cbeb72"><code>a0c4a5f</code></a> Return null in caching stream size if remote is null (<a href="https://redirect.github.com/guzzle/psr7/issues/438">#438</a>)</li> <li>Additional commits viewable in <a href="https://github.com/guzzle/psr7/compare/1.5.2...1.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guzzlehttp/psr7&package-manager=composer&previous-version=1.5.2&new-version=1.9.1)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nciw/dinnerinthewoods.org/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/composer/guzzlehttp/psr7-1.9.1:dependabot/composer/guzzlehttp/psr7-1.9.1
git checkout dependabot/composer/guzzlehttp/psr7-1.9.1
Sign in to join this conversation.