Skip to content

chore(deps): bump dart_code_linter from 4.1.8 to 4.1.9 - #56

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps dart_code_linter from 4.1.8 to 4.1.9.

Release notes

Sourced from dart_code_linter's releases.

v4.1.9

What's Changed

Full Changelog: bancolombia/dart-code-linter@v4.1.8...v4.1.9

Changelog

Sourced from dart_code_linter's changelog.

4.1.9

  • Add opt-in detection of unused private members in type declarations (methods, fields, getters, setters and named constructors) to check-unused-code. Private members cannot be referenced from outside the declaring library, which rules out the reflection and cross-library false positives that make public members unreliable to analyze. Mirroring the SDK's unused_element semantics, a sole private constructor is never reported: it is the intentional prevent-instantiation/extension pattern (an entirely unused class is still reported by the class-level check). Enabled via the --analyze-private-members CLI flag or the unused-code.analyze-private-members analysis-options key; disabled by default.
Commits
  • be95d7c feat(unused-code): detect unused private class members behind a flag (#176) (...
  • 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.8 to 4.1.9.
- [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.8...v4.1.9)

---
updated-dependencies:
- dependency-name: dart_code_linter
  dependency-version: 4.1.9
  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 Aug 7, 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