From 9f7e97641bef531acb7c2557b7fa0b17b2dca206 Mon Sep 17 00:00:00 2001 From: prasadtalasila Date: Tue, 3 Oct 2023 13:47:09 +0200 Subject: [PATCH 1/2] Updates dependabot configuration --- .github/dependabot.yml | 3 +++ client/script/clean.bash | 3 +-- servers/execution/runner/script/clean.bash | 3 +-- servers/lib/script/clean.bash | 3 +-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b71c79352..5800edb87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: - "octocat" commit-message: prefix: "client-npm: " + target-branch: "dependabot-merge" pull-request-branch-name: separator: "-" reviewers: @@ -23,6 +24,7 @@ updates: - "octocat" commit-message: prefix: "libms-npm: " + target-branch: "dependabot-merge" pull-request-branch-name: separator: "-" reviewers: @@ -37,6 +39,7 @@ updates: - "octocat" commit-message: prefix: "runner-npm: " + target-branch: "dependabot-merge" pull-request-branch-name: separator: "-" reviewers: diff --git a/client/script/clean.bash b/client/script/clean.bash index 222a856e8..dd1cdb9b2 100755 --- a/client/script/clean.bash +++ b/client/script/clean.bash @@ -1,3 +1,2 @@ #!/bin/bash -rm -rf build/ node_modules/ coverage/ playwright-report/ -rm src.svg test.svg \ No newline at end of file +rm -rf build/ node_modules/ coverage/ playwright-report/ *.svg \ No newline at end of file diff --git a/servers/execution/runner/script/clean.bash b/servers/execution/runner/script/clean.bash index e2b62928a..14ec423c5 100755 --- a/servers/execution/runner/script/clean.bash +++ b/servers/execution/runner/script/clean.bash @@ -1,3 +1,2 @@ #!/bin/bash -rm -rf build node_modules coverage dist -rm src.svg test.svg \ No newline at end of file +rm -rf build node_modules coverage dist *.svg \ No newline at end of file diff --git a/servers/lib/script/clean.bash b/servers/lib/script/clean.bash index e2b62928a..43edac9e4 100755 --- a/servers/lib/script/clean.bash +++ b/servers/lib/script/clean.bash @@ -1,3 +1,2 @@ #!/bin/bash -rm -rf build node_modules coverage dist -rm src.svg test.svg \ No newline at end of file +rm -rf build node_modules coverage dist *.svg \ No newline at end of file From 4993bba4742a1d7c4eab5d9681ee0215364bd89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:43:53 +0000 Subject: [PATCH 2/2] runner-npm: bump eslint-plugin-jest in /servers/execution/runner Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.3 to 27.4.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.3...v27.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- servers/execution/runner/package.json | 2 +- servers/execution/runner/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/servers/execution/runner/package.json b/servers/execution/runner/package.json index 232476c67..717f57389 100644 --- a/servers/execution/runner/package.json +++ b/servers/execution/runner/package.json @@ -43,7 +43,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.9.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jest": "^27.2.3", + "eslint-plugin-jest": "^27.4.2", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.6.2", "prettier": "^3.0.0", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index a3d578ecf..19463d733 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -2639,10 +2639,10 @@ eslint-plugin-import@^2.28.0: semver "^6.3.1" tsconfig-paths "^3.14.2" -eslint-plugin-jest@^27.2.3: - version "27.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec" - integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ== +eslint-plugin-jest@^27.4.2: + version "27.4.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed" + integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg== dependencies: "@typescript-eslint/utils" "^5.10.0"