From 8daad8f3fc3cf0c761856640cb885d4ac98bee2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:05:00 +0000 Subject: [PATCH] Update jQAssistant TypeScript Plugin to v1.4.0-M1 --- scripts/configuration/template-neo4jv4-jqassistant.yaml | 2 +- .../template-neo4jv5-jqassistant-continue-on-error.yaml | 2 +- scripts/configuration/template-neo4jv5-jqassistant.yaml | 2 +- scripts/scanTypescript.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/configuration/template-neo4jv4-jqassistant.yaml b/scripts/configuration/template-neo4jv4-jqassistant.yaml index 9592c09ce..6d902afc8 100644 --- a/scripts/configuration/template-neo4jv4-jqassistant.yaml +++ b/scripts/configuration/template-neo4jv4-jqassistant.yaml @@ -29,7 +29,7 @@ jqassistant: plugins: - group-id: org.jqassistant.plugin.typescript artifact-id: jqassistant-typescript-plugin - version: 1.3.2 + version: 1.4.0-M1 - group-id: org.jqassistant.plugin artifact-id: jqassistant-npm-plugin version: 2.1.0-M1 diff --git a/scripts/configuration/template-neo4jv5-jqassistant-continue-on-error.yaml b/scripts/configuration/template-neo4jv5-jqassistant-continue-on-error.yaml index 0904ae998..e867a515e 100644 --- a/scripts/configuration/template-neo4jv5-jqassistant-continue-on-error.yaml +++ b/scripts/configuration/template-neo4jv5-jqassistant-continue-on-error.yaml @@ -29,7 +29,7 @@ jqassistant: plugins: - group-id: org.jqassistant.plugin.typescript artifact-id: jqassistant-typescript-plugin - version: 1.3.2 + version: 1.4.0-M1 - group-id: org.jqassistant.plugin artifact-id: jqassistant-npm-plugin version: 2.1.0-M1 diff --git a/scripts/configuration/template-neo4jv5-jqassistant.yaml b/scripts/configuration/template-neo4jv5-jqassistant.yaml index 1b3c66029..bff6412a9 100644 --- a/scripts/configuration/template-neo4jv5-jqassistant.yaml +++ b/scripts/configuration/template-neo4jv5-jqassistant.yaml @@ -29,7 +29,7 @@ jqassistant: plugins: - group-id: org.jqassistant.plugin.typescript artifact-id: jqassistant-typescript-plugin - version: 1.3.2 + version: 1.4.0-M1 - group-id: org.jqassistant.plugin artifact-id: jqassistant-npm-plugin version: 2.1.0-M1 diff --git a/scripts/scanTypescript.sh b/scripts/scanTypescript.sh index f68b4a40b..81933e832 100755 --- a/scripts/scanTypescript.sh +++ b/scripts/scanTypescript.sh @@ -82,7 +82,7 @@ scan_directory() { # Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager. # Note: NODE_OPTIONS --max-old-space-size=4096 increases the memory for scanning larger projects echo -e "${COLOR_DARK_GREY}" - NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/ts-lce@1.3.2 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${source_directory_name}.log" >&2 + NODE_OPTIONS="${NODE_OPTIONS} --max-old-space-size=${TYPESCRIPT_SCAN_HEAP_MEMORY}" npx --yes @jqassistant/ts-lce@1.4.0-M1 "${1}" --extension React 2>&1 | tee "${LOG_DIRECTORY}/jqassistant-typescript-scan-${source_directory_name}.log" >&2 echo -e "${COLOR_DEFAULT}" else echo "scanTypescript: Skipping scan of ${source_directory_name} (${progress_information}) -----------------" >&2