Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency history to v5#11152

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromrenovate/history-5.x

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMay 5, 2025

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
history^4.9.0 ->^5.0.0ageadoptionpassingconfidence

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 tounknown which will require consumer type narrowing)
    • PartialPath (usePartial<Path> instead)
    • PartialLocation (usePartial<Location> instead)
  • Fixed a regression related to thecreatePath 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 theState 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.

TheState type export is also restored, so you shouldn't have issues with installing React Router v6.

Oh, by the way, did you hear wereleased React Router v6?

Full Changelog:remix-run/history@v5.0.3...v5.1.0

v5.0.3

Compare Source

FixedparsePath adding incorrectly addingsearch

v5.0.2

Compare Source

Just a couple fixes:

  • Fixed search params persisting on redirects
  • Changed thelocation.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 atiny TypeScript update to use the built-inPartial 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
  • Hash history now has support forlocation.state
  • Betterhistory.block API, 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 (customwindow objects)
  • About 50% smaller than v4 (and no dependencies)
Bugfixes
  • Fixed some long-standing encoding issues withlocation.pathname
  • Removed unfixable warnings about pushing the same path in hash history
  • Renamed browser global toHistoryLibrary so it doesn't conflict withwindow.History
Breaking Changes
  • Removed support for browsers that do not support the HTML5 history API (nopushState)
  • Removed relative pathname support in hash history and memory history
  • RemovedgetUserConfirmation,keyLength, andhashType APIs

Usage

Please refer toour installation guide for instructions about how to install the library.

There is alsoa getting started guide as well asa complete API reference in thedocs folder.

We are very excited about this release, especially because it will serve as the foundation for the upcoming release ofReact 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 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 byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsMay 5, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedMay 5, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commita6c8368.

CommandStatusDurationResult
nx typecheck ast-spec✅ Succeeded1sView ↗
nx run-many --target=build --exclude website --...✅ Succeeded49sView ↗
nx run-many --target=clean✅ Succeeded11sView ↗

☁️Nx Cloud last updated this comment at2025-05-05 19:13:49 UTC

@netlifyNetlify
Copy link

netlifybot commentedMay 5, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commita6c8368
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6818fe016ae89300084641a2
😎 Deploy Previewhttps://deploy-preview-11152--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 92 (🔴 down 7 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify site configuration.

@codecovCodecov
Copy link

codecovbot commentedMay 5, 2025
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.91%. Comparing base(ccbfcdc) to head(a6c8368).
Report is 49 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@##             main   #11152      +/-   ##==========================================+ Coverage   90.90%   90.91%   +0.01%==========================================  Files         498      499       +1       Lines       50655    50809     +154       Branches     8335     8369      +34     ==========================================+ Hits        46049    46195     +146- Misses       4591     4599       +8  Partials       15       15
FlagCoverage Δ
unittest90.91% <ø> (+0.01%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovateRenovate
Copy link
ContributorAuthor

renovatebot commentedMay 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️Warning: custom changes will be lost.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp