chore(deps): Update all patch dependencies - #172
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-patch-dependencies
branch
4 times, most recently
from
August 4, 2026 06:48
f7dca67 to
f91f808
Compare
renovate
Bot
force-pushed
the
renovate/all-patch-dependencies
branch
from
August 4, 2026 13:06
f91f808 to
e01daf2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.87→1.2.881.33.2→1.33.33.13.35→3.13.360.185.1→0.185.3==8.4.107→==8.4.1152.11.13→2.11.14Release Notes
TanStack/form (@tanstack/solid-form)
v1.33.3Compare Source
Patch Changes
TanStack/virtual (@tanstack/solid-virtual)
v3.13.36Compare Source
Patch Changes
a5417b4]:ultralytics/ultralytics (ultralytics)
v8.4.115: - Deprecate HUB in favor of Ultralytics Platform (#25608)Compare Source
🌟 Summary
v8.4.115 transitions Ultralytics from legacy HUB integrations to the streamlined Ultralytics Platform experience, with simpler authentication and a leaner training codebase. 🚀
📊 Key Changes
🔐 Introduced validated Platform CLI authentication
yolo login API_KEYyolo logout🔄 Added settings migration to schema
0.0.7🧹 Removed the legacy
ultralytics.hubpackage🧠 Simplified model and trainer workflows
📚 Updated documentation and examples
✅ Expanded test coverage
🎯 Purpose & Impact
yolo logincommand validates credentials directly and provides a more intuitive alternative to manually editing settings.ultralytics.hub, use HUB training sessions, load models from HUB URLs, or rely on HUB-specific utilities must migrate to Ultralytics Platform workflows.For no-code dataset annotation, training, and deployment, use the Ultralytics Platform.
What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.114...v8.4.115
v8.4.114: - Surface Platform error messages and stop the console-output retry loop (#25581)Compare Source
🌟 Summary
v8.4.114 improves reliability across Platform workflows, exported models, validation, edge inference, and advanced vision tasks—while delivering clearer errors and faster, more robust execution. 🚀
📊 Key Changes
Clearer Ultralytics Platform errors and quieter retries — PR #25581 by @glenn-jocher:
GETinstead ofHEAD, preserving the detailed error messages returned by the Platform.Improved exported-model validation:
imgszduring validation. ✅More reliable model export and deployment:
Faster LiteRT CPU inference:
Fixes for SAM3, visualization, and pose rendering:
AttributeError.Improved training and data pipelines:
namesfields more safely.Documentation and maintenance updates:
channels_last.🎯 Purpose & Impact
What's Changed
AttributeErroronmask_thresholdin SAM3 semantic prediction by @JESUSROYETH in #25563Annotator.kpts()dropping keypoints and limbs on image borders by @JESUSROYETH in #25565Pythonsyntax error insimilarity-searchsolution by @RizwanMunawar in #25579New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.113...v8.4.114
v8.4.113: - Add Dragonwing IQ-8275 QNN export target (#25558)Compare Source
🌟 Summary
🚀 Ultralytics 8.4.113 expands Qualcomm QNN deployment to Dragonwing IQ-8275 devices, improves model visualization and export reliability, and standardizes task support documentation across the project.
📊 Key Changes
Qualcomm Dragonwing IQ-8275 QNN export
iq-8275andqcs8275as QNN export targets using Qualcomm SoC model 82.onnxruntime-qnn==2.4.0.model.export(format="qnn", name="iq-8275").New class activation heatmaps for prediction 🔥
visualize=Truefeature-map dump with a more useful LayerCAM-style heatmap.More accurate attention FLOPs reporting 📊
Improved RKNN and quantized export support
rknn-toolkit2dependencies, includingsetuptools<82.Export and runtime reliability fixes 🛠️
gatherwhere needed.Performance and stability improvements ⚡
Documentation consistency and accuracy 📚
🎯 Purpose & Impact
What's Changed
yt-dlpfor YouTube streams by @ambitious-octopus in #16336yt-dlpfor YouTube streams" by @glenn-jocher in #25546Annotator.masksin row bands to cut mask plotting time and memory by @JESUSROYETH in #25554Heatmapoverlay disappearing on frames without tracks by @JESUSROYETH in #25556New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.112...v8.4.113
v8.4.112: - Document supported tasks for every export format (#25511)Compare Source
🌟 Summary
Release
v8.4.112makes model export support much clearer and more reliable, with comprehensive task documentation across formats and a fix enabling DEEPX classification exports. 📦✅📊 Key Changes
Documented supported tasks for every export format 📚
Verified export coverage across formats 🔍
Fixed DEEPX classification export 🛠️
root, rather thanimg_path; the exporter now handles this correctly.Removed outdated GraphDef benchmark restrictions ⚡
Minor documentation and release updates ✨
8.4.112.🎯 Purpose & Impact
What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.111...v8.4.112
v8.4.111: - Add Huawei Ascend NPU training support (#25500)Compare Source
🌟 Summary
🚀 Ultralytics 8.4.111 expands hardware support with validated Huawei Ascend NPU training, broader accelerator compatibility, and important tracking, MPS, deployment, and documentation improvements.
📊 Key Changes
Huawei Ascend NPU training support 🧠
torch_npu.device=npu:0anddevice=npu:0,1..omexport and deployment.Unified accelerator handling ⚙️
npuxpuAMD ROCm integration guide 🔴
device=0ordevice=cuda:0, notdevice=rocm:0.Improved accelerator-aware data loading and profiling 📈
Tracking and numerical stability improvements 🎯
Apple MPS reliability fixes 🍎
Documentation and platform updates 📚
ultralytics-inference0.0.32, including Intel CPU, GPU, and NPU device options.🎯 Purpose & Impact
What's Changed
ObjectCounterregion between frames by @JESUSROYETH in #25492linear_sum_assignmentfallback by @ErenAta16 in #25508New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.110...v8.4.111
v8.4.110: - Expand RKNN export support to all tasks (#25490)Compare Source
🌟 Summary
🚀 Version 8.4.110 expands RKNN export to every supported YOLO task and improves GPU-friendly tensor image plotting, making Rockchip deployment more versatile and visualization more efficient.
📊 Key Changes
Expanded RKNN export support by @glenn-jocher:
rknn-toolkit2.More efficient tensor-based plotting:
Results.plot()andAnnotatornow accept contiguous HWC BGRtorch.Tensorimages.Documentation improvements:
🎯 Purpose & Impact
What's Changed
New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.109...v8.4.110
v8.4.109: - Log GFLOPs at the trainingimgsz(#25483)Compare Source
🌟 Summary
📊 v8.4.109 improves profiling accuracy, export reliability, inference efficiency, tracking stability, and Ultralytics Platform integrations—led by correctly reporting GFLOPs for the actual training image size.
📊 Key Changes
Accurate GFLOPs logging at training resolution 🎯
model_info_for_loggers()now passes the trainer’s actualimgszto FLOPs profiling.ultralytics-thopdependency.Improved model fusion and profiling ⚙️
model.fuse()now accepts animgszargument so reported model information matches the intended input resolution.More reliable INT8 calibration 📦
fractionsetting when selecting calibration images.Faster and more efficient mask plotting 🖼️
Inference warmup now uses the real input shape 🔥
Training recovery behavior made safer 🛡️
Tracking and numerical stability improvements 🚦
Heatmap and validation performance improvements 📈
Expanded Ultralytics Platform documentation and integrations 🌐
System and CI maintenance 🧰
actions/stale@v11.🎯 Purpose & Impact
What's Changed
get_flopsby @JESUSROYETH in #25468Heatmapcounting region once per frame instead of once per object by @JESUSROYETH in #25467ConfusionMatrix.process_batchwith a lookup by @JESUSROYETH in #25466fractionfor classify models by @synml in #25469imgszby @JESUSROYETH in #25483Full Changelog: ultralytics/ultralytics@v8.4.108...v8.4.109
v8.4.108: - Fix MuSGD crash on non-matrix params like LayerScale (#25447)Compare Source
🌟 Summary
🛠️ v8.4.108 improves MuSGD stability, inference and tracking efficiency, analytics quality, ONNX compatibility, and documentation usability—without changing model accuracy or architecture.
📊 Key Changes
Fixed a MuSGD training crash by @Y-T-G:
AssertionErrorfailures when training models containing parameters such as(C, 1, 1)LayerScale tensors.Improved prediction performance reporting:
predictor.speed.predictor.pixels.Reduced tracking overhead and preserved device placement:
Improved ONNX Runtime example compatibility:
Strengthened training and inference analytics:
Expanded Ultralytics Platform integration:
Improved generated reference documentation:
str | Path.Updated documentation links and CI reliability:
🎯 Purpose & Impact
What's Changed
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.