Skip to content

build(deps): bump the go-router-dependencies group across 1 directory with 3 updates#628

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/go-router-dependencies-ed0dbf64ea
Closed

build(deps): bump the go-router-dependencies group across 1 directory with 3 updates#628
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/go-router-dependencies-ed0dbf64ea

Conversation

@dependabot
Copy link
Contributor

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

Bumps the go-router-dependencies group with 3 updates in the / directory: build_runner, go_router_builder and go_router.

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 go_router_builder from 2.9.0 to 4.1.1

Commits
  • 88890ae [go_router_builder] expand supported versions of analyzer, build and source_g...
  • d113bbc [dependabot]: Bump camerax_version from 1.5.0 to 1.5.1 in /packages/camera/ca...
  • db6402d [dependabot]: Bump androidx.test.ext:junit-ktx from 1.2.1 to 1.3.0 in /packag...
  • 7ebd635 [various] Update min iOS/macOS versions (#10231)
  • 1c67631 [google_sign_in] Disable flaky web test (#10249)
  • 6078099 [various]fix information typo (#10246)
  • 61b3c54 [local_auth] Adopt structured errors, and remove useErrorDialogs (#9981)
  • 6d10279 [video_player] Move most Android event logic to Dart (#10128)
  • 835dccb [local_auth] Adopt structured errors and remove useErrorDialogs - platform im...
  • 8588f1b [dependabot]: Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 in /...
  • Additional commits viewable in compare view

Updates go_router from 15.1.2 to 17.0.0

Commits
  • 8176ffd [go_router] ShellRoute will merge GoRouter's observers (#9436)
  • b87777c [pigeon] Update analyzer version (#10352)
  • a5e887b [camera_platform_interface] Adds support for video stabilization to camera_pl...
  • 5cae9ca [google_maps_flutter] Raise MapUsedAfterWidgetDisposedError when map contro...
  • 6646deb [pigeon] Replace containsKey with contains in Kotlin generator (#10274)
  • da23dff [video_player] Remove package in example AndroidManifest.xml file (#10245)
  • e186c0a [in_app_purchase] Remove use of Pigeon's Dart test generator (#10328)
  • 3d926aa [dependabot]: Bump com.squareup.okhttp3:okhttp from 5.1.0 to 5.3.0 in /packag...
  • 3b6170f [google_sign_in] Remove use of OCMock (#10290)
  • 0718bf1 [interactive_media_ads] Pin iOS dependency maximum (#10349)
  • Additional commits viewable in compare view

Updates go_router_builder from 2.9.0 to 4.1.1

Commits
  • 88890ae [go_router_builder] expand supported versions of analyzer, build and source_g...
  • d113bbc [dependabot]: Bump camerax_version from 1.5.0 to 1.5.1 in /packages/camera/ca...
  • db6402d [dependabot]: Bump androidx.test.ext:junit-ktx from 1.2.1 to 1.3.0 in /packag...
  • 7ebd635 [various] Update min iOS/macOS versions (#10231)
  • 1c67631 [google_sign_in] Disable flaky web test (#10249)
  • 6078099 [various]fix information typo (#10246)
  • 61b3c54 [local_auth] Adopt structured errors, and remove useErrorDialogs (#9981)
  • 6d10279 [video_player] Move most Android event logic to Dart (#10128)
  • 835dccb [local_auth] Adopt structured errors and remove useErrorDialogs - platform im...
  • 8588f1b [dependabot]: Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 in /...
  • 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 <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:15
@dependabot dependabot bot requested review from Aimiee01 and naipaka and removed request for a team November 24, 2025 00:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Nov 24, 2025
… with 3 updates

Bumps the go-router-dependencies group with 3 updates in the / directory: [build_runner](https://github.com/dart-lang/build), [go_router_builder](https://github.com/flutter/packages/tree/main/packages) and [go_router](https://github.com/flutter/packages/tree/main/packages).


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 `go_router_builder` from 2.9.0 to 4.1.1
- [Commits](https://github.com/flutter/packages/commits/go_router_builder-v4.1.1/packages)

Updates `go_router` from 15.1.2 to 17.0.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.0.0/packages)

Updates `go_router_builder` from 2.9.0 to 4.1.1
- [Commits](https://github.com/flutter/packages/commits/go_router_builder-v4.1.1/packages)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-router-dependencies
- dependency-name: go_router_builder
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-router-dependencies
- dependency-name: go_router
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-router-dependencies
- dependency-name: go_router_builder
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-router-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/go-router-dependencies-ed0dbf64ea branch from 12d3fa2 to ba0987f Compare December 1, 2025 00:31
@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/go-router-dependencies-ed0dbf64ea 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.

0 participants