Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the nuget-dependencies group with 4 updates: MailKit, Scalar.AspNetCore, TUnit and OpenTelemetry.Extensions.Hosting.

Updates MailKit from 4.9.0 to 4.10.0

Changelog

Sourced from MailKit's changelog.

MailKit 4.10.0 (2025-01-26)

  • Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart. (issue #1861)
  • Added exception documentation for methods in IMailFolder. (issue #1868)
  • Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
  • Bumped MimeKit dependency to 4.10.0.
Commits
  • 7187680 Bumped version to 4.10.0
  • 97785b5 Updated SSL certificates
  • 9df535c Added IMailFolder.CanOpen property
  • 2d7bf76 Bump NUnit.ConsoleRunner from 3.19.0 to 3.19.1 (#1874)
  • 0740709 Bump nunit.consolerunner.netcore from 3.19.0 to 3.19.1 (#1873)
  • 0999c49 Add work-around for iCloud responses to ENABLE QRESYNC
  • 9415267 Bump NUnit.Analyzers from 4.5.0 to 4.6.0 (#1869)
  • c62bdd1 Use <see langword="x"/> instead of <c>x</c>
  • f54c53f Added exception documentation for methods in IMailFolder
  • ffeb1b7 Bump NUnit.ConsoleRunner from 3.18.3 to 3.19.0 (#1865)
  • Additional commits viewable in compare view

Updates Scalar.AspNetCore from 2.0.1 to 2.0.4

Commits

Updates TUnit from 0.6.151 to 0.7.19

Release notes

Sourced from TUnit's releases.

0.7.19

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.7.15...v0.7.19

0.7.15

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.7.9...v0.7.15

0.7.9

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.7.3...v0.7.9

0.7.3

What's Changed

🏕 Changes

👒 Dependencies

... (truncated)

Commits

Updates OpenTelemetry.Extensions.Hosting from 1.11.0 to 1.11.1

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

core-1.11.1

For highlights and announcements pertaining to this release see: Release Notes > 1.11.1.

The following changes are from the previous release 1.11.0.

... (truncated)

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.11.1

Release details: 1.11.1

  • Fixed a bug preventing OpenTelemetry.Exporter.OpenTelemetryProtocol from exporting telemetry on .NET Framework.
Commits
  • e3855e8 [release] Prepare release core-1.11.1 (#6086)
  • 7037824 [otlp] Fix issues with exporting using gRPC in .NET Framework apps (#6083)
  • d9864b1 [sdk] Remove redundant NotNullWhen in SelfDiagnosticsConfigParser.TryParseLog...
  • 54f7d9e [sdk] Simplify dispose code in SelfDiagnostics (#6072)
  • 6e8e190 [repo] remove ci-concurrency from sln items (#6071)
  • 48e5a08 [api-logs] Remove unneeded if check in LogRecordAttributeList (#6076)
  • fdca498 Bump DavidAnson/markdownlint-cli2-action from 19.0.0 to 19.1.0 (#6081)
  • c5acd9f [repo] Release notes automation (#6070)
  • dcdaaae [docs] Add exception logging best practices (#6037)
  • f7df3e1 [release] Prepare release coreunstable-1.11.0-beta.1 (#6065)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the nuget-dependencies group with 4 updates: [MailKit](https://github.com/jstedfast/MailKit), [Scalar.AspNetCore](https://github.com/scalar/scalar), [TUnit](https://github.com/thomhurst/TUnit) and [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet).


Updates `MailKit` from 4.9.0 to 4.10.0
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@4.9.0...4.10.0)

Updates `Scalar.AspNetCore` from 2.0.1 to 2.0.4
- [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md)
- [Commits](https://github.com/scalar/scalar/commits)

Updates `TUnit` from 0.6.151 to 0.7.19
- [Release notes](https://github.com/thomhurst/TUnit/releases)
- [Commits](thomhurst/TUnit@v0.6.151...v0.7.19)

Updates `OpenTelemetry.Extensions.Hosting` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.11.0...core-1.11.1)

---
updated-dependencies:
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Scalar.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET labels Jan 27, 2025
@hhvrc hhvrc merged commit 17493a0 into develop Jan 27, 2025
8 checks passed
@hhvrc hhvrc deleted the dependabot/nuget/nuget-dependencies-ec7f278473 branch January 27, 2025 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants