From bff89d8f33255359022805dcfe0195ad608a578a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:20:56 +0400 Subject: [PATCH 01/28] ci(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 (#423) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc64f52a..a83a784a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: # Store already-built plugin as an artifact for downloading - name: Upload artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/content/*/* @@ -153,7 +153,7 @@ jobs: # Collect Tests Result of failed tests - name: Collect Tests Result if: ${{ failure() }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: tests-result path: ${{ github.workspace }}/build/reports/tests @@ -245,7 +245,7 @@ jobs: # Collect Plugin Verifier Result - name: Collect Plugin Verifier Result if: ${{ always() }} - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier From 5172bb504ab98250b0dbc3c3b93775020084cbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:46:57 +0400 Subject: [PATCH 02/28] ci(deps): bump actions/cache from 4.1.0 to 4.1.1 (#426) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a83a784a..43995f5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} From bacd65dfaeb00234b85306920baed4c399fab065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:39:53 +0400 Subject: [PATCH 03/28] build(deps): bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.0.21 (#428) Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 725aaa9f..b0f26593 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junit = "4.13.2" # plugins changelog = "2.1.2" intelliJPlatform = "2.1.0" -kotlin = "2.0.20" +kotlin = "2.0.21" kover = "0.8.3" qodana = "2024.2.3" From 2b42c7ad8098ad20857dda2e464a4146f998fcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:36:14 +0400 Subject: [PATCH 04/28] ci(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#424) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 10 +++++----- .github/workflows/changelog.yml | 2 +- .github/workflows/git-flow.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43995f5d..94a57fdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # Validate wrapper - name: Gradle Wrapper Validation @@ -133,7 +133,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # Set up Java environment for the next steps - name: Setup Java @@ -184,7 +184,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis @@ -218,7 +218,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # Set up Java environment for the next steps - name: Setup Java @@ -263,7 +263,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # Remove old release drafts by using the curl request for the available releases with a draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c9db276e..707f1fb8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/.github/workflows/git-flow.yml b/.github/workflows/git-flow.yml index 1dd730e0..d8e1955f 100644 --- a/.github/workflows/git-flow.yml +++ b/.github/workflows/git-flow.yml @@ -22,7 +22,7 @@ jobs: steps: # Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it - name: Checkout Repository Code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # This step uses the Git Flow Action to create PRs based on branch types - name: Execute Git Flow Action diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b83fd7f..484c47b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index bdea2a2e..b5b5a6c8 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 # Set up Java environment for the next steps - name: Setup Java From 2ab4d4529c288a57b1b2d6615b327936c66d14c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:36:53 +0400 Subject: [PATCH 05/28] ci(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 (#427) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94a57fdd..84bf1013 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: # Store already-built plugin as an artifact for downloading - name: Upload artifact - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/content/*/* @@ -153,7 +153,7 @@ jobs: # Collect Tests Result of failed tests - name: Collect Tests Result if: ${{ failure() }} - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 with: name: tests-result path: ${{ github.workspace }}/build/reports/tests @@ -245,7 +245,7 @@ jobs: # Collect Plugin Verifier Result - name: Collect Plugin Verifier Result if: ${{ always() }} - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 with: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier From ce1c8247457cdb4ec233aef6507a000b5f0970aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:45:16 +0400 Subject: [PATCH 06/28] ci(deps): bump orhun/git-cliff-action from 4.3.0 to 4.3.1 (#429) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 707f1fb8..3a8dd5ad 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -43,7 +43,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v4.3.0 + uses: orhun/git-cliff-action@v4.3.1 id: git-cliff with: config: cliff.toml From 1dfd18ce3a91f4f658c788e7ccc30b3e58ef07a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:19:05 +0400 Subject: [PATCH 07/28] ci(deps): bump actions/cache from 4.1.1 to 4.1.2 (#430) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84bf1013..b7ea2dab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} From b4be78ffa1db834ef42a4e39a4e0b897ab81d539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:36:53 +0400 Subject: [PATCH 08/28] ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#431) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 10 +++++----- .github/workflows/changelog.yml | 2 +- .github/workflows/git-flow.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7ea2dab..1964daa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Validate wrapper - name: Gradle Wrapper Validation @@ -133,7 +133,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Set up Java environment for the next steps - name: Setup Java @@ -184,7 +184,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis @@ -218,7 +218,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Set up Java environment for the next steps - name: Setup Java @@ -263,7 +263,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Remove old release drafts by using the curl request for the available releases with a draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3a8dd5ad..9b8af45e 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/git-flow.yml b/.github/workflows/git-flow.yml index d8e1955f..81b412b6 100644 --- a/.github/workflows/git-flow.yml +++ b/.github/workflows/git-flow.yml @@ -22,7 +22,7 @@ jobs: steps: # Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it - name: Checkout Repository Code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # This step uses the Git Flow Action to create PRs based on branch types - name: Execute Git Flow Action diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 484c47b0..153506c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index b5b5a6c8..68db256d 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out the current repository - name: Fetch Sources - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Set up Java environment for the next steps - name: Setup Java From 2446d1edead22c02f50afd187e94401c46a9b193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:31:47 +0400 Subject: [PATCH 09/28] build(deps): bump org.jetbrains.qodana from 2024.2.3 to 2024.2.5 (#432) Bumps org.jetbrains.qodana from 2024.2.3 to 2024.2.5. --- updated-dependencies: - dependency-name: org.jetbrains.qodana dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0f26593..c631cc33 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ changelog = "2.1.2" intelliJPlatform = "2.1.0" kotlin = "2.0.21" kover = "0.8.3" -qodana = "2024.2.3" +qodana = "2024.2.5" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" } From 01ea711713a74a65da5c723a65a7a9985a6726e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:20:57 +0400 Subject: [PATCH 10/28] ci(deps): bump JetBrains/qodana-action from 2024.2.3 to 2024.2.5 (#434) Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2.3 to 2024.2.5. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2024.2.3...v2024.2.5) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1964daa5..57ff9b70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -198,7 +198,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2024.2.3 + uses: JetBrains/qodana-action@v2024.2.5 with: cache-default-branch-only: true From 90cd6065b5f757f2d5f85568f3b6fbb3fea816a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:21:00 +0400 Subject: [PATCH 11/28] ci(deps): bump actions/setup-java from 4.4.0 to 4.5.0 (#433) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57ff9b70..095f60e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 @@ -137,7 +137,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 @@ -191,7 +191,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 @@ -222,7 +222,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 9b8af45e..5e0732b5 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -22,7 +22,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 153506c9..a2503848 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 68db256d..b36ba59b 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -37,7 +37,7 @@ jobs: # Set up Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: zulu java-version: 17 From ebd6e2f7eab1f6f092dd98d06bb946830f4d8d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:25:39 +0400 Subject: [PATCH 12/28] ci(deps): bump JetBrains/qodana-action from 2024.2.5 to 2024.2.6 (#435) Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2.5 to 2024.2.6. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2024.2.5...v2024.2.6) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 095f60e3..987996a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -198,7 +198,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2024.2.5 + uses: JetBrains/qodana-action@v2024.2.6 with: cache-default-branch-only: true From d5d81dc6c881f0459df3097f5e80e879dd88df6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:21:10 +0400 Subject: [PATCH 13/28] ci(deps): bump gradle/actions from 4.1.0 to 4.2.0 (#437) Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 987996a7..afb87513 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: # Validate wrapper - name: Gradle Wrapper Validation - uses: gradle/actions/wrapper-validation@v4.1.0 + uses: gradle/actions/wrapper-validation@v4.2.0 # Set up Java environment for the next steps - name: Setup Java @@ -72,7 +72,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Set environment variables - name: Export Properties @@ -144,7 +144,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Run tests - name: Run Tests @@ -229,7 +229,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 5e0732b5..7b660943 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,7 +29,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Set environment variables - name: Export Properties diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2503848..f94acfe7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Publish the plugin to JetBrains Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index b36ba59b..0229abe2 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -44,7 +44,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 # Run IDEA prepared for UI testing - name: Run IDE From 1c4e25809e1928967f7b73229579c662a69fe386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:32:18 +0400 Subject: [PATCH 14/28] ci(deps): bump gradle/actions from 4.2.0 to 4.2.1 (#440) Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afb87513..8f9b0b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: # Validate wrapper - name: Gradle Wrapper Validation - uses: gradle/actions/wrapper-validation@v4.2.0 + uses: gradle/actions/wrapper-validation@v4.2.1 # Set up Java environment for the next steps - name: Setup Java @@ -72,7 +72,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Set environment variables - name: Export Properties @@ -144,7 +144,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Run tests - name: Run Tests @@ -229,7 +229,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7b660943..5998783b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,7 +29,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Set environment variables - name: Export Properties diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f94acfe7..689cbd63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Publish the plugin to JetBrains Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 0229abe2..efc4ceeb 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -44,7 +44,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.2.0 + uses: gradle/actions/setup-gradle@v4.2.1 # Run IDEA prepared for UI testing - name: Run IDE From 941d62339c9eb34a544d51474520a8d847610aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:41:54 +0400 Subject: [PATCH 15/28] ci(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#439) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f9b0b13..a42d12cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: files: ${{ github.workspace }}/build/reports/kover/report.xml From f22a90e6aad72e51d11ae16739c25421282e632f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:41:57 +0400 Subject: [PATCH 16/28] build(deps): bump org.jetbrains.qodana from 2024.2.5 to 2024.2.6 (#436) Bumps org.jetbrains.qodana from 2024.2.5 to 2024.2.6. --- updated-dependencies: - dependency-name: org.jetbrains.qodana dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c631cc33..e34d554d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ changelog = "2.1.2" intelliJPlatform = "2.1.0" kotlin = "2.0.21" kover = "0.8.3" -qodana = "2024.2.5" +qodana = "2024.2.6" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" } From 73d2c7c704c1fd774d4a40aacd173d599f04906d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:54:21 +0400 Subject: [PATCH 17/28] ci(deps): bump codecov/codecov-action from 5.0.2 to 5.0.6 (#442) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a42d12cc..032bb3ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.6 with: files: ${{ github.workspace }}/build/reports/kover/report.xml From 4449c734b451288c2fe449e3b93746db3668f901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:47:06 +0400 Subject: [PATCH 18/28] ci(deps): bump codecov/codecov-action from 5.0.6 to 5.0.7 (#443) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.6...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 032bb3ce..bde235dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.0.7 with: files: ${{ github.workspace }}/build/reports/kover/report.xml From 33498a62c1a448574daaaf88d06f2d62bc85e697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:34:45 +0330 Subject: [PATCH 19/28] ci(deps): bump orhun/git-cliff-action from 4.3.1 to 4.4.0 (#444) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 5998783b..7d46a328 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -43,7 +43,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v4.3.1 + uses: orhun/git-cliff-action@v4.4.0 id: git-cliff with: config: cliff.toml From a4e4affac82ac0afe51f4ad51dd7030e8d392600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:19:45 +0400 Subject: [PATCH 20/28] build(deps): bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0 (#445) Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e34d554d..d1e3578e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junit = "4.13.2" # plugins changelog = "2.1.2" intelliJPlatform = "2.1.0" -kotlin = "2.0.21" +kotlin = "2.1.0" kover = "0.8.3" qodana = "2024.2.6" From 6274a158d45eb41c4309d7de5df94596a07a5d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:26:44 +0330 Subject: [PATCH 21/28] ci(deps): bump orhun/git-cliff-action from 4.4.0 to 4.4.1 (#446) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7d46a328..6b7f7908 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -43,7 +43,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v4.4.0 + uses: orhun/git-cliff-action@v4.4.1 id: git-cliff with: config: cliff.toml From 6c2e7ec9138ca08d825e934314fed3214c6b461f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:00:40 +0330 Subject: [PATCH 22/28] build(deps): bump org.gradle.toolchains.foojay-resolver-convention (#447) Bumps org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0. --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 13cb689d..96d0e5aa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ rootProject.name = "intellij-hardhat" plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" } From 1036eeb6204234d18a948d93857f86c45c94dc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:43:21 +0330 Subject: [PATCH 23/28] ci(deps): bump orhun/git-cliff-action from 4.4.1 to 4.4.2 (#448) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 6b7f7908..539df813 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -43,7 +43,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v4.4.1 + uses: orhun/git-cliff-action@v4.4.2 id: git-cliff with: config: cliff.toml From af3628d79dea7b82453f820d4471343920496db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:29:19 +0300 Subject: [PATCH 24/28] ci(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#449) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bde235dd..b201c71b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: files: ${{ github.workspace }}/build/reports/kover/report.xml From ba856a88f13f47b50d27a01d13c35e2a9afb75be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:55:56 +0330 Subject: [PATCH 25/28] build(deps): bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.0 (#451) Bumps org.jetbrains.intellij.platform from 2.1.0 to 2.2.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d1e3578e..e1926d1c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ junit = "4.13.2" # plugins changelog = "2.1.2" -intelliJPlatform = "2.1.0" +intelliJPlatform = "2.2.0" kotlin = "2.1.0" kover = "0.8.3" qodana = "2024.2.6" From 9b0364abc6e1fa96f4d5775dbf622eb1445f17a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:58:16 +0330 Subject: [PATCH 26/28] ci(deps): bump actions/cache from 4.1.2 to 4.2.0 (#450) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b201c71b..a74b390d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} From b6d5b666b479a75a41fce4dc837db28e1c78e955 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Tue, 10 Dec 2024 13:09:45 +0000 Subject: [PATCH 27/28] fix: solve some minor issues and update dependencies Signed-off-by: Milad Nekofar From c065697290c6cf3737d824f9dc0955b241fbe642 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Tue, 10 Dec 2024 17:10:08 +0400 Subject: [PATCH 28/28] chore(release): prepare for version 1.3.2 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce48c5d2..e6ef6578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.2] - 2024-12-10 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.3.1] - 2024-10-07 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index bedc655b..ba55785b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = IntelliJ Hardhat Plugin pluginRepositoryUrl = https://github.com/KartanHQ/intellij-hardhat # SemVer format -> https://semver.org -pluginVersion = 1.3.1 +pluginVersion = 1.3.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233