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 jaguar_jwt, dio, intl, moor_generator, build_runner, http, moor_flutter, flutter_launcher_icons, cached_network_image, localstorage, async, moor, extended_image, flutter_svg and shared_preferences #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps jaguar_jwt, dio, intl, moor_generator, build_runner, http, moor_flutter, flutter_launcher_icons, cached_network_image, localstorage, async, moor, extended_image, flutter_svg and shared_preferences. These dependencies needed to be updated together.
Updates jaguar_jwt from 2.1.6 to 3.0.0

Commits

Updates dio from 3.0.10 to 5.0.3

Release notes

Sourced from dio's releases.

dio 5.0.3

What's new

  • Imply List<Map> as JSON content in ImplyContentTypeInterceptor.
  • Fix FormData encoding for collections and objects.

dio 5.0.2

What's new

  • Improve code formats according to linter rules.
  • Remove the force conversion for the response body.
  • Fix DioErrorType.cancel in Interceptors.
  • Fix wrong encoding of collection query parameters.
  • Fix "unsupported operation" error on web platform.

dio 5.0.1

What's new

  • Add ImplyContentTypeInterceptor as a default interceptor.
  • Add Headers.multipartFormDataContentType for headers usage.
  • Fix variable shadowing of withCredentials in browser_adapers.dart.
Commits

Updates intl from 0.16.1 to 0.17.0

Changelog

Sourced from intl's changelog.

0.17.0

  • Migrate to null safety.
  • Add @pragma('vm:prefer-inline') to Intl methods that already have @pragma('dart2js:tryInline'), for the same reason: to help omit message descriptions from compiled output.
  • Breaking Change #123[]: Fix parsing of two-digit years to match the documented behavior. Previously a two-digit year would be parsed to a value in the range [0, 99]. Now it is parsed relative to the current date, returning a value between 80 years in the past and 20 years in the future.
  • Use package:clock to get the current date/time.
  • Fix some more analysis complaints.
  • Update documentation to indicate that time zone specifiers are not yet implemented #264[].

0.16.2

  • Fix bug with dates in January being treated as ordinal. e.g. 2020-01-32 would be accepted as valid and the day treated as day-of-year.
  • Compact currency formats will avoid displaying unnecessary trailing zeros in compact formats for currencies which specify decimal places.
