-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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 on https://opencollective.com/typescript-eslint. |
|
Command | Status | Duration | Result |
---|---|---|---|
nx run-many -t lint |
❌ Failed | 3m 22s | View ↗ |
nx run generate-configs |
✅ Succeeded | 8s | View ↗ |
nx run integration-tests:test |
✅ Succeeded | 6s | View ↗ |
nx run types:build |
✅ Succeeded | 5s | View ↗ |
nx test eslint-plugin --coverage=false |
✅ Succeeded | 3s | View ↗ |
nx run-many -t typecheck |
✅ Succeeded | 2m 16s | View ↗ |
nx test typescript-estree --coverage=false |
✅ Succeeded | 1s | View ↗ |
nx test eslint-plugin-internal --coverage=false |
✅ Succeeded | 5s | View ↗ |
Additional runs (27) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-08-19 12:15:21
UTC
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11152 +/- ##
=======================================
Coverage 90.87% 90.87%
=======================================
Files 505 505
Lines 51146 51146
Branches 8424 8424
=======================================
Hits 46480 46480
Misses 4652 4652
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
a332dce
to
de55725
Compare
de55725
to
bd63e02
Compare
This PR contains the following updates:
^4.9.0
->^5.0.0
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
State
(now set tounknown
which will require consumer type narrowing)PartialPath
(usePartial<Path>
instead)PartialLocation
(usePartial<Location>
instead)createPath
return value (#813)✨ Features
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 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: remix-run/history@v5.0.3...v5.1.0
v5.0.3
Compare Source
Fixed
parsePath
adding incorrectly addingsearch
v5.0.2
Compare Source
Just a couple fixes:
location.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 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
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
location.state
history.block
API, with support for retrying transitions<script type=module>
userswindow
objects)Bugfixes
location.pathname
HistoryLibrary
so it doesn't conflict withwindow.History
Breaking Changes
pushState
)getUserConfirmation
,keyLength
, andhashType
APIsUsage
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
docs
folder.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! 😀
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.
This PR was generated by Mend Renovate. View the repository job log.