university-app icon indicating copy to clipboard operation
university-app copied to clipboard

fix(deps): update dependency flutter_typeahead to v5

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_typeahead dependencies major ^4.0.0 -> ^5.0.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

AbdulRahmanAlHamali/flutter_typeahead (flutter_typeahead)

v5.2.0

Compare Source

Added
  • force refreshing suggestions with SuggestionsController.refresh
Fixed
  • suggestionsCallback getting called even when closed

v5.1.0

Compare Source

Added
  • Returning null from suggestionsCallback hides the box
  • showOnFocus parameter for TypeAheadField to allow not showing the box on focus
  • gainFocus paramater for SuggestionsController.open to allow opening the box without focusing

v5.0.2

Compare Source

Changed
  • Upgraded flutter_keyboard_visibility: ^5.4.1 to ^6.0.0
  • Upgraded pointer_interceptor: ^0.9.3+6 to ^0.10.0
Fixed
  • dispose error in suggestions search

v5.0.1

Compare Source

Fixed
  • SetState error in suggestions box

v5.0.0

Compare Source

Added
  • Custom TextField builder via the builder property, replacing TextFieldConfiguration
  • decorationBuilder property for customizing SuggestionsBox decoration
  • Suggestions state (items, loading, error) in SuggestionsController
  • Streams in SuggestionsController for notification of selected suggestions
Changed
  • Renamed SuggestionsBoxController to SuggestionsController
  • Renamed layoutArchitecture to listBuilder
  • Renamed noItemsFoundBuilder to emptyBuilder
  • Renamed onSuggestionSelected to onSelected
  • Renamed suggestionsBoxVerticalOffset to offset, now including horizontal offset
  • Renamed hideSuggestionsOnKeyboardHide to hideWithKeyboard
  • Renamed keepSuggestionsOnSuggestionSelected to hideOnSelect and inverted its functionality
  • Renamed keepSuggestionsOnLoading to retainOnLoading
Removed
  • SuggestionsBoxDecoration, replaced by decorationBuilder
  • TextFieldConfiguration, replaced by custom TextField builder
  • CupertinoSuggestionsBoxController in favor of SuggestionsController
  • TypeAheadFormFiled, replaced by custom TextField builder
  • intercepting parameter (now always true)
  • onSuggestionsBoxToggle parameter (replaced with subscriptions to SuggestionsController)
  • ignoreAccessibleNavigation parameter (no longer required with new Overlay code)
  • animationStart parameter (use animation mapping)
  • minCharsForSuggestions parameter (implement in client code)
  • autoFlipListDirection parameter (use listBuilder)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Mar 08 '24 19:03 renovate[bot]

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade flutter_typeahead
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.

renovate[bot] avatar Mar 08 '24 19:03 renovate[bot]

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade flutter_typeahead
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.

renovate[bot] avatar Aug 25 '24 14:08 renovate[bot]