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 #93

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ReactTraining/history

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: "before 3am on Monday" in timezone America/New_York.

🚦 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/history-5.x branch from d397f87 to b00a29b Compare June 22, 2020 15:34
@renovate renovate bot force-pushed the renovate/history-5.x branch from b00a29b to 8559447 Compare July 9, 2020 16:37
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from 1d14c9c to 3e09fff Compare July 23, 2020 02:06
@renovate renovate bot force-pushed the renovate/history-5.x branch from 3e09fff to 3e53c5f Compare August 8, 2020 04:10
@renovate renovate bot force-pushed the renovate/history-5.x branch from 3e53c5f to 4331b73 Compare August 31, 2020 07:10
@renovate renovate bot force-pushed the renovate/history-5.x branch 3 times, most recently from bece07b to 0795e7d Compare September 24, 2020 02:37
@renovate renovate bot force-pushed the renovate/history-5.x branch 4 times, most recently from e0e018f to 990decb Compare October 22, 2020 19:54
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 6df1d9c to e111a87 Compare October 22, 2020 23:00
@renovate renovate bot force-pushed the renovate/history-5.x branch from e111a87 to 95d48f7 Compare November 4, 2020 17:00
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 652b58a to 863890b Compare November 19, 2020 23:25
@renovate renovate bot force-pushed the renovate/history-5.x branch from 863890b to 739943c Compare December 1, 2020 16:01
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 31082b3 to 3db4124 Compare December 16, 2020 20:01
@renovate renovate bot force-pushed the renovate/history-5.x branch from 3db4124 to 7541608 Compare December 22, 2020 20:05
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from 4f6bcf0 to 9b8e25a Compare January 6, 2021 16:35
@renovate renovate bot force-pushed the renovate/history-5.x branch 4 times, most recently from a99c524 to b2d9928 Compare January 29, 2021 17:43
@renovate renovate bot force-pushed the renovate/history-5.x branch from b2d9928 to eed3807 Compare February 4, 2021 18:07
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from af7a5d5 to 868e5d0 Compare October 7, 2021 19:16
@renovate renovate bot force-pushed the renovate/history-5.x branch 7 times, most recently from 93fda1f to 30dfc8f Compare October 28, 2021 18:42
@renovate renovate bot force-pushed the renovate/history-5.x branch 7 times, most recently from 24a263b to 1e020a1 Compare November 3, 2021 15:41
@renovate renovate bot force-pushed the renovate/history-5.x branch 7 times, most recently from 063ff74 to 4dfd780 Compare November 22, 2021 10:51
@renovate renovate bot force-pushed the renovate/history-5.x branch 2 times, most recently from f9035c7 to 1360b7d Compare November 29, 2021 08:49
@renovate renovate bot force-pushed the renovate/history-5.x branch from 1360b7d to 0ad60d4 Compare December 2, 2021 16:49
@davidjoy davidjoy closed this Dec 2, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Dec 2, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/history-5.x branch December 2, 2021 19:14
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.

2 participants