build(deps): bump aw-server from 153e7fd to aa848ce#1289
build(deps): bump aw-server from 153e7fd to aa848ce#1289dependabot[bot] wants to merge 1 commit intomasterfrom
153e7fd to aa848ce#1289Conversation
Bumps [aw-server](https://github.com/ActivityWatch/aw-server) from `153e7fd` to `aa848ce`. - [Commits](ActivityWatch/aw-server@153e7fd...aa848ce) --- updated-dependencies: - dependency-name: aw-server dependency-version: aa848ced11696526757921bbaf9584c200c45968 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the Confidence Score: 5/5Safe to merge — single submodule pointer update pulling in a targeted safety fix with no side-effects in this repo. The entire change is a one-line submodule bump. The included upstream commit is a defensive fix (reject on lock timeout), which improves correctness and safety. No other files in this repository are touched, and there are no logic, syntax, or security concerns introduced here. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Client
participant aw-server
participant Lock
Client->>aw-server: POST /heartbeat
alt Lock acquired
aw-server->>Lock: acquire()
Lock-->>aw-server: OK
aw-server-->>Client: 200 OK (heartbeat stored)
else Lock timeout (before fix)
aw-server->>Lock: acquire()
Lock-->>aw-server: timeout
aw-server-->>Client: 200 OK (proceeded unsafely ⚠️)
else Lock timeout (after fix aa848ce)
aw-server->>Lock: acquire()
Lock-->>aw-server: timeout
aw-server-->>Client: 4xx/5xx (heartbeat rejected ✅)
end
Reviews (1): Last reviewed commit: "build(deps): bump aw-server from `153e7f..." | Re-trigger Greptile |
Bumps aw-server from
153e7fdtoaa848ce.Commits
aa848cefix: reject heartbeats on lock timeout instead of proceeding unsafely (#159)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)