File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# Generate a changelog
34
34
- name : Generate a changelog
35
- uses : orhun/git-cliff-action@v2.0.5
35
+ uses : orhun/git-cliff-action@v2.0.6
36
36
id : git-cliff
37
37
with :
38
38
config : cliff.toml
47
47
48
48
# Create pull request
49
49
- name : Create Pull Request
50
- uses : peter-evans/create-pull-request@v5.0.0
50
+ uses : peter-evans/create-pull-request@v5.0.1
51
51
with :
52
52
delete-branch : true
53
53
branch-suffix : short-commit-hash
Original file line number Diff line number Diff line change 29
29
# Uploading a SARIF-formatted Qodana report to GitHub
30
30
- name : Uploading Qodana report to GitHub
31
31
if : ${{ false }}
32
- uses : github/codeql-action/upload-sarif@v2.3.0
32
+ uses : github/codeql-action/upload-sarif@v2.3.2
33
33
with :
34
34
sarif_file : ${{ runner.temp }}/qodana/results/qodana.sarif.json
35
35
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
+ ## [ 1.2.11] - 2023-05-04
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.10] - 2023-04-25
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
// Java support
8
8
id(" java" )
9
9
// Kotlin support
10
- id(" org.jetbrains.kotlin.jvm" ) version " 1.8.20 "
10
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8.21 "
11
11
// Gradle IntelliJ Plugin
12
12
id(" org.jetbrains.intellij" ) version " 1.13.3"
13
13
// Gradle Changelog Plugin
@@ -26,7 +26,7 @@ repositories {
26
26
27
27
dependencies {
28
28
implementation(kotlin(" stdlib" ))
29
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
29
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3 " )
30
30
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
31
31
testImplementation(" com.intellij.remoterobot:remote-robot:0.11.18" )
32
32
testImplementation(" com.intellij.remoterobot:remote-fixtures:0.11.18" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
5
5
pluginRepositoryUrl = https://github.com/nekofar/intellij-nestjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.10
8
+ pluginVersion = 1.2.11
9
9
10
10
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
# for insight into build numbers and IntelliJ Platform versions.
@@ -24,7 +24,7 @@ platformPlugins = JavaScript
24
24
javaVersion = 11
25
25
26
26
# Gradle Releases -> https://github.com/gradle/gradle/releases
27
- gradleVersion = 7.6
27
+ gradleVersion = 8.1.1
28
28
29
29
# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
30
30
# suppress inspection "UnusedProperty"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments