SilverNETGroupSGGW / Straciatella

Flutter app for viewing schedules from Bolero API
https://silvernetgroupsggw.github.io/Straciatella/
3 stars 1 forks source link

Bump the production-dependencies group across 1 directory with 17 updates #106

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the production-dependencies group with 17 updates in the / directory:

Package From To
bloc_concurrency 0.2.4 0.2.5
bloc_test 9.1.6 9.1.7
build_runner 2.4.8 2.4.9
cupertino_icons 1.0.6 1.0.8
dio 5.4.1 5.4.3+1
easy_localization 3.0.5 3.0.7
flex_color_picker 3.4.0 3.4.1
flutter_bloc 8.1.4 8.1.5
flutter_lints 3.0.1 4.0.0
freezed 2.4.7 2.5.2
get_it 7.6.7 7.7.0
json_annotation 4.8.1 4.9.0
json_serializable 6.7.1 6.8.0
material_symbols_icons 4.2719.1 4.2741.0
package_info_plus 5.0.1 8.0.0
url_launcher 6.2.5 6.2.6
uuid 4.3.3 4.4.0

Updates bloc_concurrency from 0.2.4 to 0.2.5

Release notes

Sourced from bloc_concurrency's releases.

bloc_concurrency-v0.2.5

  • docs: improve diagrams
  • chore: update copyright year
  • chore: update sponsors
Commits


Updates bloc_test from 9.1.6 to 9.1.7

Release notes

Sourced from bloc_test's releases.

bloc_test-v9.1.7

  • chore: update copyright year
  • chore: update sponsors
Commits


Updates build_runner from 2.4.8 to 2.4.9

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.9

  • Update the package:frontend_server_client constraint to >=3.0.0 <5.0.0.
Commits


Updates cupertino_icons from 1.0.6 to 1.0.8

