Skip to content

update deps; simplify analysis options #790

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

devoncarew
Copy link
Contributor

  • require Dart 3.6
  • update deps for the example packages
  • simplify analysis options for the example packages

@pull-request-size pull-request-size bot added size/L and removed size/M labels Jun 9, 2025
Copy link

github-actions bot commented Jun 9, 2025

PR Health

Breaking changes ⚠️
Package Change Current Version New Version Needed Version Looking good?
grpc Breaking 4.1.0 4.1.1-wip 5.0.0
Got "4.1.1-wip" expected >= "5.0.0" (breaking changes)
⚠️

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

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 symbols
grpc Any
$1.Duration

This check can be disabled by tagging the PR with skip-leaking-check.

pubspec.yaml Outdated
@@ -9,24 +9,24 @@ topics:
- rpc

environment:
sdk: ^3.5.0
sdk: ^3.6.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could go to 3.8.0 as the current stable is beyond that.. And then run a dart pub upgrade --tighten, as the lowest bounds don't build for me locally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm; will do

@devoncarew
Copy link
Contributor Author

devoncarew commented Jun 11, 2025

FYI, moving to 3.8 required a full dart format of all dart source files.

@devoncarew devoncarew requested a review from mosuem June 11, 2025 16:26
@devoncarew
Copy link
Contributor Author

(fyi that I can't land PRs here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants