Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(deps): update dependency history to v5 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
history 4.10.1 -> 5.3.0 age adoption passing confidence

Release Notes

remix-run/history (history)

v5.3.0

Compare Source

This release provides support for native ESM consumption of all exports.

v5.2.0

Compare Source

🐛 Bug fixes

  • Fixed a few type declarations and deprecated the following types:
    • State (now set to unknown which will require consumer type narrowing)
    • PartialPath (use Partial<Path> instead)
    • PartialLocation (use Partial<Location> instead)
  • Fixed a regression related to the createPath return value (#​813)

✨ Features

  • We now use statically analyzable CJS exports. This enables named imports in Node ESM scripts (See the commit).

Full Changelog: remix-run/history@v5.1.0...v5.2.0

v5.1.0

Compare Source

Because the prior 5.0.2 release removed the State type parameter from Location, this was technically a breaking change. To correct for this, I'm bumping this as a minor release. It won't affect runtime code, but it may affect your development experience and tests if you were using that parameter.

The State type export is also restored, so you shouldn't have issues with installing React Router v6.

Oh, by the way, did you hear we released React Router v6?

Full Changelog: remix-run/history@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fixed parsePath adding incorrectly adding search

v5.0.2

Compare Source

Just a couple fixes:

  • Fixed search params persisting on redirects
  • Changed the location.state type to any and removed the generic on Location

Full Changelog: remix-run/history@v5.0.1...v5.0.2

v5.0.1

Compare Source

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!

v5.0.0

Compare Source

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! 😀


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 3b620ee to e0d862d Compare December 17, 2020 13:01
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from e72479d to faad39c Compare February 25, 2021 08:15
@renovate renovate bot force-pushed the renovate/history-5.x branch 7 times, most recently from ae7c104 to 915f56c Compare March 4, 2021 19:07
@renovate renovate bot force-pushed the renovate/history-5.x branch 5 times, most recently from 7582f9e to 7548239 Compare March 30, 2021 17:41
@renovate renovate bot force-pushed the renovate/history-5.x branch 5 times, most recently from 1d030bb to cff2051 Compare April 16, 2021 19:00
@renovate renovate bot force-pushed the renovate/history-5.x branch 5 times, most recently from ea941d0 to e5e417e Compare April 28, 2021 14:36
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 1fa7c1e to c3cb9d5 Compare October 17, 2023 19:03
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 97a5bd3 to 1c54dd8 Compare January 2, 2024 19:16
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from 1019e25 to a302dab Compare January 11, 2024 09:02
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from dfab8cf to bc00f85 Compare February 1, 2024 20:34
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from 8895d66 to 7f92cec Compare February 12, 2024 14:57
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from c1d5f27 to f5f4b85 Compare February 20, 2024 22:59
@renovate renovate bot force-pushed the renovate/history-5.x branch 4 times, most recently from 0a4a449 to 906689f Compare March 11, 2024 23:36
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 4e4bf30 to 36d1d41 Compare March 29, 2024 12:30
@renovate renovate bot force-pushed the renovate/history-5.x branch 4 times, most recently from d8e35a5 to 33a7a80 Compare April 30, 2024 15:25
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from 3081fc2 to e75120f Compare May 15, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants