build(deps): bump aw-client from 8f9483d to 06d2069#1239
build(deps): bump aw-client from 8f9483d to 06d2069#1239dependabot[bot] wants to merge 1 commit intomasterfrom
8f9483d to 06d2069#1239Conversation
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>
Greptile SummaryThis PR bumps the 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/5Safe 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
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
Reviews (1): Last reviewed commit: "build(deps): bump aw-client from `8f9483..." | Re-trigger Greptile |
Bumps aw-client from
8f9483dto06d2069.Commits
06d2069feat: always-active-pattern in canonical queries (#93)f0603e3fix: handle None return from get_setting in get_classes (#102)8fa4f42fix: fix --json cli param (#100)e95c1f0fix: fix missing timezone in query (#101)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)