Skip to content

build(deps): bump awatcher from 678d7fd to 2cb5f9f#1221

Merged
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/awatcher-2cb5f9f
Mar 21, 2026
Merged

build(deps): bump awatcher from 678d7fd to 2cb5f9f#1221
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/awatcher-2cb5f9f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps awatcher from 678d7fd to 2cb5f9f.

Commits
  • 2cb5f9f Don't send empty data by KWin watcher
  • bf04ffd Fix Cosmic bugs
  • 4087342 Fix COSMIC active window watcher implementation
  • 0357732 Fix warnings
  • ef1fe24 Merge pull request #69 from NathanBaulch/emptyjson
  • 3335634 gnome: interpret {} as valid state with no windows focused
  • 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 [awatcher](https://github.com/2e3s/awatcher) from `678d7fd` to `2cb5f9f`.
- [Release notes](https://github.com/2e3s/awatcher/releases)
- [Commits](2e3s/awatcher@678d7fd...2cb5f9f)

---
updated-dependencies:
- dependency-name: awatcher
  dependency-version: 2cb5f9fedfab01e265ce7c5b5aa59be3a2f11063
  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 Mar 21, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This PR is a routine Dependabot-generated submodule bump for awatcher, advancing the pointer from 678d7fd to 2cb5f9f. The update brings in several bug fixes from the upstream awatcher repository with no API or interface changes.

Changes included in the bump:

  • Fix: KWin watcher no longer sends empty data payloads
  • Fix: COSMIC active window watcher implementation corrected (two separate commits)
  • Fix: GNOME watcher now correctly interprets {} as a valid state with no windows focused (merged from PR Beta testing for 0.7 release #69)
  • Fix: Compiler warnings resolved

Confidence Score: 5/5

  • Safe to merge — this is a pure bug-fix submodule bump with no interface or API changes.
  • The only change is a submodule pointer update that brings in upstream bug fixes (KWin empty data, COSMIC watcher, GNOME empty JSON). All commits are bug fixes with no breaking changes, making this safe to merge.
  • No files require special attention.

Important Files Changed

Filename Overview
awatcher Git submodule pointer bumped from 678d7fd to 2cb5f9f, incorporating bug fixes for KWin empty data, COSMIC active window watcher, and GNOME empty JSON state handling.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[awatcher submodule] --> B{Watcher Type}
    B --> C[KWin Watcher]
    B --> D[COSMIC Watcher]
    B --> E[GNOME Watcher]
    C --> C1["Fix: Skip sending empty data payloads"]
    D --> D1["Fix: Correct active window watcher impl"]
    E --> E1["Fix: Treat '{}' as no-window-focused state"]
    C1 --> F[ActivityWatch Server]
    D1 --> F
    E1 --> F
Loading

Last reviewed commit: "build(deps): bump aw..."

@ErikBjare ErikBjare merged commit a458f7e into master Mar 21, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/submodules/awatcher-2cb5f9f branch March 21, 2026 12:12
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.

1 participant