Skip to content

build(deps): bump aw-webui from 6e3c4d8 to 7d43d81#556

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-webui-7d43d81
Open

build(deps): bump aw-webui from 6e3c4d8 to 7d43d81#556
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-webui-7d43d81

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps aw-webui from 6e3c4d8 to 7d43d81.

Commits
  • 7d43d81 feat: add a dynamic period to the high uncategorized time notification (#745)
  • 435be30 build(deps): bump micromatch and http-proxy-middleware (#741)
  • b16d3bb chore: add .pre-commit-config.yaml and fix formatting
  • 60706f1 chore: fix formatting
  • 0309cea build(deps-dev): bump ts-loader from 9.5.0 to 9.5.4 (#704)
  • 190f470 build(deps-dev): bump node-forge from 1.3.1 to 1.3.3 (#738)
  • 2140ed5 build(deps): bump rollup from 2.79.1 to 2.79.2 (#672)
  • b31593a build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#739)
  • 7ff5edc build(deps): bump vite from 6.3.1 to 6.4.1 (#717)
  • 7cd0bd7 build(deps): bump axios from 1.6.2 to 1.12.2 (#713)
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-webui](https://github.com/ActivityWatch/aw-webui) from `6e3c4d8` to `7d43d81`.
- [Commits](ActivityWatch/aw-webui@6e3c4d8...7d43d81)

---
updated-dependencies:
- dependency-name: aw-webui
  dependency-version: 7d43d81ad1696cfab804a4b13e3f2bc7264f72f2
  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 Feb 1, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 1, 2026

Greptile Overview

Greptile Summary

This PR updates the aw-webui git submodule reference from 6e3c4d8 to 7d43d81, pulling in upstream UI changes (feature and dependency bumps) without modifying the Rust server code directly.

This fits the repo’s architecture by keeping the server and web UI decoupled: the server repo pins a specific aw-webui commit, and this PR simply advances that pin to a newer upstream revision.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk; it only updates a submodule pointer.
  • The diff is a one-line submodule commit update with no changes to Rust code paths, build scripts, or runtime logic in this repository. Any behavioral changes are confined to the aw-webui submodule contents and should be covered by existing CI/build checks that fetch and build the submodule.
  • No files require special attention

Important Files Changed

Filename Overview
aw-webui Updates the aw-webui git submodule pointer from 6e3c4d8 to 7d43d81.

Sequence Diagram

sequenceDiagram
  participant Dev as Developer
  participant Repo as aw-server-rust
  participant Sub as aw-webui (submodule)

  Dev->>Repo: Update submodule pointer
  Repo->>Sub: Bump commit 6e3c4d8 -> 7d43d81
  Note over Repo,Sub: New web UI version will be used by builds

Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | 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