From 71ffea46f56f8cdaf63c91d147947a3071381071 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 26 Jan 2024 16:43:02 +0200 Subject: [PATCH] chore(deps): bump luacheck from 1.1.1 to 1.1.2 (dev dep) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary #### Features - Support NO_COLOR environment variable — @ligurio #### Bug Fixes - Update SILE builtin with more allowed variables — @alerque Signed-off-by: Aapo Talvensaari --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d860bcf7264..0c9cc8d26fb3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OS := $(shell uname | awk '{print tolower($$0)}') MACHINE := $(shell uname -m) -DEV_ROCKS = "busted 2.2.0" "busted-htest 1.0.0" "luacheck 1.1.1" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0" +DEV_ROCKS = "busted 2.2.0" "busted-htest 1.0.0" "luacheck 1.1.2" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0" WIN_SCRIPTS = "bin/busted" "bin/kong" "bin/kong-health" BUSTED_ARGS ?= -v TEST_CMD ?= bin/busted $(BUSTED_ARGS)