Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the flutter-dependencies group across 1 directory with 6 updates #110

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps the flutter-dependencies group with 6 updates in the /src directory:

Package From To
flutter_bloc 8.1.6 9.0.0
flutter_launcher_icons 0.13.1 0.14.2
flutter_lints 4.0.0 5.0.0
get_it 7.7.0 8.0.3
health 10.2.0 12.0.0
intl 0.19.0 0.20.1

Updates flutter_bloc from 8.1.6 to 9.0.0

Release notes

Sourced from flutter_bloc's releases.

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 flutter_launcher_icons from 0.13.1 to 0.14.2

Release notes

Sourced from flutter_launcher_icons's releases.

v0.14.2

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.14.1...v0.14.2

v0.14.1

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.14.0...v0.14.1

v0.14.0

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.13.1...v0.14.0

Changelog

Sourced from flutter_launcher_icons's changelog.

0.14.2 (5th December 2024)

  • iOS: Fixed issue where dark and tinted icons were placed into the wrong directory #597

0.14.1 (24th September 2024)

  • Fixed README

0.14.0 (21st September 2024)

  • Android: Support for monochrome icons #497

Before

Now

  • Android: Ability to set inset for adaptive icon foreground and monochrome icon #563
  • iOS: Dark and Tinted icons for iOS 18+ #569
Commits
  • 7e467bc build: v0.14.2
  • 0dd7459 refactor(linter): removed rule no longer used
  • d5d0775 fix: fixes the issue where the dark and tinted icons were placed in the wrong...
  • b6e97ad fix: wrong PR mentioned in changelog (#584)
  • 2b852d5 build: v0.14.1
  • 76f53fa docs: fixed run commands (#577)
  • 4999e95 docs: updated github templates
  • 3705b51 docs: updated readme
  • 5371620 build: updated dependencies
  • 28f715b build: increased dart sdk version
  • Additional commits viewable in compare view

Updates flutter_lints from 4.0.0 to 5.0.0

Commits
  • f38b780 [package:flutter_lints] update the dep on package:lints to 5.0.0 and the sd...
  • 7da2374 Update test to not depend on Color.toString() (#7701)
  • 54dd888 [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...
  • 47795ab [go_router] Fixed TabView swiping in custom stateful shell route example (#7...
  • 4926c0f [quick_actions] Add guidance for correcting task management/back press behavi...
  • 21d99dc [various] Adds macOS privacy manifests (#7687)
  • 24594a0 [google_maps_flutter_android] Convert PlatformPolyline.pattern to Pigeon (#...
  • f54fe93 [pigeon] Validates support for nested collections with generic types. (#7614)
  • e9253e6 [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...
  • fef7ffb [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...
  • Additional commits viewable in compare view

Updates get_it from 7.7.0 to 8.0.3

Changelog

Sourced from get_it's changelog.

[8.0.3]

[8.0.2]

[8.0.1]

[8.0.0]

  • official new release with all the changes

[8.0.0-pre-7] - 12.08.2024

  • adding cachedFatories and better scope protection against race conditions

[8.0.0-pre-6] - 11.08.2024

  • testing weak references in lazySingeltons

[8.0.0-pre-5] - 25.06.2024

  • adding changeTypeInstanceName

[8.0.0-pre-4] - 03.06.2024

  • fixing bug in unregister that happened if you tried to unregister a named registration by providing an instance instead of the type and the instance name

[8.0.0-pre-3] - 31.05.2024

  • releaseInstance will now throw if the instance isn't registered

[8.0.0-pre-2] - 29.05.2024

  • fixing negative reference count

[8.0.0-pre-1] - 26.05.2024

  • getAll() and getAllAsync() now have a fromAllScopes parameter.
  • adding safeguards according to fluttercommunity/get_it#364 to make it impossible to call push/popScope while the init() function of another pushScope is running.
  • fixed an unsafe type check when using a runtime type to access an object in get_it.
Commits

Updates health from 10.2.0 to 12.0.0

Commits

Updates intl from 0.19.0 to 0.20.1

Release notes

Sourced from intl's releases.

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

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

Bumps the flutter-dependencies group with 6 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages) | `8.1.6` | `9.0.0` |
| [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.13.1` | `0.14.2` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `4.0.0` | `5.0.0` |
| [get_it](https://github.com/fluttercommunity/get_it) | `7.7.0` | `8.0.3` |
| [health](https://github.com/cph-cachet/flutter-plugins/tree/master/packages) | `10.2.0` | `12.0.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.19.0` | `0.20.1` |



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

Updates `flutter_launcher_icons` from 0.13.1 to 0.14.2
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_launcher_icons@v0.13.1...v0.14.2)

Updates `flutter_lints` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

Updates `get_it` from 7.7.0 to 8.0.3
- [Changelog](https://github.com/fluttercommunity/get_it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/get_it/commits)

Updates `health` from 10.2.0 to 12.0.0
- [Commits](https://github.com/cph-cachet/flutter-plugins/commits/HEAD/packages)

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

---
updated-dependencies:
- dependency-name: flutter_bloc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: get_it
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: health
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2025

Superseded by #111.

@dependabot dependabot bot closed this Jan 17, 2025
@dependabot dependabot bot deleted the dependabot/pub/src/flutter-dependencies-72092028f5 branch January 17, 2025 03:22
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