Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Snyk] Upgrade history from 5.0.0 to 5.0.1 #101

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Sep 4, 2021

Snyk has created this PR to upgrade history from 5.0.0 to 5.0.1.

merge advice
ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-08-13.
Release notes
Package name: history
  • 5.0.1 - 2021-08-13

    This patch release contains a tiny TypeScript update to use the built-in Partial utility for PartialPath and PartialLocation. We always love it when we can ship just a little less code!

    🙏 Credits

    Thanks to @ liuhanqu, @ hanquliu, @ chaance and @ mjackson for your contributions!

  • 5.0.0 - 2020-06-12

    Today we are very pleased to announce the stable release of history version 5!

    Overview

    This version includes many enhancements and fixes a few important issues with the library.

    New Features

    • Hash history now has support for location.state
    • Better history.block API, with support for retrying transitions
    • Full TypeScript declarations and IntelliSense docs
    • Adds development and production builds for <script type=module> users
    • Both browser and hash history have support for iframes (custom window objects)
    • About 50% smaller than v4 (and no dependencies)

    Bugfixes

    • Fixed some long-standing encoding issues with location.pathname
    • Removed unfixable warnings about pushing the same path in hash history
    • Renamed browser global to HistoryLibrary so it doesn't conflict with window.History

    Breaking Changes

    • Removed support for browsers that do not support the HTML5 history API (no pushState)
    • Removed relative pathname support in hash history and memory history
    • Removed getUserConfirmation, keyLength, and hashType APIs

    Usage

    Please refer to our installation guide for instructions about how to install the library.

    There is also a getting started guide as well as a complete API reference in the docs folder.

    We are very excited about this release, especially because it will serve as the foundation for the upcoming release of React Router version 6.

    Thank you for your support. Enjoy! 😀

from history GitHub release notes

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

rriski and others added 4 commits August 31, 2021 17:06
It might be the setting causing issues with Django / pgBouncer
leading to 500 errors when db connection is dropped
@codecov
Copy link

codecov bot commented Sep 4, 2021

Codecov Report

Merging #101 (95febd3) into master (a043961) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   62.61%   62.61%           
=======================================
  Files         132      132           
  Lines        4917     4917           
=======================================
  Hits         3079     3079           
  Misses       1838     1838           
Flag Coverage Δ
unittests 62.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a043961...95febd3. Read the comment docs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants