Skip to content

Commit ed184be

Browse files
authored
Merge pull request #252 from JohT/renovate/jqassistant-typescript-plugin
Update jQAssistant TypeScript Plugin to v1.3.1
2 parents d590ba1 + 4901ae1 commit ed184be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/configuration/template-neo4jv4-jqassistant.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
32+
version: 1.3.1
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.0.0

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

Lines changed: 1 addition & 1 deletion
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.3.0
32+
version: 1.3.1
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.0.0

scripts/configuration/template-neo4jv5-jqassistant.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
32+
version: 1.3.1
3333
- group-id: org.jqassistant.plugin
3434
artifact-id: jqassistant-npm-plugin
3535
version: 2.0.0

scripts/scanTypescript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ scan_directory() {
7070
# Note: For later troubleshooting, the output is also copied to a dedicated log file using "tee".
7171
# Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager.
7272
# Note: NODE_OPTIONS --max-old-space-size=4096 increases the memory for scanning larger projects
73-
NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/[email protected].0 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${directory_name}.log" >&2
73+
NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/[email protected].1 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${directory_name}.log" >&2
7474
else
7575
echo "scanTypescript: Skipping scan of ${source_directory_name} (${progress_information}) -----------------" >&2
7676
fi

0 commit comments

Comments
 (0)