Commits
  • 33251e0 Prepare to publish for stable null safety (#362)
  • b3da438 Prep release for beta (#338)
  • 48675cf Prepare a version of intl that supports the 2.12 sdk
  • 9669926 Make sure travis uses latest Chrome
  • 4704559 Fix dependency on pkg:js
  • b69e3e5 Add missing dependency on pkg:ffi
  • 32844f3 Enable a test that was skipped due to an old browser
  • 6e8fc59 Prepare to release intl null safety
  • 0172d85 Use skip instead of a non-standard test function
  • 3fe3a90 Update clock dependency to null-safe version
  • Additional commits viewable in compare view

Updates moor_generator from 3.3.1 to 4.1.0

Release notes

Sourced from moor_generator's releases.

Drift 1.0.1, Moor 4.6.0

  • Add DoUpdate.withExcluded to refer to the excluded row in an upsert clause.
  • Add optional where clause to DoUpdate constructors

Please note

With this release, moor has been renamed to drift. No immediate action is necessary, the moor package will continue to work until the next breaking release. The functionality of moor 4.6.0 is identical to drift 1.0.1.

An automatic migration tool can help you make the switch from moor to drift in minutes. See the documentation for all the details. Thanks!

Commits

Updates build_runner from 1.10.1 to 1.11.1+1

Commits

Updates http from 0.12.2 to 0.13.5

Commits

Updates moor_flutter from 3.1.0 to 4.1.0

Release notes

Sourced from moor_flutter's releases.

Drift 1.0.1, Moor 4.6.0

  • Add DoUpdate.withExcluded to refer to the excluded row in an upsert clause.
  • Add optional where clause to DoUpdate constructors

Please note

With this release, moor has been renamed to drift. No immediate action is necessary, the moor package will continue to work until the next breaking release. The functionality of moor 4.6.0 is identical to drift 1.0.1.

An automatic migration tool can help you make the switch from moor to drift in minutes. See the documentation for all the details. Thanks!

Commits

Updates flutter_launcher_icons from 0.7.5 to 0.9.3

Release notes

Sourced from flutter_launcher_icons's releases.

v0.9.3

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.9.2...v0.9.3

v0.9.2

No release notes provided.

v0.9.1

No release notes provided.

v0.9.0

No release notes provided.

v0.8.0

Changelog

Sourced from flutter_launcher_icons's changelog.

0.9.3 (6th June 2022)

  • Fixes to make sure it works for Flutter v2.8 (thanks to @​RatakondalaArun)
  • Fixed issue with incorrect version being shown

0.9.2 (22nd August 2021)

  • Fixed issue where success message printed even when exception occured (thanks to @​happy-san)

0.9.1 (25th July 2021)

0.9.0 (28th Feb 2021)

0.8.1 (2nd Oct 2020)

0.8.0 (12th Sept 2020)

Commits
  • 73750cc Merge pull request #364 from fluttercommunity/feature/auto-generation-of-version
  • 79b5f6e fix: Incorrect version number shown
  • cae647e Merge pull request #322 from RatakondalaArun/fix/flutter-v2.8.0-support-321
  • 6915e2f add: error message if minSdkValue is not found
  • cf0d068 add: fallback to local.properties
  • fbbdadc Updated README & changelog
  • 314d0a9 Merge pull request #274 from happy-san/patch-1
  • 590a83f Update README.md
  • d0f6dab Fix: Success message printed on exception (#225)
  • 4ea5aa1 Update README.md
  • Additional commits viewable in compare view

Updates cached_network_image from 2.3.2+1 to 2.5.1

Changelog

Sourced from cached_network_image's changelog.

[2.5.1] - 2021-03-09

  • Update dependencies

[2.5.0] - 2020-12-22

  • Add support for resizing images in disk cache.
CachedNetworkImage(
  maxHeightDiskCache: 200,
  imageUrl: 'https://via.placeholder.com/3000x2000',
);

[2.4.1] - 2020-12-01

  • Fix a bug that an image is disposed when it shouldn't.

[2.4.0] - 2020-11-30

  • Added support for a cache key which is different from the image url.

[2.3.3] - 2020-10-16

  • Support for flutter_cache_manager 2.x.x.

[2.3.2] - 2020-09-10

  • Fixed placeholders and error widgets, those are not always centered anymore.
  • Evict an image from ImageCache if image fails to load.
  • Added method to evict an image from memory and disk cache.

[2.3.1] - 2020-08-25

  • Fixed fading when the image has no placeholder or progress indicator.

[2.3.0] - 2020-08-25

  • Improved image loading by using OctoImage. OctoImage uses the native callbacks of the ImageProvider instead of loading the file when the ImageWidget is build the first time.
  • Set minimal Flutter version to 1.20.0; first compatible stable version.
  • Added choice for rendering of images on web. Defaults to standard HTML ImageElement, but gives the option to use a custom HTTP Get for headers and skia support.
  • Use a MultiImageStreamCompleter for when an image that is available in the cache is updated.

[2.3.0-rc] - 2020-06-20

  • Added choice for rendering of images on web. Defaults to standard HTML ImageElement, but gives the option to use a custom HTTP Get for headers and skia support.
  • Use a MultiImageStreamCompleter for when an image that is available in the cache is updated.
  • Increase minimal version of Flutter to 1.19.0-2.0.pre (currently requires Beta) due to an error listener bug.

[2.3.0-beta.1] - 2020-05-28

  • Improved web support: support for headers and skia.

[2.3.0-beta] - 2020-05-20

  • Rewrote image widget by using OctoImage.

[2.2.0+1] - 2020-05-05

... (truncated)

Commits
  • 4339ede update dependencies
  • fe5754e Prepared 2.5.0 release
  • ca6766b Merge pull request #524 from Baseflow/feature/image_cache_manager
  • 854628c Added tests for which cachemanager is used
  • a327437 Merge remote-tracking branch 'origin/develop' into feature/image_cache_manager
  • 4417570 Added support for resizing using ImageCacheManager
  • 961f0c3 Merge pull request #485 from sidrao2006/patch-1
  • 5a1459e Don't dispose single frame image
  • e5ffef4 Formatting
  • fd5c37b update changelog
  • Additional commits viewable in compare view

Updates localstorage from 3.0.2+5 to 4.0.1+2

Changelog

Sourced from localstorage's changelog.

4.0.1+2

  • dispose open files on reload

3.0.6+9

  • fix wrong truncate size (use utf8.encode)

3.0.5+8

  • fix an issue with initial storage creation

3.0.4+7

Commits

Updates async from 2.4.2 to 2.11.0

Changelog

Sourced from async's changelog.

2.11.0

  • Add CancelableOperation.fromValue.
  • Add StreamExtensions.listenAndBuffer, which buffers events from a stream before it has a listener.

2.10.0

  • Add CancelableOperation.thenOperation which gives more flexibility to complete the resulting operation.
  • Add CancelableCompleter.completeOperation.
  • Require Dart 2.18

2.9.0

  • Potentially Breaking The default propagateCancel argument to CancelableOperation.then changed from false to true. In most usages this won't have a meaningful difference in behavior, but in usages where the behavior is important propagation is the more common need. If there are any CancelableOperation with multiple listeners where canceling subsequent computation using .then shouldn't also cancel the original operation, pass propagateCancel: false.
  • Add StreamExtensions.firstOrNull.
  • Add a CancelableOperation.fromSubscription() static factory.
  • Add a CancelableOperation.race() static method.
  • Update StreamGroup methods that return a Future<dynamic> today to return a Future<void> instead.
  • Deprecated AsyncCache.fetchStream.
  • Make AsyncCache.ephemeral invalidate itself immediately when the returned future completes, rather than wait for a later timer event.

2.8.2

  • Deprecate EventSinkBase, StreamSinkBase, IOSinkBase.

2.8.1

  • Don't ignore broadcast streams added to a StreamGroup that doesn't have an active listener but previously had listeners and contains a single subscription inner stream.

2.8.0

  • Add EventSinkBase, StreamSinkBase, and IOSinkBase classes to make it easier to implement custom sinks.
  • Improve performance for ChunkedStreamReader by creating fewer internal sublists and specializing to create views for Uint8List chunks.

2.7.0

... (truncated)

Commits

Updates moor from 3.3.1 to 4.6.1+1

Commits

Updates extended_image from 0.9.0 to 7.0.2

Release notes

Sourced from extended_image's releases.

[1.1.1]

  • Issues: Fix issue that slide offset is not right.

release extended_image for v1.12.13

extended_image: 0.7.2 extended_image_library: 0.2.1

release extended_image for v1.9.1

extended_image: 0.6.7 extended_image_library: 0.1.8

Changelog

Sourced from extended_image's changelog.

7.0.2

  • publish v6.4.1 for flutter 3.3.0 and v6.2.2 for flutter 3.0.5

7.0.1

  • update judging condition of delta(minGesturePageDelta) at it's sliding page when set ExtendedImageMode.gesture

7.0.0

  • Migrate to 3.7.0 (#545)

6.4.1

  • latest code on Flutter 3.3.0

6.4.0

  • add [ExtendedImage.globalStateWidgetBuilder] to support to override State Widget if loadStateChanged is not define.(#541)

6.3.4

  • add preloadPagesCount for ExtendedImageGesturePageView

6.3.3

  • draw editor with BlendMode.clear.

6.3.2

  • support to set insets for paint image at the beginning.(#417)
  • merge code from official (#515)

6.3.1

  • fix issue that rebuild viewportDimension is not right when pageSpacing is not zero(ExtendedImageGesturePageView #516)

6.3.0

  • Migrate to 3.3.0

6.2.2

  • latest code on Flutter 3.0.5

6.2.1

  • Add DeviceGestureSettings for ExtendedVerticalDragGestureRecognizer and ExtendedHorizontalDragGestureRecognizer.(#482,#483)

6.2.0

... (truncated)

Commits

Updates flutter_svg from 0.18.1 to 2.0.4

Changelog

Sourced from flutter_svg's changelog.

2.0.4

  • Newer version of vector_graphics.
  • Caching bug fix.
  • Reintroduce clipBehavior.

2.0.3

  • Require newer version of vector_graphics.
  • Fix bug in cache that incorrectly fired assert.

2.0.2

  • Require newer version of vector_graphics with multiple fixes around inheritence, patterns, and currentColor handling.

2.0.1

  • Disable Isolate parsing in debug mode.
  • Fix internal Color representation leakage from package:vector_graphics_compiler.

2.0.0+1

  • Fix bug in asset loading from packages.

2.0.0

  • Use parsing backend from vector_graphics_compiler.
    • Out of order defs now supported.
    • Patterns supported.
    • Many optimizations added.
    • REGRESSION: Lost support for dx and dy on text. See dnfield/vector_graphics#44 if this is important to you.
  • Parse SVG data in background isolate by default.
  • Use widgets/rendering strategy from vector_graphics.
  • Much less caching.
  • More tests work without special handling - most of parsing is now sync, and the loaders know how to avoid using compute in tests. For SVGs that contain images, vg.waitForPendingDecodes is available.

DEPRECATIONS

  • The VectorDrawable classes have gone away.
  • The AvdPicture and related classes/parser have gone away.
  • The PictureCache and PictureStream classes have gone away.
  • The PicturePovider class exists only for access to a no-op cache.
  • Several static members on SvgPicture and the svg utility class have gone away.
  • The color and colorBlendMode properties have been removed. Instead, use

... (truncated)

Commits

Updates shared_preferences from 0.5.10 to 2.0.20

Release notes

Sourced from shared_preferences's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.

animations-v1.1.2

  • Fixes for upcoming changes to the flutter framework.

animations-v1.1.1

No release notes provided.

animations-v1.1.0

No release notes provided.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…flutter, flutter_launcher_icons, cached_network_image, localstorage, async, moor, extended_image, flutter_svg and shared_preferences

Bumps [jaguar_jwt](https://github.com/Jaguar-dart/session), [dio](https://github.com/cfug/dio), [intl](https://github.com/dart-lang/intl), [moor_generator](https://github.com/simolus3/moor), [build_runner](https://github.com/dart-lang/build), [http](https://github.com/dart-lang/http/tree/master/pkgs), [moor_flutter](https://github.com/simolus3/drift), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [localstorage](https://github.com/lesnitsky/flutter_localstorage), [async](https://github.com/dart-lang/async), [moor](https://github.com/simolus3/moor), [extended_image](https://github.com/fluttercandies/extended_image), [flutter_svg](https://github.com/dnfield/flutter_svg) and [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences). These dependencies needed to be updated together.

Updates `jaguar_jwt` from 2.1.6 to 3.0.0
- [Release notes](https://github.com/Jaguar-dart/session/releases)
- [Commits](https://github.com/Jaguar-dart/session/commits)

Updates `dio` from 3.0.10 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@3.0.10...dio_v5.0.3)

Updates `intl` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/dart-lang/intl/releases)
- [Changelog](https://github.com/dart-lang/intl/blob/master/CHANGELOG.md)
- [Commits](dart-archive/intl@0.16.1...0.17.0)

Updates `moor_generator` from 3.3.1 to 4.1.0
- [Release notes](https://github.com/simolus3/moor/releases)
- [Commits](https://github.com/simolus3/moor/commits/moor_flutter-4.1.0)

Updates `build_runner` from 1.10.1 to 1.11.1+1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/commits/build_runner-v1.11.1)

Updates `http` from 0.12.2 to 0.13.5
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `moor_flutter` from 3.1.0 to 4.1.0
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](https://github.com/simolus3/drift/commits/moor_flutter-4.1.0)

Updates `flutter_launcher_icons` from 0.7.5 to 0.9.3
- [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.7.5...v0.9.3)

Updates `cached_network_image` from 2.3.2+1 to 2.5.1
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Changelog](https://github.com/Baseflow/flutter_cached_network_image/blob/v2.5.1/CHANGELOG.md)
- [Commits](Baseflow/flutter_cached_network_image@v2.3.2...v2.5.1)

Updates `localstorage` from 3.0.2+5 to 4.0.1+2
- [Release notes](https://github.com/lesnitsky/flutter_localstorage/releases)
- [Changelog](https://github.com/lesnitsky/flutter_localstorage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lesnitsky/flutter_localstorage/commits)

Updates `async` from 2.4.2 to 2.11.0
- [Release notes](https://github.com/dart-lang/async/releases)
- [Changelog](https://github.com/dart-lang/async/blob/master/CHANGELOG.md)
- [Commits](dart-archive/async@2.4.2...v2.11.0)

Updates `moor` from 3.3.1 to 4.6.1+1
- [Release notes](https://github.com/simolus3/moor/releases)
- [Commits](https://github.com/simolus3/moor/commits)

Updates `extended_image` from 0.9.0 to 7.0.2
- [Release notes](https://github.com/fluttercandies/extended_image/releases)
- [Changelog](https://github.com/fluttercandies/extended_image/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/extended_image/commits)

Updates `flutter_svg` from 0.18.1 to 2.0.4
- [Release notes](https://github.com/dnfield/flutter_svg/releases)
- [Changelog](https://github.com/dnfield/flutter_svg/blob/master/CHANGELOG.md)
- [Commits](dnfield/flutter_svg@v0.18.1...v2.0.4)

Updates `shared_preferences` from 0.5.10 to 2.0.20
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.20/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: jaguar_jwt
  dependency-type: direct:production
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: intl
  dependency-type: direct:production
- dependency-name: moor_generator
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
- dependency-name: http
  dependency-type: direct:production
- dependency-name: moor_flutter
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: localstorage
  dependency-type: direct:production
- dependency-name: async
  dependency-type: direct:production
- dependency-name: moor
  dependency-type: direct:production
- dependency-name: extended_image
  dependency-type: direct:production
- dependency-name: flutter_svg
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants