Skip to content

Commit 5ed9f0c

Browse files
committed
Use pinned version for jQAssistant Typescript npm package
1 parent 27c71d3 commit 5ed9f0c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@
116116
"depNameTemplate": "jQAssistant/jqa-commandline-tool",
117117
"datasourceTemplate": "github-tags",
118118
"extractVersionTemplate": "^REL-?(?<version>.*?)$"
119+
},
120+
{
121+
"fileMatch": [
122+
"^scripts\/profiles\/Neo4jv5\\.sh$",
123+
"^scripts\/profiles\/Default\\.sh$",
124+
"^scripts\/[^\/]*\\.sh$"
125+
],
126+
"matchStrings": [
127+
"npx --yes @jqassistant/ts-lce@?(?<currentValue>.*?)"
128+
],
129+
"depNameTemplate": "jqassistant-plugin/jqassistant-typescript-plugin",
130+
"datasourceTemplate": "github-tags"
119131
}
120132
]
121133
}

scripts/downloader/downloadTypescriptProject.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fi
161161
cd "${fullSourceDirectory}" || exit
162162
usePackageManagerToInstallDependencies
163163
echo "downloadTypescriptProject: Scanning Typescript source using @jqassistant/ts-lce..."
164-
npx --yes @jqassistant/ts-lce >"./../../runtime/logs/jqassistant-typescript-scan-${projectName}.log" 2>&1 || exit
164+
npx --yes @jqassistant/ts-lce@1.2.0 >"./../../runtime/logs/jqassistant-typescript-scan-${projectName}.log" 2>&1 || exit
165165
)
166166
echo "downloadTypescriptProject: Moving scanned results into the artifacts/typescript directory..."
167167
mkdir -p artifacts/typescript

0 commit comments

Comments
 (0)