chore(deps): update mstruebing/editorconfig-checker docker tag to v4 - #8947
Conversation
✅
|
| ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.11.2 | ||
| ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=4.0.1 | ||
| - FROM mstruebing/editorconfig-checker:${EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION} AS editorconfig-checker | ||
| - COPY --link --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker |
There was a problem hiding this comment.
The binary name changed, and is not ec anymore. It is the long name now. I can't verify it, but that was the goal, and it landed in version 4
3daf2f2 to
4af64e4
Compare
editorconfig-checker v4 renamed /usr/bin/ec to /usr/bin/editorconfig-checker in its Docker image.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Only in CI jobs; per-linter test jobs now pass GITHUB_ACTIONS to the test container.

This PR contains the following updates:
v3.11.2→4.0.1v3.11.2→4.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
editorconfig-checker/editorconfig-checker (mstruebing/editorconfig-checker)
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
⚠ BREAKING CHANGES
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.
This means we stop publishing the arch-suffixed images like
3.11.2-amd64or3.11.2-arm64v8. All these architectures are still provided in the multiarch tag3.11.2..ecrcis no longer discovered as a default config file name. Rename.ecrcto.editorconfig-checker.json, or pass the file explicitly with--config .ecrc.v. Pull3.12.0,3.12and3instead ofv3.12.0,v3.12andv3SpacesAftertabsconfiguration key has been removed, useSpacesAfterTabsinstead.Previously
charset=utf-8was satisfied with files encoded aslatin1. While most of thelatin1range is identical toutf-8, not all is. If you requestutf-8but havelatin1encoded files expect these files to be reported as violations now.Features
github-actionsoutput format in CI (#606) (271c500).ecrcconfig file name (#603) (2062751)Bug Fixes
unsetforend_of_lineandinsert_final_newline(#594) (123ba31), closes #580vfrom Docker image tags (#607) (3827a6c)charset=utf-8was satisfied with files encoded aslatin1. While most of thelatin1range is identical toutf-8, not all is. If you requestutf-8but havelatin1encoded files expect these files to be reported as violations now. (4d84a77)SpacesAftertabs=>SpacesAfterTabs(#604) (bbc3f03)Miscellaneous Chores
Continuous Integration
3.11.2-amd64or3.11.2-arm64v8. All these architectures are still provided in the multiarch tag3.11.2. (d4c1442)v3.11.3Compare 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!
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.