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

Bump Swashbuckle.AspNetCore, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions #1425

Merged
merged 1 commit into from
May 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps Swashbuckle.AspNetCore, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions. These dependencies needed to be updated together.
Updates Swashbuckle.AspNetCore from 6.6.1 to 6.6.2

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.6.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2

Commits
  • fe87e6d Fix exceptions generating default values (#2895)
  • d5cd28e Fix interceptor JSON casing
  • 432c417 Do not run IHostedService implementations (#2880)
  • 26c78cb Disable parallel build (#2894)
  • ac588fe Fix serialization of AdditionalItems
  • 91c936b Fix IDE suggestions
  • a0f4bb4 Only restore packages when needed
  • ecce973 Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#2903)
  • 76ec39d Fix schema generation for C# 9 positional record with no example (#2901)
  • 828b7df Replace br tags in XML comments with new lines (#2899)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.Abstractions from 2.0.0 to 2.1.0

Commits
  • 6dffd8b Fix package versions on .Analyzers when IsFinalBuild=true
  • 73a7150 Update dependencies.props
  • 9e2fcc1 Bump version to 2.1.0-rtm
  • adeddec Update dependencies.props
  • 8c9f9ce Make NETStandard.Library PrivateAssets=All on Logging.Analyzers (#814)
  • bc9dc0d Set NETStandardImplicitPackageVersion via dependencies.props
  • b2c4d45 Branching for 2.1.0-rc1
  • 3821274 Merge pull request #790 from ChrisSimmons/ExpandLogLevelExtension
  • 602e10e Update dependencies.props
  • a113909 Use xUnit Theory to simplify LogLevel tests
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 1.1.0 to 2.1.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

2.0.0

Bugs Fixed

  • Transient and scoped services are not disposed when resolved using a compiled call site (#541)
  • "Could not resolve service for type" on unreachable path (#514)
  • Mixing open generic and closed types for IEnumerable (#500)
  • ActivatorUtilities exceptions lack context (#386)

2.0.0-preview2

No release notes provided.

2.0.0-preview1

Features

  • Turn on scope validation by default (#481)
  • How to dispose top-level IServiceProvider (#338)

Bugs Fixed

  • Dispose services in order (#463)

1.1.1

Bugs Fixed

  • Include scopeValidation race condition fix into a patch release (#493)
Commits
  • 22b6857 Update dependencies.props
  • 9137761 Bump version to 2.1.0-rtm
  • deb8261 Update dependencies.props
  • 55bea3f Set NETStandardImplicitPackageVersion via dependencies.props
  • aaab2f5 Branching for 2.1.0-rc1
  • aad8d7a Update dependencies.props
  • 0416465 Disable IL backend by default (#636)
  • 4708d11 Continue walking graph even when found first scoped service (#633)
  • bbf98b1 Update dependencies.props
  • 2d3decd Merge remote-tracking branch 'origin/release/2.1' into dev
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 22, 2024 01:47
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 22, 2024
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.22%. Comparing base (fb52c07) to head (e50cb78).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1425   +/-   ##
=======================================
  Coverage   79.22%   79.22%           
=======================================
  Files         138      138           
  Lines        3234     3234           
  Branches      448      448           
=======================================
  Hits         2562     2562           
  Misses        441      441           
  Partials      231      231           
Flag Coverage Δ
linux 79.22% <ø> (ø)
macos 47.92% <ø> (+0.09%) ⬆️
windows 47.83% <ø> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit a25133d into main May 22, 2024
14 checks passed
@martincostello martincostello deleted the dependabot/nuget/multi-7da90453e7 branch May 22, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant