FightForSub / ffs-zera

Fight For Subs Front
https://ffs-events.zerator.com/
GNU General Public License v3.0
26 stars 9 forks source link

feat(deps): update dependency react-router to v5 #125

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
react-router devDependencies major 3.2.1 -> 5.0.0 source

Release Notes

ReactTraining/react-router ### [`v5.0.0`](https://togithub.com/ReactTraining/react-router/releases/v5.0.0) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v4.3.1...v5.0.0) Please see [the blog post](https://reacttraining.com/blog/react-router-v5/) and [the list of 4.4 beta releases](https://togithub.com/ReactTraining/react-router/releases) for details. #### [Changes](https://togithub.com/ReactTraining/react-router/compare/v4.3.1...v5.0.0) - Lots of compatibility improvements with React 16 - Full compatibility with `` - Better support for `React.forwardRef` in `` - Better support for `React.createRef` in `` - Single-file builds, per-file imports are deprecated [see the beta.1 notes](https://togithub.com/ReactTraining/react-router/releases/tag/v4.4.0-beta.1) - Pre-built bundles for both development and production ### [`v4.3.1`](https://togithub.com/ReactTraining/react-router/releases/v4.3.1) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v4.3.0...v4.3.1) Just a patch to fix an accidental move of `warning` from a normal dependency to a devDependency, which was causing issues with installation. ### [`v4.3.0`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v430httpsgithubcomReactTrainingreact-routercomparev420v430) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v4.2.0...v4.3.0) > Jun 6, 2018 - Use the `pretty` option in generatePath ([#​6172] by [@​sibelius](https://togithub.com/sibelius)) - aria-current has incorrect value "true" ([#​6118] by [@​brandonrninefive](https://togithub.com/brandonrninefive)) - Redirect with parameters ([#​5209] by [@​dlindenkreuz](https://togithub.com/dlindenkreuz)) - Fix with missing pathname: `` ([#​5489] by [@​pshrmn](https://togithub.com/pshrmn)) - Escape NavLink path to allow special characters in path. ([#​5596] by [@​esiegel](https://togithub.com/esiegel)) - Expose `generatePath` ([#​5661] by [@​rybon](https://togithub.com/rybon)) - Use named import of history module. ([#​5589] by [@​RoboBurned](https://togithub.com/RoboBurned)) - Hoist dependencies for smaller UMD builds ([#​5720] by [@​pshrmn](https://togithub.com/pshrmn)) - Remove aria-current from navLink when inactive ([#​5508] by [@​AlmeroSteyn](https://togithub.com/AlmeroSteyn)) - Add invariant for missing "to" property on `` ([#​5792] by [@​selbekk](https://togithub.com/selbekk)) - Use Prettier on the code ([e6f9017] by [@​mjackson](https://togithub.com/mjackson)) - Fix pathless route's match when parent is null ([#​5964] by [@​pshrmn](https://togithub.com/pshrmn)) - Use history.createLocation in `` ([#​5722] by [@​pshrmn](https://togithub.com/pshrmn)) [#​6172]: https://togithub.com/ReactTraining/react-router/pull/6172 [#​6118]: https://togithub.com/ReactTraining/react-router/pull/6118 [#​5209]: https://togithub.com/ReactTraining/react-router/pull/5209 [#​5489]: https://togithub.com/ReactTraining/react-router/pull/5489 [#​5596]: https://togithub.com/ReactTraining/react-router/pull/5596 [#​5661]: https://togithub.com/ReactTraining/react-router/pull/5661 [#​5589]: https://togithub.com/ReactTraining/react-router/pull/5589 [#​5720]: https://togithub.com/ReactTraining/react-router/pull/5720 [#​5508]: https://togithub.com/ReactTraining/react-router/pull/5508 [#​5792]: https://togithub.com/ReactTraining/react-router/pull/5792 [e6f9017]: https://togithub.com/ReactTraining/react-router/commit/e6f9017c947b3ae49affa24cc320d0a86f765b55 [#​5964]: https://togithub.com/ReactTraining/react-router/pull/5964 [#​5722]: https://togithub.com/ReactTraining/react-router/pull/5722 ### [`v4.2.0`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v430httpsgithubcomReactTrainingreact-routercomparev420v430) > Jun 6, 2018 - Use the `pretty` option in generatePath ([#​6172] by [@​sibelius](https://togithub.com/sibelius)) - aria-current has incorrect value "true" ([#​6118] by [@​brandonrninefive](https://togithub.com/brandonrninefive)) - Redirect with parameters ([#​5209] by [@​dlindenkreuz](https://togithub.com/dlindenkreuz)) - Fix with missing pathname: `` ([#​5489] by [@​pshrmn](https://togithub.com/pshrmn)) - Escape NavLink path to allow special characters in path. ([#​5596] by [@​esiegel](https://togithub.com/esiegel)) - Expose `generatePath` ([#​5661] by [@​rybon](https://togithub.com/rybon)) - Use named import of history module. ([#​5589] by [@​RoboBurned](https://togithub.com/RoboBurned)) - Hoist dependencies for smaller UMD builds ([#​5720] by [@​pshrmn](https://togithub.com/pshrmn)) - Remove aria-current from navLink when inactive ([#​5508] by [@​AlmeroSteyn](https://togithub.com/AlmeroSteyn)) - Add invariant for missing "to" property on `` ([#​5792] by [@​selbekk](https://togithub.com/selbekk)) - Use Prettier on the code ([e6f9017] by [@​mjackson](https://togithub.com/mjackson)) - Fix pathless route's match when parent is null ([#​5964] by [@​pshrmn](https://togithub.com/pshrmn)) - Use history.createLocation in `` ([#​5722] by [@​pshrmn](https://togithub.com/pshrmn)) [#​6172]: https://togithub.com/ReactTraining/react-router/pull/6172 [#​6118]: https://togithub.com/ReactTraining/react-router/pull/6118 [#​5209]: https://togithub.com/ReactTraining/react-router/pull/5209 [#​5489]: https://togithub.com/ReactTraining/react-router/pull/5489 [#​5596]: https://togithub.com/ReactTraining/react-router/pull/5596 [#​5661]: https://togithub.com/ReactTraining/react-router/pull/5661 [#​5589]: https://togithub.com/ReactTraining/react-router/pull/5589 [#​5720]: https://togithub.com/ReactTraining/react-router/pull/5720 [#​5508]: https://togithub.com/ReactTraining/react-router/pull/5508 [#​5792]: https://togithub.com/ReactTraining/react-router/pull/5792 [e6f9017]: https://togithub.com/ReactTraining/react-router/commit/e6f9017c947b3ae49affa24cc320d0a86f765b55 [#​5964]: https://togithub.com/ReactTraining/react-router/pull/5964 [#​5722]: https://togithub.com/ReactTraining/react-router/pull/5722 ### [`v4.1.2`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v412) > July 16, 2017 - Re-publish of v4.1.1, but with an updated version of prop-types to fix warnings in the UMD build. ### [`v4.1.1`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v420httpsgithubcomReactTrainingreact-routercomparev411v420) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v4.1.0...v4.1.1) > Aug 23, 2017 - Re-run Redirect on props update ([#​5162] by [@​alexilyaev](https://togithub.com/alexilyaev)) - Prevent remounts on routes with the same component in renderRoutes ([#​5430] by [@​artywhite](https://togithub.com/artywhite)) - Case sensitive routes ([#​5438] by [@​paustria](https://togithub.com/paustria)) - Use direct imports in platform packages ([#​5095] by [@​ruiaraujo](https://togithub.com/ruiaraujo)) - Add optional otherProps argument renderRoutes ([#​5137] by [@​jharris4](https://togithub.com/jharris4)) - Bump hoist-non-react-statics ([#​5347] by [@​roderickhsiao](https://togithub.com/roderickhsiao)) - 3x build speed improvements on CI ([ea1212a] by [@​timdorr](https://togithub.com/timdorr)) - Use Jest for testing ([172dc16] by [@​mjackson](https://togithub.com/mjackson)) - Explicit error using Route outside of Router ([#​4939] by [@​eXon](https://togithub.com/eXon)) - react-router-native Link improvements ([#​4816] by [@​benstepp](https://togithub.com/benstepp)) - aria-current on NavLink ([#​4708] by [@​JasonEtco](https://togithub.com/JasonEtco)) - Make AndroidBackButton a generic BackButton component ([#​5295] by [@​DonnieWest](https://togithub.com/DonnieWest)) - Access Link's underlying node via innerRef ([#​5294] by [@​danielberndt](https://togithub.com/danielberndt)) - Return null from react-router-native DeepLinking if children is undefined ([#​5278] by [@​seekshiva](https://togithub.com/seekshiva)) - Warn when using the history prop on a pre-configured Router ([#​5151] by [@​Aprillion](https://togithub.com/Aprillion)) - Fix memory leak in ConnectedRouter during server side rendering ([#​5203] by [@​klis87](https://togithub.com/klis87)) - Reorder NavLink activeClassName/className priority ([#​5109] by [@​carloluis](https://togithub.com/carloluis)) - Change react-native BackAndroid to BackHandler ([#​5093] by [@​SeanGroff](https://togithub.com/SeanGroff)) - Fix react-router-native StackRouter ([#​5071] by [@​kafein](https://togithub.com/kafein)) [ea1212a]: https://togithub.com/ReactTraining/react-router/commit/ea1212a [172dc16]: https://togithub.com/ReactTraining/react-router/commit/172dc16 [#​5162]: https://togithub.com/ReactTraining/react-router/pull/5162 [#​5430]: https://togithub.com/ReactTraining/react-router/pull/5430 [#​5438]: https://togithub.com/ReactTraining/react-router/pull/5438 [#​5095]: https://togithub.com/ReactTraining/react-router/pull/5095 [#​5137]: https://togithub.com/ReactTraining/react-router/pull/5137 [#​5347]: https://togithub.com/ReactTraining/react-router/pull/5347 [#​4939]: https://togithub.com/ReactTraining/react-router/pull/4939 [#​4816]: https://togithub.com/ReactTraining/react-router/pull/4816 [#​4708]: https://togithub.com/ReactTraining/react-router/pull/4708 [#​5295]: https://togithub.com/ReactTraining/react-router/pull/5295 [#​5294]: https://togithub.com/ReactTraining/react-router/pull/5294 [#​5278]: https://togithub.com/ReactTraining/react-router/pull/5278 [#​5151]: https://togithub.com/ReactTraining/react-router/pull/5151 [#​5203]: https://togithub.com/ReactTraining/react-router/pull/5203 [#​5109]: https://togithub.com/ReactTraining/react-router/pull/5109 [#​5093]: https://togithub.com/ReactTraining/react-router/pull/5093 [#​5071]: https://togithub.com/ReactTraining/react-router/pull/5071 ### [`v4.1.0`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v411httpsgithubcomReactTrainingreact-routercomparev410v411) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v4.0.0...v4.1.0) > Apr 12, 2017 - Fixes for the various PropTypes related issues. ### [`v4.0.0`](https://togithub.com/ReactTraining/react-router/blob/master/CHANGES.md#v410httpsgithubcomReactTrainingreact-routercomparev400v410) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v3.2.1...v4.0.0) > Apr 11, 2017 - Add `wrappedComponent` to the component returned by `withRouter` - Add `wrappedComponentRef` prop to the component returned by `withRouter` - Add non-react static methods and properties of the wrapped component to the component returned by `withRouter`

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.