From 001346f899001dbdcb2f119b203ec103c3c50e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:51:33 +0330 Subject: [PATCH 01/22] ci(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1 (#49) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-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 | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54ad427..78c5a71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.7.1 # Set environment variables - name: Export Properties @@ -147,7 +147,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.7.1 # Run tests - name: Run Tests @@ -220,7 +220,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.7.1 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9d6ecc..ccfb7c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.7.1 # Publish the plugin to the Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 24bc971..fc9c576 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/gradle-build-action@v2.7.0 + uses: gradle/gradle-build-action@v2.7.1 # Run IDEA prepared for UI testing - name: Run IDE From ae7ab9d0aa6700b92d14262664a3b4b130be7f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:48:29 +0330 Subject: [PATCH 02/22] build(deps): bump org.jetbrains.kotlin.jvm from 1.9.0 to 1.9.10 (#50) Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10) --- 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 4e93875..af10538 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ annotations = "24.0.1" # plugins -kotlin = "1.9.0" +kotlin = "1.9.10" changelog = "2.1.2" gradleIntelliJPlugin = "1.15.0" qodana = "0.1.13" From 7b2cebf91ca40c21dc9fc6b448ede3779c85543b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:12:05 +0330 Subject: [PATCH 03/22] ci(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#51) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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/v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout 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 | 10 +++++----- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78c5a71..c14fa2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setup Java environment for the next steps - name: Setup Java @@ -180,7 +180,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setup Java environment for the next steps - name: Setup Java @@ -209,7 +209,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setup Java environment for the next steps - name: Setup Java @@ -254,7 +254,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setup Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b5915e4..3992055 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@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccfb7c0..9929a50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index fc9c576..816a9e5 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setup Java environment for the next steps - name: Setup Java From b9d068b5c5b210ff8afe0f16209d85002d8a89ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:09:25 +0330 Subject: [PATCH 04/22] ci(deps): bump jtalk/url-health-check-action from 3.1 to 3.2 (#52) Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 3.1 to 3.2. - [Release notes](https://github.com/jtalk/url-health-check-action/releases) - [Commits](https://github.com/jtalk/url-health-check-action/compare/v3.1...v3.2) --- updated-dependencies: - dependency-name: jtalk/url-health-check-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/run-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 816a9e5..8f58929 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -52,7 +52,7 @@ jobs: # Wait for IDEA to be started - name: Health Check - uses: jtalk/url-health-check-action@v3.1 + uses: jtalk/url-health-check-action@v3.2 with: url: http://127.0.0.1:8082 max-attempts: 15 From 5a9dcc310194021227bdfc220ccac11102f9a846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:29:20 +0330 Subject: [PATCH 05/22] build(deps): bump org.jetbrains.changelog from 2.1.2 to 2.2.0 (#53) Bumps org.jetbrains.changelog from 2.1.2 to 2.2.0. --- updated-dependencies: - dependency-name: org.jetbrains.changelog 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 af10538..9f5d93e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ annotations = "24.0.1" # plugins kotlin = "1.9.10" -changelog = "2.1.2" +changelog = "2.2.0" gradleIntelliJPlugin = "1.15.0" qodana = "0.1.13" kover = "0.7.3" From ba452755acf15e36530ec8fb592d9c330633cbe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:08:36 +0330 Subject: [PATCH 06/22] ci(deps): bump orhun/git-cliff-action from 2.0.6 to 2.1.0 (#55) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.0.6 to 2.1.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v2.0.6...v2.1.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 3992055..936723c 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -32,7 +32,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v2.0.6 + uses: orhun/git-cliff-action@v2.1.0 id: git-cliff with: config: cliff.toml From 0ce51908f116f4f9f5e3e956cb754277a47d5cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:02:22 +0330 Subject: [PATCH 07/22] ci(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#56) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [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/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout 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 | 10 +++++----- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c14fa2e..498d413 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -180,7 +180,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -209,7 +209,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -254,7 +254,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 936723c..d62c53d 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@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9929a50..402b72b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 8f58929..b9b62da 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java From a775fe0d69f3e907c5418c347596ea1c9591b68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:02:37 +0330 Subject: [PATCH 08/22] ci(deps): bump JetBrains/qodana-action from 2023.2.1 to 2023.2.6 (#57) Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.1 to 2023.2.6. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.1...v2023.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 498d413..b6a40ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.2.1 + uses: JetBrains/qodana-action@v2023.2.6 with: cache-default-branch-only: true From 9c38af2725839d5c02e3ed9bbac213d8736f4a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:43:48 +0330 Subject: [PATCH 09/22] ci(deps): bump gradle/gradle-build-action from 2.7.1 to 2.8.0 (#54) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-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> Co-authored-by: Milad Nekofar --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6a40ca..2624864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 # Set environment variables - name: Export Properties @@ -147,7 +147,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 # Run tests - name: Run Tests @@ -220,7 +220,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 402b72b..26a6d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 # Publish the plugin to the Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index b9b62da..3a3ce71 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/gradle-build-action@v2.7.1 + uses: gradle/gradle-build-action@v2.8.0 # Run IDEA prepared for UI testing - name: Run IDE From 42567376aeee2308546802856a8184e26d404940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:13:49 +0330 Subject: [PATCH 10/22] ci(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#58) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.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 2624864..8df4ba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: # Store already-built plugin as an artifact for downloading - name: Upload artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/content/*/* @@ -156,7 +156,7 @@ jobs: # Collect Tests Result of failed tests - name: Collect Tests Result if: ${{ failure() }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: tests-result path: ${{ github.workspace }}/build/reports/tests @@ -236,7 +236,7 @@ jobs: # Collect Plugin Verifier Result - name: Collect Plugin Verifier Result if: ${{ always() }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier From 861b2b91ec92686dceb70c5670304f70c9c9ad7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:20:34 +0330 Subject: [PATCH 11/22] ci(deps): bump actions/cache from 3.3.1 to 3.3.2 (#59) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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/v3.3.1...v3.3.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 8df4ba6..617320f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -224,7 +224,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} From a58108dbe2883d91710900b26d75232e71286c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:59:04 +0330 Subject: [PATCH 12/22] ci(deps): bump actions/setup-java from 3.12.0 to 3.13.0 (#60) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.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 | 10 +++++----- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 617320f..4814351 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 @@ -140,7 +140,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 @@ -184,7 +184,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 @@ -213,7 +213,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 @@ -258,7 +258,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a6d25..00b0a3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 3a3ce71..4ad4fd2 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -37,7 +37,7 @@ jobs: # Setup Java environment for the next steps - name: Setup Java - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3.13.0 with: distribution: zulu java-version: 17 From 1cb240e3c539a40b1972728746fc9074f38303d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:10:02 +0330 Subject: [PATCH 13/22] ci(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#61) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout 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 | 10 +++++----- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4814351..a6de4c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Setup Java environment for the next steps - name: Setup Java @@ -180,7 +180,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Setup Java environment for the next steps - name: Setup Java @@ -209,7 +209,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Setup Java environment for the next steps - name: Setup Java @@ -254,7 +254,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Setup Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d62c53d..2e9ff04 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.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00b0a3d..a321690 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 4ad4fd2..77697d7 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Setup Java environment for the next steps - name: Setup Java From c194493d44f19ba3c227b745bd32efb4dc2df2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:16:50 +0330 Subject: [PATCH 14/22] ci(deps): bump gradle/gradle-build-action from 2.8.0 to 2.8.1 (#62) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-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 | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6de4c0..91f9a05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 # Set environment variables - name: Export Properties @@ -147,7 +147,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 # Run tests - name: Run Tests @@ -220,7 +220,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a321690..9d0be16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 # Publish the plugin to the Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 77697d7..f904183 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/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.8.1 # Run IDEA prepared for UI testing - name: Run IDE From 05c86942ab559c2b35a5217a6a8278a63189cfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:27:53 +0330 Subject: [PATCH 15/22] ci(deps): bump gradle/gradle-build-action from 2.8.1 to 2.9.0 (#63) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-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 | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91f9a05..8da41db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.1 + uses: gradle/gradle-build-action@v2.9.0 # Set environment variables - name: Export Properties @@ -147,7 +147,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.1 + uses: gradle/gradle-build-action@v2.9.0 # Run tests - name: Run Tests @@ -220,7 +220,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.1 + uses: gradle/gradle-build-action@v2.9.0 # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d0be16..0832728 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Setup Gradle - name: Setup Gradle - uses: gradle/gradle-build-action@v2.8.1 + uses: gradle/gradle-build-action@v2.9.0 # Publish the plugin to the Marketplace - name: Publish Plugin diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index f904183..d18eece 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/gradle-build-action@v2.8.1 + uses: gradle/gradle-build-action@v2.9.0 # Run IDEA prepared for UI testing - name: Run IDE From bd31862e17e6eda4db7fab2fda8e5276d4bca13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:28:10 +0330 Subject: [PATCH 16/22] ci(deps): bump orhun/git-cliff-action from 2.1.0 to 2.1.1 (#64) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v2.1.0...v2.1.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 2e9ff04..c62ea33 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -32,7 +32,7 @@ jobs: # Generate a changelog - name: Generate a changelog - uses: orhun/git-cliff-action@v2.1.0 + uses: orhun/git-cliff-action@v2.1.1 id: git-cliff with: config: cliff.toml From dde952606f4e94da490c470adaf422d8b8bfc298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:05:19 +0330 Subject: [PATCH 17/22] build(deps): bump org.jetbrains.intellij from 1.15.0 to 1.16.0 (#66) Bumps org.jetbrains.intellij from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij 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 9f5d93e..45a05ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ annotations = "24.0.1" # plugins kotlin = "1.9.10" changelog = "2.2.0" -gradleIntelliJPlugin = "1.15.0" +gradleIntelliJPlugin = "1.16.0" qodana = "0.1.13" kover = "0.7.3" From 453b6c90c3e887faf6dac31e0c680ee8904db4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:46:20 +0330 Subject: [PATCH 18/22] build(deps): bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.4 (#68) Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.3...0.7.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover 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 45a05ba..882e38a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ kotlin = "1.9.10" changelog = "2.2.0" gradleIntelliJPlugin = "1.16.0" qodana = "0.1.13" -kover = "0.7.3" +kover = "0.7.4" [libraries] annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" } From 1141768bcf3ec5b53a787ce6b598e5a4a4a41de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:42:12 +0330 Subject: [PATCH 19/22] ci(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#69) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.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.1.0...v4.1.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/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8da41db..890cc5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Setup Java environment for the next steps - name: Setup Java @@ -180,7 +180,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Setup Java environment for the next steps - name: Setup Java @@ -209,7 +209,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Setup Java environment for the next steps - name: Setup Java @@ -254,7 +254,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Setup Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c62ea33..0ef4555 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.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0832728..4ba0260 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.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 d18eece..5ed3342 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 # Setup Java environment for the next steps - name: Setup Java From f35045ec144f0c146e17e8c481760a05a5d31a52 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sun, 29 Oct 2023 11:35:16 +0330 Subject: [PATCH 20/22] build: change `pluginUntilBuild` from `232.*` to `233.*` Signed-off-by: Milad Nekofar --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 370d004..5635413 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 1.0.8 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222 -pluginUntilBuild = 232.* +pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IU From 9014ff40ecf2810dc891146f7c902d17b8fef3c0 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sun, 29 Oct 2023 13:27:21 +0330 Subject: [PATCH 21/22] fix: solve some minor issues and update dependencies Signed-off-by: Milad Nekofar From 29216fdccefc9868387ecaed1a5136a17abe5ec9 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sun, 29 Oct 2023 13:27:27 +0330 Subject: [PATCH 22/22] chore(release): prepare for version 1.0.9 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d7405..e2764d0 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.0.9] - 2023-10-29 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.0.8] - 2023-08-13 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index 5635413..d25a594 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = IntelliJ Solid Plugin pluginRepositoryUrl = https://github.com/KartanHQ/intellij-solidjs # SemVer format -> https://semver.org -pluginVersion = 1.0.8 +pluginVersion = 1.0.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222