Skip to content

chore(deps): update mstruebing/editorconfig-checker docker tag to v4 - autoclosed - #42

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mstruebing-editorconfig-checker-4.x
Closed

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mstruebing-editorconfig-checker-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
mstruebing/editorconfig-checker docker major 2.7.24.0.1

Release Notes

editorconfig-checker/editorconfig-checker (mstruebing/editorconfig-checker)

v4.0.1

Compare Source

Bug Fixes
  • bump golang.org/x/mod to v0.40.0 (3d2215c)
  • ci: build docker images for all our platforms (a34a6ee)
  • update pre-commit-config to use v4 of our repo (fcd68bf)

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • internalize our packages (#​619)
    It will no longer be possible to import our internal packages in your code. If you rely on one of our packages please let us know by opening an issue.
  • migrate to goreleaser dockers_v2. (#​617)
    This means we stop publishing the arch-suffixed images like 3.11.2-amd64 or 3.11.2-arm64v8. All these architectures are still provided in the multiarch tag 3.11.2.
  • rename ec to editorconfig-checker (#​371)
  • .ecrc is no longer discovered as a default config file name. Rename .ecrc to .editorconfig-checker.json, or pass the file explicitly with --config .ecrc.
  • Docker image tags no longer carry a leading v. Pull 3.12.0, 3.12 and 3 instead of v3.12.0, v3.12 and v3
  • the deprecated SpacesAftertabs configuration key has been removed, use SpacesAfterTabs instead.
  • stop accepting latin1 files as utf-8. (#​598)
    Previously charset=utf-8 was satisfied with files encoded as latin1. While most of the latin1 range is identical to utf-8, not all is. If you request utf-8 but have latin1 encoded files expect these files to be reported as violations now.
Features
Bug Fixes
  • add missing space in wrong indentation type error message (#​610) (e0f1b56)
  • allow builds with Go 1.26 (#​615) (343018a)
  • consolidate error blocks that are interleaved with other errors (#​601) (76b6313)
  • correct end line in codeclimate formatter output (#​602) (2476e7c)
  • correct the -disable-end-of-line flag description (#​600) (1615efc)
  • drop a path whose content type could not be read (#​599) (46995b1)
  • handle unset for end_of_line and insert_final_newline (#​594) (123ba31), closes #​580
  • remove ambiguity between potential folder and file matches (#​611) (4c4f7d4)
  • remove leading v from Docker image tags (#​607) (3827a6c)
  • remove retired goreportcard badge (2a9dd32)
  • stop accepting latin1 files as utf-8. (#​598)<br>Previously charset=utf-8 was satisfied with files encoded as latin1. While most of the latin1 range is identical to utf-8, not all is. If you request utf-8 but have latin1 encoded files expect these files to be reported as violations now. (4d84a77)
  • typo in config, SpacesAftertabs => SpacesAfterTabs (#​604) (bbc3f03)
Miscellaneous Chores
  • internalize our packages (#​619)<br>It will no longer be possible to import our internal packages in your code. If you rely on one of our packages please let us know by opening an issue. (d42bcb7)
  • rename ec to editorconfig-checker (#​371) (0e3b27f)
Continuous Integration
  • migrate to goreleaser dockers_v2. (#​617)<br>This means we stop publishing the arch-suffixed images like 3.11.2-amd64 or 3.11.2-arm64v8. All these architectures are still provided in the multiarch tag 3.11.2. (d4c1442)

v3.11.3

Compare Source

editorconfig-checker v3.11.3 (2026-09-03T20:47:05Z)

Welcome to this new release of editorconfig-checker!

Changelog

Others
  • 8d927e9: fix: setup one last v3 patch release, for the people who cannot instantly upgrade (@​klaernie)

Thanks!

Those were the changes on v3.11.3!

v3.11.2

Compare Source

editorconfig-checker v3.11.2 (2026-08-25T21:11:31Z)

Welcome to this new release of editorconfig-checker!

Changelog

Others

Thanks!

Those were the changes on v3.11.2!

v3.11.1

Compare Source

Features
  • immutable-release: tell goreleaser to use the existing draft release (a8e6136)

v3.11.0

Compare Source

editorconfig-checker v3.11.0 (2026-08-08T10:40:38Z)

Welcome to this new release of editorconfig-checker!

Changelog

Others

Thanks!

Those were the changes on v3.11.0!

v3.10.0

Compare Source

editorconfig-checker v3.10.0 (2026-08-07T23:27:59Z)

Welcome to this new release of editorconfig-checker!

Changelog

Others

Thanks!

Those were the changes on v3.10.0!

v3.9.0

Compare Source

Features
  • enable immutable releases (6865c06)

v3.8.0

Compare Source

Features
Bug Fixes
  • anchor node_modules and target default excludes at path start (#​568) (c0c39af)
  • honor -no-color for .ecrc deprecation warning (#​575) (dbb0dbb)

v3.7.0

Compare Source

Features
Bug Fixes
  • cli: auto-enable no-color when output format is github-actions (#​557) (9f4014c)
  • detect binary files before decoding to prevent false text (#​550) (f47b30c)

v3.6.1

Compare Source

Bug Fixes

v3.6.0

Compare Source

Features
Bug Fixes

v3.5.0

Compare Source

Features

v3.4.1

Compare Source

Performance Improvements

v3.4.0

Compare Source

Features

v3.3.0

Compare Source

Features
Bug Fixes
  • skip correct number of errors when consolidating errors (#​464) (8c695f5)

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes

v3.0.3

Compare Source

What's Changed

Full Changelog: editorconfig-checker/editorconfig-checker@v3.0.2...v3.0.3

v3.0.1

Compare Source

What's Changed

Full Changelog: editorconfig-checker/editorconfig-checker@v3.0.0...v3.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls

coveralls commented Sep 3, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 33857271273

Coverage remained the same at 94.118%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 157
Covered Lines: 152
Line Coverage: 96.82%
Relevant Branches: 98
Covered Branches: 88
Branch Coverage: 89.8%
Branches in Coverage %: Yes
Coverage Strength: 2128.2 hits per line

💛 - Coveralls

@renovate
renovate Bot force-pushed the renovate/mstruebing-editorconfig-checker-4.x branch from 68f403e to d9a1eeb Compare September 4, 2026 09:13
@renovate renovate Bot changed the title chore(deps): update mstruebing/editorconfig-checker docker tag to v4 chore(deps): update mstruebing/editorconfig-checker docker tag to v4 - autoclosed Sep 5, 2026
@renovate renovate Bot closed this Sep 5, 2026
@renovate
renovate Bot deleted the renovate/mstruebing-editorconfig-checker-4.x branch September 5, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant