dotnet / docs-tools

This repo contains GitHub Actions and other tools that are designed to be invoked on DocFx repositories.
Creative Commons Attribution 4.0 International
17 stars 28 forks source link

Bump the dotnet group across 1 directory with 10 updates #392

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the dotnet group with 10 updates in the / directory:

Package From To
Pathological.ProjectSystem 8.0.2 8.0.4
Microsoft.AspNetCore.Components.WebAssembly 8.0.7 8.0.8
Microsoft.AspNetCore.Components.WebAssembly.DevServer 8.0.7 8.0.8
Microsoft.NET.Sdk.Functions 4.4.0 4.4.1
Swashbuckle.AspNetCore 6.6.2 6.7.0
Microsoft.Azure.Functions.Worker 1.22.0 1.23.0
Microsoft.Azure.Functions.Worker.ApplicationInsights 1.2.0 1.3.0
Microsoft.Azure.Functions.Worker.Sdk 1.17.3 1.17.4
YamlDotNet 15.3.0 16.0.0
Microsoft.Extensions.FileProviders.Embedded 8.0.7 8.0.8

Updates Pathological.ProjectSystem from 8.0.2 to 8.0.4

Release notes

Sourced from Pathological.ProjectSystem's releases.

8.0.4

Full Changelog: https://github.com/IEvangelist/pathological.globbing/compare/8.0.2...8.0.4

8.0.3

Full Changelog: https://github.com/IEvangelist/pathological.globbing/compare/8.0.2...8.0.3

  • Fix a bug described in f1fe283df6d7b399c313becfeffb9510e08d9820
  • NuGet packages updates
Commits


Updates Microsoft.AspNetCore.Components.WebAssembly from 8.0.7 to 8.0.8

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

.NET 8.0.8

Release

Commits


Updates Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.7 to 8.0.8

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

.NET 8.0.8

Release

Commits


Updates Microsoft.NET.Sdk.Functions from 4.4.0 to 4.4.1

Release notes

Sourced from Microsoft.NET.Sdk.Functions's releases.

Microsoft.NET.Sdk.Functions 4.4.1

