Skip to content

Bump hooks_riverpod, riverpod_generator, riverpod_annotation and build_runner#55

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/multi-f0090974db
Closed

Bump hooks_riverpod, riverpod_generator, riverpod_annotation and build_runner#55
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/multi-f0090974db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Contributor

Bumps hooks_riverpod, riverpod_generator, riverpod_annotation and build_runner. These dependencies needed to be updated together.
Updates hooks_riverpod from 2.6.1 to 3.3.1

Commits

Updates riverpod_generator from 2.6.5 to 4.0.3

Commits

Updates riverpod_annotation from 2.6.1 to 4.0.2

Commits

Updates build_runner from 2.5.4 to 2.12.2

Release notes

Sourced from build_runner's releases.

package:build_runner v2.12.2

  • Bug fix: don't crash if applies_builders in build.yaml mentions an unknown builder.

package:build_runner v2.12.1

  • Require build_config 1.3.0.

package:build_runner v2.12.0

  • Add support for globs in the package list of workspace pubspec.yaml, matching the new feature in Dart SDK 3.11.
  • Support the build_to key added to post_process_builders in build_config 1.3.0. Post process builders can use this to output files to the source tree.
  • Bug fix: prevent logging crash when using build_test in a builder.

package:build_runner v2.11.1

  • Improve logging on build script build failures, don't repeatedly log an identical failure.
  • Bug fix: with --workspace flag, correctly build for sources in the workspace root instead of failing with "tried to delete from package not in the build".

package:build_runner v2.11.0

  • Add --workspace flag. Use it with dart run build_runner build or watch to build or watch or all packages in the current workspace. It is currently experimental and subject to change based on feedback, please add feedback at Feedback on --workspace dart-lang/build#4349.
  • Bug fix: fix crash in corner case with post process builder, optional builder and output used for --output, watch or serve.
  • Bug fix: fix crash in corner case with watch or serve when builders depend on generated files in the current build.

package:build_runner v2.10.5

  • Add logging of builder compilation so you can tell how much time is spent on the JIT or AOT compile. Explicitly log restarts to recompile builders.
  • Allow analyzer 10.0.0.

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.

... (truncated)

Commits
  • a568488 Fix for undefined builders mentioned in build.yaml. (#4385)
  • c167ab3 Set isWindows to false by default in DDC's bootstrapper for DDC-compiled ap...
  • 402553f Require build_config 1.3.0. (#4382)
  • fefca8b Support globs in workspace pubspecs. (#4379)
  • dbfd35c Fixing sourcemaps for DDC Library Bundle builds (#4376)
  • acea1f9 Bump actions/stale from 10.1.1 to 10.2.0 in the github-actions group (#4377)
  • f712151 build_web_compilers: Support web workers in entrypoint loader (#4375)
  • b3cad44 Updating sourcemap logic in DDC library bundle sources (#4374)
  • 03074ee Allow post process builders to output non-hidden source. (#4373)
  • 6b3c8a4 Fix test setup to use workspace. (#4372)
  • 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 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)

…d_runner

Bumps [hooks_riverpod](https://github.com/rrousselGit/riverpod), [riverpod_generator](https://github.com/rrousselGit/riverpod), [riverpod_annotation](https://github.com/rrousselGit/riverpod) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

Updates `hooks_riverpod` from 2.6.1 to 3.3.1
- [Commits](rrousselGit/riverpod@hooks_riverpod-v2.6.1...hooks_riverpod-v3.3.1)

Updates `riverpod_generator` from 2.6.5 to 4.0.3
- [Commits](rrousselGit/riverpod@riverpod_generator-v2.6.5...riverpod_generator-v4.0.3)

Updates `riverpod_annotation` from 2.6.1 to 4.0.2
- [Commits](rrousselGit/riverpod@riverpod_annotation-v2.6.1...riverpod_annotation-v4.0.2)

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

---
updated-dependencies:
- dependency-name: hooks_riverpod
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: riverpod_generator
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: riverpod_annotation
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: build_runner
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Mar 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #56.

@dependabot dependabot Bot closed this Mar 21, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/multi-f0090974db branch March 21, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants