Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Update dependency react-router to v4.3.0 #178

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 6, 2018

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

Release Notes

v4.3.0

Compare Source

Jun 6, 2018

  • Use the pretty option in generatePath (#​6172 by @​sibelius)
  • aria-current has incorrect value "true" (#​6118 by @​brandonrninefive)
  • Redirect with parameters (#​5209 by @​dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#​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 <Link> (#​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 <StaticRouter> (#​5722 by @​pshrmn)

v4.3.0-rc.3

Compare Source

  • Fix broken UMD builds.
  • Add sideEffects: false for webpack tree shaking (#​6082 by @​taylorc93)

v4.3.0-rc.2

Compare Source

  • Bump hoist-non-react-statics for React 16.3.
  • Missing generatePath in react-router-dom package.

v4.3.0-rc.1

Compare Source

Mar 26, 2018

  • Redirect with parameters (#​5209 by @​dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#​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 <Link> (#​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 <StaticRouter> (#​5722 by @​pshrmn)


This PR has been generated by Renovate Bot.

@magopian
Copy link
Contributor

magopian commented Jun 6, 2018

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 6, 2018

Merge conflict

@renovate renovate bot force-pushed the renovate/react-router-4.x branch from c779102 to c07cfab Compare June 6, 2018 16:12
@magopian
Copy link
Contributor

magopian commented Jun 6, 2018

bors r+

bors bot added a commit that referenced this pull request Jun 6, 2018
178: Update dependency react-router to v4.3.0 r=magopian a=renovate[bot]

This Pull Request updates dependency [react-router](https://github.com/ReactTraining/react-router) from `v4.2.0` to `v4.3.0`



<details>
<summary>Release Notes</summary>

### [`v4.3.0`](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md#v430httpsgithubcomReactTrainingreact-routercomparev420v430)
[Compare Source](remix-run/react-router@v4.3.0-rc.3...v4.3.0)
> Jun 6, 2018

* Use the `pretty` option in generatePath ([#&#8203;6172] by @&#8203;sibelius)
* aria-current has incorrect value "true" ([#&#8203;6118] by @&#8203;brandonrninefive)
* Redirect with parameters ([#&#8203;5209] by @&#8203;dlindenkreuz)
* Fix with missing pathname: `<Link to="?foo=bar">` ([#&#8203;5489] by @&#8203;pshrmn)
* Escape NavLink path to allow special characters in path. ([#&#8203;5596] by @&#8203;esiegel)
* Expose `generatePath` ([#&#8203;5661] by @&#8203;rybon)
* Use named import of history module. ([#&#8203;5589] by @&#8203;RoboBurned)
* Hoist dependencies for smaller UMD builds ([#&#8203;5720] by @&#8203;pshrmn)
* Remove aria-current from navLink when inactive ([#&#8203;5508] by @&#8203;AlmeroSteyn)
* Add invariant for missing "to" property on `<Link>` ([#&#8203;5792] by @&#8203;selbekk)
* Use Prettier on the code ([e6f9017] by @&#8203;mjackson)
* Fix pathless route's match when parent is null ([#&#8203;5964] by @&#8203;pshrmn)
* Use history.createLocation in `<StaticRouter>` ([#&#8203;5722] by @&#8203;pshrmn)

[#&#8203;6172]: `remix-run/react-router#6172
[#&#8203;6118]: `remix-run/react-router#6118
[#&#8203;5209]: `remix-run/react-router#5209
[#&#8203;5489]: `remix-run/react-router#5489
[#&#8203;5596]: `remix-run/react-router#5596
[#&#8203;5661]: `remix-run/react-router#5661
[#&#8203;5589]: `remix-run/react-router#5589
[#&#8203;5720]: `remix-run/react-router#5720
[#&#8203;5508]: `remix-run/react-router#5508
[#&#8203;5792]: `remix-run/react-router#5792
[e6f9017]: remix-run/react-router@e6f9017
[#&#8203;5964]: `remix-run/react-router#5964
[#&#8203;5722]: `remix-run/react-router#5722

---

### [`v4.3.0-rc.3`](https://github.com/ReactTraining/react-router/releases/v4.3.0-rc.3)
[Compare Source](remix-run/react-router@v4.3.0-rc.2...v4.3.0-rc.3)
- Fix broken UMD builds.
- Add sideEffects: false for webpack tree shaking (#&#8203;6082 by @&#8203;taylorc93)

---

### [`v4.3.0-rc.2`](https://github.com/ReactTraining/react-router/releases/v4.3.0-rc.2)
[Compare Source](remix-run/react-router@v4.3.0-rc.1...v4.3.0-rc.2)
- Bump `hoist-non-react-statics` for React 16.3.
- Missing `generatePath` in `react-router-dom` package.

---

### [`v4.3.0-rc.1`](https://github.com/ReactTraining/react-router/releases/v4.3.0-rc.1)
[Compare Source](remix-run/react-router@v4.2.0...v4.3.0-rc.1)
> Mar 26, 2018

- Redirect with parameters ([#&#8203;5209] by @&#8203;dlindenkreuz)
- Fix with missing pathname: `<Link to="?foo=bar">` ([#&#8203;5489] by @&#8203;pshrmn)
- Escape NavLink path to allow special characters in path. ([#&#8203;5596] by @&#8203;esiegel)
- Expose `generatePath` ([#&#8203;5661] by @&#8203;rybon)
- Use named import of history module. ([#&#8203;5589] by @&#8203;RoboBurned)
- Hoist dependencies for smaller UMD builds ([#&#8203;5720] by @&#8203;pshrmn)
- Remove aria-current from navLink when inactive ([#&#8203;5508] by @&#8203;AlmeroSteyn)
- Add invariant for missing "to" property on `<Link>` ([#&#8203;5792] by @&#8203;selbekk)
- Use Prettier on the code ([e6f9017] by @&#8203;mjackson)
- Fix pathless route's match when parent is null ([#&#8203;5964] by @&#8203;pshrmn)
- Use history.createLocation in `<StaticRouter>` ([#&#8203;5722] by @&#8203;pshrmn)

[#&#8203;5209]: `remix-run/react-router#5209
[#&#8203;5489]: `remix-run/react-router#5489
[#&#8203;5596]: `remix-run/react-router#5596
[#&#8203;5661]: `remix-run/react-router#5661
[#&#8203;5589]: `remix-run/react-router#5589
[#&#8203;5720]: `remix-run/react-router#5720
[#&#8203;5508]: `remix-run/react-router#5508
[#&#8203;5792]: `remix-run/react-router#5792
[e6f9017]: remix-run/react-router@e6f9017
[#&#8203;5964]: `remix-run/react-router#5964
[#&#8203;5722]: `remix-run/react-router#5722

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link
Contributor

bors bot commented Jun 6, 2018

Build succeeded

@bors bors bot merged commit c07cfab into master Jun 6, 2018
@renovate renovate bot deleted the renovate/react-router-4.x branch June 6, 2018 16:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants