Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent d62c50f commit eadfe06
Show file tree
Hide file tree
Showing 14 changed files with 281 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash

- name: ⚙️ Setup Gradle 🐘
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.1.0
id: gradle
with:
arguments: ${{ inputs.gradle-arguments }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install/node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Setup PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

- name: Install Tools & Dependencies
uses: ./.github/actions/install/node
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -116,7 +116,7 @@ jobs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

- name: Install Tools & Dependencies
uses: ./.github/actions/install/node
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -141,7 +141,7 @@ jobs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].2
uses: lycheeverse/[email protected].3
with:
args: "--cache --max-cache-age 1d ."
fail: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pre-release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

- name: Install Tools & Dependencies
uses: ./.github/actions/install/node
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -111,7 +111,7 @@ jobs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.6
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
2 changes: 1 addition & 1 deletion apps/frontend/packages/css-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
4 changes: 2 additions & 2 deletions apps/frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"devDependencies": {
"@lyra/css-config": "workspace:*",
"@astrojs/check": "^0.4.0",
"@astrojs/check": "^0.5.0",
"astro-icon": "^1.0.1",
"tailwindcss": "^3.4.0",
"astro": "^4.0.8",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.0",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
4 changes: 2 additions & 2 deletions apps/frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "echo Testing frontend"
},
"dependencies": {
"@astrojs/check": "^0.4.0",
"@astrojs/check": "^0.5.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/onest": "^5.0.2",
"@justinribeiro/lite-youtube": "1.5.0",
Expand All @@ -49,5 +49,5 @@
"tailwindcss": "^3.4.0",
"stylelint": "^16.1.0"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "1.9.22"
springBoot = "3.2.2"
springBoot = "3.2.3"
springdoc = "2.3.0"
junit = "5.10.1"
junit = "5.10.2"
klint-plugin = "12.1.0"
detekt = "1.23.4"
detekt = "1.23.5"
owasp = "9.0.9"
asciidoctor = "4.0.1"
asciidoctor = "4.0.2"
dokka = "1.9.10"
frontend-gradle-plugin = "8.0.0"
springManagement = "1.1.4"
Expand All @@ -23,10 +23,10 @@ gradle-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref
# Utils
gradle-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.51.0" }
gradle-owasp-depcheck = { module = "org.owasp:dependency-check-gradle", version.ref = "owasp" }
gradle-kover = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version = "0.7.5" }
gradle-kover = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version = "0.7.6" }
gradle-asciidoctor = { module = "org.asciidoctor:asciidoctor-gradle-jvm", version.ref = "asciidoctor" }
spring-dotenv = 'me.paulschwarz:spring-dotenv:4.0.0'
sendgrid = 'com.sendgrid:sendgrid-java:4.10.1'
sendgrid = 'com.sendgrid:sendgrid-java:4.10.2'

# Detekt
gradle-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
Expand All @@ -51,13 +51,13 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-
reactor-kotlin-extensions = { module = "io.projectreactor.kotlin:reactor-kotlin-extensions", version = "1.2.2" }
reflections = { module = "org.reflections:reflections", version.ref = "reflections" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version = "1.7.3" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version = "1.8.0" }

# Testing
junit = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBoot" }
reactor-test = { module = "io.projectreactor:reactor-test", version = "3.6.2" }
mockk = { module = "io.mockk:mockk", version = "1.13.9" }
mockk = { module = "io.mockk:mockk", version = "1.13.10" }
faker = { module = "net.datafaker:datafaker", version = "2.1.0" }

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^8.56.0",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"astro-eslint-parser": "^0.16.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"gradle-semantic-release-plugin": "1.9.1",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "~0.13.0",
"prettier-plugin-tailwindcss": "~0.5.10",
"semantic-release": "^23.0.0",
Expand All @@ -58,5 +58,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
Loading

0 comments on commit eadfe06

Please sign in to comment.