Skip to content

build(deps): bump aw-core from d628a9a to 0462e12#1290

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-core-0462e12
Open

build(deps): bump aw-core from d628a9a to 0462e12#1290
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-core-0462e12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps aw-core from d628a9a to 0462e12.

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-core](https://github.com/ActivityWatch/aw-core) from `d628a9a` to `0462e12`.
- [Commits](ActivityWatch/aw-core@d628a9a...0462e12)

---
updated-dependencies:
- dependency-name: aw-core
  dependency-version: 0462e12de49f847541c064ca6984c9dad7f737a8
  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 May 1, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 1, 2026

Greptile Summary

This PR bumps the aw-core git submodule from d628a9a to 0462e12, pulling in two upstream fixes: peewee 4 build compatibility and enabling WAL journal mode for SQLite databases.

Confidence Score: 5/5

Safe to merge — straightforward submodule bump with two upstream bug fixes and no changes to this repository's own code.

Only change is a submodule pointer update. Both upstream commits are targeted bug fixes (peewee 4 compatibility and WAL mode for SQLite), with no API-breaking changes or new dependencies introduced in this repo.

No files require special attention.

Important Files Changed

Filename Overview
aw-core Submodule pointer bumped from d628a9a to 0462e12, bringing in peewee 4 build fix and SQLite WAL mode enablement

Sequence Diagram

sequenceDiagram
    participant AW as ActivityWatch
    participant Core as aw-core (submodule)
    participant Peewee as Peewee ORM
    participant SQLite as SQLite DB

    AW->>Core: uses submodule @ 0462e12
    Core->>Peewee: compatible with peewee 4 build
    Core->>SQLite: open connection
    Core->>SQLite: PRAGMA journal_mode=WAL (new)
    SQLite-->>Core: WAL mode enabled
    Core-->>AW: ready
Loading

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