influxdata / influxdb-client-dart

InfluxDB (v2+) Client Library for Dart and Flutter
MIT License
25 stars 10 forks source link

chore(deps): bump meta from 1.8.0 to 1.9.0 #107

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps meta from 1.8.0 to 1.9.0.

Changelog

Sourced from meta's changelog.

3.0.0

Libraries

dart:core

  • Breaking change #49529[]:
    • Removed the deprecated List constructor, as it wasn't null safe. Use list literals (e.g. [] for an empty list or <int>[] for an empty typed list) or [List.filled][].
    • Removed the deprecated onError argument on [int.parse][], [double.parse][], and [num.parse][]. Use the [tryParse][] method instead.
    • Removed the deprecated [proxy][] and [Provisional][] annotations. The original proxy annotation has no effect in Dart 2, and the Provisional type and [provisional][] constant were only used internally during the Dart 2.0 development process.
    • Removed the deprecated [Deprecated.expires][] getter. Use [Deprecated.message][] instead.
    • Removed the deprecated [CastError][] error. Use [TypeError][] instead.
    • Removed the deprecated [FallThroughError][] error. The kind of fall-through previously throwing this error was made a compile-time error in Dart 2.0.
    • Removed the deprecated [NullThrownError][] error. This error is never thrown from null safe code.
    • Removed the deprecated [AbstractClassInstantiationError][] error. It was made a compile-time error to call the constructor of an abstract class in Dart 2.0.
    • Removed the deprecated [CyclicInitializationError]. Cyclic dependencies are no longer detected at runtime in null safe code. Such code will fail in other ways instead, possibly with a StackOverflowError.
    • Removed the deprecated [NoSuchMethodError][] default constructor. Use the [NoSuchMethodError.withInvocation][] named constructor instead.
    • Removed the deprecated [BidirectionalIterator][] class. Existing bidirectional iterators can still work, they just don't have a shared supertype locking them to a specific name for moving backwards.

#49529: dart-lang/sdk#49529 [List.filled]: https://api.dart.dev/stable/2.18.6/dart-core/List/List.filled.html [int.parse]: https://api.dart.dev/stable/2.18.4/dart-core/int/parse.html [double.parse]: https://api.dart.dev/stable/2.18.4/dart-core/double/parse.html [num.parse]: https://api.dart.dev/stable/2.18.4/dart-core/num/parse.html [tryParse]: https://api.dart.dev/stable/2.18.4/dart-core/num/tryParse.html [Deprecated.expires]: https://api.dart.dev/stable/2.18.4/dart-core/Deprecated/expires.html [Deprecated.message]: https://api.dart.dev/stable/2.18.4/dart-core/Deprecated/message.html [AbstractClassInstantiationError]: https://api.dart.dev/stable/2.17.4/dart-core/AbstractClassInstantiationError-class.html [CastError]: https://api.dart.dev/stable/2.17.4/dart-core/CastError-class.html [FallThroughError]: https://api.dart.dev/stable/2.17.4/dart-core/FallThroughError-class.html [NoSuchMethodError]: https://api.dart.dev/stable/2.18.4/dart-core/NoSuchMethodError/NoSuchMethodError.html [NoSuchMethodError.withInvocation]: https://api.dart.dev/stable/2.18.4/dart-core/NoSuchMethodError/NoSuchMethodError.withInvocation.html [CyclicInitializationError]: https://api.dart.dev/dev/2.19.0-430.0.dev/dart-core/CyclicInitializationError-class.html

... (truncated)

Commits


Dependabot compatibility score

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)
codecov-commenter commented 1 year ago

Codecov Report

Base: 21.05% // Head: 29.82% // Increases project coverage by +8.76% :tada:

Coverage data is based on head (bc181b6) compared to base (2529cac). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== + Coverage 21.05% 29.82% +8.76% ========================================== Files 117 103 -14 Lines 7557 3816 -3741 ========================================== - Hits 1591 1138 -453 + Misses 5966 2678 -3288 ``` | [Impacted Files](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata) | Coverage Δ | | |---|---|---| | [lib/api/ready\_api.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL2FwaS9yZWFkeV9hcGkuZGFydA==) | `0.00% <0.00%> (-61.91%)` | :arrow_down: | | [lib/api/health\_api.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL2FwaS9oZWFsdGhfYXBpLmRhcnQ=) | `0.00% <0.00%> (-61.91%)` | :arrow_down: | | [lib/api/ping\_api.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL2FwaS9waW5nX2FwaS5kYXJ0) | `46.15% <0.00%> (-33.16%)` | :arrow_down: | | [lib/model/health\_check.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL21vZGVsL2hlYWx0aF9jaGVjay5kYXJ0) | `0.00% <0.00%> (-29.89%)` | :arrow_down: | | [lib/model/ready.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL21vZGVsL3JlYWR5LmRhcnQ=) | `0.00% <0.00%> (-27.15%)` | :arrow_down: | | [lib/api\_client.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL2FwaV9jbGllbnQuZGFydA==) | `30.00% <0.00%> (-16.83%)` | :arrow_down: | | [lib/client/retry.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL2NsaWVudC9yZXRyeS5kYXJ0) | `82.35% <0.00%> (-12.73%)` | :arrow_down: | | [lib/model/script\_language.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL21vZGVsL3NjcmlwdF9sYW5ndWFnZS5kYXJ0) | `0.00% <0.00%> (-8.70%)` | :arrow_down: | | [lib/model/schema\_type.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL21vZGVsL3NjaGVtYV90eXBlLmRhcnQ=) | `0.00% <0.00%> (-8.00%)` | :arrow_down: | | [lib/model/write\_precision.dart](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-bGliL21vZGVsL3dyaXRlX3ByZWNpc2lvbi5kYXJ0) | `0.00% <0.00%> (-6.90%)` | :arrow_down: | | ... and [107 more](https://codecov.io/gh/influxdata/influxdb-client-dart/pull/107?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #111.