-
Notifications
You must be signed in to change notification settings - Fork 7
team lints: update to latest pkg:lints #359
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
Update min SDK Format for latest SDK Prepare v3.5.2 for release
I'd love to do |
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR Health
Breaking changes
|
Package | Change | Current Version | New Version | Needed Version | Looking good? |
---|---|---|---|---|---|
dart_flutter_team_lints | Non-Breaking | 3.5.1 | 3.5.2 | 3.6.0 Got "3.5.2" expected >= "3.6.0" (non-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.
Coverage ⚠️
File | Coverage |
---|---|
pkgs/dart_flutter_team_lints/tool/dedup.dart | 💔 Not covered |
This check for test coverage is informational (issues shown here will not fail the PR).
This check can be disabled by tagging the PR with skip-coverage-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 symbols |
---|
License Headers ✔️
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files |
---|
no missing headers |
All source files should start with a license header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you pub upgrade, and run the dedup tool on lib/analysis_options.yaml? I'm surprised we can't drop strict_top_level_inference
here (that it's not picked up from package:lints instead).
@@ -26,7 +26,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
sdk: [dev] # TODO: add back in stable | |||
sdk: [3.8, dev] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps:
sdk: [3.8, dev] | |
sdk: [3.8, stable, dev] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean, we could. I've never seen a bug that shows up in a middle build...
@@ -38,6 +38,6 @@ jobs: | |||
- run: dart analyze --fatal-infos | |||
|
|||
- run: dart format --output=none --set-exit-if-changed . | |||
if: ${{ matrix.sdk == 'stable' }} | |||
if: ${{ matrix.sdk == 'dev' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's wrong w/ 'stable' here (for verifying formatting)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because developers generally use dev builds. Less likely to fight formatting deltas.
Revisions updated by `dart tools/rev_sdk_deps.dart`. ecosystem (https://github.com/dart-lang/ecosystem/compare/815d4ba..8cebaf0): 8cebaf0 2025-05-28 Kevin Moore team lints: update to latest pkg:lints (dart-lang/ecosystem#359) protobuf (https://github.com/dart-lang/protobuf/compare/d940c8d..c69077d): c69077d 2025-05-30 Devon Carew revert the change to not generate empty enum files (google/protobuf.dart#1016) 08e7410 2025-05-29 Devon Carew ignore unused_imports for json files (google/protobuf.dart#1013) efdabd7 2025-05-29 Devon Carew update how we calculate import prefixes (google/protobuf.dart#1012) 60dfaed 2025-05-28 Devon Carew rev package:protoc_plugin to 22.3.0 (google/protobuf.dart#1011) 86dfa6b 2025-05-27 Devon Carew move generated test code from out/ to test/gen/ (google/protobuf.dart#1009) test (https://github.com/dart-lang/test/compare/42a6d33..e2ddae9): e2ddae9f 2025-06-01 dependabot[bot] Bump the github-actions group with 2 updates (dart-lang/test#2506) tools (https://github.com/dart-lang/tools/compare/a0dda7e..04c6849): 04c68495 2025-06-01 dependabot[bot] Bump actions/setup-node from 3 to 4 in the github-actions group (dart-lang/tools#2106) webdev (https://github.com/dart-lang/webdev/compare/5dbb30e..64492b2): 64492b2d 2025-05-27 Nate Biggs Fix e2e 'evaluate' test to use new Closure toString format. (dart-lang/webdev#2624) webdriver (https://github.com/google/webdriver.dart/compare/f52afbf..b8f511d): b8f511d 2025-06-02 dependabot[bot] Bump nanasess/setup-chromedriver (google/webdriver.dart#329) Change-Id: If832327efab4615677528599ac51cecf4bb09fdf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432362 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]>
Update min SDK
Format for latest SDK
Prepare v3.5.2 for release