Skip to content

Add CI check to bump version on lint changes#940

Merged
natebosch merged 4 commits intomainfrom
enforce-lint-bumps
Feb 10, 2026
Merged

Add CI check to bump version on lint changes#940
natebosch merged 4 commits intomainfrom
enforce-lint-bumps

Conversation

@natebosch
Copy link
Copy Markdown
Member

We use a different process between dart_flutter_team_lints and lints
packages. Add a CI check that any change to lint sets files happens in a
X.0.0 version.

We use a different process between `dart_flutter_team_lints` and `lints`
packages. Add a CI check that any change to lint sets files happens in a
`X.0.0` version.
@github-actions github-actions Bot added the type-infra A repository infrastructure change or enhancement label Feb 10, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 10, 2026

Package publishing

Package Version Status Publish tag (post-merge)
package:args 2.8.0 ready to publish args-v2.8.0
package:async 2.13.1-wip WIP (no publish necessary)
package:characters 1.4.1 already published at pub.dev
package:collection 1.20.0-wip WIP (no publish necessary)
package:convert 3.1.3-wip WIP (no publish necessary)
package:crypto 3.0.8-wip WIP (no publish necessary)
package:fixnum 1.2.0-wip WIP (no publish necessary)
package:lints 6.1.0 already published at pub.dev
package:logging 1.3.1-wip WIP (no publish necessary)
package:os_detect 2.0.4-wip WIP (no publish necessary)
package:path 1.9.2-wip WIP (no publish necessary)
package:platform 3.1.7-wip WIP (no publish necessary)
package:typed_data 1.4.1-wip WIP (no publish necessary)

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 10, 2026

PR Health

License Headers ✔️
// Copyright (c) 2026, 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.

Unrelated files missing license headers
Files
pkgs/collection/benchmark/legacy_quicksort.dart

This check can be disabled by tagging the PR with skip-license-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

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

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?

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

Unused Dependencies ✔️
Package Status
None No packages found to check.

For details on how to fix these, see dependency_validator.

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

Coverage ✔️
File Coverage

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.

Changelog Entry ✔️
Package Changed Files

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.

@natebosch natebosch marked this pull request as ready for review February 10, 2026 00:57
@natebosch natebosch requested a review from a team as a code owner February 10, 2026 00:57
@natebosch natebosch requested a review from kevmoo February 10, 2026 00:57
@natebosch
Copy link
Copy Markdown
Member Author

See #923 (comment)

Copy link
Copy Markdown
Member

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

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

LGTM

@natebosch natebosch merged commit ea4d8e1 into main Feb 10, 2026
13 checks passed
@natebosch natebosch deleted the enforce-lint-bumps branch February 10, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-infra A repository infrastructure change or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants