redux-first-routing
                                
                                
                                
                                    redux-first-routing copied to clipboard
                            
                            
                            
                        [Snyk] Upgrade history from 4.7.2 to 4.10.1
Snyk has created this PR to upgrade history from 4.7.2 to 4.10.1.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 5 versions ahead of your current version.
 - The recommended version was released 3 years ago, on 2019-09-13.
 
Release notes
Package name: history
- 4.10.1 - 2019-09-13
 - 4.10.0 - 2019-09-11
 - 
        4.9.0 - 2019-03-15
The main change in this release is pre-bundled single-file builds for both development and production environments. This is not a breaking change, since we still support old-style
require('history/createBrowserHistory')statements for now. However, these are deprecated in favor ofimporting/requireing from the main module.Please see the release notes for 4.98.0-beta.0 for more info.
 - 
        4.9.0-beta.2 - 2018-12-04
Version 4.9.0-beta.2
 - 
        4.8.0-beta.0 - 2018-10-30
In 4.8.0 we will ship a single bundle for each module format (CJS, ESM, and UMD) using Rollup.
In this release we are deprecating support for
import createHistory from "history/createMemoryHistory"; // and var createHistory = require('history/createMemoryHistory');
Instead, use:
import { createMemoryHistory as createHistory } from "history"; // and var createHistory = require("history").createMemoryHistory;
together with a bundler that supports tree-shaking (Rollup or webpack 4 in production mode) to get your bundle sizes down.
Fixes
- Smaller builds, thanks to @ TrySound (see #632 and #634)
 
 - 
        4.7.2 - 2017-08-23
Version 4.7.2
 
Commit messages
Package name: history
- 3f69f9e Version 4.10.1
 - 27a8986 Merge branch 'fix-base-tag-hashHistory-createHref' of https://github.com/microbouji/history into microbouji-fix-base-tag-hashHistory-createHref
 - 90561da Remove test duplicates
 - c761c48 Version 4.10.0
 - ec0c152 Revert "Remove support for deprecated import/require"
 - 1c2a1fe Use .js extension for relative imports
 - 7b8ab30 Undo changes from 78f016 and 0fe9cb
 - b141a1b Revert "Deprecate createLocation and locationsAreEqual"
 - 4a8e670 Add section about development branches
 - 8bbace1 Revert "Merge branch 'master' of https://github.com/yangmingshan/history into yangmingshan-master"
 - 54e8948 Merge branch 'master' of https://github.com/yangmingshan/history into yangmingshan-master
 - ad82376 Update yarn lockfile
 - 2e9e511 Keep docs in docs directory
 - 0e42c31 Update value-equal and resolve-pathname (all non-dev deps)
 - fe778ac Update supported browsers for v5
 - bee8db7 Remove old test file
 - 2c7250b Deprecate createLocation and locationsAreEqual
 - 773751c Update some import paths
 - 8b3654f Fix ESLint errors
 - ad3e9f5 Use .js file extension for relative imports
 - 48dca0f Use Yarn instead of npm
 - baac270 Remove support for deprecated import/require
 - cb4c7a3 Moar test cleanup and organization
 - 7e327ad Clean up some tests and warning output
 
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:  
🔕 Ignore this dependency or unsubscribe from future upgrade PRs