build(deps-dev): bump history from 1.17.0 to 5.0.0
Bumps history from 1.17.0 to 5.0.0.
Release notes
Sourced from history's releases.
v5.0.0
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.blockAPI, 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
windowobjects)- 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
HistoryLibraryso it doesn't conflict withwindow.HistoryBreaking 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, 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! 😀
v5.0.0-beta.8
[You can track v5 beta progress in #751](ReactTraining/history#751)
You can install the v5 beta using the
nexttag:npm add history@nextChanges
In this release the core library was converted to TypeScript, and the type declaration files that are published with the npm package are derived from the source instead of being written by hand. This should make them both more accurate and more useful.
A migration guide will be available soon. For now, you can either browse around the docs on the
devbranch or the tests.Enjoy!
... (truncated)
Commits
026d9e5Version 5.0.0ef40006Remove api doc generation script9930845Update doc links to master branch987ff43Add some more type declarations4ab6a42Restore syntax highlights in declaration blocks41bacf0Add more links to doc commentsa7ae54cMore docs + IntelliSense doc comments1babffeUpdate API docs0f95d29More tweaks to API docsf88b174Small tweaks to api reference- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)