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 dio, intl_translation, crypto, exif, json_annotation, json_serializable, flutter_launcher_icons, rxdart, cached_network_image, path_provider and build_runner #56

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 dio, intl_translation, crypto, exif, json_annotation, json_serializable, flutter_launcher_icons, rxdart, cached_network_image, path_provider and build_runner. These dependencies needed to be updated together.
Updates dio from 2.1.7 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_translation from 0.17.5 to 0.18.0

Release notes

Sourced from intl_translation's releases.

Update petitparser dependency

  • Update petitparser dependency.

Internal improvements

  • Generate code that passes analysis with implicit-casts: false.
  • Allow use of MessageExtraction and MessageGeneration without File.
  • Move arb generation from bin to lib so it's available to external packages.
  • Update analyzer dependency.
Changelog

Sourced from intl_translation's changelog.

0.18.0

  • Add support for Flutter locale split.
  • Allow null safe code when parsing.
  • Update analyzer dependency.
  • Upgrade to package:lints/recommended.yaml.
  • Initial null safety conversion.
  • Remove petit_parser dependency.
  • Address analyzer deprecations, see #168.
  • Migrate to null safety.

0.17.10+1

  • Generate code that passes analysis with implicit-casts: false.
  • Allow use of MessageExtraction and MessageGeneration without File.
  • Move arb generation from bin to lib so it's available to external packages.
  • Update analyzer dependency.

0.17.10

  • Update petitparser dependency.

0.17.9

  • Fix pub complaint trying to precompile a library file in bin by moving that file to lib/src.

0.17.8

  • Add --sources-list-files and --translations-list-file to ARB handling utilities to read the input names from files. This is useful for large numbers of inputs.

0.17.7

  • Fixed the pubspec to allow intl version 0.16.*

0.17.6

  • Strip indentation from generated JSON output to improve codesize.
  • Make generated code not trigger most lints, either by fixing issues or by using lots of ignore_for_file directives.
  • Added --with-source-text option to include the source text in the extracted ARB metadata.
Commits

Updates crypto from 2.0.6 to 3.0.2

Changelog

Sourced from crypto's changelog.

3.0.2

  • Require Dart 2.14.0.
  • Fix bug calculating hashes for content larger than 512MB when compiled to JS.

3.0.1

  • Fix doc links in README.

3.0.0

  • Stable release for null safety.
  • Adds SHA-2 512/224 and SHA-2 512/256 from FIPS 180-4
  • Removes newInstance instance members on some classes and updates documentation.

2.1.5

  • Improve example and package description to address package site maintenance suggestions.

2.1.4

  • BugFix: padding was incorrect for some SHA-512/328.

2.1.3

  • Security vulnerability: Fixed constant-time comparison in Digest.

2.1.2

  • Fix bug in SHA-2 384/512 blocksize.
  • Added HMAC-SHA-2 test vectors

2.1.1+1

  • Bump version number for publish mishap (spare file uploaded with pub publish).

2.1.1

  • Added a workaround for a bug in DDC (used in build_web_compilers 1.x). This bug is not present in DDK (used in build_web_compilers 2.x).

2.1.0

  • Added SHA384, and SHA512
  • Add Sha224 + Refactor
  • Support 32bit and 64bit operations for SHA384/51
  • Add conditional imports
  • De-listify 32bit allocations
  • Add sha monte tests for 224,256,384, and 512

2.0.5

  • Changed the max message size instead to 0x3ffffffffffff, which is the largest

... (truncated)

Commits

Updates exif from 1.0.1 to 3.1.2

Changelog

Sourced from exif's changelog.

3.1.2

  • Fix Bad state: No element while reading Exif

3.1.1

  • Fixed range error issue
  • Fixed some lint errors
  • Changed file parameter type of readExifFromFile function from dynamic to io.File

3.0.1

  • add time offset tag names
    • OffsetTime, OffsetTimeOriginal, OffsetTimeDigitized
  • upgrade dependencies

3.0.0

  • Breaking API Changes
    • Changed nullable type to non-nullable type if possible
    • Changed some parameters to camel-case
    • Added IfdValues and it's subtypes
    • IfdTag.values is now IfdValues type

2.2.0

  • Add HEIC support

2.1.0

  • fixed some minor issues

2.0.0

  • migrate to null-safety
  • change to MIT License

1.0.3

  • Make package portable between Dart Web (dart:html dependent) and Dart Native (dart:io dependent)
  • Upgraded Dart SDK to '>=2.0.0 <3.0.0'

