Skip to content
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

Merged
merged 3 commits into from
Aug 10, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.Common.AccessToken 4.4.4 -> 4.5.0 age adoption passing confidence
Altinn.Common.AccessTokenClient 3.0.5 -> 3.0.6 age adoption passing confidence
DotNetEnv 3.0.0 -> 3.1.0 age adoption passing confidence
HtmlAgilityPack (source) 1.11.61 -> 1.11.62 age adoption passing confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 8.0.6 -> 8.0.7 age adoption passing confidence
Swashbuckle.AspNetCore 6.6.2 -> 6.7.0 age adoption passing confidence

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

  • Retain interpolation when NoEnvVars() is set (setEnvVars == false)
  • NoClobber works correctly with ConfigurationProvider
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
New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added solution/studio/designer Issues related to the Altinn Studio Designer solution. kind/dependencies Used for issues or pull requests that are dependency updates labels Aug 5, 2024
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from 780c0fc to d19ab32 Compare August 5, 2024 10:21
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.69%. Comparing base (6f23e3e) to head (c8eb8fb).

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.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 6537bea to 57861bc Compare August 5, 2024 12:41
@renovate renovate bot changed the title Update nuget non-major dependencies chore(deps): update nuget non-major dependencies Aug 5, 2024
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 19 times, most recently from 28d8c1b to c95994f Compare August 8, 2024 21:03
@mlqn mlqn self-requested a review August 8, 2024 21:35
@mlqn mlqn self-assigned this Aug 8, 2024
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 7 times, most recently from b5ea13c to a9fc9a2 Compare August 9, 2024 09:47
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from a9fc9a2 to c8eb8fb Compare August 9, 2024 09:56
Copy link
Contributor Author

renovate bot commented Aug 10, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

{
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

Inefficient use of 'ContainsKey' and
indexer
.
@mlqn mlqn merged commit 42b6beb into main Aug 10, 2024
9 checks passed
@mlqn mlqn deleted the renovate/nuget-minor-patch branch August 10, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Used for issues or pull requests that are dependency updates solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant