Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Bump react-router from 3.2.1 to 5.0.1#73

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-router-5.0.1
Closed

Bump react-router from 3.2.1 to 5.0.1#73
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-router-5.0.1

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 6, 2019

Bumps react-router from 3.2.1 to 5.0.1.

Release notes

Sourced from react-router's releases.

v5.0.1

Changes

Bugfixes:

  • Fixed display name for router context consumer and provider (6a99c93)
  • Fixed infinite loop caused by Redirect in some scenarios (017f692 and 2ce1d32)
  • Fixed license issue for react context polyfill (f9849c8, then 992af48)
  • Fixed Redirect throwing an exception in StaticRouter without context (3ccbd19)
  • Fixed regression in matchPath that caused an exception for empty paths (7bd1407)
  • Fixed page reload when an exception was thrown in Link onClick (82ce94c)
  • Fixed warning about createRef or useRef values in wrappedComponentRef when using withRouter() (56c829b)
  • Fixed withRouter() wrapped component inside NavLink not working properly (a38ef04)
  • Fixed CJS build - previously, incorrect exports were emitted (caa9950)

Changes:

  • Reduced component depth in withRouter() HOC. (10d78bb)
  • Changed misleading warning when withRouter is used outside a Router (10d78bb)
  • Reduced install size and bundle size by switching to mini-create-react-context (992af48)

Thanks to @​StringEpsilon for putting this list together. Enjoy!

v5.0.0

Please see the blog post and the list of 4.4 beta releases for details.

Changes

  • Lots of compatibility improvements with React 16
  • Full compatibility with <React.StrictMode>
  • Better support for React.forwardRef in <Route component>
  • Better support for React.createRef in <Link innerRef>
  • Single-file builds, per-file imports are deprecated see the beta.1 notes
  • Pre-built bundles for both development and production

v4.4.0-beta.8

  • Stop using eval in development to be compliant with unsafe-eval CSP (see #6611)
  • Bumps the history dependency to version 4.9.0

v4.4.0-beta.7

  • Fixed tree-shaking with Webpack (see #6464 and #6465)
  • Added support for createRef in <Link innerRef> (see #6567)
  • We now throw an error when using 2 different builds (dev only, see b2c6fa0725b7ff1ed762064d633b26b6293e0140)

v4.4.0-beta.6

Fixes

  • Fixed import of react-is in the CommonJS build (see #6445)
  • Added missing prop-types dependency for ESM build (see #6438)
... (truncated)
Commits

Dependabot compatibility score

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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 6, 2019
@qlty-cloud-legacy
Copy link

qlty-cloud-legacy bot commented Jun 6, 2019

Code Climate has analyzed commit 9f3a901 and detected 0 issues on this pull request.

View more on Code Climate.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-router-5.0.1 branch from fc274fa to cc9ad95 Compare June 6, 2019 12:21
Bumps [react-router](https://github.com/ReactTraining/react-router) from 3.2.1 to 5.0.1.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Commits](remix-run/react-router@v3.2.1...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-router-5.0.1 branch from cc9ad95 to 9f3a901 Compare June 14, 2019 06:59
@dependabot-preview
Copy link
Contributor Author

Superseded by #90.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-router-5.0.1 branch September 30, 2019 09:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants