geo6 / geocoder

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

Bump zendframework/zend-expressive-fastroute from 3.0.1 to 3.0.2 #97

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps zendframework/zend-expressive-fastroute from 3.0.1 to 3.0.2.

Release notes *Sourced from [zendframework/zend-expressive-fastroute's releases](https://github.com/zendframework/zend-expressive-fastroute/releases).* > ## zend-expressive-fastroute 3.0.2 > Added > ----- > > - Nothing. > > Changed > ------- > > - Nothing. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - [#59](https://github-redirect.dependabot.com/zendframework/zend-expressive-fastroute/pull/59) modifies the `FastRouteRouter` to pass the URI path to `rawurldecode()` prior to performing > its regex operations. This ensures that URL-encoded values can be matched as normal characters. > If you were previously performing matches for URL-encoded values (e.g., `{id:b%20r}`), you may > need to update your route matching expressions (e.g., `{id:b r}`).
Changelog *Sourced from [zendframework/zend-expressive-fastroute's changelog](https://github.com/zendframework/zend-expressive-fastroute/blob/master/CHANGELOG.md).* > ## 3.0.2 - 2018-08-02 > > ### Added > > - Nothing. > > ### Changed > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#59](https://github-redirect.dependabot.com/zendframework/zend-expressive-fastroute/pull/59) modifies the `FastRouteRouter` to pass the URI path to `rawurldecode()` prior to performing > its regex operations. This ensures that URL-encoded values can be matched as normal characters. > If you were previously performing matches for URL-encoded values (e.g., `{id:b%20r}`), you may > need to update your route matching expressions (e.g., `{id:b r}`).
Commits - [`da91f1b`](https://github.com/zendframework/zend-expressive-fastroute/commit/da91f1ba3d03e3aad58d9f0290518f8e28e2e8f0) Merge branch 'hotfix/59' - [`c5a20e8`](https://github.com/zendframework/zend-expressive-fastroute/commit/c5a20e8614626e8916c8eb99bb60eb5badd438fc) Adds CHANGELOG entry for [#59](https://github-redirect.dependabot.com/zendframework/zend-expressive-fastroute/issues/59) - [`e9b7a46`](https://github.com/zendframework/zend-expressive-fastroute/commit/e9b7a4691006f5f2175068d071894f8130328f86) Minor updates to FastRouteRouterTest for [#59](https://github-redirect.dependabot.com/zendframework/zend-expressive-fastroute/issues/59) - [`a07856f`](https://github.com/zendframework/zend-expressive-fastroute/commit/a07856f416c208be9a90fa3edbd10c62b7338885) The path gets now url decoded (rawurldecode()) before the dispatch to FastRoute. - [`52ab0a6`](https://github.com/zendframework/zend-expressive-fastroute/commit/52ab0a6d826c1a822016394df1d59cce341a8395) Bumped version - [`a33468d`](https://github.com/zendframework/zend-expressive-fastroute/commit/a33468d218f656d859c10d5fcf8ceee506e30b04) Bumped to next dev version (3.0.2) - See full diff in [compare view](https://github.com/zendframework/zend-expressive-fastroute/compare/3.0.1...3.0.2)


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 reopen` will reopen this PR if it is closed - `@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.