Skip to content

build(deps): bump aw-client from 8f9483d to 06d2069#1239

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-client-06d2069
Open

build(deps): bump aw-client from 8f9483d to 06d2069#1239
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-client-06d2069

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps aw-client from 8f9483d to 06d2069.

Commits

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-client](https://github.com/ActivityWatch/aw-client) from `8f9483d` to `06d2069`.
- [Release notes](https://github.com/ActivityWatch/aw-client/releases)
- [Commits](ActivityWatch/aw-client@8f9483d...06d2069)

---
updated-dependencies:
- dependency-name: aw-client
  dependency-version: 06d206975c68de958bc2a599c606330124cce955
  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-client Git submodule from commit 8f9483d to 06d2069, bringing in four upstream commits. The change is a straightforward submodule pointer update with no modifications to any other file in the repository.

Included upstream changes:

The three bug fixes are purely defensive/correctness improvements, and the feature addition is additive. No breaking changes are indicated in the commit messages. The update appears safe to merge.

Confidence Score: 5/5

Safe to merge — single-file submodule pointer update with only bug fixes and a non-breaking feature addition upstream.

The entire diff is one line changing the aw-client submodule pointer. All four upstream commits are either bug fixes or an additive feature. No other repository files are touched, no API contracts are changed, and no breaking changes are indicated.

No files require special attention.

Important Files Changed

Filename Overview
aw-client Submodule pointer bumped from 8f9483d to 06d2069, picking up 4 commits: one feature (always-active-pattern in canonical queries) and three bug fixes (None return handling, --json CLI param, missing timezone in query)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["activitywatch/activitywatch\nmaster branch"] -->|"references submodule"| B["aw-client @ 8f9483d\n(before)"]
    A -->|"after this PR"| C["aw-client @ 06d2069\n(after)"]

    subgraph Commits["Commits included in bump"]
        D["e95c1f0 – fix: missing timezone in query"]
        E["8fa4f42 – fix: --json cli param"]
        F["f0603e3 – fix: None return in get_classes"]
        G["06d2069 – feat: always-active-pattern in canonical queries"]
        D --> E --> F --> G
    end

    B -->|"...4 new commits..."| C
    C -.->|"tip of range"| G
Loading

Reviews (1): Last reviewed commit: "build(deps): bump aw-client from `8f9483..." | 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