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

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

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)

Bumps [meta](https://github.com/dart-lang/sdk/tree/main/pkg) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/dart-lang/sdk/releases)
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.9.0/pkg)

---
updated-dependencies:
- dependency-name: meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2023

Dependabot tried to add @riccardom as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/mhamra/mhamra.dart/pulls/53/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the mhamra/mhamra.dart repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2023

The following labels could not be found: automerge.

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