Skip to content

chore(deps): bump the pub-minor-patch group across 1 directory with 9 updates - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-a232aa648d
Open

chore(deps): bump the pub-minor-patch group across 1 directory with 9 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-a232aa648d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 9 updates in the / directory:

Package From To
build_runner 2.15.1 2.16.0
intl 0.20.2 0.20.3
meta 1.18.0 1.19.0
freezed 3.2.5 4.0.0-dev.3
flutter_web_auth_2 5.0.3 5.1.0
go_router 17.3.0 17.5.0
google_fonts 8.2.0 8.2.1
json_serializable 6.14.0 6.14.1
sentry_flutter 9.25.0 10.0.0-alpha.3

Updates build_runner from 2.15.1 to 2.16.0

Commits

Updates intl from 0.20.2 to 0.20.3

Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
        flutter: ^0.1.2
        sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
        flutter_driver:
          sdk: flutter
          version: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates freezed from 3.2.5 to 4.0.0-dev.3

Commits

Updates flutter_web_auth_2 from 5.0.3 to 5.1.0

Release notes

Sourced from flutter_web_auth_2's releases.

5.1.0: Bugfixes

5.1.0

Commits
  • d268372 Bump version and add changelog
  • 170b2fe Add 6.x changelogs
  • 2c0bb2d Add 6.x reference for built-in KGP and AGP 9+
  • 8746b67 Exclude analyser entries
  • b6c8ad6 fix(android): handle missing authUri/callbackScheme in AuthenticationManageme...
  • 1d1a2ce Update CI
  • 8eb49de Remove compatibility issue template
  • 90c4e72 fix(android): catch SecurityException when launching the auth tab (#212)
  • See full diff in compare view

Updates freezed from 3.2.5 to 4.0.0-dev.3

Commits

Updates go_router from 17.3.0 to 17.5.0

Commits
  • ccd8274 [go_router] Batch release (#12411)
  • a0e27cc [material_ui] Enable localized time_picker_test cases (#12391)
  • 41b464a [material_ui] Main example (#12336)
  • f67f6a7 [camera_android_camerax][tool] Migrate complexity checks to package:cognitive...
  • 142990b [camera_web] Remove invalid @​JS annotation on extension type constructors (#1...
  • df17293 [pigeon] add support for analyzer 13 and 14 (#12358)
  • 17c97d0 [cupertino_ui, material_ui] Fix bad doc references (#12381)
  • 4e3f83d Sync release-go_router-17.4.0 to main (#12370)
  • 5579f26 [go_router] Add route metadata support to GoRouterState. (#11773)
  • b1424e2 [go_router] Document regex constraints for path parameters (#12281)
  • Additional commits viewable in compare view

Updates google_fonts from 8.2.0 to 8.2.1

Commits
  • ac87e65 [google_fonts] Remove failed loads from pendingFonts (#12240)
  • a5beb57 [google_sign_in_android] Keep default_web_client_id resource from being str...
  • caddb39 [vector_graphics] Provide textDirection for semantics label to avoid crash wi...
  • a404e4c [camera_android_camerax] Update AGENTS.md to improve video recording integr...
  • 5351d8c [material_ui, cupertino_ui] Add migration bridge utilities (#12314)
  • 44a984d Enforce scoped validation tools in AGENTS.md with file-based trap evals (#12297)
  • 43dcfe5 [camera_android_camerax] Prefer higher resolution for max preset (#11956)
  • dd11626 [pigeon] Clean up legacy registrant code (#12205)
  • 1448f08 [go_router] Add BlockedInitialNavigationException for blocked initial deep li...
  • b0d355f [file_selector] Switch to Swift Testing (#12235)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Commits

Updates json_serializable from 6.14.0 to 6.14.1

Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
        flutter: ^0.1.2
        sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
        flutter_driver:
          sdk: flutter
          version: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.25.0 to 10.0.0-alpha.3

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.3

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @​buenaflor in #3805

Flutter

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @​buenaflor in #3924

Fixes

Flutter

Other

Dependencies

Flutter

Internal Changes

... (truncated)

Commits
  • 100bab1 release: 10.0.0-alpha.3
  • 89de5db Changelog for next release
  • 6e3f6a6 Merge tag '9.26.0' into v10-branch
  • ada11bc ref: Apply new linter rules and graduate experimental APIs (#3940)
  • 2547cf7 docs: Consolidate standalone app start changelog entries (#3939)
  • ff8b33d release: 9.26.0
  • 32eacd5 chore: update packages/flutter/scripts/update-native.sh to 0.16.1 (#3937)
  • 93e6f05 chore: update packages/flutter/scripts/update-android.sh to 8.51.0 (#3938)
  • 6f0d13e ci: bump actions/setup-java from 5.5.0 to 5.6.0 (#3915)
  • 98581ac chore: Align Dart and Flutter SDK constraints
  • 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 <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

… updates

Bumps the pub-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.2` | `0.20.3` |
| [meta](https://github.com/dart-lang/sdk/tree/main/pkg) | `1.18.0` | `1.19.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.0-dev.3` |
| [flutter_web_auth_2](https://github.com/ThexXTURBOXx/flutter_web_auth_2) | `5.0.3` | `5.1.0` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `17.3.0` | `17.5.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.2.0` | `8.2.1` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.14.0` | `6.14.1` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.25.0` | `10.0.0-alpha.3` |



Updates `build_runner` from 2.15.1 to 2.16.0
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)

Updates `intl` from 0.20.2 to 0.20.3
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)

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

Updates `flutter_web_auth_2` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ThexXTURBOXx/flutter_web_auth_2/releases)
- [Commits](ThexXTURBOXx/flutter_web_auth_2@5.0.3...5.1.0)

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

Updates `go_router` from 17.3.0 to 17.5.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.5.0/packages)

Updates `google_fonts` from 8.2.0 to 8.2.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.1/packages)

Updates `intl` from 0.20.2 to 0.20.3
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `json_serializable` from 6.14.0 to 6.14.1
- [Commits](google/json_serializable.dart@json_serializable-v6.14.0...json_serializable-v6.14.1)

Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)

Updates `sentry_flutter` from 9.25.0 to 10.0.0-alpha.3
- [Changelog](https://github.com/getsentry/sentry-dart/blob/10.0.0-alpha.3/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.25.0...10.0.0-alpha.3)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: meta
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
- dependency-name: flutter_web_auth_2
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
- dependency-name: go_router
  dependency-version: 17.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: google_fonts
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: json_serializable
  dependency-version: 6.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: meta
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
  dependency-version: 10.0.0-alpha.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 17, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants