File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 116
116
"depNameTemplate" : " jQAssistant/jqa-commandline-tool" ,
117
117
"datasourceTemplate" : " github-tags" ,
118
118
"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"
119
131
}
120
132
]
121
133
}
Original file line number Diff line number Diff line change 161
161
cd " ${fullSourceDirectory} " || exit
162
162
usePackageManagerToInstallDependencies
163
163
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
165
165
)
166
166
echo " downloadTypescriptProject: Moving scanned results into the artifacts/typescript directory..."
167
167
mkdir -p artifacts/typescript
You can’t perform that action at this time.
0 commit comments