Skip to content

chore(deps): bump dart_code_linter from 4.1.5 to 4.1.6#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/main/dart_code_linter-4.1.6
Open

chore(deps): bump dart_code_linter from 4.1.5 to 4.1.6#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/main/dart_code_linter-4.1.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps dart_code_linter from 4.1.5 to 4.1.6.

Release notes

Sourced from dart_code_linter's releases.

v4.1.6

What's Changed

Full Changelog: bancolombia/dart-code-linter@v4.1.5...v4.1.6

Changelog

Sourced from dart_code_linter's changelog.

4.1.6

  • Add an auto-fix to the prefer-enums-by-name rule that converts Enum.values.firstWhere((e) => e.name == x) to Enum.values.byName(x). The fix is offered only when the call is safely convertible: a single-parameter == name arrow closure, no orElse, and a lookup that does not reference the closure parameter.
  • Fix a deprecation warning for ExtensionTypeDeclaration.primaryConstructor (deprecated on analyzer 13.1+ in favor of namePart, which doesn't exist before 13.1) by reading the extension type's name structurally through a new ast_compat helper instead of the version-specific getter.
Commits
  • 1d7eddc fix(lint-analyzer): resolve ExtensionTypeDeclaration.primaryConstructor depre...
  • d50c899 feat(prefer-enums-by-name): add guarded auto-fix to convert firstWhere to val...
  • See full diff 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)

Bumps [dart_code_linter](https://github.com/bancolombia/dart-code-linter) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/bancolombia/dart-code-linter/releases)
- [Changelog](https://github.com/bancolombia/dart-code-linter/blob/trunk/CHANGELOG.md)
- [Commits](bancolombia/dart-code-linter@v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: dart_code_linter
  dependency-version: 4.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Updating/upgrading packages. label Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updating/upgrading packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants