From af9fea1dfef067ffe794e10dec7a7530346db623 Mon Sep 17 00:00:00 2001 From: ernisto Date: Wed, 23 Apr 2025 13:50:05 -0300 Subject: [PATCH] chore(bins): bump `stylua` to v2.1.0 --- bins/stylua/README.md | 6 +++--- bins/stylua/pesde.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bins/stylua/README.md b/bins/stylua/README.md index 17ac811..931e203 100644 --- a/bins/stylua/README.md +++ b/bins/stylua/README.md @@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.0.2 + rev: v2.1.0 hooks: - id: stylua # or stylua-system / stylua-github ``` @@ -84,7 +84,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s If you are using Docker, the easiest way to install StyLua is: ```dockerfile -COPY --from=JohnnyMorganz/StyLua:2.0.2 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:2.1.0 /stylua /usr/bin/stylua ``` ### Homebrew @@ -101,7 +101,7 @@ brew install stylua - [Aftman](https://github.com/LPGhatguy/aftman) ```sh -aftman add johnnymorganz/stylua@2.0.2 +aftman add johnnymorganz/stylua@2.1.0 ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests. diff --git a/bins/stylua/pesde.toml b/bins/stylua/pesde.toml index 6c0a27b..18a0ac0 100644 --- a/bins/stylua/pesde.toml +++ b/bins/stylua/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/stylua" -version = "2.0.2" +version = "2.1.0" description = "A Lua code formatter" authors = [ "CompeyDev ",