Skip to content

chore(deps): bump workmanager from 0.10.7 to 0.10.9 - #824

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/workmanager-0.10.9
Open

chore(deps): bump workmanager from 0.10.7 to 0.10.9#824
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/workmanager-0.10.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps workmanager from 0.10.7 to 0.10.9.

Release notes

Sourced from workmanager's releases.

workmanager v0.10.9 — Android 16 one-off work hang fix

workmanager_android v0.10.8 — bounded Dart engine init, main-thread stops (#732, #735)

  • One-off work no longer stays RUNNING forever on Android 16 when the app is backgrounded mid-task: a new 30-second initialization watchdog fails the worker visibly instead of hanging silently.
  • Worker stops (and onTaskStopped callbacks) now run on the main thread — fixes the spurious @UiThread exception notification on every cancel and makes the #705 stop-reason feature actually fire on Android.
  • Engine teardown made idempotent across watchdog / task-result / stop paths.

workmanager v0.10.9

  • Dependency bump: workmanager_android ^0.10.8.

workmanager v0.10.8 — Android 16 FGS permission fix

workmanager_android v0.10.7 — manifest-declaration check for FGS permissions (#731, #733)

  • Expedited work (and other foreground-service features) now validate against the merged manifest declaration instead of the runtime permission grant state.
  • On Android 16+ a foreground-service permission can be revoked or denied at runtime even when declared — the old check then false-positived and threw, killing valid expedited work. Declared permission now passes regardless of grant state; a genuinely missing declaration still fails loudly at registration.

workmanager v0.10.8

  • Dependency bump: workmanager_android ^0.10.7.
Changelog

Sourced from workmanager's changelog.

workmanager - v0.10.9

  • FIX(android): one-off work no longer stays RUNNING forever on Android 16 when the app is backgrounded during task execution (#732).

workmanager_android - v0.10.8

  • FIX(android): one-off work no longer stays RUNNING forever on Android 16 when the app is backgrounded during task execution (#732).

2026-08-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • workmanager - v0.10.8

workmanager - v0.10.8

  • FIX(android): expedited work no longer fails when Android 16 revokes a foreground-service permission at runtime (#731).
Commits
  • 5ffa188 chore(release): publish packages — workmanager 0.10.9 (#736)
  • 0aed65d fix(android): bound Dart engine init and stop workers on the main thread (fix...
  • 53261a5 chore(release): publish packages — workmanager 0.10.8 (#734)
  • c049d73 fix(android): check manifest declaration instead of grant state for FGS permi...
  • See full diff in compare view

Dependabot compatibility score

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 [workmanager](https://github.com/fluttercommunity/flutter_workmanager) from 0.10.7 to 0.10.9.
- [Release notes](https://github.com/fluttercommunity/flutter_workmanager/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_workmanager/blob/main/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_workmanager@workmanager-v0.10.7...workmanager-v0.10.9)

---
updated-dependencies:
- dependency-name: workmanager
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants