From b52d764d9b9bba0819128053940294175e2aaa24 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 26 Jan 2024 17:26:52 +0200 Subject: [PATCH] chore(deps): bump luacheck from 1.1.1 to 1.1.2 (dev dep) (#12437) 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 163d2539ba23..21de2dca16ef 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)