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 #14778

Merged
merged 4 commits into from
Mar 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.App.Api (source) 8.5.2 -> 8.5.6 age adoption passing confidence
Altinn.Common.AccessTokenClient 3.0.12 -> 3.0.13 age adoption passing confidence
HtmlAgilityPack (source) 1.11.72 -> 1.11.74 age adoption passing confidence
Microsoft.ApplicationInsights.AspNetCore (source) 2.22.0 -> 2.23.0 age adoption passing confidence
Microsoft.CodeAnalysis.CSharp.Workspaces 4.12.0 -> 4.13.0 age adoption passing confidence
Microsoft.CodeAnalysis.Workspaces.MSBuild 4.12.0 -> 4.13.0 age adoption passing confidence
Microsoft.Extensions.Logging.Debug (source) 9.0.1 -> 9.0.2 age adoption passing confidence
Testcontainers (source) 4.2.0 -> 4.3.0 age adoption passing confidence
WireMock.Net 1.7.2 -> 1.7.4 age adoption passing confidence

Release Notes

Altinn/app-lib-dotnet (Altinn.App.Api)

v8.5.6

Cherry picked commits from
Other Changes

Full Changelog: Altinn/app-lib-dotnet@v8.5.5...v8.5.6

v8.5.5

What's Changed

Bugfixes 🐛

Full Changelog: Altinn/app-lib-dotnet@v8.5.4...v8.5.5

v8.5.4

What's Changed
Bugfixes 🐛

Full Changelog: Altinn/app-lib-dotnet@v8.5.3...v8.5.4

v8.5.3

What's Changed

Bugfixes 🐛

Full Changelog: Altinn/app-lib-dotnet@v8.5.2...v8.5.3

Altinn/altinn-accesstoken (Altinn.Common.AccessTokenClient)

v3.0.13

Compare Source

What's Changed

zzzprojects/html-agility-pack (HtmlAgilityPack)

v1.11.74

Download the library here

  • FIXED: Error with LoadFromWebAsync after v1.11.73 #​586

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.73

Download the library here

  • MERGED: Fixes issues with colgroup and caption tags not being closed properly. Issues #​584 and #​583 (PR #​585)
  • MERGED: Make LoadFromWebAsync honor the Timeout property. Fixes #​580 (PR #​582)

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions
Microsoft/ApplicationInsights-dotnet (Microsoft.ApplicationInsights.AspNetCore)

v2.23.0

Compare Source

  • no changes since beta.
dotnet/runtime (Microsoft.Extensions.Logging.Debug)

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.1...v9.0.2

testcontainers/testcontainers-dotnet (Testcontainers)

v4.3.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

🚀 Features

🐛 Bug Fixes

🧹 Housekeeping

WireMock-Net/WireMock.Net (WireMock.Net)

v1.7.4

Compare Source

  • #​1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #​1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

v1.7.3

Compare Source

  • #​1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #​1247 - API call isn't matched when using an empty query string parameter [bug]

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.

Copy link
Contributor

coderabbitai bot commented Feb 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added solution/studio/designer Issues related to the Altinn Studio Designer solution. quality/testing Tests that are missing, needs to be created or could be improved. skip-releasenotes Issues that do not make sense to list in our release notes backend kind/dependencies Used for issues or pull requests that are dependency updates labels Feb 24, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 97b2d6e to fd05f13 Compare February 27, 2025 18:02
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.79%. Comparing base (592b992) to head (38736f0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14778   +/-   ##
=======================================
  Coverage   95.79%   95.79%           
=======================================
  Files        1924     1924           
  Lines       25107    25107           
  Branches     2869     2869           
=======================================
  Hits        24050    24050           
  Misses        797      797           
  Partials      260      260           

☔ 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 5 times, most recently from 0d3a58a to f2b37c8 Compare March 2, 2025 17:01
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from f2b37c8 to c461113 Compare March 3, 2025 08:55
Copy link
Contributor Author

renovate bot commented Mar 3, 2025

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.

@TomasEng TomasEng added skip-manual-testing PRs that do not need to be tested manually skip-documentation Issues where updating documentation is not relevant labels Mar 3, 2025
@TomasEng TomasEng merged commit 93df688 into main Mar 3, 2025
21 checks passed
@TomasEng TomasEng deleted the renovate/nuget-minor-patch branch March 3, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend kind/dependencies Used for issues or pull requests that are dependency updates quality/testing Tests that are missing, needs to be created or could be improved. skip-documentation Issues where updating documentation is not relevant skip-manual-testing PRs that do not need to be tested manually skip-releasenotes Issues that do not make sense to list in our release notes 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