What's Changed

  • Fixed a NullReferenceException in the IsWebJobsAttribute extension method that impacted .NET 8 in-process functions using nullable parameters. (#655)

Nuget package: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.4.1

Commits
  • 65d54e9 4.4.1 - Fixing NullReferenceException in IsWebJobsAttribute extension method ...
  • 6b226e5 Updates to 1ES pipelines (#653)
  • See full diff in compare view


Updates Swashbuckle.AspNetCore from 6.6.2 to 6.7.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0

Commits
  • 531c4c0 Use HttpMethods.IsGet()
  • f2ed1aa Remove build from CodeQL
  • 6417588 Bump github/codeql-action from 3.25.13 to 3.25.15
  • 9b9d2ad Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#2998)
  • ca59f40 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2997)
  • 55ca891 Bump github/codeql-action from 3.25.12 to 3.25.13 (#2994)
  • 85fefe4 Support non-nullable types as required (#2803)
  • 3553751 Support [JsonRequired] (#2988)
  • fdb7d6b Support generics and overloads for XML comments (#2982)
  • f85abd4 Bump github/codeql-action from 3.25.11 to 3.25.12 (#2984)
  • Additional commits viewable in compare view


Updates Microsoft.Azure.Functions.Worker from 1.22.0 to 1.23.0

Changelog

Sourced from Microsoft.Azure.Functions.Worker's changelog.

Microsoft.Azure.Functions.Worker (metapackage) 1.23.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.19.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.17.0
  • Updating Azure.Core to 1.41.0

Microsoft.Azure.Functions.Worker.Core 1.19.0

  • Updating Azure.Core to 1.41.0

Microsoft.Azure.Functions.Worker.Grpc 1.17.0

  • Updating Azure.Core to 1.41.0
Commits


Updates Microsoft.Azure.Functions.Worker.ApplicationInsights from 1.2.0 to 1.3.0

Release notes

Sourced from Microsoft.Azure.Functions.Worker.ApplicationInsights's releases.

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.3.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.3.0

  • Add SupportsDeferredBinding attribute

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/abstractions-extension-1.2.0...abstractions-extension-1.3.0

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.0

  • Improvements to context coordination/synchronization handling and observability
    • Failure to receive any of the expected context synchronization calls will now result in a TimeoutException thrown with the appropriate exception information. Previously this would block indefinitely and failures here were difficult to diagnose.
    • Debug logs are now emitted in the context coordination calls, improving observability.
  • Introduces fix to properly handle multiple output binding scenarios (#2322).

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1

  • Implement IFunctionsWorkerApplicationBuilder.ConfigureTablesExtension() extension method
    • F# projects need to configure the extension manually due to source gen restrictions

Usage

module Program

open Microsoft.Extensions.Hosting open Microsoft.Azure.Functions.Worker

module Program = [<EntryPoint>] let main _ = let hostBuilder = new HostBuilder()

    hostBuilder.ConfigureFunctionsWorkerDefaults(fun (context: HostBuilderContext) (appBuilder: IFunctionsWorkerApplicationBuilder) -&gt;
        appBuilder.ConfigureTablesExtension() |&gt; ignore
    ) |&gt; ignore

    let host = hostBuilder.Build()
    host.Run()

    0

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/tables-extension-1.2.0...tables-extension-1.2.1

Commits


Updates Microsoft.Azure.Functions.Worker.Sdk from 1.17.3 to 1.17.4

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

Microsoft.Azure.Functions.Worker.Sdk 1.17.4

  • Upgrade Microsoft.Azure.Functions.Worker.Sdk.Generators to 1.3.2

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.2

  • Enhanced function metadata generation to include $return binding for HTTP trigger functions. (#1619)
  • Updating generators to fix the namespace conflict with customer code (#2582)
Commits
  • 3c0687b Release Prep (#2591)
  • 53d764e Updating generators to fix the namespace conflict with customer code (#2582)
  • 228018b Updating metadata generation to create the $return binding for all http trigg...
  • See full diff in compare view


Updates YamlDotNet from 15.3.0 to 16.0.0

Release notes

Sourced from YamlDotNet's releases.

Release 16.0.0

  • Merge pull request #938 from MetaFight/array-cycles
    ArrayNodeDeserializer can now deserialize circular references.

  • Merge pull request #935 from MrLuje/fsharp-collection
    feat: properly handle FSharp List deserialization

  • Merge pull request #927 from lahma/optimize-scalar-load
    Optimize YamlScalarNode.Load and YamlMappingNode.Load

  • Merge pull request #941 from EdwardCooke/ec-nullability
    Fix bugs and add features


Breaking change notes

  • The ITypeConverter object is now passed to many methods and is expected when some are called. You can get the typeconverter by calling BuildTypeConverter on the serializerbuilder and deserializerbuilder. This typeconverter should be treated as a singleton and injected into the constructor of your class.

  • The IPropertyDescriptor is now passed into a lot of methods. It can be safely disregarded if you don't need it. It contains information about the property containing the object being deserialized.

  • The delegates ObjectSerializer and ObjectDeserializer are also being passed around. They can be disregarded if you don't need them.

  • To revert to the old date/time formats for JsonCompatable remove the DateTime8601Converter and add the DateTimeConverter with the doubleQuotes constructor parameter set to true. Example:

    new SerializerBuilder()
        .WithoutTypeConverter<YamlDotNet.Serialization.Converters.DateTime8601Converter>()
        .WithTypeConverter(new YamlDotNet.Serialization.Converters.DateTimeConverter(doubleQuotes: true))
    .Build();
    
  • on Mark, Cursor, SimpleKey the position property data types changed from int to long

Commits
  • 8808c6f Merge pull request #941 from EdwardCooke/ec-nullability
  • 14accea Finish removal of .net7
  • 2c75a78 Missed a small merge conflict
  • 30cced2 Expose building typeinspector since it's used in other areas
  • c428589 Merge branch 'master' of github.com:aaubry/YamlDotNet into ec-nullability
  • 39bb970 Make fsharp files crlf, seal the yamlconverter attribute
  • e0abc6a Remove net70, fixed up the fsharp unit tests
  • b176139 Merge branch 'master' into ec-nullability
  • 2d332ae Line endings in a few files?
  • 760472f Merge pull request #927 from lahma/optimize-scalar-load
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.FileProviders.Embedded from 8.0.7 to 8.0.8

Release notes

Sourced from Microsoft.Extensions.FileProviders.Embedded's releases.

.NET 8.0.8

Release

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.