Commits
  • 701d60a [CupertinoIcons] fix broken icons and vertical alignment, bump the version to...
  • cc34b78 [ci/various] Update for 3.19 stable (#6147)
  • d1f1f0f [cupertino_icons] Add example to cupertino icons (#5312)
  • 639c5f0 [ci] Roll minimum allowable Flutter to 3.10 (#5425)
  • See full diff in compare view


Updates dio from 5.4.1 to 5.4.3+1

Release notes

Sourced from dio's releases.

dio 5.4.3+1

What's new

  • Fix type promotions for the UTF-8 encoder on previous Dart SDKs.

dio 5.4.3

What's new

  • Remove sockets detach in IOHttpClientAdapter.
  • Allows to define FormData.boundaryName instead of the default --dio-boundary-.

dio 5.4.2+1

What's new

  • Revert "Catch sync/async exceptions in interceptors' handlers".

dio 5.4.2

What's new

  • Fix receiveTimeout throws exception after the request has been cancelled.
  • Catch sync/async exceptions in interceptors' handlers.
  • Throws precise StateError for handler's duplicated calls.
Commits


Updates easy_localization from 3.0.5 to 3.0.7

Changelog

Sourced from easy_localization's changelog.

[3.0.7]

  • add _supportedLocales in EasyLocalizationController; log and check the deviceLocale when resetLocale;
  • add scriptCode to desiredLocale if useOnlyLangCode is true. scriptCode is needed sometimes, for example zh-Hans, zh-Hant
  • add savedLocale get method for context. if context.savedLocale is null, then language option is following system, i can display the option in user selection form.

[3.0.6]

  • add 'useFallbackTranslationsForEmptyResources' to be able to use fallback locales for empty resources.
Commits
  • e5d0f70 Fix changelog and increase version (#677)
  • 977a72f Fix #648: allow using "old" (e.g. pre-3.0.4) plural rules evaluation (#668)
  • 4518a9c add savedLocale get method for context (#675)
  • 0150d7e add _supportedLocales in EasyLocalizationController; check the device… (#672)
  • 39d091e Add useFallbackTranslationsForEmptyResources parameter to use fallback if tra...
  • 070d895 recommend usage of context in readme (#660)
  • See full diff in compare view


Updates flex_color_picker from 3.4.0 to 3.4.1

Release notes

Sourced from flex_color_picker's releases.

Version 3.4.1

3.4.1

Mar 16, 2024

FIX

Package

  • Fixed #81 The property tonalSubheading in the convenience dialog function showColorPickerDialog was never passed along to the ColorPicker used to construct the dialog, causing the tonal sub heading to never show up in the resulting dialog.

New

Web demo

  • There is now a color picker in the web demo app also using and demonstrating the usage of the optional convenience showColorPickerDialog function.
Changelog

Sourced from flex_color_picker's changelog.

3.4.1

Mar 16, 2024

FIX

Package

  • Fixed #81 The property tonalSubheading in the convenience dialog function showColorPickerDialog was never passed along to the ColorPicker used to construct the dialog, causing the tonal sub heading to never show up in the resulting dialog.

New

Web demo

  • There is now a color picker in the web demo app also using and demonstrating the usage of the optional convenience showColorPickerDialog function.
Commits
  • 57bf631 Chore: Transitive deps on example
  • 758256a FIX LINT: Use relative import
  • babf62c Update versions on PKG and web demo
  • 225a877 FIX: Prop placement of tonalSubheading and formatting
  • 4c39804 tonalSubheading in dialog
  • a7f340a ADD: showColorPickerDialog example to web demo
  • 1b8969a Update deploy.yml
  • 12b3e18 Version 3.4.0 try web build
  • 8b77ac9 Update deploy.yml
  • See full diff in compare view


Updates flutter_bloc from 8.1.4 to 8.1.5

Release notes

Sourced from flutter_bloc's releases.

flutter_bloc-v8.1.5

  • feat: override debugFillProperties (#4082)
  • docs: add missing comma to BlocListener API docs (#4106)
  • chore: update copyright year
  • chore: update sponsors
Commits


Updates flutter_lints from 3.0.1 to 4.0.0

Commits
  • 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
  • 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699)
  • d670b2c Temporarily add empty header files to video_player_avfoundation so include di...
  • a9f14bc Reverts "[image_picker_ios] Adds Swift Package Manager compatibility to image...
  • a444af5 [image_picker_ios] Adds Swift Package Manager compatibility to image_picker_i...
  • 09a373f [video_player_avfoundation] Adds Swift Package Manager compatibility (#6675)
  • 0167b51 [ios_platform_images] Add Swift Package Manager support (#6684)
  • 8de142d [path_provider] Add Swift Package Manager support (#6680)
  • 4595c41 [go_router] guard context access in then clauses (#6685)
  • 8df8b5f [camera] Ignore implementation imports outside of lib (#6191)
  • Additional commits viewable in compare view


Updates freezed from 2.4.7 to 2.5.2

Commits


Updates get_it from 7.6.7 to 7.7.0

Changelog

Sourced from get_it's changelog.

[7.7.0] - 15.04.2024 thanks to the PR by @​kasefuchs fluttercommunity/get_it#361 getAll is now available in an async version too.

[7.6.9] - 11.04.2024

[7.6.8] - 03.04.2024

Commits


Updates json_annotation from 4.8.1 to 4.9.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.9.0

  • Require Dart 3.0
  • Add JsonSerializable(createJsonKeys: true). (#1401)
Commits


Updates json_serializable from 6.7.1 to 6.8.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.8.0

  • Add type arguments to Map literals used for Record serialization.
  • Add support for JsonSerializable(createJsonKeys: true). (#1401)
  • Handle decoding an int value from a double literal. This now matches the behavior of double values being encoded as int.
Commits


Updates material_symbols_icons from 4.2719.1 to 4.2741.0

Release notes

Sourced from material_symbols_icons's releases.

4.39.5 pub.dev release

This is code from pub.dev material_symbols_icons package release version 4.39.5

Changelog

Sourced from material_symbols_icons's changelog.

4.2741.0

  • Removed obsolete code for update_package.dart
  • Updated to 2.741 of the material symbols font now that the pipeline generating the official github repo as been fixed (see google/material-design-icons#1706 for more details. This pipeline bug had delay releases for 3 months because the material symbols icon fonts where not being updated). Added f4cc # adaptive_audio_mic,f4cb # adaptive_audio_mic_off, f49c # add_diamond, f48e # add_triangle, f49a # animated_images, f4b6 # arrow_cool_down, f4b5 # arrow_warm_up, f4b0 # av1, f4af # avc, f4b4 # cadence, f4b9 # cardio_load, f4ae # closed_caption_add, f49f # contrast_circle, f4a0 # contrast_square, f4cd # emoji_language, f4c9 # eye_tracking, f49d # fingerprint_off, f4b8 # format_textdirection_vertical, f4d5 # frame_person_mic, f4c1 # guardian, f4c6 # handheld_controller, f4c5 # head_mounted_device, f4ca # id_card, f026 # keep, e6f9 # keep_off, f026 # keep_pin, f56f # keep_public, f492 # keyboard_lock, f491 # keyboard_lock_off, f4c4 # landscape_2, f4c3 # landscape_2_off, f48a # lowercase, f48b # mail_off, f490 # mouse_lock, f48f # mouse_lock_off, f499 # movie_off, f4d0 # offline_pin_off, f4b7 # open_run, f4a9 # password_2, f4a8 # password_2_off, f49b # poker_chip, f4c0 # recenter, f4bc # search_insights, f4c8 # select_window_2, f4ac # serif, f483 # shift_lock_off, f4ab # slab_serif, f4a5 # smart_card_reader, f4a6 # smart_card_reader_off, f4cf # spatial_speaker, f4d4 # speed_0_25, f498 # speed_0_2x, f497 # speed_0_5x, f4d3 # speed_0_75, f496 # speed_0_7x, f4d2 # speed_1_25, f495 # speed_1_2x, f494 # speed_1_5x, f4d1 # speed_1_75, f493 # speed_1_7x, f49e # text_up, f4b1 # timer_5, f4b2 # timer_5_shutter, f4bb # timer_pause, f4ba # timer_play, f489 # titlecase, f4c7 # trackpad_input, f49f # unknown_2, e6a2 # unknown_2, f49e # unknown_7, e6f9 # unpin, f488 # uppercase, f4c2 # view_real_size and f4aa # vo2_max

4.2719.3

  • Added static IconData get(String name, SymbolStyle style) method on Symbols that is specified in the official Material Symbols specification This is included using import 'package:material_symbols_icons/get.dart'; Symbols.values can be used to access an Iterable<String> of the icon names for each available icon. Symbols.map can be used to access a Map<String,int> of the icon names to unicode code points for each icon.

4.2719.2

  • Make the Icon(...) example text selectable using SelectableText() widget - also copied example code to clipboard when the text is clicked - or a sub-selection can be selected and copied manually.
Commits


Updates package_info_plus from 5.0.1 to 8.0.0

Commits
  • 0404dd1 chore(release): prepare for release (#2850)
  • ad06a23 docs(package_info_plus): Add platform specific documentation (#2845)
  • 7259af2 feat(package_info_plus)!: Switch to SHA-256 for buildSignature on Android (...
  • 7d712ef docs(package_info_plus): Improve web documentation re. CORS (#2841)
  • 15985a1 chore(release): prepare for release (#2827)
  • af91dc1 chore(deps): bump org.jetbrains.kotlin.android from 1.7.22 to 1.9.23 in /pack...
  • 2fbc699 chore(deps): bump com.android.application from 8.3.0 to 8.3.1 in /packages/pa...
  • 6293c45 chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /pack...
  • 26047f3 feat(package_info_plus)!: Support multiple version.json locations (#2733)
  • a73af89 refactor(share_plus): Migrate Android example to use the new plugins declarat...
  • Additional commits viewable in compare view


Updates url_launcher from 6.2.5 to 6.2.6

Commits
  • a21a447 Update multiple packages to depend on versions with iOS privacy manifest incl...
  • 5e03e0f [url_launcher] Add explicit imports of UIKit (#6208)
  • ccb27be [various] Commit Windows build migrations (#6175)
  • See full diff in compare view


Updates uuid from 4.3.3 to 4.4.0

Release notes

Sourced from uuid's releases.

4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

What's Changed

New Contributors

Full Changelog: https://github.com/daegalus/dart-uuid/compare/4.3.3...4.4.0

Changelog

Sourced from uuid's changelog.

v4.4.0

  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @​showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @​vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)
Commits
  • 6c91f35 Update docs, fix linting errors
  • 670b700 Fix other issues surfaced by MathRNG fix
  • 66cbac5 Revert RNG changes that didnt fix anything
  • 317ec2a Fixes and still debugging collision regression
  • 2fcde83 Fix V5 UUID inconsistencies when using UTF-8 characters
  • 617b1ff fixed MathRNG - it now uses the initial seed properly
  • 5fcfb31 Remove unused import
  • f6f55ef Update Docs
  • b6cb8cf Add generic UUID v8 so you can customize it. Cleanup tests based on new specs...
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

Superseded by #107.