diff --git a/bins/stylua/README.md b/bins/stylua/README.md index 90e10567..a1374147 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.3.1 + rev: v2.4.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.3.1 /stylua /usr/bin/stylua +COPY --from=JohnnyMorganz/StyLua:2.4.0 /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.3.1 +aftman add johnnymorganz/stylua@2.4.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.lock b/bins/stylua/pesde.lock index bb2de996..05447692 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.3.1" +version = "2.4.0" target = "lune" [graph."0x5eal/unzip@0.2.0 luau".pkg_ref] diff --git a/bins/stylua/pesde.toml b/bins/stylua/pesde.toml index 72f1afb8..3b679c88 100644 --- a/bins/stylua/pesde.toml +++ b/bins/stylua/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/stylua" -version = "2.3.1" +version = "2.4.0" description = "A Lua code formatter" authors = [ "CompeyDev ",