docker-beautifiers icon indicating copy to clipboard operation
docker-beautifiers copied to clipboard

Docker images for code beautifiers/formatters

Results 13 docker-beautifiers issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/Unibeautify/docker-beautifiers). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | php | final | major | `7.3-alpine` -> `8.3-alpine` | |...

PR: unreviewed

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | final | major | `6-slim` -> `20-slim` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | php | final | minor | `7.3-alpine` -> `7.4-alpine` | |...

PR: unreviewed

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | herpinc/brittany | final | minor | `0.12.1.1` -> `0.13.1.2` | ---...

PR: unreviewed

I've found https://github.com/segeljakt/toml-fmt but this does not preserve comments. Anyone has a comment-preserving TOML beautifier? Thanks!

The newest version of black broke our dockerfile because it requires gcc to be installed. I've modified the black Dockerfile to a two-staged such that the image size stays small....

PR: unreviewed

Thinking about best practices for reproducibility, it would be necessary to have tagged Docker images for each tool based on version releases. Although it is unlikely for formatting to change...