-
Notifications
You must be signed in to change notification settings - Fork 280
Downgrade meta package version from 1.17.0 to 1.16.0 #810
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
Conversation
|
@mosuem could you please approve the workflows? |
PR HealthBreaking changes ✔️
This check can be disabled by tagging the PR with Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with
API leaks
|
| Package | Leaked API symbol | Leaking sources |
|---|---|---|
| grpc | $0.Duration | generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay generated/google/protobuf/duration.pb.dart::Duration::clone generated/google/protobuf/duration.pb.dart::Duration::copyWith generated/google/protobuf/duration.pb.dart::Duration::create generated/google/protobuf/duration.pb.dart::Duration::createRepeated generated/google/protobuf/duration.pb.dart::Duration::getDefault generated/google/protobuf/duration.pb.dart::Duration::fromDart generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay generated/google/rpc/error_details.pb.dart::RetryInfo::ensureRetryDelay generated/google/rpc/error_details.pb.dart::RetryInfo::new::retryDelay |
This check can be disabled by tagging the PR with skip-leaking-check.
PR Health
Breaking changes
|
| Package | Change | Current Version | New Version | Needed Version | Looking good? |
|---|---|---|---|---|---|
| grpc | Non-Breaking | 4.3.0 | 4.3.0 | 4.3.1 Got "4.3.0" expected >= "4.3.1" (non-breaking changes --> patch) |
This check can be disabled by tagging the PR with skip-breaking-check.
Changelog Entry ❗
| Package | Changed Files |
|---|---|
| package:grpc | pubspec.yaml |
Changes to files need to be accounted for in their respective changelogs.
This check can be disabled by tagging the PR with skip-changelog-check.
API leaks ⚠️
The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
| Package | Leaked API symbol | Leaking sources |
|---|---|---|
| grpc | $0.Duration | generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay generated/google/protobuf/duration.pb.dart::Duration::clone generated/google/protobuf/duration.pb.dart::Duration::copyWith generated/google/protobuf/duration.pb.dart::Duration::create generated/google/protobuf/duration.pb.dart::Duration::createRepeated generated/google/protobuf/duration.pb.dart::Duration::getDefault generated/google/protobuf/duration.pb.dart::Duration::fromDart generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay generated/google/rpc/error_details.pb.dart::RetryInfo::ensureRetryDelay generated/google/rpc/error_details.pb.dart::RetryInfo::new::retryDelay |
This check can be disabled by tagging the PR with skip-leaking-check.
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
|
@mosuem can I get a review here, please? It's a small one |
closes #809
The
metapackage was upgraded to1.17.0, but the current stable Flutter version3.35.7depends on meta1.16.0. Please see the linked issue for more details.