From 971a26de8b9a00fc799b8439f196bc171946e87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 24 Nov 2022 19:22:08 +0100 Subject: [PATCH 1/4] Add npm dependencies handling dependabot configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d772824..420065dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,11 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/" + directory: '/' schedule: - interval: weekly - day: sunday - time: "10:00" - timezone: Etc/UCT + interval: 'weekly' + labels: + - 'dependencies' ignore: - dependency-name: github.com/onsi/ginkgo versions: @@ -15,3 +14,10 @@ updates: versions: - 1.8.0 - 1.8.1 +- package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + labels: + - 'dependencies' + versioning-strategy: increase From 26d0e7203d84d80cd3e403fd5769b241bc80668b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 24 Nov 2022 19:27:13 +0100 Subject: [PATCH 2/4] Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 420065dc..992eec55 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: 'weekly' labels: - - 'dependencies' + - 'dependencies' ignore: - dependency-name: github.com/onsi/ginkgo versions: @@ -15,9 +15,9 @@ updates: - 1.8.0 - 1.8.1 - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' - labels: - - 'dependencies' - versioning-strategy: increase + directory: '/' + schedule: + interval: 'weekly' + labels: + - 'dependencies' + versioning-strategy: increase From 96b66aa9cbee847ef0e9562d1791fb87df016d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 25 Nov 2022 12:40:42 +0100 Subject: [PATCH 3/4] White space cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- cmd/testdata/mtahtml5/mta.sh | 2 +- integration/testdata/mtahtml5/mta.sh | 2 +- internal/archive/testdata/mtahtml5/mta.sh | 2 +- internal/archive/testdata/testproject/mta.sh | 2 +- internal/buildops/testdata/mtahtml5/mta.sh | 2 +- internal/buildops/testdata/testproject/mta.sh | 2 +- internal/exec/testdata/mtahtml5/mta.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/testdata/mtahtml5/mta.sh b/cmd/testdata/mtahtml5/mta.sh index fdf3eead..e6466e02 100644 --- a/cmd/testdata/mtahtml5/mta.sh +++ b/cmd/testdata/mtahtml5/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/integration/testdata/mtahtml5/mta.sh b/integration/testdata/mtahtml5/mta.sh index fdf3eead..e6466e02 100755 --- a/integration/testdata/mtahtml5/mta.sh +++ b/integration/testdata/mtahtml5/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/internal/archive/testdata/mtahtml5/mta.sh b/internal/archive/testdata/mtahtml5/mta.sh index fdf3eead..e6466e02 100755 --- a/internal/archive/testdata/mtahtml5/mta.sh +++ b/internal/archive/testdata/mtahtml5/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/internal/archive/testdata/testproject/mta.sh b/internal/archive/testdata/testproject/mta.sh index fdf3eead..e6466e02 100644 --- a/internal/archive/testdata/testproject/mta.sh +++ b/internal/archive/testdata/testproject/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/internal/buildops/testdata/mtahtml5/mta.sh b/internal/buildops/testdata/mtahtml5/mta.sh index fdf3eead..e6466e02 100644 --- a/internal/buildops/testdata/mtahtml5/mta.sh +++ b/internal/buildops/testdata/mtahtml5/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/internal/buildops/testdata/testproject/mta.sh b/internal/buildops/testdata/testproject/mta.sh index fdf3eead..e6466e02 100644 --- a/internal/buildops/testdata/testproject/mta.sh +++ b/internal/buildops/testdata/testproject/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment diff --git a/internal/exec/testdata/mtahtml5/mta.sh b/internal/exec/testdata/mtahtml5/mta.sh index fdf3eead..e6466e02 100644 --- a/internal/exec/testdata/mtahtml5/mta.sh +++ b/internal/exec/testdata/mtahtml5/mta.sh @@ -16,7 +16,7 @@ # ----Executing build for module ui5app ------- # installing module dependencies & execute grunt & remove dev dependencies - (npm install && grunt && npm prune production ) & + (npm install && grunt && npm prune production) & # wait to the process to finish wait # Pack module after build for deployment From 4c8de0964c78ff4f03d2b7e89b4773e3e41409cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 25 Nov 2022 13:34:28 +0100 Subject: [PATCH 4/4] Sync package-lock.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d2733f8..cc693595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mbt", - "version": "1.2.19", + "version": "1.2.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mbt", - "version": "1.2.19", + "version": "1.2.20", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": {