Skip to content

deps: bump the pub-minor-patch group with 7 updates - #48

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-f9c93cb43f
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-f9c93cb43f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 7 updates:

Package From To
build_runner 2.16.0 2.16.1
drift 2.34.3 2.34.4
drift_dev 2.34.5 2.34.6
flutter_riverpod 3.4.2 3.4.3
freezed 4.0.0-dev.3 4.0.1
riverpod_annotation 4.0.6 4.0.7
riverpod_generator 4.0.8 4.0.9

Updates build_runner from 2.16.0 to 2.16.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.1

  • Clarify terminology: refer to .dart_tool/build/generated as the "artifact tree", and the normal output location as the "package path".
  • Reduce logged compile progress output for non-interactive builds, for example presubmits.
  • In serve and daemon modes, source files not involved in the build are no longer cached on read. They are re-read when requested.
  • Bug fix: make post-process output behavior match normal outputs: by default, rebuild if deleted or incorrect. Follow --keep-modified-outputs and --only-check.
  • Bug fix: in incremental builds, detect and delete conflicting outputs in the source directory rather than treating them as sources, which could cause builder dependency cycles and hangs; fix #5079.
  • Bug fix: restrict incompatible build output deletion to output packages; do not attempt to delete files in dependency packages.
  • Bug fix: do not invalidate retained package path outputs when conflicting artifact tree files appear; avoid unnecessary build step reruns.
Commits
  • 5e25e60 Release build, build_config, build_daemon, build_runner, build_test. (#5111)
  • 43c2bb7 Remove test-only PreviousBuild.fromFinishedBuildState. (#5109)
  • a6078a0 Use AssetFile for deletes. (#5108)
  • 3051007 Remove BuildState.isFile. (#5106)
  • da162e6 Do not invalidate retained package path outputs on artifact tree conflicts. (...
  • d51da7e Set default test timeout to 3m in build_runner/dart_test.yaml. (#5104)
  • 47aba81 [build_web_compilers] Standardize web app entrypoint selection (#5095)
  • f15a84e Restrict incompatibleBuildOutputsToDelete to outputPackages. (#5103)
  • 1a276c2 Clarify source/cache/visible/hidden. (#5096)
  • f5cc910 Improve BuildOutputReader; add BuildOutputReadResult. (#5101)
  • Additional commits viewable in compare view

Updates drift from 2.34.3 to 2.34.4

Release notes

Sourced from drift's releases.

drift-2.34.4

drift 2.34.4

  • Allow using rowid extension on virtual tables, as they usually provide rowids as well.

drift_dev 2.34.6

  • Remove legacy command used to migrate from moor from drift.
  • Fix drift_dev command not completing when spawning a schema isolate fails.
  • Support analyzer versions 14.x.
Commits
  • 70db2cd Fix dependency version in drift3 preview
  • f7d7067 Prepare drift release
  • c06abe1 Include type args when reading manager references
  • 1a6ad24 Upgrade tool: Don't visit table classes twice
  • 6ddc39c drift3: Rewrite InsertMode usages to drift_sqlite
  • 0e5b40a Close receive port for failed schema isolate
  • d4e1429 docs: mention CLI and DevTools tools in FAQ
  • 4b88205 Fix CI failures
  • 906593e Document DriftIsolates via IsolateNameServer
  • 5fc522d drift3: Make builtin types an implementation detail
  • Additional commits viewable in compare view

Updates drift_dev from 2.34.5 to 2.34.6

Commits
  • 70db2cd Fix dependency version in drift3 preview
  • f7d7067 Prepare drift release
  • c06abe1 Include type args when reading manager references
  • 1a6ad24 Upgrade tool: Don't visit table classes twice
  • 6ddc39c drift3: Rewrite InsertMode usages to drift_sqlite
  • 0e5b40a Close receive port for failed schema isolate
  • d4e1429 docs: mention CLI and DevTools tools in FAQ
  • 4b88205 Fix CI failures
  • 906593e Document DriftIsolates via IsolateNameServer
  • 5fc522d drift3: Make builtin types an implementation detail
  • Additional commits viewable in compare view

Updates flutter_riverpod from 3.4.2 to 3.4.3

Commits

Updates freezed from 4.0.0-dev.3 to 4.0.1

Commits

Updates riverpod_annotation from 4.0.6 to 4.0.7

Commits

Updates riverpod_generator from 4.0.8 to 4.0.9

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pub-minor-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.16.0` | `2.16.1` |
| [drift](https://github.com/simolus3/drift) | `2.34.3` | `2.34.4` |
| [drift_dev](https://github.com/simolus3/drift) | `2.34.5` | `2.34.6` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `3.4.2` | `3.4.3` |
| [freezed](https://github.com/rrousselGit/freezed) | `4.0.0-dev.3` | `4.0.1` |
| [riverpod_annotation](https://github.com/rrousselGit/riverpod) | `4.0.6` | `4.0.7` |
| [riverpod_generator](https://github.com/rrousselGit/riverpod) | `4.0.8` | `4.0.9` |


Updates `build_runner` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.16.0...build_runner-v2.16.1)

Updates `drift` from 2.34.3 to 2.34.4
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.34.3...drift-2.34.4)

Updates `drift_dev` from 2.34.5 to 2.34.6
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.34.5...drift_dev-2.34.6)

Updates `flutter_riverpod` from 3.4.2 to 3.4.3
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.4.2...flutter_riverpod-v3.4.3)

Updates `freezed` from 4.0.0-dev.3 to 4.0.1
- [Commits](rrousselGit/freezed@freezed-v4.0.0-dev.3...freezed-v4.0.1)

Updates `riverpod_annotation` from 4.0.6 to 4.0.7
- [Commits](rrousselGit/riverpod@riverpod_annotation-v4.0.6...riverpod_annotation-v4.0.7)

Updates `riverpod_generator` from 4.0.8 to 4.0.9
- [Commits](rrousselGit/riverpod@riverpod_generator-v4.0.8...riverpod_generator-v4.0.9)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: drift
  dependency-version: 2.34.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: drift_dev
  dependency-version: 2.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: flutter_riverpod
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: freezed
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_annotation
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_generator
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/pub-minor-patch-f9c93cb43f branch September 14, 2026 03:38

This branch had an error being deployed

1 failed deployment
pr-preview-48 — c39811f7 Deployed Sep 7, 2026 by dependabot[bot] via Deploy preview #84
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