Skip to content

build(deps): bump aw-watcher-window from c80aa5a to 1370d29#1232

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-watcher-window-1370d29
Open

build(deps): bump aw-watcher-window from c80aa5a to 1370d29#1232
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-watcher-window-1370d29

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps aw-watcher-window from c80aa5a to 1370d29.

Commits
  • 1370d29 [macos] Improve handling of missing application attributes (#105)
  • 61b482b fix(windows): handle hwnd==0 gracefully for UAC/secure desktop (#118)
  • e202578 ci: upgrade actions/upload-artifact from v3 to v4 (#116)
  • 9e8fba1 fix(xlib): handle None return from get_wm_name() on KDE Plasma (#115)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aw-watcher-window](https://github.com/ActivityWatch/aw-watcher-window) from `c80aa5a` to `1370d29`.
- [Commits](ActivityWatch/aw-watcher-window@c80aa5a...1370d29)

---
updated-dependencies:
- dependency-name: aw-watcher-window
  dependency-version: 1370d290a47ed6ed3d409cebaea8ecbae7c01b15
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Apr 1, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This PR bumps the aw-watcher-window Git submodule from c80aa5a to 1370d29, pulling in four upstream commits that are purely bug-fixes and a CI maintenance update — no new features or breaking changes.

Included upstream changes:

All changes are defensive fixes to edge-case crashes on each supported platform. The diff in this repository is a single-line submodule pointer update, carrying no risk of its own.

Confidence Score: 5/5

Safe to merge — single-line submodule pointer bump containing only bug fixes and CI maintenance.

The entire diff is one submodule pointer update. All upstream changes are defensive bug-fixes for edge-case crashes on macOS, Windows, and KDE Plasma. There are no API changes, no new dependencies, and no logic changes in this repository itself. No issues found.

No files require special attention.

Important Files Changed

Filename Overview
aw-watcher-window Submodule pointer bumped from c80aa5a to 1370d29, picking up four upstream commits: macOS missing-attribute fix, Windows hwnd==0/UAC fix, KDE Plasma xlib None-return fix, and a CI artifact upload upgrade.

Sequence Diagram

sequenceDiagram
    participant AW as ActivityWatch (main repo)
    participant WW as aw-watcher-window (submodule)
    participant OS as OS Window APIs

    Note over WW: c80aa5a → 1370d29

    WW->>OS: Query active window
    alt macOS – missing AX attributes
        OS-->>WW: Attribute missing
        Note over WW: Fix #105: handle gracefully
        WW->>AW: Report safe fallback value
    else Windows – hwnd == 0 (UAC/secure desktop)
        OS-->>WW: hwnd = 0
        Note over WW: Fix #118: skip gracefully
        WW->>AW: Report safe fallback value
    else Linux/KDE Plasma – get_wm_name() returns None
        OS-->>WW: None
        Note over WW: Fix #115: guard against None
        WW->>AW: Report safe fallback value
    else Normal operation
        OS-->>WW: Window info
        WW->>AW: Report window event
    end
Loading

Reviews (1): Last reviewed commit: "build(deps): bump aw-watcher-window from..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants