Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the support-dependencies group with 10 updates in the / directory:

Package From To
collection 1.19.0 1.19.1
intl 0.19.0 0.20.2
custom_lint 0.7.5 0.7.6
flutter_launcher_icons 0.14.3 0.14.4
flutter_lints 5.0.0 6.0.0
flutter_svg 2.0.17 2.2.0
msix 3.16.8 3.16.12
package_info_plus 8.3.0 8.3.1
shared_preferences 2.5.2 2.5.3
url_launcher 6.3.1 6.3.2

Updates collection from 1.19.0 to 1.19.1

Release notes

Sourced from collection's releases.

package:collection v1.19.1

  • Move to dart-lang/core monorepo.
Commits
  • 9c59e2b Update pubspec.yaml
  • b67ebd8 Remove section in readme
  • 7d61126 Moving fixes
  • 537536a Add issue template and other fixes
  • 0fecfd8 Merge package:collection into the core monorepo
  • 3a3ed8e update various repo metadata (#406)
  • 5e83b5b Merge branch 'main' into merge-typed_data-package
  • a11bf72 Merge branch 'main' into merge-platform-package
  • ad17462 Merge branch 'main' into merge-path-package
  • 64a2a5d Merge branch 'main' into merge-os_detect-package
  • Additional commits viewable in compare view

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 custom_lint from 0.7.5 to 0.7.6

Commits

Updates flutter_launcher_icons from 0.14.3 to 0.14.4

Release notes

Sourced from flutter_launcher_icons's releases.

v0.14.4

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

Changelog

Sourced from flutter_launcher_icons's changelog.

0.14.4 (10th June 2025)

  • Removed rules which no longer exist from analysis_options #598
  • Fix template generated within thegenerate command #642
  • Standardize on async I/O and waiting for work to complete #646
Commits

Updates flutter_lints from 5.0.0 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Updates flutter_svg from 2.0.17 to 2.2.0

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 msix from 3.16.8 to 3.16.12

Changelog

Sourced from msix's changelog.

3.16.12

  • add file/folder delete retry to avoid the exists() → delete() race

3.16.11

  • discover the name of the exe without put wrong exe in AppxManifest.xml #312
  • Update flutter_lints version

3.16.10

  • Update get_it version #306

3.16.9

Commits
  • 0174b10 add delete retry
  • eefc69c update CHANGELOG
  • e54f217 update flutter_lints version
  • a742b71 update logs to trace lever
  • 04074dc Merge pull request #312 from brasizza/main
  • 2209544 ready to fork
  • 6ca3f0e ready to fork
  • d59f090 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • 1662b00 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • 0b8d938 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • Additional commits viewable in compare view

Updates package_info_plus from 8.3.0 to 8.3.1

Commits
  • 9f03424 chore(release): prepare for release (#3643)
  • 2cf9297 fix(package_info_plus): incorrect install time on macOS when app sandbox disa...
  • 1b37ba2 chore(release): prepare for release (#3603)
  • c593c07 chore(release): prepare for release (#3550)
  • 6926144 chore(package_info_plus): remove unnecessary library name in test (#3521)
  • 71a8e00 chore(release): prepare for release (#3508)
  • 9ec7eb4 chore(release): prepare for release (#3501)
  • See full diff in compare view

Updates shared_preferences from 2.5.2 to 2.5.3

Commits
  • 064b0b2 [shared_preferences] Fix a late initialized error with the example app (#8540)
  • bfad6b9 [various] Updates packages to use flutter.compileSdkVersion (#8734)
  • 3e55269 [shared_preferences_android] dependabot takeover datastore (#8784)
  • 5501c5e [various] Remove plugin-level integration_test dependencies (#8711)
  • da5e46d [various] Update Pigeon for task queue changes (#8654)
  • cb4fb13 [shared_preferences] Fix JSON parsing issue with _decodeValue (#8211)
  • 05a65b4 [dependabot]: Bump the gradle-plugin group across 4 directories with 1 update...
  • See full diff in compare view

Updates url_launcher from 6.3.1 to 6.3.2

Commits
  • 3fe6a01 [url_launcher] Fixes new unnecessary boolean operations warnings (#9409)
  • 111ceb7 [tool] Use swift-format from Xcode (#9460)
  • b90f8a7 [various] Update example apps to Swift (#9347)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • e8c9976 [ci] Update repository for 3.29 release (#9270)
  • 1f069a7 [dependabot]: Bump the test-dependencies group across 16 directories with 8 u...
  • b93cc40 [various] Scrubs pre-SDK-21 Android code (#9112)
  • 4a36dc6 [all_packages] Enforce property assignment for compile sdk over method assign...
  • 7fb1a4d Drop deprecated HTML head meta tags (#8970)
  • 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

…ith 10 updates

Bumps the support-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [collection](https://github.com/dart-lang/core/tree/main/pkgs) | `1.19.0` | `1.19.1` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.19.0` | `0.20.2` |
| [custom_lint](https://github.com/invertase/dart_custom_lint) | `0.7.5` | `0.7.6` |
| [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.3` | `0.14.4` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `5.0.0` | `6.0.0` |
| [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) | `2.0.17` | `2.2.0` |
| [msix](https://github.com/YehudaKremer/msix) | `3.16.8` | `3.16.12` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.3.0` | `8.3.1` |
| [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.2` | `2.5.3` |
| [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.3.1` | `6.3.2` |



Updates `collection` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/collection-v1.19.1/pkgs)

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 `custom_lint` from 0.7.5 to 0.7.6
- [Commits](invertase/dart_custom_lint@custom_lint-v0.7.5...custom_lint-v0.7.6)

Updates `flutter_launcher_icons` from 0.14.3 to 0.14.4
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/commits/v0.14.4)

Updates `flutter_lints` from 5.0.0 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

Updates `flutter_svg` from 2.0.17 to 2.2.0
- [Commits](https://github.com/flutter/packages/commits/flutter_svg-v2.2.0/third_party/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 `msix` from 3.16.8 to 3.16.12
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](YehudaKremer/msix@v3.16.8...v3.16.12)

Updates `package_info_plus` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.3.1/packages/package_info_plus)

Updates `shared_preferences` from 2.5.2 to 2.5.3
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.3/packages/shared_preferences)

Updates `url_launcher` from 6.3.1 to 6.3.2
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.2/packages/url_launcher)

---
updated-dependencies:
- dependency-name: collection
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: intl
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: custom_lint
  dependency-version: 0.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: flutter_launcher_icons
  dependency-version: 0.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: support-dependencies
- dependency-name: flutter_svg
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: intl
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: msix
  dependency-version: 3.16.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: package_info_plus
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: shared_preferences
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: url_launcher
  dependency-version: 6.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
...

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 Sep 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pub/support-dependencies-c65564acad branch October 1, 2025 18:07
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