fix(deps): update all non-major dependencies - #186
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Pull Request Test Coverage Report for Build 19743226991Details
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
15 times, most recently
from
December 3, 2025 19:43
0ce9187 to
f982391
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
14 times, most recently
from
December 10, 2025 16:45
8d4f733 to
639392b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
December 23, 2025 21:51
835f819 to
6e9cf42
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
January 2, 2026 17:33
8db7bcb to
a18bb9e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
12 times, most recently
from
January 9, 2026 21:09
c745721 to
0afdcef
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:
==0.7.0→==0.8.0==25.12.0→==25.12.1==26.4.0→==26.6.0==25.11.1→==25.12.2>=0.9.18,<0.10→>=0.11,<0.12==0.9.21→==0.11.0==3.6.3→==3.7.2==3.0.1→==3.0.2==1.106.0→==1.111.0==2.17.0→==2.18.0==1.42.30→==1.43.67==1.42.30→==1.43.67==2.6→==2.7==2026.1.4→==2026.7.22==2.0.0→==2.1.1==1.51.5→==1.54.0==1.41.0→==1.54.0==3.4.4→==3.4.9==8.3.0→==8.4.2==7.13.1→==7.15.4==4.0.2→==4.1.0==3.3.0→==3.4.0==5.2.1→==5.3.1==10.2.0→==10.5.0==0.4.0→==0.4.3==0.21.2→==0.23==3.20.3→==3.32.2==4.61.1→==4.63.0==1.0.0→==1.0.1==2.6.16→==2.6.19==1.4.1→==1.5.0==8.7.1→==8.9.0==9.7.0→==9.16.1==9.7.0→==9.16.1==0.19.2→==0.20.0==1.0.1→==1.1.0==3.0.0→==3.1.1==0.3.4→==0.5.0==1.4.9→==1.5.0==3.10.8→==3.11.1==0.2.1→==0.2.2==1.3.0→==1.4.1==2.1.0→==2.3.0==1.18.2→==1.20.2==2.15.0→==2.24.0==2.4.1→==2.5.1==0.22.0→==0.23.1==0.6.3→==0.9.0==0.7.2→==0.9.0==0.8.5→==0.8.7==0.4.4→==0.6.0==1.0.3→==1.1.1==4.5.1→==4.11.1==6.5.2→==6.9.0==1.37.1→==1.43.2==1.37.1→==1.43.2==4.5.0→==4.6.1==3.0.52→==3.0.53==2.12.5→==2.13.4==2.41.5→==2.48.0>=0.12.0,<=0.14.0→>=0.14.1,<=0.14.1==0.14.0→==0.14.1==3.3.1→==3.3.23.11→3.14==0.4.0→==0.4.1==0.36.2→==0.37.0==2026.1.15→==2026.7.19==0.16.0→==0.19.2==1.17.0→==1.18.0==3.0.1→==3.1.1==3.5.2→==3.13.2==3.5.2→==3.13.2==3.0.2→==3.1.0==3.0.2→==3.1.0==4.2.2→==4.3.0==2.4.0→==2.4.1==0.14.0→==0.15.1==4.67.1→==4.70.0==5.14.3→==5.16.1==4.15.0→==4.16.0==20.36.1→==20.39.1==10.1→==10.2.1==0.2.14→==0.8.2==1.0.2→==1.0.4==1.37.1→==1.38.0==3.23.0→==3.23.1==1.17.0→==1.29.0Release Notes
annotated-types/annotated-types (annotated-types)
v0.8.0Compare Source
What's Changed
Timezoneby @Viicos in #84Lendocstring by @Dutcho in #100New Contributors
Full Changelog: annotated-types/annotated-types@v0.7.0...v0.8.0
ansible/ansible-compat (ansible-compat)
v25.12.1Compare Source
Fixes
Maintenance
ansible/ansible-lint (ansible-lint)
v26.6.0Compare Source
Features
Fixes
ansible-lint --fix(#5033) @bishalOpsMaintenance
manzt/anywidget (anywidget)
v0.11.0Compare Source
This release implements the widget composition RFC shared earlier this year. All changes are additive: existing widgets keep working without modification.
Background
For the past year, anywidget has predominantly been in maintenance mode. The library works, and the community has been expanding on both ends (more host platforms and more widgets shipped on top of it).
A stretch of stability also tends to surface what's still missing. One pattern that kept coming up (#28, #193, #855) was a different kind of widget than the AFM had been designed around.
Prior to v0.11, anywidget was a good fit for widgets that own a self-contained piece of the screen (a chart, a map, a control). Two limitations got in the way of anything else:
ipywidgets.HBox/ipywidgets.VBoxin Jupyter,mo.hstack/mo.vstackin marimo). Container widgets that ship as a single anywidget primitive were not expressible.panTo(lat, lng)orhighlight(rowId)on another widget on the page had to round-trip through a synced trait.v0.11 closes both gaps with three additions to the front-end contract.
For the full narrative, see the blog post: anywidgets All the Way Down.
For the formal spec, see the updated AFM specification.
What's new
signal(AbortSignal) oninitializeandrender(#974)Both
initializeandrendernow receive anAbortSignalvia thesignalprop. The host aborts it when the widget is destroyed (or during HMR). This is the preferred way to manage cleanup going forward, since it composes with web platform APIs that already accept anAbortSignal(addEventListener,fetch, child widgets):Returning a cleanup callback from
render(orinitialize) still works, so existing widgets need no changes. New code is encouraged to prefersignal.initializeMAY return anexportsobject (#974)initializeruns once per widget instance. In v0.11, it MAY return a plain object: the widget's exports. The host stores it and exposes it to other widgets that resolve this one as a reference (next section).The return type is distinguished by
typeof: functions are still treated as cleanup callbacks (existing behavior), objects are treated as exports, andvoidmeans neither.There is no schema and no validation. Widget authors define their own interfaces and consumers duck-type at the boundary.
host.getWidgetandhost.getModelfor widget composition (#974)rendernow receives ahostprop with two methods that resolve a child widget by reference:host.getWidget(ref)awaits the child'sinitializeand returns{ exports, render }.host.getModel(ref)returns the child's underlyingAnyModelfor direct event subscriptions orget/set/sendaccess without participating in rendering.Passing the parent's
signalthrough to the child'srenderties their lifecycles together: aborting the parent's view tears the child's view down too.On the Python side, widget references are serialized as
"anywidget:<model_id>"strings. A newWidgetTraittraitlet validates anywidget-compatible objects, and aWidgettype alias is provided for annotations:References work at any depth in synced state (top-level traits, values inside dicts, items inside lists).
Backward compatibility
Nothing is required to migrate. Existing widgets, including those returning cleanup callbacks from
renderorinitialize, continue to work unchanged. New widgets can opt intosignal,exports, andhostincrementally, hook by hook.If you maintain a host runtime, the host requirements for composition support are documented in the AFM spec. Hosts that do not (yet) implement composition should expose
hostonrenderand have its methods reject with a descriptive error rather than omitting the prop.Patch Changes
@anywidget/types@0.4.0v0.10.0Compare Source
Minor Changes
Drop Python 3.8 and 3.9 support, require Python >=3.10 (#949)
Python 3.8 and 3.9 have reached end-of-life. Bumping the minimum to 3.10 aligns anywidget with the broader ecosystem and allows us to upgrade dependencies (like
watchfiles) that have already dropped older Python support, which is needed for Python 3.14 compatibility.kislyuk/argcomplete (argcomplete)
v3.7.2Compare Source
===============================
Require Python 3.10+ (#558)
v3.7.1Compare Source
===============================
Fix for #544 => TestZshGlobalExplicit tests are failing after
upgrade to zsh 5.9.0.1 (#557)
Expand ~ in _FilteredFilesCompleter (DirectoriesCompleter) (#553)
v3.7.0Compare Source
===============================
gristlabs/asttokens (asttokens)
v3.0.2Compare Source
What's Changed
New Contributors
Full Changelog: gristlabs/asttokens@v3.0.1...v3.0.2
awslabs/serverless-application-model (aws-sam-translator)
v1.111.0: SAM v1.111.0 ReleaseCompare Source
What's Changed
sam-integ-prefix for sweeper cleaner function by @vicheey in aws#3934New Contributors
Full Changelog: aws/serverless-application-model@v1.110.0...v1.111.0
v1.110.0: SAM v1.110.0 ReleaseCompare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.