nordnet / nordnet-ui-kit

Nordnet UI Kit
https://nordnet.github.io/nordnet-ui-kit/
106 stars 28 forks source link

chore(deps): update dependency react-router-dom to v5 #614

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
react-router-dom devDependencies major 4.4.0 -> 5.0.1

Release Notes

ReactTraining/react-router ### [`v5.0.1`](https://togithub.com/ReactTraining/react-router/releases/v5.0.1) [Compare Source](https://togithub.com/ReactTraining/react-router/compare/v5.0.0...v5.0.1) #### [Changes](https://togithub.com/ReactTraining/react-router/compare/v5.0.0...v5.0.1) ##### Bugfixes: - Fixed display name for router context consumer and provider ([`6a99c93`](https://togithub.com/ReactTraining/react-router/commit/6a99c93)) - Fixed infinite loop caused by Redirect in some scenarios ([`017f692`](https://togithub.com/ReactTraining/react-router/commit/017f692) and [`2ce1d32`](https://togithub.com/ReactTraining/react-router/commit/2ce1d32)) - Fixed license issue for react context polyfill ([`f9849c8`](https://togithub.com/ReactTraining/react-router/commit/f9849c8), then [`992af48`](https://togithub.com/ReactTraining/react-router/commit/992af48)) - Fixed Redirect throwing an exception in StaticRouter without context ([`3ccbd19`](https://togithub.com/ReactTraining/react-router/commit/3ccbd19)) - Fixed regression in matchPath that caused an exception for empty paths ([`7bd1407`](https://togithub.com/ReactTraining/react-router/commit/7bd1407)) - Fixed page reload when an exception was thrown in Link onClick ([`82ce94c`](https://togithub.com/ReactTraining/react-router/commit/82ce94c)) - Fixed warning about createRef or useRef values in wrappedComponentRef when using withRouter() ([`56c829b`](https://togithub.com/ReactTraining/react-router/commit/56c829b)) - Fixed withRouter() wrapped component inside NavLink not working properly ([`a38ef04`](https://togithub.com/ReactTraining/react-router/commit/a38ef04)) - Fixed CJS build - previously, incorrect exports were emitted ([`caa9950`](https://togithub.com/ReactTraining/react-router/commit/caa9950)) ##### Changes: - Reduced component depth in withRouter() HOC. ([`10d78bb`](https://togithub.com/ReactTraining/react-router/commit/10d78bb)) - Changed misleading warning when withRouter is used outside a Router ([`10d78bb`](https://togithub.com/ReactTraining/react-router/commit/10d78bb)) - Reduced install size and bundle size by switching to mini-create-react-context ([`992af48`](https://togithub.com/ReactTraining/react-router/commit/992af48)) Thanks to [@​StringEpsilon](https://togithub.com/StringEpsilon) for [putting this list together](https://togithub.com/ReactTraining/react-router/issues/6739#issue-442975900). Enjoy!

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

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

:recycle: Rebasing: Whenever PR becomes conflicted, 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.

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://nordnet-ui-kit-git-renovate-major-reactrouter-monorepo.nordnet1.now.sh

codecov[bot] commented 5 years ago

Codecov Report

Merging #614 into master will increase coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #614      +/-   ##
==========================================
+ Coverage   84.01%   84.07%   +0.05%     
==========================================
  Files         213      213              
  Lines        1558     1557       -1     
  Branches      296      295       -1     
==========================================
  Hits         1309     1309              
+ Misses        214      213       -1     
  Partials       35       35
nordnet-release commented 5 years ago

:tada: This PR is included in version 5.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: