blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Bump react-router-dom from 4.2.2 to 4.3.1 #83

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-router-dom from 4.2.2 to 4.3.1.

Release notes *Sourced from [react-router-dom's releases](https://github.com/ReactTraining/react-router/releases).* > ## v4.3.1 > Just a patch to fix an accidental move of `warning` from a normal dependency to a devDependency, which was causing issues with installation. > > ## v4.3.0 > The major new things of this release are Redirect with params (see [#5209](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5209)) and the new `generatePath` API. We also cleaned up the code with Prettier, so browsing through it should be more enjoyable. > > One other thing to mention, while I have your attention, is the deprecation of react-router-redux. It's no longer maintained and has a number of fundamental problems (particularly around time travel). Integrating Redux and the DOM History API is challenging because they don't maintain the same semantics and the resulting integration is error prone. Getting to the router context will be easier in future versions of React Router, so the main motivations for needing it will be going away. So, while I would advise against trying to integrate the two, for those that still want this functionality can turn to libraries like [**supasate**](https://github.com/supasate)'s [connected-react-router](https://github.com/supasate/connected-react-router). > > ## [Changes](https://github.com/ReactTraining/react-router/compare/v4.2.0...v4.3.0) > > * Use the `pretty` option in generatePath ([#6172](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6172) by [**sibelius**](https://github.com/sibelius)) > * aria-current has incorrect value "true" ([#6118](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6118) by [**brandonrninefive**](https://github.com/brandonrninefive)) > * Redirect with parameters ([#5209](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5209) by [**dlindenkreuz**](https://github.com/dlindenkreuz)) > * Fix with missing pathname: `` ([#5489](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5489) by [**pshrmn**](https://github.com/pshrmn)) > * Escape NavLink path to allow special characters in path. ([#5596](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5596) by [**esiegel**](https://github.com/esiegel)) > * Expose `generatePath` ([#5661](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5661) by [**rybon**](https://github.com/rybon)) > * Use named import of history module. ([#5589](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5589) by [**RoboBurned**](https://github.com/RoboBurned)) > * Hoist dependencies for smaller UMD builds ([#5720](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5720) by [**pshrmn**](https://github.com/pshrmn)) > * Remove aria-current from navLink when inactive ([#5508](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5508) by [**AlmeroSteyn**](https://github.com/AlmeroSteyn)) > * Add invariant for missing "to" property on `` ([#5792](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5792) by [**selbekk**](https://github.com/selbekk)) > * Use Prettier on the code (e6f9017 by [**mjackson**](https://github.com/mjackson)) > * Fix pathless route's match when parent is null ([#5964](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5964) by [**pshrmn**](https://github.com/pshrmn)) > * Use history.createLocation in `` ([#5722](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/5722) by [**pshrmn**](https://github.com/pshrmn)) > > ## v4.3.0-rc.3 > ## [Changes](https://github.com/ReactTraining/react-router/compare/v4.3.0-rc.2...v4.3.0-rc.3) > > - Fix broken UMD builds. > - Add sideEffects: false for webpack tree shaking ([#6082](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6082) by [**taylorc93**](https://github.com/taylorc93)) > > ## v4.3.0-rc.2 > ## [Changes](https://github.com/ReactTraining/react-router/compare/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 > ## [Changes](https://github.com/ReactTraining/react-router/compare/v4.2.2...v4.3.0-rc.1) > > Mar 26, 2018 > > - Redirect with parameters ([#5209] by [**dlindenkreuz**](https://github.com/dlindenkreuz)) > - Fix with missing pathname: `` ([#5489] by [**pshrmn**](https://github.com/pshrmn)) > - Escape NavLink path to allow special characters in path. ([#5596] by [**esiegel**](https://github.com/esiegel)) > - Expose `generatePath` ([#5661] by [**rybon**](https://github.com/rybon)) > - Use named import of history module. ([#5589] by [**RoboBurned**](https://github.com/RoboBurned)) > - Hoist dependencies for smaller UMD builds ([#5720] by [**pshrmn**](https://github.com/pshrmn)) > - Remove aria-current from navLink when inactive ([#5508] by [**AlmeroSteyn**](https://github.com/AlmeroSteyn)) > - Add invariant for missing "to" property on `` ([#5792] by [**selbekk**](https://github.com/selbekk)) > - Use Prettier on the code ([e6f9017] by [**mjackson**](https://github.com/mjackson)) > - Fix pathless route's match when parent is null ([#5964] by [**pshrmn**](https://github.com/pshrmn)) > ... (truncated)
Commits - [`3d233bf`](https://github.com/ReactTraining/react-router/commit/3d233bf0b6dd5bf68d9bac9c94273ae25646b207) 4.3.1 - [`19d4f05`](https://github.com/ReactTraining/react-router/commit/19d4f051d9692c566104ebda45a92303c9bce448) Fix warning dep. - [`b1a77bc`](https://github.com/ReactTraining/react-router/commit/b1a77bceaf972dddb557b7ddd52131df91e15d14) Add deprecation notice to react-router-redux. - [`bc6b3cd`](https://github.com/ReactTraining/react-router/commit/bc6b3cd5a0bf0e5b661fb449b5660ef87f21584e) Remove empty tests - [`7222316`](https://github.com/ReactTraining/react-router/commit/7222316730593ad6156eb9d2fd5e26febb0b921b) 4.3.0 - [`0ff76c4`](https://github.com/ReactTraining/react-router/commit/0ff76c4eec3b9420ba00607716dfb4442131d7c7) Upgrade more deps and prep for 4.3.0 - [`a27bc56`](https://github.com/ReactTraining/react-router/commit/a27bc562ce49b22019d380d28fa9a534111614b2) Use Lock to automatically lock old closed issues - [`34412fd`](https://github.com/ReactTraining/react-router/commit/34412fdf07f116c1cce6db516b588b72771b1786) test(core): add failing test to generatePath, see [#6171](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6171) ([#6172](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6172)) - [`6ae433a`](https://github.com/ReactTraining/react-router/commit/6ae433a9ea6a19ff08fe625189dfabaaec1cc7fd) fix [#6168](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6168) ([#6169](https://github-redirect.dependabot.com/ReactTraining/react-router/issues/6169)) - [`2189ab9`](https://github.com/ReactTraining/react-router/commit/2189ab92be9d4deeb6b9756e4ee21ea0ba5ef28b) Bump lerna. - Additional commits viewable in [compare view](https://github.com/ReactTraining/react-router/compare/v4.2.2...v4.3.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@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](https://app.dependabot.com): - 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.