1.0.2

  • Add RandomAccessFile-backed reader
Commits

Updates json_annotation from 2.4.0 to 4.7.0

Commits
  • feadf4c json_serializable: more enum util cleanup (#1205)
  • 12414e0 json_serialiable: make utility function private
  • 52236b0 json_serializable: refactor enum logic (#1204)
  • 9143b83 Add JsonEnum.valueField for encoding enhanced enum values (#1203)
  • 572e813 json_serialiable: fix bug with pkg:build output in test (#1201)
  • e30a519 latest pkg:analyzer, prepare to publish (#1200)
  • b1cd6be latest mono_repo, ignore hints for now, use pubspec feature (#1197)
  • 10dd2ee Fix JsonConverter docs example (#1193)
  • 5c26a0a Update to latest pkg:analyzer, bump SDK constraint (#1180)
  • f50eb99 Fix support for Duration fields with default values (#1172)
  • Additional commits viewable in compare view

Updates json_serializable from 3.0.0 to 6.5.4

Commits

Updates flutter_launcher_icons from 0.7.2 to 0.11.0

Release notes

Sourced from flutter_launcher_icons's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

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

v0.9.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from flutter_launcher_icons's changelog.

0.11.0 (27th September 2022)

0.10.0 (2nd August 2022)

  • Support for Web Icons #374
  • Support for Windows Icons #382
  • Added missing IOS icon sizes #298
  • Added min_sdk_android option #392
  • Added documentation for remove_alpha_ios #392
  • Fixed issue with loading config from pubspec.yaml #398 (thanks to @​p-mazhnik)

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)

0.7.5 (24th April 2020)

... (truncated)

Commits
  • 5d45f1f style(format): format sdk version
  • 0e07d7c Update README.md
  • 1b577cf chore(release): update release version to v0.11.0
  • 1fc7887 chore: add change from #324
  • b4e9117 chore: updated change log
  • a24471a chore(release): updated version to v0.10.1
  • 2cc4176 test(mocks): rebuild test mocks
  • e6251ee Add extra white line at the end of the file as xcode projects favor having an...
  • ea57bf2 fix(example): added example for pub.dev closes #402
  • 07a4bea Merge pull request #412 from adnanjpg/fix-ios-icon-sizes
  • Additional commits viewable in compare view

Updates rxdart from 0.20.0 to 0.27.7

Release notes

Sourced from rxdart's releases.

0.27.7

https://pub.dev/packages/rxdart/versions/0.27.7

Fixed

  • Subject
    • Only call onAdd and onError if the subject is not closed. This ensures BehaviorSubject and ReplaySubject do not update their values after they have been closed.

    • Subject.stream now returns a read-only Stream. Previously, Subject.stream was identical to the Subject, so we could add events to it, for example: (subject.stream as Sink<T>).add(event). This behavior is now disallowed, and will throw a TypeError if attempted. Use Subject.sink/Subject itself for adding events.

    • Change return type of ReplaySubject<T>.stream to ReplayStream<T>.

    • Internal refactoring of Subject.addStream.


What's Changed

Full Changelog: ReactiveX/rxdart@0.27.6...0.27.7

0.27.6

https://pub.dev/packages/rxdart/versions/0.27.6

  • Rx.using/UsingStream: resourceFactory can now return a Future. This allows for asynchronous resource creation.

  • Rx.range/RangeStream: ensure RangeStream is only listened to once.


What's Changed

Full Changelog: ReactiveX/rxdart@0.27.5...0.27.6

0.27.5

https://pub.dev/packages/rxdart/versions/0.27.5

Bug fixes

... (truncated)

Changelog

Sourced from rxdart's changelog.

0.27.7 (2022-11-16)

Fixed

  • Subject
    • Only call onAdd and onError if the subject is not closed. This ensures BehaviorSubject and ReplaySubject do not update their values after they have been closed.

    • Subject.stream now returns a read-only Stream. Previously, Subject.stream was identical to the Subject, so we could add events to it, for example: (subject.stream as Sink<T>).add(event). This behavior is now disallowed, and will throw a TypeError if attempted. Use Subject.sink/Subject itself for adding events.

    • Change return type of ReplaySubject<T>.stream to ReplayStream<T>.

    • Internal refactoring of Subject.addStream.

0.27.6 (2022-11-11)

  • Rx.using/UsingStream: resourceFactory can now return a Future. This allows for asynchronous resource creation.

  • Rx.range/RangeStream: ensure RangeStream is only listened to once.

0.27.5 (2022-07-16)

Bug fixes

  • Fix issue #683: Throws runtime type error when using extension methods on a Stream<R> but its type annotation is Stream<T>, R is a subtype of T (covariance issue with StreamTransformer).

    Stream<num> s1 = Stream<int>.fromIterable([1, 2, 3]);
    // throws "type 'SwitchMapStreamTransformer<num, num>' is not a subtype of type 'StreamTransformer<int, num>' of 'streamTransformer'"
    s1.switchMap((v) => Stream.value(v));
    Stream<int?> s2 = Stream<int>.fromIterable([1, 2, 3]);
    // throws "type 'SwitchMapStreamTransformer<int?, int?>' is not a subtype of type 'StreamTransformer<int, int?>' of 'streamTransformer'"
    s2.switchMap((v) => Stream.value(v));

    Extension methods were previously implemented via stream.transform(streamTransformer), now via streamTransformer.bind(stream) to avoid this issue.

  • Fix concatEager: activeSubscription should be changed to next subscription.

Code refactoring

  • Change return type of pairwise to Stream<List<T>>.

0.27.4 (2022-05-29)

Bug fixes

... (truncated)

Commits
  • 3d1b6c0 chore(publish): prepare for v0.27.7 (#701)
  • b0d6ad1 refactor(subject): addStream (#700)
  • e1f6cd9 refactor(subject): Subject.stream now returns a read-only Stream (#699)
  • 1a8fcef ci: add dart 2.17.0
  • 45f8c5e fix(subject): only call onAdd and onError if the subject is not closed (#...
  • 8916c7c chore(publish): prepare for v0.27.6 (#697)
  • 9464cdd refactor(Rx.using): resourceFactory can return a Future (#696)
  • c0566b4 fix(range): ensure RangeStream is only listened to once (#694)
  • 58c82c0 fix(range): make sure RangeStream can only be listened to once (#690)
  • e13dad0 prepare for v0.27.5 (#688)
  • Additional commits viewable in compare view

Updates cached_network_image from 0.8.0 to 3.2.3

Commits

Updates path_provider from 0.5.0+1 to 2.0.14

Release notes

Sourced from path_provider'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

Updates build_runner from 1.5.2 to 2.3.3

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.

…lizable, flutter_launcher_icons, rxdart, cached_network_image, path_provider and build_runner

Bumps [dio](https://github.com/cfug/dio), [intl_translation](https://github.com/dart-lang/intl_translation), [crypto](https://github.com/dart-lang/crypto), [exif](https://github.com/bigflood/dartexif), [json_annotation](https://github.com/google/json_serializable.dart), [json_serializable](https://github.com/google/json_serializable.dart), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [rxdart](https://github.com/ReactiveX/rxdart), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

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

Updates `intl_translation` from 0.17.5 to 0.18.0
- [Release notes](https://github.com/dart-lang/intl_translation/releases)
- [Changelog](https://github.com/dart-lang/intl_translation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/intl_translation/commits)

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

Updates `exif` from 1.0.1 to 3.1.2
- [Release notes](https://github.com/bigflood/dartexif/releases)
- [Changelog](https://github.com/bigflood/dartexif/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bigflood/dartexif/commits)

Updates `json_annotation` from 2.4.0 to 4.7.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-2.4.0...json_annotation-v4.7.0)

Updates `json_serializable` from 3.0.0 to 6.5.4
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-3.0.0...json_serializable-v6.5.4)

Updates `flutter_launcher_icons` from 0.7.2 to 0.11.0
- [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.2...v0.11.0)

Updates `rxdart` from 0.20.0 to 0.27.7
- [Release notes](https://github.com/ReactiveX/rxdart/releases)
- [Changelog](https://github.com/ReactiveX/rxdart/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxdart@0.20.0...0.27.7)

Updates `cached_network_image` from 0.8.0 to 3.2.3
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Commits](https://github.com/Baseflow/flutter_cached_network_image/commits/v3.2.3)

Updates `path_provider` from 0.5.0+1 to 2.0.14
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.14/packages/path_provider)

Updates `build_runner` from 1.5.2 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v1.5.2...build_runner-v2.3.3)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: intl_translation
  dependency-type: direct:production
- dependency-name: crypto
  dependency-type: direct:production
- dependency-name: exif
  dependency-type: direct:production
- dependency-name: json_annotation
  dependency-type: direct:production
- dependency-name: json_serializable
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: rxdart
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: path_provider
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 21, 2023
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