natemcmaster / dotnet-serve

Simple command-line HTTPS server for the .NET Core CLI
https://nuget.org/packages/dotnet-serve/
Apache License 2.0
782 stars 65 forks source link

Bump McMaster.Extensions.CommandLineUtils from 3.1.0 to 4.0.0 #106

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps McMaster.Extensions.CommandLineUtils from 3.1.0 to 4.0.0.

Release notes

Sourced from McMaster.Extensions.CommandLineUtils's releases.

4.0.0

Features

Fixes

#429: natemcmaster/CommandLineUtils#429 #431: natemcmaster/CommandLineUtils#431 #484: natemcmaster/CommandLineUtils#484

Other

#389: natemcmaster/CommandLineUtils#389 #405: natemcmaster/CommandLineUtils#405 #406: natemcmaster/CommandLineUtils#406 #407: natemcmaster/CommandLineUtils#407 #420: natemcmaster/CommandLineUtils#420 #424: natemcmaster/CommandLineUtils#424 #425: natemcmaster/CommandLineUtils#425

See more details in https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md.

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.0.0 https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.0.0

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils

4.0.0-beta.74

Fixes

@​natemcmaster: fix new CI to correctly publish symbols to nuget.org @​scott-xu: show option types in help text when OptionAttribute.Template is set (#429) @​skirchner989: change to not throw when a validator is not of type AttributeValidator (#431)

... (truncated)

Changelog

Sourced from McMaster.Extensions.CommandLineUtils's changelog.

v4.0.0

Features

Fixes

#429: natemcmaster/CommandLineUtils#429 #431: natemcmaster/CommandLineUtils#431 #484: natemcmaster/CommandLineUtils#484

Other

#389: natemcmaster/CommandLineUtils#389 #405: natemcmaster/CommandLineUtils#405 #406: natemcmaster/CommandLineUtils#406 #407: natemcmaster/CommandLineUtils#407 #420: natemcmaster/CommandLineUtils#420 #424: natemcmaster/CommandLineUtils#424 #425: natemcmaster/CommandLineUtils#425

Commits
  • 1cb2c24 Update notes for 4.0.0 release
  • a360087 Bundle the README.md file
  • e4e124b Update to latest dependency versions
  • 3729de1 Reformat code
  • 210a005 test-only: drop .NET Core 2.1 and .NET 5, add .NET 6
  • 3774688 fix: don't mask OperationCanceledException triggered by SIGINT (#483)
  • 6783c5f Move API to 'shipped' baseline
  • fb3ecda Update release notes
  • 5daaac4 Replace probot config with workflow for managing stale issues
  • 9542133 build(deps): bump Microsoft.NETFramework.ReferenceAssemblies (#457)
  • 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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #106 (505b798) into main (b000825) will increase coverage by 0.99%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   27.19%   28.19%   +0.99%     
==========================================
  Files          17       17              
  Lines         603      603              
==========================================
+ Hits          164      170       +6     
+ Misses        439      433       -6     
Impacted Files Coverage Δ
src/dotnet-serve/CommandLineOptions.cs 63.82% <0.00%> (+6.38%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b000825...505b798. Read the comment docs.