Skip to content

build(deps): bump awatcher from ef0eee1 to d5669d3#1352

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/submodules/awatcher-d5669d3
Open

build(deps): bump awatcher from ef0eee1 to d5669d3#1352
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/submodules/awatcher-d5669d3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps awatcher from ef0eee1 to d5669d3.

Commits
  • d5669d3 Merge pull request #74 from QazCetelic/patch-1
  • 70a4f5f Use anyhow error and include path
  • 22f199a Be more specific when writing kwin script fails
  • 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 `ef0eee1` to `d5669d3`.
- [Release notes](https://github.com/2e3s/awatcher/releases)
- [Commits](2e3s/awatcher@ef0eee1...d5669d3)

---
updated-dependencies:
- dependency-name: awatcher
  dependency-version: d5669d3d8510415f87a6e09a456e220cc7aa3d84
  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 Jul 6, 2026
@greptile-apps

greptile-apps Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the awatcher Git submodule from ef0eee1 to d5669d3, pulling in two small commits that improve error diagnostics when writing the KWin compositor script fails.

  • The submodule now surfaces the file path in the error message when the kwin script write fails, making it easier to diagnose permission or path issues at runtime.
  • Error handling is migrated to anyhow for richer context propagation — no functional behavior changes beyond improved error output.

Confidence Score: 5/5

Safe to merge — only the submodule pointer changes, with two commits that strictly improve error messages when writing the kwin script.

The change is a submodule pointer update. The two included commits add the file path to an error message and switch to anyhow for error propagation; there are no behavioral changes to happy-path logic, no API surface changes, and no new dependencies outside the submodule.

No files require special attention.

Important Files Changed

Filename Overview
awatcher Submodule pointer bumped from ef0eee1 to d5669d3; the two included commits improve error reporting when writing the kwin script fails (adds the file path to the error message and uses anyhow for richer error context)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[awatcher submodule] --> B{Write kwin script}
    B -->|Success| C[KWin script active]
    B -->|Failure - before| D[Generic error message]
    B -->|Failure - after| E[Error with file path via anyhow]
    E --> F[Easier diagnosis of permission/path issues]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[awatcher submodule] --> B{Write kwin script}
    B -->|Success| C[KWin script active]
    B -->|Failure - before| D[Generic error message]
    B -->|Failure - after| E[Error with file path via anyhow]
    E --> F[Easier diagnosis of permission/path issues]
Loading

Reviews (1): Last reviewed commit: "build(deps): bump awatcher from `ef0eee1..." | 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