From c290c868985554ac8eb94d89f4701ff1098767bd Mon Sep 17 00:00:00 2001 From: "reportportal.io" Date: Mon, 20 Nov 2023 18:48:51 +0000 Subject: [PATCH 1/8] 5.0.7 -> 5.0.8-SNAPSHOT --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0043336..16fc02b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.7 +5.0.8-SNAPSHOT From 6ddc3ff84f7d5a04d367d923c713fb894cc3a6e5 Mon Sep 17 00:00:00 2001 From: Ilya Date: Mon, 20 Nov 2023 21:53:20 +0300 Subject: [PATCH 2/8] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa52ba5..61d121b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,4 +54,4 @@ jobs: npm config list npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From a3f083703d0c26e6920f148aafbb34588fef477b Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 4 Jan 2024 20:55:06 +0300 Subject: [PATCH 3/8] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4a82b9c..4d58196 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @AmsterGet @Bam6ycha +* @AmsterGet From 35538ffed3db58718a2569bd59201623017d2ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:43:55 +0300 Subject: [PATCH 4/8] Bump follow-redirects from 1.15.2 to 1.15.4 (#135) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99f3e12..3a9a271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@reportportal/agent-js-jest", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@reportportal/client-javascript": "^5.0.15", @@ -2769,9 +2769,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "funding": [ { "type": "individual", From ed2a61ac621a7cd957d9b0c2e06772944578802d Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 19 Jan 2024 20:34:07 +0300 Subject: [PATCH 5/8] EPMRPP-87604 || Use only patch versions of JS client automatically --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a9a271..d9c7d6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@reportportal/client-javascript": "^5.0.15", + "@reportportal/client-javascript": "~5.0.15", "strip-ansi": "^6.0.1" }, "devDependencies": { diff --git a/package.json b/package.json index ab5dd26..bfcb0d7 100755 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "constants" ], "dependencies": { - "@reportportal/client-javascript": "^5.0.15", + "@reportportal/client-javascript": "~5.0.15", "strip-ansi": "^6.0.1" }, "devDependencies": { From 4c28984d5689cb55e048ccfaecd1593d378a3138 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 19 Jan 2024 20:34:41 +0300 Subject: [PATCH 6/8] EPMRPP-87604 || Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2a1d6..3871b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Deprecated +- Node.js 10 usage. This version is the latest that supports Node.js 10. ## [5.0.7] - 2023-11-20 ### Fixed From 09b798b006b6506c31813b6b87ccc9716621841c Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 19 Jan 2024 20:35:33 +0300 Subject: [PATCH 7/8] EPMRPP-87604 || Set version fragment to patch after release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87112be..6af85d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,6 +110,7 @@ jobs: git checkout develop git merge master -Xtheirs --allow-unrelated-histories echo "${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT" > ${{ env.versionFileName }} + echo "patch" > ${{ env.versionFragmentFileName }} git status git add ${{ env.versionFileName }} git commit -m "${{ needs.calculate-version.outputs.releaseVersion }} -> ${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT" From 9ed7583a8acf726b140918536ce0e1c3a94830a4 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 19 Jan 2024 20:36:23 +0300 Subject: [PATCH 8/8] EPMRPP-87604 || Bump versions of GitHub actions for release workflow --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af85d3..d086733 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: releaseVersion: ${{ steps.exposeVersion.outputs.releaseVersion }} steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read version id: readVersion run: | @@ -61,9 +61,9 @@ jobs: versionInfo: ${{ steps.readChangelogEntry.outputs.log_entry }} steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '12' - name: Configure git @@ -121,7 +121,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Create Release id: createRelease uses: actions/create-release@v1