From 62961ce6fdf58117fa166da210be1347f829a54c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:08:26 +0000 Subject: [PATCH] Update dependency @jqassistant/ts-lce to v1.2.3 --- scripts/scanTypescript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scanTypescript.sh b/scripts/scanTypescript.sh index fd87171cf..4a552635a 100755 --- a/scripts/scanTypescript.sh +++ b/scripts/scanTypescript.sh @@ -43,7 +43,7 @@ else # For later troubleshooting, the output is also copied to a dedicated log file using "tee". # Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager. mkdir -p "./runtime/logs" - ( cd "./${SOURCE_DIRECTORY}" && npx --yes @jqassistant/ts-lce@1.2.1 --extension React 2>&1 | tee "./../runtime/logs/jqassistant-typescript-scan.log" >&2 || exit ) + ( cd "./${SOURCE_DIRECTORY}" && npx --yes @jqassistant/ts-lce@1.2.3 --extension React 2>&1 | tee "./../runtime/logs/jqassistant-typescript-scan.log" >&2 || exit ) changeDetectionReturnCode=$( source "${SCRIPTS_DIR}/detectChangedFiles.sh" --hashfile "${changeDetectionHashFilePath}" --paths "./${SOURCE_DIRECTORY}") fi