-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update nuget non-major dependencies #13286
Conversation
780c0fc
to
d19ab32
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13286 +/- ##
=======================================
Coverage 93.69% 93.69%
=======================================
Files 1424 1424
Lines 19867 19867
Branches 2417 2417
=======================================
Hits 18614 18614
Misses 1005 1005
Partials 248 248 ☔ View full report in Codecov by Sentry. |
6537bea
to
57861bc
Compare
28d8c1b
to
c95994f
Compare
b5ea13c
to
a9fc9a2
Compare
a9fc9a2
to
c8eb8fb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
{ | ||
throw new ArgumentException(); | ||
} | ||
|
||
if (!newKey.IsNullOrEmpty() && jsonTexts.ContainsKey(oldKey)) | ||
if (!string.IsNullOrEmpty(newKey) && jsonTexts.ContainsKey(oldKey)) |
Check notice
Code scanning / CodeQL
Inefficient use of ContainsKey Note
This PR contains the following updates:
4.4.4
->4.5.0
3.0.5
->3.0.6
3.0.0
->3.1.0
1.11.61
->1.11.62
8.0.6
->8.0.7
6.6.2
->6.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Altinn/altinn-accesstoken (Altinn.Common.AccessToken)
v4.5.0
Compare Source
What's Changed
Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.4.4...Altinn.Common.AccessToken-4.5.0
tonerdo/dotnet-env (DotNetEnv)
v3.1.0
zzzprojects/html-agility-pack (HtmlAgilityPack)
v1.11.62
Download the library here
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.OpenIdConnect)
v8.0.7
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v6.7.0
What's Changed
IncludeXmlCommentsForAssembly()
convience overload by @leotsarev in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909[FromForm]
with[SwaggerIgnore]
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928[AsParameters]
throwing error on cast when showing the description withEnableAnnotations()
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962RequestBodyFilterAnnotation
andMultipleFromForm
for Minimal APIs by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963IFomFile
/IFormFileCollection
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972IFormFile
with OpenAPI by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979ApiParameter.Type
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980HttpMethods.IsGet()
by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0
Configuration
📅 Schedule: Branch creation - "before 07:00 on Monday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.