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

Bump history from 4.10.1 to 5.3.0 #6904

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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 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

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

Fixed parsePath adding incorrectly adding search

v5.0.2

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

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!

v5.0.0

Today we are very pleased to announce the stable release of history version 5!

Overview

... (truncated)

Commits
  • c9bc27d Version 5.3.0
  • c9b1b1b Version 5.3.0-pre.0
  • 68543c6 Merge branch 'main' into release/v5.3.0
  • ba1cd3c fix: import history from ESM (#934)
  • 3966191 Merge pull request #914 from remix-run/logan/format-action
  • 8117ab2 chore: Update readme + docblock references
  • f5cb295 chore: fix lockfile
  • 224cda0 chore: Merge branch 'main' into dev
  • aef6c2b fix: Use statically analyzable CJS exports
  • eac4edd chore(ci): add format action
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner June 9, 2024 23:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2024
Copy link

cypress bot commented Jun 9, 2024

data-hub-frontend    Run #58130

Run Properties:  status check passed Passed #58130  •  git commit ddada03f4e: fix lint
Project data-hub-frontend
Branch Review dependabot/npm_and_yarn/history-5.3.0
Run status status check passed Passed #58130
Run duration 01m 45s
Commit git commit ddada03f4e: fix lint
Committer santosh dasari
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 15
View all changes introduced in this branch ↗︎

@DeanElliott96
Copy link
Contributor

DeanElliott96 commented Jun 10, 2024

There is only 1 failing test but running it locally there seems to be some changes in the URL search.

Ticket created here: https://uktrade.atlassian.net/browse/TET-758

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/history-5.3.0 branch July 8, 2024 14:55
@oliverjwroberts oliverjwroberts restored the dependabot/npm_and_yarn/history-5.3.0 branch December 11, 2024 06:54
@oliverjwroberts
Copy link
Contributor

@dependabot rebase

@oliverjwroberts oliverjwroberts force-pushed the dependabot/npm_and_yarn/history-5.3.0 branch 2 times, most recently from 74ea81e to cb8c8f1 Compare December 11, 2024 12:36
Bumps [history](https://github.com/remix-run/history) from 4.10.1 to 5.3.0.
- [Release notes](https://github.com/remix-run/history/releases)
- [Commits](remix-run/history@v4.10.1...v5.3.0)

---
updated-dependencies:
- dependency-name: history
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@oliverjwroberts oliverjwroberts force-pushed the dependabot/npm_and_yarn/history-5.3.0 branch from cb8c8f1 to 95f75e8 Compare December 11, 2024 21:05
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.00%. Comparing base (6d5a9a2) to head (30a9be4).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6904      +/-   ##
==========================================
- Coverage   88.03%   88.00%   -0.03%     
==========================================
  Files        1168     1168              
  Lines       18163    18163              
  Branches     5137     5137              
==========================================
- Hits        15989    15985       -4     
- Misses       2174     2178       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Do Not Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants