redux-first-routing icon indicating copy to clipboard operation
redux-first-routing copied to clipboard

[Snyk] Upgrade history from 4.7.2 to 4.10.1

Open snyk-bot opened this issue 3 years ago • 0 comments

Snyk has created this PR to upgrade history from 4.7.2 to 4.10.1.

merge advice :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
    • Fixes some issues with using hash history on a page with a <base> tag (#577, #578)
  • 4.10.0 - 2019-09-11
    • Allows basename URL prefixes with special regex characters (#566, #544)
  • 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 of importing/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

  • 4.7.2 - 2017-08-23

    Version 4.7.2

from history GitHub release notes
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

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

snyk-bot avatar Oct 08 '22 06:10 snyk-bot