Skip to content

Commit c95f34f

Browse files
authored
Merge pull request #364 from JohT/renovate/jqassistant-typescript-plugin
Update jQAssistant TypeScript Plugin to v1.4.0-M2
2 parents 3e691af + 7933d5f commit c95f34f

4 files changed

+4
-4
lines changed

scripts/configuration/template-neo4jv4-jqassistant.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jqassistant:
2929
plugins:
3030
- group-id: org.jqassistant.plugin.typescript
3131
artifact-id: jqassistant-typescript-plugin
32-
version: 1.4.0-M1
32+
version: 1.4.0-M2
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.1.0

scripts/configuration/template-neo4jv5-jqassistant-continue-on-error.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jqassistant:
2929
plugins:
3030
- group-id: org.jqassistant.plugin.typescript
3131
artifact-id: jqassistant-typescript-plugin
32-
version: 1.4.0-M1
32+
version: 1.4.0-M2
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.1.0

scripts/configuration/template-neo4jv5-jqassistant.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jqassistant:
2929
plugins:
3030
- group-id: org.jqassistant.plugin.typescript
3131
artifact-id: jqassistant-typescript-plugin
32-
version: 1.4.0-M1
32+
version: 1.4.0-M2
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.1.0

scripts/scanTypescript.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ scan_directory() {
8282
# Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager.
8383
# Note: NODE_OPTIONS --max-old-space-size=4096 increases the memory for scanning larger projects
8484
echo -e "${COLOR_DARK_GREY}"
85-
NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/[email protected]M1 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${source_directory_name}.log" >&2
85+
NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/[email protected]M2 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${source_directory_name}.log" >&2
8686
echo -e "${COLOR_DEFAULT}"
8787
else
8888
echo "scanTypescript: Skipping scan of ${source_directory_name} (${progress_information}) -----------------" >&2

0 commit comments

Comments
 (0)