Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the riverpod-dependencies group with 2 updates in the / directory: build_runner and hooks_riverpod.

Updates build_runner from 2.5.4 to 2.10.4

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.4

  • Allow analyzer 9.0.0.

package:build_runner v2.10.3

  • Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.

package:build_runner v2.10.2

  • Bug fix: fix issue with webdev failing due to a modification during a build.
  • In "serve" and "watch" modes, retry failed compiles instead of exiting.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.

package:build_runner v2.10.0

  • Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall. Builders that use dart:mirrors cannot be AOT compiled.
  • Add force-aot flag to AOT compile builders.
  • Add force-jit flag to force the current default of JIT compiling builders.
  • Add the --dart-jit-vm-arg option. Its values are passed to dart run when a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.
  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.
  • Internal changes for build_test.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

... (truncated)

Commits

Updates hooks_riverpod from 3.0.0 to 3.0.3

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 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 <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

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 24, 2025 00:13
@dependabot dependabot bot requested review from k-nkmr and riscait and removed request for a team November 24, 2025 00:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Nov 24, 2025
…with 2 updates

Bumps the riverpod-dependencies group with 2 updates in the / directory: [build_runner](https://github.com/dart-lang/build) and [hooks_riverpod](https://github.com/rrousselGit/riverpod).


Updates `build_runner` from 2.5.4 to 2.10.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.10.4)

Updates `hooks_riverpod` from 3.0.0 to 3.0.3
- [Commits](https://github.com/rrousselGit/riverpod/commits)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: riverpod-dependencies
- dependency-name: hooks_riverpod
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: riverpod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/riverpod-dependencies-f7a7f409a6 branch from 2f7c736 to f4f8e1a Compare December 1, 2025 00:27
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

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

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/pub/riverpod-dependencies-f7a7f409a6 branch December 8, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file flutter_app themes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant