Skip to content

build(deps): bump aw-core from e13c33c to d628a9a#1226

Merged
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/aw-core-d628a9a
Mar 21, 2026
Merged

build(deps): bump aw-core from e13c33c to d628a9a#1226
ErikBjare merged 1 commit intomasterfrom
dependabot/submodules/aw-core-d628a9a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps aw-core from e13c33c to d628a9a.

Commits
  • d628a9a fix(query): handle semicolons inside string literals (#131)
  • 1827ebf ci: add pre-commit config with ruff linting and formatting (#130)
  • 9e2ad03 fix(transform): use scheme as domain for file:// and other non-web URLs (#129)
  • 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 [aw-core](https://github.com/ActivityWatch/aw-core) from `e13c33c` to `d628a9a`.
- [Commits](ActivityWatch/aw-core@e13c33c...d628a9a)

---
updated-dependencies:
- dependency-name: aw-core
  dependency-version: d628a9ae2b96da2088eb8814fa19556d2ec1bbf4
  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 Mar 21, 2026
@ErikBjare ErikBjare merged commit bc61646 into master Mar 21, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/submodules/aw-core-d628a9a branch March 21, 2026 12:12
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This PR bumps the aw-core git submodule from e13c33c to d628a9a, pulling in three upstream commits — two bug fixes and one CI-only change — with no API or interface breakage.

  • fix(query): The query tokenizer now correctly handles semicolons that appear inside string literals, preventing incorrect statement splitting that could cause query execution errors.
  • fix(transform): The URL domain-extraction helper now falls back to the URL scheme (e.g. file) for non-HTTP/HTTPS URLs such as file:// paths, fixing incorrect or empty domain classification in activity data transforms.
  • ci: A pre-commit config with ruff linting/formatting was added to the upstream repo — no runtime impact on activitywatch.

Confidence Score: 5/5

  • This PR is safe to merge — it is a pure submodule bump containing only upstream bug fixes and a CI config addition.
  • The change is a single submodule pointer update. Both included bug fixes address incorrect behaviour (query parsing and URL classification) without touching any public API surface or introducing new dependencies. The third commit is CI-only. There are no logic changes in this repository itself.
  • No files require special attention.

Important Files Changed

Filename Overview
aw-core Submodule pointer bumped from e13c33c to d628a9a, picking up three upstream commits: a query parser fix for semicolons inside string literals, a non-web URL domain fix, and a CI-only pre-commit config addition.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["aw-core submodule - old commit"] -->|bump| B["aw-core submodule - new commit"]
    B --> C["fix: handle semicolons inside string literals"]
    B --> D["fix: use scheme as domain for file and other non-web URLs"]
    B --> E["ci: add pre-commit config with ruff linting"]
    C --> F["Query strings with semicolons\nno longer split incorrectly"]
    D --> G["file URLs now classified\nby scheme instead of empty domain"]
Loading

Last reviewed commit: "build(deps): bump aw..."

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.

1 participant