build(deps): bump aw-core from d628a9a to 0462e12#1290
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump aw-core from d628a9a to 0462e12#1290dependabot[bot] wants to merge 1 commit intomasterfrom
d628a9a to 0462e12#1290dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
Contributor
Greptile SummaryThis PR bumps the Confidence Score: 5/5Safe 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
Sequence DiagramsequenceDiagram
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
Reviews (1): Last reviewed commit: "build(deps): bump aw-core from `d628a9a`..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps aw-core from
d628a9ato0462e12.Commits
0462e12build(deps): fix building with peewee 4 (#133)40fccd0fix(peewee): enable WAL journal mode for SQLite (#132)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)