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 Microsoft.OpenApi from 1.6.10 to 1.6.11 in /src #2727

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2023

Bumps Microsoft.OpenApi from 1.6.10 to 1.6.11.

Release notes

Sourced from Microsoft.OpenApi's releases.

1.6.11

Changes:

  • #1482: Release Hidi & libs
  • #1481: Configure Hidi --settings-file path to be relative to the current working directory
  • #1480: Handle number overflow during parsing of min/max values
  • #1477: Bump xunit from 2.6.1 to 2.6.2
  • #1476: Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
  • #1478: Bump docker/build-push-action from 5.0.0 to 5.1.0
  • #1475: Bump Verify.Xunit from 22.4.1 to 22.5.0
  • #1473: Bump Verify.Xunit from 22.3.0 to 22.4.1
  • #1472: Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
  • #1466: Bump Verify.Xunit from 22.2.0 to 22.3.0
  • #1467: Bump Microsoft.Extensions.Logging.Console from 7.0.0 to 8.0.0
  • #1464: Bump Microsoft.Extensions.Logging.Debug from 7.0.0 to 8.0.0
  • #1465: Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0
  • #1462: Bump Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0
  • #1463: Bump Microsoft.Windows.Compatibility from 7.0.5 to 8.0.0
  • #1461: Releases Hidi
  • #1460: Bumps Hidi version
  • #1459: Bump Microsoft.OpenApi.OData from 1.5.0-preview8 to 1.5.0-preview9
  • #1458: Bump Verify.Xunit from 22.1.4 to 22.2.0
  • #1457: Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0
  • #1456: Merges dev into master
  • #1455: Bump hidi version
  • #1454: Fixes Hidi slicing bug using operationIds and tags
  • #1453: Releases Hidi
  • #1452: Bump up conversion lib version
  • #1450: Bump xunit from 2.6.0 to 2.6.1
  • #1448: Bump xunit from 2.5.3 to 2.6.0

This list of changes was auto generated.

Commits
  • 7387007 Merge pull request #1482 from microsoft/vnext
  • 9037ca4 Merge pull request #1481 from microsoft/mk/fix-hidi-relative-path
  • 85dafb5 Upgrade lib versions
  • 47ef775 Configure the settings file path to be relative to the current working directory
  • d06a89d Merge pull request #1480 from Robulane/users/robulane/DontCrash
  • 4bc07e3 Handle number overflow during parsing of min/max values
  • 47ed933 Merge pull request #1477 from microsoft/dependabot/nuget/xunit-2.6.2
  • 1786a4a Fix tests
  • cab8c67 Bump xunit from 2.6.1 to 2.6.2
  • 7252763 Merge pull request #1476 from microsoft/dependabot/nuget/xunit.runner.visuals...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner December 22, 2023 13:23
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 22, 2023
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97491c7) 85.74% compared to head (5250622) 85.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2727   +/-   ##
=======================================
  Coverage   85.74%   85.74%           
=======================================
  Files         296      296           
  Lines       11340    11340           
  Branches      890      890           
=======================================
  Hits         9723     9723           
  Misses       1325     1325           
  Partials      292      292           

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

@hocinehacherouf hocinehacherouf enabled auto-merge (rebase) December 27, 2023 14:29
Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.10 to 1.6.11.
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.10...1.6.11)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Microsoft.OpenApi-1.6.11 branch from 3183237 to 5250622 Compare December 27, 2023 14:29
@hocinehacherouf hocinehacherouf merged commit 16dde4d into main Dec 27, 2023
6 checks passed
@hocinehacherouf hocinehacherouf deleted the dependabot/nuget/src/Microsoft.OpenApi-1.6.11 branch December 27, 2023 14:36
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