Skip to content

Bump the root-pub group across 1 directory with 15 updates#62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/root-pub-6fdcca25a8
Open

Bump the root-pub group across 1 directory with 15 updates#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/root-pub-6fdcca25a8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown
Contributor

Bumps the root-pub group with 15 updates in the / directory:

Package From To
audioplayers 6.0.0 6.5.0
intl 0.19.0 0.20.2
binarize 1.5.0 2.0.0
bloc 8.1.4 9.0.0
hydrated_bloc 9.1.5 10.1.1
flutter_bloc 8.1.6 9.1.1
flame_bloc 1.12.0 1.12.15
flame 1.18.0 1.30.1
equatable 2.0.5 2.0.7
flame_audio 2.10.2 2.11.8
flutter_shaders 0.1.2 0.1.3
google_fonts 6.2.1 6.3.0
mockingjay 0.5.0 2.0.0
path_provider 2.1.3 2.1.5
very_good_analysis 5.1.0 9.0.0

Updates audioplayers from 6.0.0 to 6.5.0

Changelog

Sourced from audioplayers's changelog.

audioplayers - v6.5.0

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)
  • FEAT: Customizable preparation and seeking timeout (#1921). (d5a63f8b)
  • FEAT: Support for Swift Package Manager (#1908). (e8f86e7b)

audioplayers_android - v5.2.1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

audioplayers_android_exo - v0.1.2+1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

audioplayers_darwin - v6.3.0

audioplayers_linux - v4.2.1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

audioplayers_platform_interface - v7.1.1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

audioplayers_web - v5.1.1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

audioplayers_windows - v4.2.1

  • FIX: Migrate to Melos v7 and Pub Workspaces (#1929). (9d0bfe0b)

2025-03-10

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits

Updates intl from 0.19.0 to 0.20.2

Release notes

Sourced from intl's releases.

package:intl v0.20.2

  • Remove the dependency on package:http.
  • Remove the dependency on package:web.

package:intl v0.20.1

  • Upgrade package:web dependency constraint to 1.1.0, fixes issue #916.
  • Update to CLDR v46.

package:intl v0.20.0

  • Fix caching of messages in CompositeMessageLookup.
  • Type numberFormatSymbols as a Map<String, NumberSymbols>.
  • Type dateTimeSymbolMap as a Map<String, DateSymbols>.
  • Add example for pub.dev.
  • Fix issues with AM/PM markers.
  • Update to CLDR v44.1.
  • Require Dart ^3.3
  • Require package:web ^0.5.0.
  • Support compiling to WASM.
  • Update to and account for package:lints ^4.0.0.
  • rtl Detection fix in bidi.dart for Kordi Sorani "ckb".
  • Update to CLDR v45.

package:intl_translation v0.20.1

  • Add topics to pubspec.yaml
  • Update to dart_style 2.3.7. bin/make_examples_const.dartandrewrite_intl_messages.dartwill now look for a surrounding.dart_tool/package_config.json` file to infer the language version of the files updated by the script.
  • Upgrade dep on package:intl.

package:intl_translation v0.20.0

  • Throw if the Intl.select arg is not in the list of args.
  • Support package:intl 0.19.0.
  • Require Dart 3.0.
Commits

Updates binarize from 1.5.0 to 2.0.0

Changelog

Sourced from binarize's changelog.

2.0.0

  • feat!: reworked the API to be more efficient in reading and writing binary data.
  • feat!: string encoding now supports the Dart Encoding type for encoding.
    • Deprecated: The string8, string16, string32 and string64 are deprecated in favor of the new string encoding.
  • chore!: removed deprecated string constant.
  • chore!: updated SDK lower constraint to 2.15.0.
  • fix: renamed nullable to nil to reflect the same naming convention used for other types.
    • Deprecated: The nullable type is deprecated in favor of the new nil type.
  • feat: add enumeration for storing Enum values.
  • feat: add different TypedData methods for storing binary buffers more efficiently.
  • feat: add int32x4, float32x4 and float64x2 for storing SIMD instructions.
  • chore: updated very_good_analysis to 7.0.0.
  • chore: updated test to 1.25.14.
Commits

Updates bloc from 8.1.4 to 9.0.0

Release notes

Sourced from bloc's releases.

bloc-v9.0.0

  • BREAKING refactor!: introduce EmittableStateStreamableSource (#4311)
    • BlocBase<State> implements EmittableStateStreamableSource<State>
  • BREAKING refactor!: remove deprecated BlocOverrides (#4137)
  • refactor: use Object.hashAll internally (#4310)
    • bumps minimum Dart SDK to 2.14
  • chore: update sponsors
Commits
  • bcdaec0 chore(bloc): v9.0.0 (#4319)
  • c243b58 fix(hydrated_bloc)!: HydratedStorage.build should not cache instance (#4317)
  • 324dfea feat(hydrated_bloc): allow overriding storage (#4314)
  • 52f7eaf feat(hydrated_bloc)!: support for WASM (#4313)
  • ed7b27c refactor(bloc)!: introduce EmittableStateStreamableSource (#4311)
  • faada70 refactor(bloc): use Object.hashAll (#4310)
  • a3aed13 chore(bloc_lint): remove parabeac from sponsors grid
  • 92adcb5 chore: remove parabeac from sponsors (#4302)
  • ba21a05 chore(hydrated_bloc): upgrade example web platform (#4294)
  • 4be2dcb chore(bloc_tools): v0.1.0-dev.7
  • Additional commits viewable in compare view

Updates hydrated_bloc from 9.1.5 to 10.1.1

Release notes

Sourced from hydrated_bloc's releases.

hydrated_bloc-v10.1.1

  • fix: make defaultOnHydrationError public (#4567)

hydrated_bloc-v10.1.0

  • feat: add onError and HydrationErrorBehavior to hydrate (#4390)
  • docs: improve storagePrefix documentation (#4559)
  • chore: update build status badge (#4502)
  • chore: update sponsors (#4418)
  • chore: update example to flutter_bloc v9.1.0 (#4368)

hydrated_bloc-v10.0.0

  • BREAKING feat!: support for wasm (#4313)

    • introduces HydratedStorageDirectory and modifies HydratedStorage.build signature to use HydratedStorageDirectory instead of Directory from dart:io
    import 'package:flutter/foundation.dart';
    import 'package:flutter/material.dart';
    import 'package:flutter_bloc/flutter_bloc.dart';
    import 'package:hydrated_bloc/hydrated_bloc.dart';
    import 'package:path_provider/path_provider.dart';
    void main() async {
    WidgetsFlutterBinding.ensureInitialized();
    HydratedBloc.storage = await HydratedStorage.build(
    storageDirectory: kIsWeb
    ? HydratedStorageDirectory.web
    : HydratedStorageDirectory((await getTemporaryDirectory()).path),
    );
    runApp(const App());
    }

  • feat: allow overriding storage per bloc/cubit instance (#4314)

  • feat: migrate to package:hive_ce (Hive Community Edition) (#4262)

  • fix: HydratedStorage.build should not cache instance (#4317)

  • chore: upgrade to package:bloc v9.0.0

  • chore: bump miniumum Dart SDK version to 2.14

  • chore: update sponsors

  • chore: add funding to pubspec.yaml (#4200)

Commits
  • 425cf0f chore(hydrated_bloc): v10.1.1
  • 609bf0c fix(hydrated_bloc): make defaultOnHydrationError public
  • 2e57fd8 chore(hydrated_bloc): v10.1.0 (#4565)
  • ecebe86 docs(hydrated_bloc): improve storagePrefix documentation (#4559)
  • bdd9d5d feat(hydrated_bloc): add onError and HydrationErrorBehavior to hydrate...
  • 8f911ce fix(docs): remove stray backtick in RepositoryProvider docs (#4555)
  • 4284833 chore(bloc_tools): v0.1.0-dev.16 (#4545)
  • 5818b88 chore(bloc_lint): v0.2.0 (#4543)
  • 241e4f7 fix(bloc_lint): ignore .fvm (#4542)
  • 28a4844 refactor: update analysis_options.yaml (#4531)
  • Additional commits viewable in compare view

Updates flutter_bloc from 8.1.6 to 9.1.1

Release notes

Sourced from flutter_bloc's releases.

flutter_bloc-v9.1.1

What's Changed

New Contributors

Full Changelog: felangel/bloc@vscode_bloc-v6.8.1...flutter_bloc-v9.1.1

flutter_bloc-v9.1.0

flutter_bloc-v9.0.0

  • fix: ensure widget is mounted before invoking listener (#4237)
  • chore(deps): upgrade to bloc ^9.0.0
  • chore(deps): bump minimum Dart SDK version to 2.14
  • chore: update sponsors
  • chore: add funding to pubspec.yaml (#4200)
Commits

Updates flame_bloc from 1.12.0 to 1.12.15

Changelog

Sourced from flame_bloc's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2025-07-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flame_behavior_tree - v0.1.3+14
  • flame_test - v2.0.1
  • flame_tiled - v3.0.5

... (truncated)

Commits
  • a31ad34 chore(release): Publish packages (#3643)
  • 7e8d3a9 fix: Hitboxes with vertically flipped ancestor should not reflect angle for v...
  • 8ef2587 feat: Expose additional flame_jenny Command classes (#3641)
  • ea29929 fix: Remove unnecessary breaks (#3638)
  • 2eff267 feat: Adding priority to layout components (#3639)
  • c8f364e chore(release): Publish Flame 1.30.0 et. al (#3636)
  • 3747e1e feat: Add target argument to SpawnComponent (#3635)
  • f377d7e feat: Add spawnCount to SpawnComponent (#3634)
  • e6f3d10 fix: angleTo and lookAt should consider parental transformations (#3629)
  • bfbb49f fix: Delay should work with SpeedEffectControllers (#3618)
  • Additional commits viewable in compare view

Updates flame from 1.18.0 to 1.30.1

Changelog

Sourced from flame's changelog.

flame - v1.30.1

  • FIX: Hitboxes with vertically flipped ancestor should not reflect angle for vertices (#3642). (7e8d3a98)
  • FIX: Remove unnecessary breaks (#3638). (ea29929c)
  • FEAT: Adding priority to layout components (#3639). (2eff267d)

flame_lint - v1.4.1

jenny - v1.5.0

  • FEAT: Expose additional flame_jenny Command classes (#3641). (8ef2587d)

2025-06-30

Changes


Packages with breaking changes:

Packages with other changes:

... (truncated)

Commits
  • a31ad34 chore(release): Publish packages (#3643)
  • 6666f85 docs: Update docs about camera zooming (#3640)
  • 7e8d3a9 fix: Hitboxes with vertically flipped ancestor should not reflect angle for v...
  • 8ef2587 feat: Expose additional flame_jenny Command classes (#3641)
  • ea29929 fix: Remove unnecessary breaks (#3638)
  • 2eff267 feat: Adding priority to layout components (#3639)
  • c8f364e chore(release): Publish Flame 1.30.0 et. al (#3636)
  • 3747e1e feat: Add target argument to SpawnComponent (#3635)
  • f377d7e feat: Add spawnCount to SpawnComponent (#3634)
  • e6f3d10 fix: angleTo and lookAt should consider parental transformations (#3629)
  • Additional commits viewable in compare view

Updates equatable from 2.0.5 to 2.0.7

Release notes

Sourced from equatable's releases.

v2.0.7

What's Changed

Full Changelog: felangel/equatable@v2.0.6...v2.0.7

v2.0.6

What's Changed

New Contributors

Full Changelog: felangel/equatable@v2.0.5...v2.0.6

Changelog

Sourced from equatable's changelog.

2.0.7

  • revert: equals in equatable_utils (#190)
  • fix: explicitly handle num equality comparisons (#189)

2.0.6

  • perf: improve equality comparison performance (#173)
  • docs: improve snippet in README (#184)
  • chore: upgrade example to Dart >=3.5.0
  • chore: add funding and topics to pubspec.yaml (#176)
  • chore: add performance benchmarks
  • chore: fix typo in inline API docs (#170)
  • refactor: simplify toString logic (#140)
  • docs: add nullable props example to README
  • refactor: update analysis_options.yaml (#169)
  • fix: add @immutable to EquatableMixin (#154)
Commits
  • 834d167 chore: v2.0.7 (#191)
  • 2966a36 revert: equals in equatable_utils (#190)
  • e4e580f fix: explicitly handle num equality comparisons (#189)
  • 49c8604 chore: adjust dart sdk constraint to ">=2.12.0 <4.0.0"
  • 7b5ef3b chore: add screenshots to pubspec.yaml
  • 05f2e3b chore: remove effective dart badge from README
  • 129628b chore: v2.0.6 (#185)
  • a679c3d perf: improve equality comparison performance (#173)
  • fc5cf81 docs: improve snippet in README (#184)
  • ecfe98d chore: upgrade example to Dart >=3.5.0
  • Additional commits viewable in compare view

Updates flame from 1.18.0 to 1.30.1

Changelog

Sourced from flame's changelog.

flame - v1.30.1

  • FIX: Hitboxes with vertically flipped ancestor should not reflect angle for vertices (#3642). (7e8d3a98)
  • FIX: Remove unnecessary breaks (#3638). (ea29929c)
  • FEAT: Adding priority to layout components (#3639). (2eff267d)

flame_lint - v1.4.1

jenny - v1.5.0

  • FEAT: Expose additional flame_jenny Command classes (#3641). (8ef2587d)

2025-06-30

Changes


Packages with breaking changes:

Packages with other changes:

... (truncated)

Commits
  • a31ad34 chore(release): Publish packages (#3643)
  • 6666f85 docs: Update docs about camera zooming (#3640)
  • 7e8d3a9 fix: Hitboxes with vertically flipped ancestor should not reflect angle for v...
  • 8ef2587 feat: Expose additional flame_jenny Command classes (#3641)
  • ea29929 fix: Remove unnecessary breaks (#3638)
  • 2eff267 feat: Adding priority to layout components (#3639)
  • c8f364e chore(release): Publish Flame 1.30.0 et. al (#3636)
  • 3747e1e feat: Add target argument to SpawnComponent (#3635)
  • f377d7e feat: Add spawnCount to SpawnComponent (#3634)
  • e6f3d10 fix: angleTo and lookAt should consider parental transformations (#3629)
  • Additional commits viewable in compare view

Updates flame_audio from 2.10.2 to 2.11.8

Changelog

Sourced from flame_audio's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2025-07-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Thei...

Description has been truncated

Bumps the root-pub group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) | `6.0.0` | `6.5.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.19.0` | `0.20.2` |
| [binarize](https://gitlab.com/wolfenrain/binarize) | `1.5.0` | `2.0.0` |
| [bloc](https://github.com/felangel/bloc/tree/master/packages) | `8.1.4` | `9.0.0` |
| [hydrated_bloc](https://github.com/felangel/bloc/tree/master/packages) | `9.1.5` | `10.1.1` |
| [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages) | `8.1.6` | `9.1.1` |
| [flame_bloc](https://github.com/flame-engine/flame/tree/main/packages) | `1.12.0` | `1.12.15` |
| [flame](https://github.com/flame-engine/flame) | `1.18.0` | `1.30.1` |
| [equatable](https://github.com/felangel/equatable) | `2.0.5` | `2.0.7` |
| [flame_audio](https://github.com/flame-engine/flame/tree/main/packages) | `2.10.2` | `2.11.8` |
| [flutter_shaders](https://github.com/jonahwilliams/flutter_shaders) | `0.1.2` | `0.1.3` |
| [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) | `6.2.1` | `6.3.0` |
| [mockingjay](https://github.com/VeryGoodOpenSource/mockingjay) | `0.5.0` | `2.0.0` |
| [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) | `2.1.3` | `2.1.5` |
| [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) | `5.1.0` | `9.0.0` |



Updates `audioplayers` from 6.0.0 to 6.5.0
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v6.5.0/packages)

Updates `intl` from 0.19.0 to 0.20.2
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs)

Updates `binarize` from 1.5.0 to 2.0.0
- [Changelog](https://gitlab.com/wolfenrain/binarize/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/wolfenrain/binarize/commits/main)

Updates `bloc` from 8.1.4 to 9.0.0
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc-v9.0.0/packages)

Updates `hydrated_bloc` from 9.1.5 to 10.1.1
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/hydrated_bloc-v10.1.1/packages)

Updates `flutter_bloc` from 8.1.6 to 9.1.1
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/flutter_bloc-v9.1.1/packages)

Updates `flame_bloc` from 1.12.0 to 1.12.15
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flame-engine/flame/commits/flame_bloc-v1.12.15/packages)

Updates `flame` from 1.18.0 to 1.30.1
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](flame-engine/flame@flame-v1.18.0...flame-v1.30.1)

Updates `equatable` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/felangel/equatable/releases)
- [Changelog](https://github.com/felangel/equatable/blob/master/CHANGELOG.md)
- [Commits](felangel/equatable@v2.0.5...v2.0.7)

Updates `flame` from 1.18.0 to 1.30.1
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](flame-engine/flame@flame-v1.18.0...flame-v1.30.1)

Updates `flame_audio` from 2.10.2 to 2.11.8
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flame-engine/flame/commits/flame_audio-v2.11.8/packages)

Updates `flame_bloc` from 1.12.0 to 1.12.15
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flame-engine/flame/commits/flame_bloc-v1.12.15/packages)

Updates `flutter_bloc` from 8.1.6 to 9.1.1
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/flutter_bloc-v9.1.1/packages)

Updates `flutter_shaders` from 0.1.2 to 0.1.3
- [Changelog](https://github.com/jonahwilliams/flutter_shaders/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jonahwilliams/flutter_shaders/commits)

Updates `google_fonts` from 6.2.1 to 6.3.0
- [Commits](https://github.com/material-foundation/flutter-packages/commits/HEAD/packages)

Updates `hydrated_bloc` from 9.1.5 to 10.1.1
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/hydrated_bloc-v10.1.1/packages)

Updates `intl` from 0.19.0 to 0.20.2
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs)

Updates `mockingjay` from 0.5.0 to 2.0.0
- [Release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/mockingjay/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/mockingjay@v0.5.0...v2.0.0)

Updates `path_provider` from 2.1.3 to 2.1.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.5/packages/path_provider)

Updates `very_good_analysis` from 5.1.0 to 9.0.0
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_analysis@v5.1.0...v9.0.0)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: intl
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: binarize
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: bloc
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: hydrated_bloc
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: flutter_bloc
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: flame_bloc
  dependency-version: 1.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-pub
- dependency-name: flame
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: equatable
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-pub
- dependency-name: flame
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: flame_audio
  dependency-version: 2.11.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: flame_bloc
  dependency-version: 1.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-pub
- dependency-name: flutter_bloc
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: flutter_shaders
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-pub
- dependency-name: google_fonts
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: hydrated_bloc
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: intl
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-pub
- dependency-name: mockingjay
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
- dependency-name: path_provider
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-pub
- dependency-name: very_good_analysis
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-pub
...

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 5, 2025
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 5, 2025

Copy link
Copy Markdown

Deploying turi with  Cloudflare Pages  Cloudflare Pages

Latest commit: f6fe6d0
Status:🚫  Build failed.

View logs

@dependabot dependabot Bot added the dart Pull requests that update Dart code label Aug 5, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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