fix(deps): update dependency history to v5 - #93
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
June 22, 2020 15:34
d397f87 to
b00a29b
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
July 9, 2020 16:37
b00a29b to
8559447
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
July 23, 2020 02:06
1d14c9c to
3e09fff
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
August 8, 2020 04:10
3e09fff to
3e53c5f
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
August 31, 2020 07:10
3e53c5f to
4331b73
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
September 24, 2020 02:37
bece07b to
0795e7d
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
October 22, 2020 19:54
e0e018f to
990decb
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
October 22, 2020 23:00
6df1d9c to
e111a87
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
November 4, 2020 17:00
e111a87 to
95d48f7
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
November 19, 2020 23:25
652b58a to
863890b
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
December 1, 2020 16:01
863890b to
739943c
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
December 16, 2020 20:01
31082b3 to
3db4124
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
December 22, 2020 20:05
3db4124 to
7541608
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
January 6, 2021 16:35
4f6bcf0 to
9b8e25a
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
January 29, 2021 17:43
a99c524 to
b2d9928
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
February 4, 2021 18:07
b2d9928 to
eed3807
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
5 times, most recently
from
April 24, 2021 05:04
7a4fdd5 to
1be294b
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
May 1, 2021 05:21
ad5ef49 to
0877498
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
May 15, 2021 04:44
274bf1a to
7078170
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
May 22, 2021 04:39
fc47a9f to
5773800
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
from
May 29, 2021 04:14
5773800 to
d1d24a2
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
5 times, most recently
from
June 5, 2021 06:24
a687d25 to
77a9352
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
June 21, 2021 06:57
fed6cb6 to
b840875
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
July 5, 2021 07:09
e4093a7 to
95ff3ed
Compare
renovate
Bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
July 12, 2021 05:30
3a7fd0b to
90f8304
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.10.1->5.1.0Release Notes
ReactTraining/history
v5.1.0Compare Source
Because the prior 5.0.2 release removed the
Statetype parameter fromLocation, 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
Statetype 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.3Compare Source
Fixed
parsePathadding incorrectly addingsearchv5.0.2Compare Source
Just a couple fixes:
location.statetype toanyand removed the generic onLocationFull Changelog: remix-run/history@v5.0.1...v5.0.2
v5.0.1Compare Source
This patch release contains a tiny TypeScript update to use the built-in
Partialutility forPartialPathandPartialLocation. 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.0Compare 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
location.statehistory.blockAPI, with support for retrying transitions<script type=module>userswindowobjects)Bugfixes
location.pathnameHistoryLibraryso it doesn't conflict withwindow.HistoryBreaking Changes
pushState)getUserConfirmation,keyLength, andhashTypeAPIsUsage
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
docsfolder.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.
This PR has been generated by WhiteSource Renovate. View repository job log here.