Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.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 ourterms of service andprivacy 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 onhttps://opencollective.com/typescript-eslint. |
nx-cloudbot commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t typecheck | ❌ Failed | 2m 25s | View ↗ |
nx test eslint-plugin-internal --coverage=false | ✅ Succeeded | 4s | View ↗ |
nx run types:build | ✅ Succeeded | 5s | View ↗ |
nx test typescript-estree --coverage=false | ✅ Succeeded | 2s | View ↗ |
nx test eslint-plugin --coverage=false | ✅ Succeeded | 3s | View ↗ |
nx run integration-tests:test | ✅ Succeeded | 5s | View ↗ |
nx run generate-configs | ✅ Succeeded | 10s | View ↗ |
nx run-many --target=build --parallel --exclude... | ✅ Succeeded | 13s | View ↗ |
Additional runs (28) | ✅ Succeeded | ... | View ↗ |
☁️Nx Cloud last updated this comment at2025-11-10 14:58:22 UTC
netlifybot commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview fortypescript-eslint failed.
|
codecovbot commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Pleaseupload reports for the commit0ffa16d to get more accurate results. Additional details and impacted files@@ Coverage Diff @@## main #11152 +/- ##==========================================+ Coverage 90.55% 90.66% +0.11%========================================== Files 522 518 -4 Lines 53063 52444 -619 Branches 8838 8690 -148 ==========================================- Hits 48049 47548 -501+ Misses 4999 4882 -117+ Partials 15 14 -1
Flags with carried forward coverage won't be shown.Click here to find out more. 🚀 New features to boost your workflow:
|
de55725 tobd63e02Comparebd63e02 toce73dbfComparece73dbf toe92154eComparee92154e toa8dd3afComparea8dd3af to1dc68fbCompare1dc68fb to0ffa16dCompare
|
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
^4.9.0->^5.0.0Release Notes
remix-run/history (history)
v5.3.0Compare Source
This release provides support for native ESM consumption of all exports.
v5.2.0Compare Source
🐛 Bug fixes
State(now set tounknownwhich will require consumer type narrowing)PartialPath(usePartial<Path>instead)PartialLocation(usePartial<Location>instead)createPathreturn value (#813)✨ Features
Full Changelog:remix-run/history@v5.1.0...v5.2.0
v5.1.0Compare Source
Because the prior 5.0.2 release removed the
Statetype 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
Statetype 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.3Compare Source
Fixed
parsePathadding incorrectly addingsearchv5.0.2Compare Source
Just a couple fixes:
location.statetype toanyand removed the generic onLocationFull Changelog:remix-run/history@v5.0.1...v5.0.2
v5.0.1Compare Source
This patch release contains atiny TypeScript update to use the built-in
Partialutility forPartialPathandPartialLocation. 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.0Compare 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.statehistory.blockAPI, with support for retrying transitions<script type=module>userswindowobjects)Bugfixes
location.pathnameHistoryLibraryso it doesn't conflict withwindow.HistoryBreaking Changes
pushState)getUserConfirmation,keyLength, andhashTypeAPIsUsage
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 the
docsfolder.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.
This PR was generated byMend Renovate. View therepository job log.