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.3.0 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
history 5.0.0 -> 5.3.0 age adoption passing confidence

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

  • Fixed a few type declarations and deprecated the following types:
    • State (now set to unknown which will require consumer type narrowing)
    • PartialPath (use Partial<Path> instead)
    • PartialLocation (use Partial<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: 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 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!


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 becomes conflicted, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/history-5.x branch from 6a807e0 to 1c9362d Compare September 8, 2021 15:06
@renovate renovate bot force-pushed the renovate/history-5.x branch from 1c9362d to 5cc05b1 Compare November 1, 2021 22:10
@renovate renovate bot changed the title fix(deps): update dependency history to v5.0.1 fix(deps): update dependency history to v5.0.2 Nov 1, 2021
@renovate renovate bot force-pushed the renovate/history-5.x branch from 5cc05b1 to 47c50fc Compare November 1, 2021 23:32
@renovate renovate bot changed the title fix(deps): update dependency history to v5.0.2 fix(deps): update dependency history to v5.0.3 Nov 1, 2021
@renovate renovate bot force-pushed the renovate/history-5.x branch from 47c50fc to 87a26c9 Compare November 2, 2021 23:44
@renovate renovate bot changed the title fix(deps): update dependency history to v5.0.3 fix(deps): update dependency history to v5.1.0 Nov 2, 2021
@renovate renovate bot changed the title fix(deps): update dependency history to v5.1.0 fix(deps): update dependency history to v5.2.0 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/history-5.x branch from 87a26c9 to fd41be8 Compare December 17, 2021 21:50
@renovate renovate bot force-pushed the renovate/history-5.x branch from fd41be8 to 7db9c6d Compare February 22, 2022 18:38
@renovate renovate bot changed the title fix(deps): update dependency history to v5.2.0 fix(deps): update dependency history to v5.3.0 Feb 22, 2022
@renovate renovate bot force-pushed the renovate/history-5.x branch from 7db9c6d to 7a6155d Compare November 24, 2022 01:32
@renovate renovate bot changed the title fix(deps): update dependency history to v5.3.0 Update dependency history to v5.3.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency history to v5.3.0 fix(deps): update dependency history to v5.3.0 Dec 17, 2022
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.

0 participants