-
Notifications
You must be signed in to change notification settings - Fork 11
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/history-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
December 17, 2020 13:01
3b620ee
to
e0d862d
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
January 22, 2021 13:40
e0d862d
to
87c41d1
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
February 25, 2021 08:15
e72479d
to
faad39c
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
7 times, most recently
from
March 4, 2021 19:07
ae7c104
to
915f56c
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
5 times, most recently
from
March 30, 2021 17:41
7582f9e
to
7548239
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
April 1, 2021 20:41
7548239
to
bd6a962
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
5 times, most recently
from
April 16, 2021 19:00
1d030bb
to
cff2051
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
5 times, most recently
from
April 28, 2021 14:36
ea941d0
to
e5e417e
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
May 6, 2021 15:11
e5e417e
to
4ce9c48
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
March 11, 2024 23:36
0a4a449
to
906689f
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
March 29, 2024 12:30
4e4bf30
to
36d1d41
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
April 30, 2024 15:25
d8e35a5
to
33a7a80
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
May 15, 2024 13:44
3081fc2
to
e75120f
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
May 21, 2024 05:55
acff5b8
to
ee3d472
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
July 12, 2024 14:14
cd94f47
to
a50fcc2
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
3 times, most recently
from
August 12, 2024 14:41
80f5cf0
to
68ffb6d
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
4 times, most recently
from
September 9, 2024 10:06
52fff61
to
3b4fe61
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
2 times, most recently
from
September 16, 2024 19:32
4fbd83b
to
ff43945
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
November 1, 2024 13:49
ff43945
to
d63f186
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
November 25, 2024 10:24
d63f186
to
91d89fe
Compare
renovate
bot
force-pushed
the
renovate/history-5.x
branch
from
November 25, 2024 10:34
91d89fe
to
232f337
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.3.0
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
State
(now set tounknown
which will require consumer type narrowing)PartialPath
(usePartial<Path>
instead)PartialLocation
(usePartial<Location>
instead)createPath
return value (#813)✨ Features
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 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
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 addingsearch
v5.0.2
Compare Source
Just a couple fixes:
location.state
type toany
and removed the generic onLocation
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 forPartialPath
andPartialLocation
. 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
location.state
history.block
API, with support for retrying transitions<script type=module>
userswindow
objects)Bugfixes
location.pathname
HistoryLibrary
so it doesn't conflict withwindow.History
Breaking Changes
pushState
)getUserConfirmation
,keyLength
, andhashType
APIsUsage
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.
This PR was generated by Mend Renovate. View the repository job log.