MCS-Lite / mcs-lite

🎛 MCS Lite Common UI and Websites.
https://mcslite.netlify.com
MIT License
75 stars 9 forks source link

Update dependency react-router to v4 #636

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency react-router from v3.2.0 to v4.2.0

Release Notes ### [`v4.2.0`](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v430-rc1httpsgithubcomReactTrainingreact-routercomparev420v430-rc1) [Compare Source](https://github.com/ReactTraining/react-router/compare/3769e91f16ba67c747d1cec5df422b4eed9d8018...v4.2.0) > Mar 26, 2018 - Redirect with parameters ([#​5209] by @​dlindenkreuz) - Fix with missing pathname: `` ([#​5489] by @​pshrmn) - Escape NavLink path to allow special characters in path. ([#​5596] by @​esiegel) - Expose `generatePath` ([#​5661] by @​rybon) - Use named import of history module. ([#​5589] by @​RoboBurned) - Hoist dependencies for smaller UMD builds ([#​5720] by @​pshrmn) - Remove aria-current from navLink when inactive ([#​5508] by @​AlmeroSteyn) - Add invariant for missing "to" property on `` ([#​5792] by @​selbekk) - Use Prettier on the code ([e6f9017] by @​mjackson) - Fix pathless route's match when parent is null ([#​5964] by @​pshrmn) - Use history.createLocation in `` ([#​5722] by @​pshrmn) [#​5209]: `https://github.com/ReactTraining/react-router/pull/5209` [#​5489]: `https://github.com/ReactTraining/react-router/pull/5489` [#​5596]: `https://github.com/ReactTraining/react-router/pull/5596` [#​5661]: `https://github.com/ReactTraining/react-router/pull/5661` [#​5589]: `https://github.com/ReactTraining/react-router/pull/5589` [#​5720]: `https://github.com/ReactTraining/react-router/pull/5720` [#​5508]: `https://github.com/ReactTraining/react-router/pull/5508` [#​5792]: `https://github.com/ReactTraining/react-router/pull/5792` [e6f9017]: https://github.com/ReactTraining/react-router/commit/e6f9017c947b3ae49affa24cc320d0a86f765b55 [#​5964]: `https://github.com/ReactTraining/react-router/pull/5964` [#​5722]: `https://github.com/ReactTraining/react-router/pull/5722` --- ### [`v4.1.2`](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v412) [Compare Source](https://github.com/ReactTraining/react-router/compare/v4.1.1...3769e91f16ba67c747d1cec5df422b4eed9d8018) > 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://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v420httpsgithubcomReactTrainingreact-routercomparev411v420) [Compare Source](https://github.com/ReactTraining/react-router/compare/v4.1.0...v4.1.1) > Aug 23, 2017 - Re-run Redirect on props update ([#​5162] by @​alexilyaev) - Prevent remounts on routes with the same component in renderRoutes ([#​5430] by @​artywhite) - Case sensitive routes ([#​5438] by @​paustria) - Use direct imports in platform packages ([#​5095] by @​ruiaraujo) - Add optional otherProps argument renderRoutes ([#​5137] by @​jharris4) - Bump hoist-non-react-statics ([#​5347] by @​roderickhsiao) - 3x build speed improvements on CI ([ea1212a] by @​timdorr) - Use Jest for testing ([172dc16] by @​mjackson) - Explicit error using Route outside of Router ([#​4939] by @​eXon) - react-router-native Link improvements ([#​4816] by @​benstepp) - aria-current on NavLink ([#​4708] by @​JasonEtco) - Make AndroidBackButton a generic BackButton component ([#​5295] by @​DonnieWest) - Access Link's underlying node via innerRef ([#​5294] by @​danielberndt) - Return null from react-router-native DeepLinking if children is undefined ([#​5278] by @​seekshiva) - Warn when using the history prop on a pre-configured Router ([#​5151] by @​Aprillion) - Fix memory leak in ConnectedRouter during server side rendering ([#​5203] by @​klis87) - Reorder NavLink activeClassName/className priority ([#​5109] by @​carloluis) - Change react-native BackAndroid to BackHandler ([#​5093] by @​SeanGroff) - Fix react-router-native StackRouter ([#​5071] by @​kafein) [ea1212a]: https://github.com/ReactTraining/react-router/commit/ea1212a [172dc16]: https://github.com/ReactTraining/react-router/commit/172dc16 [#​5162]: `https://github.com/ReactTraining/react-router/pull/5162` [#​5430]: `https://github.com/ReactTraining/react-router/pull/5430` [#​5438]: `https://github.com/ReactTraining/react-router/pull/5438` [#​5095]: `https://github.com/ReactTraining/react-router/pull/5095` [#​5137]: `https://github.com/ReactTraining/react-router/pull/5137` [#​5347]: `https://github.com/ReactTraining/react-router/pull/5347` [#​4939]: `https://github.com/ReactTraining/react-router/pull/4939` [#​4816]: `https://github.com/ReactTraining/react-router/pull/4816` [#​4708]: `https://github.com/ReactTraining/react-router/pull/4708` [#​5295]: `https://github.com/ReactTraining/react-router/pull/5295` [#​5294]: `https://github.com/ReactTraining/react-router/pull/5294` [#​5278]: `https://github.com/ReactTraining/react-router/pull/5278` [#​5151]: `https://github.com/ReactTraining/react-router/pull/5151` [#​5203]: `https://github.com/ReactTraining/react-router/pull/5203` [#​5109]: `https://github.com/ReactTraining/react-router/pull/5109` [#​5093]: `https://github.com/ReactTraining/react-router/pull/5093` [#​5071]: `https://github.com/ReactTraining/react-router/pull/5071` --- ### [`v4.1.0`](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v411httpsgithubcomReactTrainingreact-routercomparev410v411) [Compare Source](https://github.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://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v410httpsgithubcomReactTrainingreact-routercomparev400v410) [Compare Source](https://github.com/ReactTraining/react-router/compare/v4.0.0-beta.8...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` --- ### [`v3.2.1`](https://github.com/ReactTraining/react-router/releases/v3.2.1) [Compare Source](https://github.com/ReactTraining/react-router/compare/v3.2.0...v3.2.1) - React 16.3 support ---

This PR has been generated by Renovate Bot.

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-introduction ready!

Built with commit 875afa95a50732af03d933afdcbc6878ee531c80

https://deploy-preview-636--mcs-lite-introduction.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-ui ready!

Built with commit 875afa95a50732af03d933afdcbc6878ee531c80

https://deploy-preview-636--mcs-lite-ui.netlify.com

michaelhsu-bot commented 6 years ago
Warnings
:warning: Please add a label to your PR.
:warning: Please assign someone to merge this PR, and optionally include people who should review.
:warning: Changes were made to package.json, but not to licenses.csv - Perhaps you need to run `$ yarn run license`?

Generated by :no_entry_sign: dangerJS