Skip to content

Commit 5cc9a98

Browse files
authored
Merge pull request #205 from JohT/renovate/jqassistant-ts-lce-1.x
Update dependency @jqassistant/ts-lce to v1.2.1
2 parents 0089d68 + 03feced commit 5cc9a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/findPathsToScan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -d "./${SOURCE_DIRECTORY}" ] ; then
4343
# TODO: Remove patchJQAssistantTypescriptPlugin when issue is resolved: https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/issues/125
4444
source "${SCRIPTS_DIR}/patchJQAssistantTypescriptPlugin.sh" >&2
4545
echo "findPathsToScan: Scanning Typescript source using @jqassistant/ts-lce..." >&2
46-
( cd "./${SOURCE_DIRECTORY}" && npx --yes @jqassistant/[email protected].0 --extension React >"./../runtime/logs/jqassistant-typescript-scan.log" 2>&1 || exit )
46+
( cd "./${SOURCE_DIRECTORY}" && npx --yes @jqassistant/[email protected].1 --extension React >"./../runtime/logs/jqassistant-typescript-scan.log" 2>&1 || exit )
4747
else
4848
echo "findPathToScan Error: Command npx not found. It's needed to execute @jqassistant/ts-lce to scan Typescript projects."
4949
fi

scripts/patchJQAssistantTypescriptPlugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ! command -v "npx" &> /dev/null ; then
2121
fi
2222

2323
echo "patchJQAssistantTypescriptPlugin: Installing jQAssistant Typescript Plugin @jqassistant/ts-lce using npx"
24-
jqassistant_typescript_plugin_installation_path=$(npx --yes --package @jqassistant/[email protected].0 which jqa-ts-lce)
24+
jqassistant_typescript_plugin_installation_path=$(npx --yes --package @jqassistant/[email protected].1 which jqa-ts-lce)
2525
echo "patchJQAssistantTypescriptPlugin: jqassistant_typescript_plugin_installation_path=${jqassistant_typescript_plugin_installation_path}"
2626

2727
jqassistant_typescript_plugin_bin_path=$(dirname -- "${jqassistant_typescript_plugin_installation_path}")

0 commit comments

Comments
 (0)