diff --git a/bins/stylua/README.md b/bins/stylua/README.md index 0d29f038..5af9d615 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.4.1 + rev: v2.5.2 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.4.1 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:2.5.2 /stylua /usr/bin/stylua ``` ### Homebrew @@ -110,7 +110,7 @@ uv tool install git+https://github.com/johnnymorganz/stylua - [Aftman](https://github.com/LPGhatguy/aftman) ```sh -aftman add johnnymorganz/stylua@2.4.1 +aftman add johnnymorganz/stylua@2.5.2 ``` - 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.lock b/bins/stylua/pesde.lock index d367e323..b4b820b7 100644 --- a/bins/stylua/pesde.lock +++ b/bins/stylua/pesde.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. format = 2 name = "pesde/stylua" -version = "2.4.1" +version = "2.5.2" target = "lune" [graph."0x5eal/unzip@0.2.1 luau".pkg_ref] diff --git a/bins/stylua/pesde.toml b/bins/stylua/pesde.toml index d34d82ee..771f53e0 100644 --- a/bins/stylua/pesde.toml +++ b/bins/stylua/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/stylua" -version = "2.4.1" +version = "2.5.2" description = "A Lua code formatter" authors = [ "CompeyDev ",