Skip to content

build(deps): bump flutter_lints from 4.0.0 to 6.0.0#20

Merged
satyakwok merged 1 commit into
mainfrom
dependabot/pub/flutter_lints-6.0.0
May 14, 2026
Merged

build(deps): bump flutter_lints from 4.0.0 to 6.0.0#20
satyakwok merged 1 commit into
mainfrom
dependabot/pub/flutter_lints-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps flutter_lints from 4.0.0 to 6.0.0.

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated development linting dependency to a newer version.

Review Change Stack

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 6.0.0.
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels May 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

📝 Walkthrough

Walkthrough

This pull request updates the flutter_lints dev dependency in pubspec.yaml from version ^4.0.0 to ^6.0.0. This is a minor configuration change to the project's dependency version constraint, allowing the project to use the latest stable release of flutter_lints while maintaining compatibility with patch versions within the 6.x range.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lacks required sections from the template (Summary and Test plan). While it contains commit details from Dependabot, it does not follow the specified template structure with concise summary and testing checklist. Add a Summary section (1-3 sentences explaining what changed and why) and a Test plan section with a bulleted checklist of verification steps.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping flutter_lints from version 4.0.0 to 6.0.0, which matches the only modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/pub/flutter_lints-6.0.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pubspec.yaml`:
- Line 25: The SDK constraint in pubspec.yaml under the environment.sdk entry is
too low for flutter_lints 6.0.0; update the environment.sdk constraint from
">=3.0.0" (or the current value) to at least ">=3.8.0 <4.0.0" so the Dart SDK
requirement matches flutter_lints 6.0.0 and resolves the conflict.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: dd61f224-e351-4527-81fe-951a7137ca6b

📥 Commits

Reviewing files that changed from the base of the PR and between 45aa4ed and 541e288.

⛔ Files ignored due to path filters (1)
  • pubspec.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pubspec.yaml

Comment thread pubspec.yaml
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: ^6.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

What are the Dart SDK and Flutter SDK constraints for flutter_lints version 6.0.0 on pub.dev, and do they exceed Dart >=3.0.0?

💡 Result:

The Dart SDK constraint for flutter_lints version 6.0.0 is ^3.8.0 [1][2]. There is no explicit Flutter SDK constraint specified in the pubspec.yaml environment section, as it is a lint package without a flutter dependency [1]. The changelog notes an update to the minimum supported SDK version to Flutter 3.32/Dart 3.8 [3]. Yes, the Dart SDK constraint ^3.8.0 exceeds Dart >=3.0.0, since Dart 3.8.0 is greater than 3.0.0.

Citations:


Update Dart SDK constraint to be compatible with flutter_lints 6.0.0.

flutter_lints 6.0.0 requires Dart SDK ^3.8.0, but the project's environment.sdk (Line 8) is set to >=3.0.0, creating an unresolvable dependency conflict. Update Line 8 to at least >=3.8.0 <4.0.0.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pubspec.yaml` at line 25, The SDK constraint in pubspec.yaml under the
environment.sdk entry is too low for flutter_lints 6.0.0; update the
environment.sdk constraint from ">=3.0.0" (or the current value) to at least
">=3.8.0 <4.0.0" so the Dart SDK requirement matches flutter_lints 6.0.0 and
resolves the conflict.

@satyakwok satyakwok merged commit b91723c into main May 14, 2026
5 checks passed
@satyakwok satyakwok deleted the dependabot/pub/flutter_lints-6.0.0 branch May 14, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant