Skip to content

Commit b9f3580

Browse files
committed
Merge branch 'release/1.2.8'
2 parents 2606b3f + bcb460d commit b9f3580

File tree

8 files changed

+22
-16
lines changed

8 files changed

+22
-16
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
3535
# Check out current repository
3636
- name: Fetch Sources
37-
uses: actions/checkout@v3.3.0
37+
uses: actions/checkout@v3.5.0
3838

3939
# Validate wrapper
4040
- name: Gradle Wrapper Validation
4141
uses: gradle/wrapper-validation-action@v1.0.6
4242

4343
# Setup Java 11 environment for the next steps
4444
- name: Setup Java
45-
uses: actions/setup-java@v3.10.0
45+
uses: actions/setup-java@v3.11.0
4646
with:
4747
distribution: zulu
4848
java-version: 11
@@ -80,7 +80,7 @@ jobs:
8080
8181
# Cache Plugin Verifier IDEs
8282
- name: Setup Plugin Verifier IDEs Cache
83-
uses: actions/cache@v3.2.6
83+
uses: actions/cache@v3.3.1
8484
with:
8585
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
8686
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
# Check out current repository
128128
- name: Fetch Sources
129-
uses: actions/checkout@v3.3.0
129+
uses: actions/checkout@v3.5.0
130130

131131
# Remove old release drafts by using the curl request for the available releases with draft flag
132132
- name: Remove Old Release Drafts

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# Check out current repository
1818
- name: Fetch Sources
19-
uses: actions/checkout@v3.3.0
19+
uses: actions/checkout@v3.5.0
2020
with:
2121
fetch-depth: 0
2222

@@ -47,7 +47,7 @@ jobs:
4747

4848
# Create pull request
4949
- name: Create Pull Request
50-
uses: peter-evans/create-pull-request@v4.2.3
50+
uses: peter-evans/create-pull-request@v4.2.4
5151
with:
5252
delete-branch: true
5353
branch-suffix: short-commit-hash

.github/workflows/code_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Check out current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v3.3.0
23+
uses: actions/checkout@v3.5.0
2424

2525
# Run Qodana inspections
2626
- name: Qodana - Code Inspection
@@ -29,7 +29,7 @@ jobs:
2929
# Uploading a SARIF-formatted Qodana report to GitHub
3030
- name: Uploading Qodana report to GitHub
3131
if: ${{ false }}
32-
uses: github/codeql-action/upload-sarif@v2.2.5
32+
uses: github/codeql-action/upload-sarif@v2.2.9
3333
with:
3434
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
3535

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
# Check out current repository
1616
- name: Fetch Sources
17-
uses: actions/checkout@v3.3.0
17+
uses: actions/checkout@v3.5.0
1818
with:
1919
ref: ${{ github.event.release.tag_name }}
2020

2121
# Setup Java 11 environment for the next steps
2222
- name: Setup Java
23-
uses: actions/setup-java@v3.10.0
23+
uses: actions/setup-java@v3.11.0
2424
with:
2525
distribution: zulu
2626
java-version: 11

.github/workflows/run-ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929

3030
# Check out current repository
3131
- name: Fetch Sources
32-
uses: actions/checkout@v3.3.0
32+
uses: actions/checkout@v3.5.0
3333

3434
# Setup Java 11 environment for the next steps
3535
- name: Setup Java
36-
uses: actions/setup-java@v3.10.0
36+
uses: actions/setup-java@v3.11.0
3737
with:
3838
distribution: zulu
3939
java-version: 11

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
## [1.2.8] - 2023-03-30
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.7] - 2023-03-03
713

814
### Bug Fixes

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Kotlin support
1010
id("org.jetbrains.kotlin.jvm") version "1.8.10"
1111
// Gradle IntelliJ Plugin
12-
id("org.jetbrains.intellij") version "1.13.1"
12+
id("org.jetbrains.intellij") version "1.13.3"
1313
// Gradle Changelog Plugin
1414
id("org.jetbrains.changelog") version "2.0.0"
1515
// Gradle Qodana Plugin
@@ -28,8 +28,8 @@ dependencies {
2828
implementation(kotlin("stdlib"))
2929
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
3030
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
31-
testImplementation("com.intellij.remoterobot:remote-robot:0.11.16")
32-
testImplementation("com.intellij.remoterobot:remote-fixtures:0.11.16")
31+
testImplementation("com.intellij.remoterobot:remote-robot:0.11.18")
32+
testImplementation("com.intellij.remoterobot:remote-fixtures:0.11.18")
3333
// Video Recording
3434
testImplementation("com.automation-remarks:video-recorder-junit5:2.0")
3535
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
55
pluginRepositoryUrl = https://github.com/nekofar/intellij-nestjs
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.2.7
8+
pluginVersion = 1.2.8
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)