chore(deps): bump the pub-minor group with 5 updates - #21
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the pub-minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) | `1.0.8` | `1.0.9` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.7` | `2.4.8` | | [mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner) | `7.2.0` | `7.4.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.4` | `2.5.5` | | [speech_to_text](https://github.com/csdcorp/speech_to_text) | `7.3.0` | `7.4.0` | Updates `cupertino_icons` from 1.0.8 to 1.0.9 - [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.9/third_party/packages) Updates `flutter_native_splash` from 2.4.7 to 2.4.8 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](jonbhanson/flutter_native_splash@v2.4.7...v2.4.8) Updates `mobile_scanner` from 7.2.0 to 7.4.0 - [Release notes](https://github.com/juliansteenbakker/mobile_scanner/releases) - [Changelog](https://github.com/juliansteenbakker/mobile_scanner/blob/develop/CHANGELOG.md) - [Commits](juliansteenbakker/mobile_scanner@v7.2.0...v7.4.0) Updates `shared_preferences` from 2.5.4 to 2.5.5 - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.5/packages/shared_preferences) Updates `speech_to_text` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/csdcorp/speech_to_text/releases) - [Commits](https://github.com/csdcorp/speech_to_text/commits) --- updated-dependencies: - dependency-name: cupertino_icons dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub-minor - dependency-name: flutter_native_splash dependency-version: 2.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub-minor - dependency-name: mobile_scanner dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub-minor - dependency-name: shared_preferences dependency-version: 2.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub-minor - dependency-name: speech_to_text dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pub-minor group with 5 updates:
1.0.81.0.92.4.72.4.87.2.07.4.02.5.42.5.57.3.07.4.0Updates
cupertino_iconsfrom 1.0.8 to 1.0.9Commits
f330175[cupertino_icons] Remove empty Dart file (#11308)02f231f[various] iOS/macOS example project automigrations (#11227)ee460d6[various] Modernize non-plugin Android example apps (#11168)1e0338bUpdated AGP and KGP to align with flutter/flutter templates (#10423)e774c2a[flutter_svg] Update README with an example to scale images (#10547)0250616[ci] Update repo for 3.41 (#11017)7805d3e[flutter_svg] Convert example app to Swift (#10968)9db114f[mustache_template] Improve error throwing (#10700)cc3dca6[all] Omit obvious local types (#10511)22c6056[various] Replace deprecated Color.value in SVG packages (#10482)Updates
flutter_native_splashfrom 2.4.7 to 2.4.8Release notes
Sourced from flutter_native_splash's releases.
Changelog
Sourced from flutter_native_splash's changelog.
Commits
3de495dIntroduce android_min_sdk parameter. Thanks Nico for PR #820. Remove unnecess...fd38faeIntroduce min Android SDK parameter (#820)fb3dc86Remove unnecessary native code (#828)3e1619eUpdate dependencies (#829)e1b94e3chore: minor housekeeping - format, ci update, more tests (#824)5f338b0fix: remove command always showing help instead of executing (#823)Updates
mobile_scannerfrom 7.2.0 to 7.4.0Release notes
Sourced from mobile_scanner's releases.
... (truncated)
Changelog
Sourced from mobile_scanner's changelog.
... (truncated)
Commits
19587b3ci: add dart-lang/setup-dart step to fix pub.dev OIDC publishingd2ab64bci: use fine-grained PAT for release-please-action22af90echore: merge master into develop to resolve promotion conflicts01ece66Merge pull request #1754 from juliansteenbakker/release-please--branches--dev...1f56df8docs: rewrite 7.4.0 changelog entry in house styleadae410chore(develop): release 7.4.0799c639Merge pull request #1755 from juliansteenbakker/rename/best-close-range-scann...c5f06b5refactor: rename getBestQrScanningLens to getBestCloseRangeScanningLens81e6954docs: fix changelog entries misfiled under already-shipped 7.3.04cef959Merge pull request #1742 from juliansteenbakker/feat/best-qr-scanning-lensUpdates
shared_preferencesfrom 2.5.4 to 2.5.5Commits
371106f[various] Addunintended_html_in_doc_commentto analysis options (#11303)ec1ce5b[various] Convert plugin builds to Kotlin gradle (#11172)409793b[various] Remove CocoaPods from examples (#11237)02f231f[various] iOS/macOS example project automigrations (#11227)2673dcd[dependabot]: Bump com.android.tools.build:gradle from 8.9.1 to 9.1.0 in /pac...79b53f3[various] Plugin Gradle pre-Kotlin standardization (#11173)1e0338bUpdated AGP and KGP to align with flutter/flutter templates (#10423)f234c1f[shared_preferences] Revert androidx.datastore:datastore to 1.1.7 (#11128)0250616[ci] Update repo for 3.41 (#11017)068e114[dependabot]: Bump the test-dependencies group across 2 directories with 1 up...Updates
speech_to_textfrom 7.3.0 to 7.4.0Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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