Skip to content

build(deps): bump dart_code_linter from 4.1.2 to 4.1.5#48

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps dart_code_linter from 4.1.2 to 4.1.5.

Release notes

Sourced from dart_code_linter's releases.

v4.1.5

What's Changed

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

v4.1.4

What's Changed

Full Changelog: bancolombia/dart-code-linter@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: bancolombia/dart-code-linter@v4.1.2...v4.1.3

Changelog

Sourced from dart_code_linter's changelog.

4.1.5

  • Add an auto-fix to the avoid-duplicate-exports rule that deletes the duplicate export directive (the earlier export already covers the same URI, so the removal is behavior-preserving).
  • Fix a RangeError crash in the fix command when a file had multiple auto-fixable issues; fixes are now applied from the end of the file towards the start so earlier edits no longer invalidate later offsets.

4.1.4

  • Add an auto-fix to the no-blank-line-before-single-return rule that removes the blank line(s) before a single return statement in a block, preserving any comments.
  • Fix a false positive in no-blank-line-before-single-return where a trailing comment on the block's opening brace (e.g. { // comment) was reported even without a blank line before the return.

4.1.3

  • Add an auto-fix to the avoid-unnecessary-type-casts rule that removes the redundant as cast (e.g. value as String becomes value).
Commits
  • 63dba63 feat(avoid-duplicate-exports): add auto-fix to delete the duplicate export di...
  • db411dd fix(lint-analyzer): apply fixes back-to-front to avoid RangeError on multiple...
  • 432bb45 feat(no-blank-line-before-single-return): add auto-fix and fix trailing-brace...
  • 2d631ac feat(avoid-unnecessary-type-casts): add auto-fix to remove redundant cast (#244)
  • 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.2 to 4.1.5.
- [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.2...v4.1.5)

---
updated-dependencies:
- dependency-name: dart_code_linter
  dependency-version: 4.1.5
  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 Jun 19, 2026
@teamsuperpanda

Copy link
Copy Markdown
Owner

Superseded by flutter pub upgrade

@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pub/main/dart_code_linter-4.1.5 branch June 25, 2026 17:34
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.

1 participant