Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on react-router to permit the latest version.

Release notes

Sourced from react-router's releases.

v5.0.0

More notes coming soon...

Just a note on the version bump: This was necessary because of how we specified versions in 4.x. In react-router-dom, we asked for react-router with the selector ^4.3.1. That was matching the temporary 4.4.0 release, for users of 4.3.1 and lower. Those versions are incompatible with each other directly; you should always have the same versions of react-router and react-router-dom. So, in order to fix this, we've bumped up the major version.

Despite the major bump, this is actually a minor release. It is fully backwards compatible with any project coming from 4.x. Sorry for the convenience. 😬

Changes

  • Coming soon
Changelog

Sourced from react-router's changelog.

v4.3.0

Jun 6, 2018

v4.2.0

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)
... (truncated)
Commits

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @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 use this milestone will set the current milestone 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:

  • 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.

Updates the requirements on [react-router](https://github.com/ReactTraining/react-router) to permit the latest version.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGES.md)
- [Commits](remix-run/react-router@v4.3.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 18, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.251% when pulling a0d2e3f on dependabot/npm_and_yarn/react-router-approx-5.0.0 into f492a5f on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #89.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-router-approx-5.0.0 branch June 5, 2019 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants