From 17d3d100ccba844577f41815e778626be8387ad3 Mon Sep 17 00:00:00 2001 From: kirinnee Date: Fri, 24 Nov 2023 23:39:27 +0800 Subject: [PATCH] dep: update dotnet-ef and fluent validation --- .config/dotnet-tools.json | 2 +- .gitlint | 2 +- App/App.csproj | 4 ++-- App/packages.lock.json | 14 +++++++------- atomi_release.yaml | 18 ++++++++++++------ 5 files changed, 23 insertions(+), 17 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 92f79aa..8ee6920 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.5", + "version": "8.0.0", "commands": ["dotnet-ef"] }, "dotnet-outdated-tool": { diff --git a/.gitlint b/.gitlint index f87c4d6..10117a1 100644 --- a/.gitlint +++ b/.gitlint @@ -3,4 +3,4 @@ contrib=CT1 ignore=B6 [contrib-title-conventional-commits] -types = amend,build,ci,config,docs,feat,fix,perf,refactor,style,test +types = amend,build,ci,config,dep,docs,feat,fix,perf,refactor,style,test diff --git a/App/App.csproj b/App/App.csproj index a6daa37..c8c9b43 100644 --- a/App/App.csproj +++ b/App/App.csproj @@ -14,9 +14,9 @@ - + - + diff --git a/App/packages.lock.json b/App/packages.lock.json index 4700f4f..1720219 100644 --- a/App/packages.lock.json +++ b/App/packages.lock.json @@ -38,9 +38,9 @@ }, "FluentValidation": { "type": "Direct", - "requested": "[11.8.0, )", - "resolved": "11.8.0", - "contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ==" + "requested": "[11.8.1, )", + "resolved": "11.8.1", + "contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg==" }, "FluentValidation.AspNetCore": { "type": "Direct", @@ -54,11 +54,11 @@ }, "FluentValidation.DependencyInjectionExtensions": { "type": "Direct", - "requested": "[11.8.0, )", - "resolved": "11.8.0", - "contentHash": "fNfH9XEwevXb1JKCWGEkmkIKDYK3+gaAG8ugeOggd0oc8hdwsl3SNC59qAM1tcKVUhcD+AEDCI4hXX5WWshpWg==", + "requested": "[11.8.1, )", + "resolved": "11.8.1", + "contentHash": "Yyme2uCHnf+HawEHUEj7PguR54TPkx1HJT93/POvHT4xONvUrNfLg3Zt2NUAmIbhMjplb6TPLN8DD9AA7B/3QA==", "dependencies": { - "FluentValidation": "11.8.0", + "FluentValidation": "11.8.1", "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" } }, diff --git a/atomi_release.yaml b/atomi_release.yaml index 897986c..f7787e5 100644 --- a/atomi_release.yaml +++ b/atomi_release.yaml @@ -57,14 +57,14 @@ types: desc: Update CI configuration release: false - type: docs - section: Documentation Updates + section: ๐Ÿ“œ Documentation ๐Ÿ“œ desc: Documentation only changes scopes: default: desc: Update documentation such as README file release: false - type: feat - section: New Features + section: โœจ Features โœจ desc: A new feature vae: verb: add @@ -75,7 +75,7 @@ types: desc: Release a new features release: minor - type: fix - section: Bug Fixes + section: ๐Ÿ› Bug Fixes ๐Ÿ› desc: A bug fix vae: verb: fix @@ -86,7 +86,7 @@ types: desc: Generic fixes release: patch - type: perf - section: Performance Improvement + section: ๐Ÿš€ Performance Improvement ๐Ÿš€ desc: A code change that improves performance vae: verb: improve @@ -97,7 +97,6 @@ types: desc: Generic improvement statement release: patch - type: refactor - section: Refactored Code desc: A code change that neither fixes a bug nor adds a feature vae: verb: refactor @@ -118,7 +117,7 @@ types: desc: Generic improvement statement release: patch - type: test - section: Update test + section: ๐Ÿงช Tests ๐Ÿงช desc: Adding missing tests or correcting existing tests vae: verb: test @@ -134,3 +133,10 @@ types: default: desc: amendments release: false + - type: dep + desc: Dependency updates from upstream + section: ๐Ÿ”ผ Dependency Upstreams ๐Ÿ”ผ + scopes: + default: + desc: Dependency updates + release: false