From bf9c5d9f529d04828f7e4e758d71090331b6c9bb Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Wed, 18 Jan 2023 16:54:03 -0800 Subject: [PATCH 1/7] Bump node/npm --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index de688d9c1d..10a520ee71 100644 --- a/gradle.properties +++ b/gradle.properties @@ -70,7 +70,7 @@ versioningPluginVersion=1.1.2 # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node npmVersion=8.19.3 -nodeVersion=16.19.1 +nodeVersion=18.13.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node From 881a21b0018e079a614fba798a60faa47535be60 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Thu, 19 Jan 2023 10:00:57 -0800 Subject: [PATCH 2/7] Node v16.19.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 10a520ee71..2b5ab7ca72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -70,7 +70,7 @@ versioningPluginVersion=1.1.2 # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node npmVersion=8.19.3 -nodeVersion=18.13.0 +nodeVersion=16.19.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node From add730bb7dff4f00b56a9c4007d6936b184b8df2 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Tue, 13 Jun 2023 14:47:37 -0700 Subject: [PATCH 3/7] Node@18.16.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2b5ab7ca72..3cd456a8fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -70,7 +70,7 @@ versioningPluginVersion=1.1.2 # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node npmVersion=8.19.3 -nodeVersion=16.19.0 +nodeVersion=18.16.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node From 53ad9dfb4d7e59527ff690d3bdd6875d134d13fd Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Tue, 13 Jun 2023 14:47:59 -0700 Subject: [PATCH 4/7] npm@9.5.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3cd456a8fa..630a1648d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -69,7 +69,7 @@ versioningPluginVersion=1.1.2 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node -npmVersion=8.19.3 +npmVersion=9.5.1 nodeVersion=18.16.0 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed From a0135c0188e7cd2b2e3abb754591fbd1a722df50 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Fri, 13 Oct 2023 08:29:22 -0700 Subject: [PATCH 5/7] Bump node/npm --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 630a1648d5..e574ee72a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -69,8 +69,8 @@ versioningPluginVersion=1.1.2 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be used # The version of npm corresponds to the given version of node -npmVersion=9.5.1 -nodeVersion=18.16.0 +npmVersion=9.8.1 +nodeVersion=18.18.1 nodeRepo=https://nodejs.org/dist # Directory in a project's build directory where the node binary will be placed nodeWorkDirectory=.node From b45d9b868286bf33c8a97c702df3935dc72aff6d Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Fri, 13 Oct 2023 09:13:54 -0700 Subject: [PATCH 6/7] touch --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index e574ee72a0..d1bc98b688 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,7 @@ org.gradle.workers.max=3 org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC # Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources. #npmRunLimit=2 +#touch # Set the action to be performed when a version conflict between a dependency included from the build and one that already exists # is detected. Default behavior on detecting a conflict is to fail. Possible values are delete, fail, warn. From 76b4e4141d31afafb6eb1ae69d24cd5cbe933338 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Fri, 13 Oct 2023 09:36:58 -0700 Subject: [PATCH 7/7] untouch --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d1bc98b688..e574ee72a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,6 @@ org.gradle.workers.max=3 org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC # Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources. #npmRunLimit=2 -#touch # Set the action to be performed when a version conflict between a dependency included from the build and one that already exists # is detected. Default behavior on detecting a conflict is to fail. Possible values are delete, fail, warn.