alan-sdk / alan.dart

Pure Dart library allowing you to easily integrate with any Cosmos-based chain.
MIT License
32 stars 31 forks source link

build(deps): bump meta from 1.8.0 to 1.9.0 #151

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)