geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump zendframework/zend-diactoros from 1.8.0 to 1.8.1 #81

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps zendframework/zend-diactoros from 1.8.0 to 1.8.1.

Release notes *Sourced from [zendframework/zend-diactoros's releases](https://github.com/zendframework/zend-diactoros/releases).* > ## zend-diactoros 1.8.1 > Added > ----- > > - Nothing. > > Changed > ------- > > - [#313](https://github-redirect.dependabot.com/zendframework/zend-diactoros/pull/313) changes the reason phrase associated with the status code 425 > to "Too Early", corresponding to a new definition of the code as specified by the IANA. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - [#312](https://github-redirect.dependabot.com/zendframework/zend-diactoros/pull/312) fixes how the `normalizeUploadedFiles()` utility function handles nested trees of > uploaded files, ensuring it detects them properly.
Changelog *Sourced from [zendframework/zend-diactoros's changelog](https://github.com/zendframework/zend-diactoros/blob/master/CHANGELOG.md).* > ## 1.8.1 - 2018-07-09 > > ### Added > > - Nothing. > > ### Changed > > - [#313](https://github-redirect.dependabot.com/zendframework/zend-diactoros/pull/313) changes the reason phrase associated with the status code 425 > to "Too Early", corresponding to a new definition of the code as specified by the IANA. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#312](https://github-redirect.dependabot.com/zendframework/zend-diactoros/pull/312) fixes how the `normalizeUploadedFiles()` utility function handles nested trees of > uploaded files, ensuring it detects them properly.
Commits - [`63d920d`](https://github.com/zendframework/zend-diactoros/commit/63d920d1c9ebc009d860c3666593a66298727dd6) Merge branch 'hotfix/312-normalize-nested-uploaded-files' - [`2bbccb7`](https://github.com/zendframework/zend-diactoros/commit/2bbccb725e99841177decb1de08a8aee59a00c48) Sets date for 1.8.1 release in CHANGELOG. - [`1c7263b`](https://github.com/zendframework/zend-diactoros/commit/1c7263b57dfa24ed772c401c7c37b8503630482c) Adds CHANGELOG entry for [#312](https://github-redirect.dependabot.com/zendframework/zend-diactoros/issues/312) - [`778b03b`](https://github.com/zendframework/zend-diactoros/commit/778b03b56bbd5bb37f785bd5ebe1114d42efab56) Provides more accurate test method names - [`38bcdc1`](https://github.com/zendframework/zend-diactoros/commit/38bcdc103e9ceaa2e8bdc0097e49ad780c94116a) Adds description to new closure - [`1172baf`](https://github.com/zendframework/zend-diactoros/commit/1172baf6f1ac1340b26bae7fc8e538c22bd8ebb1) Replace null-coalesce with isset ternary statements - [`bfcd041`](https://github.com/zendframework/zend-diactoros/commit/bfcd0417b55406aef07a5677f572de08105d843d) [#311](https://github-redirect.dependabot.com/zendframework/zend-diactoros/issues/311) - Update NormalizeUploadedFiles to handle multi-dimension recursively - [`43c791e`](https://github.com/zendframework/zend-diactoros/commit/43c791e0628ce6f80e798ab4ffdbf25d36de42fb) Merge branch 'hotfix/iana-425-change' - [`4527c29`](https://github.com/zendframework/zend-diactoros/commit/4527c29f244b5dd719ee237222853394f676d7c5) Adds CHANGELOG entry for [#313](https://github-redirect.dependabot.com/zendframework/zend-diactoros/issues/313) - [`12db36c`](https://github.com/zendframework/zend-diactoros/commit/12db36c92811f0fbe5647e3be1735c7a44053766) Updates reason phrase for 425 response status code - Additional commits viewable in [compare view](https://github.com/zendframework/zend-diactoros/compare/1.8.0...1.8.1)


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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #82.