From ef0d219a5afaca3b3213d6da1ca41979f30468b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:51:49 +0330 Subject: [PATCH 01/18] ci(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1 (#44) 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 119a090e65a7e4d8a2fb562f8cbc01a6d434f979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:48:45 +0330 Subject: [PATCH 02/18] build(deps): bump org.jetbrains.kotlin.jvm from 1.9.0 to 1.9.10 (#45) 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 167e760d3cfe413523a416041f5af551b624e2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:12:21 +0330 Subject: [PATCH 03/18] ci(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#46) 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 e14b96db2dd12b8e52ea7e51aea998d55198feb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:55:20 +0330 Subject: [PATCH 04/18] build(deps): bump org.jetbrains.changelog from 2.1.2 to 2.2.0 (#47) 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 f66c678bffb5f6998870eac7b1e363d6a915f9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:20:25 +0330 Subject: [PATCH 05/18] ci(deps): bump gradle/gradle-build-action from 2.7.1 to 2.8.0 (#49) 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> --- .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 c14fa2e..703e007 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 9929a50..0905e94 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 816a9e5..e673e66 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 5d575c2577cf95f465ef9c3b94e3e2a09cd3643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 09:07:10 +0330 Subject: [PATCH 06/18] ci(deps): bump orhun/git-cliff-action from 2.0.6 to 2.1.0 (#50) 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 7a18602c5adf6577bace3f998390acda0cbc7cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:02:54 +0330 Subject: [PATCH 07/18] ci(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#51) 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 703e007..d80cda8 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 0905e94..26a6d25 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 e673e66..ba8d46d 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 8490b032d0d49ca0110d00e35f73a2a453421e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:43:33 +0330 Subject: [PATCH 08/18] ci(deps): bump jtalk/url-health-check-action from 3.1 to 3.2 (#48) 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> Co-authored-by: Milad Nekofar --- .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 ba8d46d..3a3ce71 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 f658f2dac550c8ed963f6866d9c275518cc6b023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:20:55 +0330 Subject: [PATCH 09/18] ci(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#53) 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 d80cda8..3dac4ad 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 aaf07ad3d95619ca69f35baebe1ce3389be2c7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:33:13 +0330 Subject: [PATCH 10/18] ci(deps): bump actions/cache from 3.3.1 to 3.3.2 (#54) 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 3dac4ad..7220f8d 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 18d302b06b86b65390b9f50c4bac6827acfcc109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:59:23 +0330 Subject: [PATCH 11/18] ci(deps): bump actions/setup-java from 3.12.0 to 3.13.0 (#55) 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 7220f8d..0f308f2 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 52c0c79e9f7376577ea741d0d87a3f59a18535f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:00:12 +0330 Subject: [PATCH 12/18] ci(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#56) 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 0f308f2..dbef9eb 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 a2d320d0fade6e3a348a69ffc0d0c42d51a32ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:17:07 +0330 Subject: [PATCH 13/18] ci(deps): bump gradle/gradle-build-action from 2.8.0 to 2.8.1 (#57) 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 dbef9eb..49bdea3 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 b4de6e84a03006af91d9059c03273388a59aa425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:27:58 +0330 Subject: [PATCH 14/18] ci(deps): bump gradle/gradle-build-action from 2.8.1 to 2.9.0 (#58) 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 49bdea3..09e8b23 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 a65e5b728d9a48e5522226839fece4fa498f2735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:28:40 +0330 Subject: [PATCH 15/18] build(deps): bump org.jetbrains.intellij from 1.15.0 to 1.16.0 (#60) 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 4e2acef6eee2c3a2d42d688f4e32aa11d2b58106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:46:40 +0330 Subject: [PATCH 16/18] build(deps): bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.4 (#61) 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 ff39e8087512226c0c1c36b30db17fd5398ee46f Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sun, 15 Oct 2023 13:51:17 +0330 Subject: [PATCH 17/18] fix: solve some minor issues and update dependencies Signed-off-by: Milad Nekofar From 42fb5be7da0e550d4b33ea03ac7d690b24838a5b Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sun, 15 Oct 2023 13:51:26 +0330 Subject: [PATCH 18/18] chore(release): prepare for version 1.0.17 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e866d9..2e709d9 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.17] - 2023-10-15 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.0.16] - 2023-08-13 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index db9e613..53cab51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = IntelliJ Tauri Plugin pluginRepositoryUrl = https://github.com/KartanHQ/intellij-tauri # SemVer format -> https://semver.org -pluginVersion = 1.0.16 +pluginVersion = 1.0.17 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222