disaster-ninja-fe
disaster-ninja-fe copied to clipboard
chore(deps): bump history from 4.10.1 to 5.3.0
Bumps history from 4.10.1 to 5.3.0.
Release notes
Sourced from history's releases.
v5.3.0
This release provides support for native ESM consumption of all exports.
v5.3.0-pre.0
No release notes provided.
v5.2.0
🐛 Bug fixes
- Fixed a few type declarations and deprecated the following types:
State
(now set tounknown
which will require consumer type narrowing)PartialPath
(usePartial<Path>
instead)PartialLocation
(usePartial<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: https://github.com/remix-run/history/compare/v5.1.0...v5.2.0
v5.1.0
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: https://github.com/remix-run/history/compare/v5.0.3...v5.1.0
v5.0.3
Fixed
parsePath
adding incorrectly addingsearch
v5.0.2
Just a couple fixes:
- Fixed search params persisting on redirects
- Changed the
location.state
type toany
and removed the generic onLocation
Full Changelog: https://github.com/remix-run/history/compare/v5.0.1...v5.0.2
v5.0.1
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
Today we are very pleased to announce the stable release of history version 5!
Overview
... (truncated)
Commits
c9bc27d
Version 5.3.0c9b1b1b
Version 5.3.0-pre.068543c6
Merge branch 'main' into release/v5.3.0ba1cd3c
fix: import history from ESM (#934)3966191
Merge pull request #914 from remix-run/logan/format-action8117ab2
chore: Update readme + docblock referencesf5cb295
chore: fix lockfile224cda0
chore: Merge branch 'main' into devaef6c2b
fix: Use statically analyzable CJS exportseac4edd
chore(ci): add format action- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.