Tff27 / tff-blog

Personal Blog
1 stars 0 forks source link

chore(deps): bump the others group with 9 updates #219

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 12 months ago

Bumps the others group with 9 updates:

Package From To
HtmlSanitizer 8.0.645 8.0.692
Markdig 0.31.0 0.33.0
Microsoft.AspNetCore.Components.WebAssembly 7.0.8 7.0.11
Microsoft.AspNetCore.Components.WebAssembly.DevServer 7.0.8 7.0.11
YamlDotNet 13.1.1 13.3.1
Microsoft.Azure.Functions.Worker.Extensions.Http 3.0.13 3.1.0
Microsoft.Azure.Functions.Worker.Sdk 1.10.0 1.14.1
Microsoft.Azure.Functions.Worker 1.14.1 1.19.0
Octokit 5.1.0 7.1.0

Updates HtmlSanitizer from 8.0.645 to 8.0.692

Release notes

Sourced from HtmlSanitizer's releases.

8.0.692

Fixes a bug in CSS url() sanitizing (see #411)

Commits
  • ceefc86 Add unit test
  • ad12ca0 Fix #411
  • 030d8f7 Merge pull request #458 from mganss/dependabot/nuget/BenchmarkDotNet-0.13.6
  • a9e3733 Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • 72fefb1 Merge pull request #454 from mganss/dependabot/nuget/xunit.runner.console-2.5.0
  • 2827334 Bump xunit.runner.console from 2.4.2 to 2.5.0
  • 7fbd8fb Merge pull request #455 from mganss/dependabot/nuget/xunit.runner.visualstudi...
  • eaf9dcb Merge pull request #456 from mganss/dependabot/nuget/xunit-2.5.0
  • 300909f Bump xunit from 2.4.2 to 2.5.0
  • 6ed3d49 Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • Additional commits viewable in compare view


Updates Markdig from 0.31.0 to 0.33.0

Release notes

Sourced from Markdig's releases.

0.33.0

Changes

🐛 Bug Fixes

🧰 Misc

  • Better literal delimiter content string slice (PR #736) by @​zickb

Full Changelog: 0.32.0...0.33.0

Published with dotnet-releaser

0.32.0

Changes

🐛 Bug Fixes

🚀 Enhancements

  • Add line count check to avoid out of range (PR #710) by @​valterc
  • Add relative path support for Audio and Video Urls to MediaLinks Extension (PR #723) by @​RickStrahl

📚 Documentation

  • Made the markdown class not partial and fixed the ToPlainText summary. (PR #724) by @​DeveloPoel

Full Changelog: 0.31.0...0.32.0

Published with dotnet-releaser

Commits
  • 7d40bc1 Merge pull request #736 from zickb/better_literal_delimiter_content_string_slice
  • dba94a2 Add documentation for the new constructor.
  • 6d75eed Don't break external users of the public constructor
  • ccb75fd Merge branch 'master' into better_literal_delimiter_content_string_slice
  • 06eb6ba Better content string slice of delimiter literals:
  • f15e9f0 Merge pull request #733 from zickb/fix_source_span_calculation
  • a70ca63 Fix source span of paragraphs in table cells and cleanup InlineProcessor
  • d26822b fix inline source spans calculation
  • 5e3416f Merge pull request #726 from mkapahnke/make_allow_null_internal
  • 012a57d Merge pull request #724 from DeveloPoel/markdown.cs_findings
  • Additional commits viewable in compare view


Updates Microsoft.AspNetCore.Components.WebAssembly from 7.0.8 to 7.0.11

Release notes

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

.NET 7.0.11

Release

.NET 7.0.10

Release

.NET 7.0.9

Release

Commits


Updates Microsoft.AspNetCore.Components.WebAssembly.DevServer from 7.0.8 to 7.0.11

Release notes

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

.NET 7.0.11

Release

.NET 7.0.10

Release

.NET 7.0.9

Release

Commits


Updates YamlDotNet from 13.1.1 to 13.3.1

Release notes

Sourced from YamlDotNet's releases.

Release 13.3.1

  • Merge pull request #834 from EdwardCooke/ec-810-nullyamlstreamscalars
    Support null values in YamlScalarNode for YamlStream

  • Merge pull request #835 from EdwardCooke/ec-817-keynotappliedtoquotedscalars
    Set IsKey on quoted scalar keys

  • Merge pull request #836 from EdwardCooke/ec-815-datetimeoffset
    Added a DateTimeOffsetConverter with a sample on usage

  • Merge pull request #837 from EdwardCooke/ec-792-testsinnonenglish
    Fix tests running in cultures using different cultures

  • Merge pull request #841 from EdwardCooke/ec-838-utfcharsets
    Escaped UTF-16/32 with UTF-8 surrogates

Release 13.2.0

  • Merge pull request #821 from rudolfolah/deserialize-generic-objects-error-message-and-sample
    Deserialize generic objects sample

  • Merge pull request #825 from rbnswartz/rs/optimization-for-scanner
    Use a span to reduce string allocations

  • Merge pull request #782 from hemnstill/mergingparser_with_aliases_try2
    MergingParser deserializer can now handle nested NodeSequence with aliases (try2)

  • Merge pull request #778 from rutger-dijkstra/fix-block-level-quoted-strings
    Quoted scalars are flow scalars only if flowLevel > 0

  • Merge pull request #832 from FyiurAmron/add_missing_methods_and_reorder
    Add missing methods to (de)serializer interfaces and implementations

  • Merge pull request #827 from tymokvo/add-force-scalar-style
    Add default scalar style

Commits
  • 1d01099 Merge pull request #841 from EdwardCooke/ec-838-utfcharsets
  • 53e3c1b Added test for UTF16 in Yaml
  • e8d7113 Support UTF-8 surrogates for UTF-16 and 32.
  • a6845eb Merge pull request #837 from EdwardCooke/ec-792-testsinnonenglish
  • 5df001d Made tests work correctly in the dotnet sdk 7.0 dockerfile
  • e1986a4 Support different cultures
  • 230666e Added a dockerfile to test building in a different culture
  • 58206f3 Merge pull request #836 from EdwardCooke/ec-815-datetimeoffset
  • 094bad6 Added a DateTimeOffsetConverter with a sample on usage
  • cfa312c Merge pull request #835 from EdwardCooke/ec-817-keynotappliedtoquotedscalars
  • Additional commits viewable in compare view


Updates Microsoft.Azure.Functions.Worker.Extensions.Http from 3.0.13 to 3.1.0

Commits


Updates Microsoft.Azure.Functions.Worker.Sdk from 1.10.0 to 1.14.1

Release notes

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

Microsoft.Azure.Functions.Worker 1.14.1

What's Changed

Microsoft.Azure.Functions.Worker 1.14.1 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.1

Microsoft.Azure.Functions.Worker.Core 1.12.1

  • Minor documentation updates (no functional changes)

Microsoft.Azure.Functions.Worker.Grpc 1.10.1

  • Fixed an issue causing throughput degradation and for synchronous functions, blocked the execution pipeline. (#1516)

Microsoft.Azure.Functions.Worker.Sdk 1.14.1

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.14.1

  • Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.1

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.1

  • Updated source generated version of function executor to prevent generating type names which causes namespace ambiguity with existing types.(#1847)
  • Updated source generated version of function metadata provider to correctly generate binding values for async functions.(#1817)

Microsoft.Azure.Functions.Worker 1.14.0

What's Changed

Microsoft.Azure.Functions.Worker 1.14.0 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.0

Microsoft.Azure.Functions.Worker.Core 1.12.0

  • Fix ArgumentOutOfRangeException when using HttpDataRequestDataExtensions.ReadAsStringAsync in .NET Framework (#1466)

Microsoft.Azure.Functions.Worker.Grpc 1.10.0

  • Including worker metadata & capabilities in env reload response (#1425)
  • Fix race condition causing GrpcWorker initialization failure (#1508)
  • Fix null reference exception when retry context is not set (#1476)

Microsoft.Azure.Functions.Worker.Sdk 1.14.0

What's Changed

... (truncated)

Changelog

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

Microsoft.Azure.Functions.Worker 1.14.1 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.1

Microsoft.Azure.Functions.Worker.Core 1.12.1

  • Minor documentation updates (no functional changes)

Microsoft.Azure.Functions.Worker.Grpc 1.10.1

  • Fixed an issue causing throughput degradation and for synchronous functions, blocked the execution pipeline. (#1516)
Commits


Updates Microsoft.Azure.Functions.Worker from 1.14.1 to 1.19.0

Release notes

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

Microsoft.Azure.Functions.Worker 1.19.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.19.0

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.15.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.14.0

Microsoft.Azure.Functions.Worker.Core 1.15.0

  • Auto register auto generated IHostBuilder extension methods. (#1794)

Microsoft.Azure.Functions.Worker.Grpc 1.14.0

  • Updated protobuf file to v1.10.0-protofile (#1774)
  • Add placeholder support for linux platform. (#1704)
  • Remove incorrect failure log during successful cancellation flow (#1797)

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/1.18.0...1.19.0

Microsoft.Azure.Functions.Worker 1.18.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.18.0

Microsoft.Azure.Functions.Worker.Core 1.14.0

  • Unsealed InputConverterAttribute. Implementers can now derive from this type to map attributes to custom converters. (#1712)
  • Add support for deferred binding (#1676)
  • Add binding attribute to converter context (#1660)

Microsoft.Azure.Functions.Worker.Grpc 1.12.0

  • Add support for deferred binding (#1676)

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/1.17.0...1.18.0

Microsoft.Azure.Functions.Worker 1.17.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.17.0

  • Nothing

Microsoft.Azure.Functions.Worker.Core 1.13.0

  • Nothing

... (truncated)

Changelog

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

Microsoft.Azure.Functions.Worker (metapackage) 1.19.0

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.15.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.14.0

Microsoft.Azure.Functions.Worker.Core 1.15.0

  • Auto register auto generated IHostBuilder extension methods. (#1794)

Microsoft.Azure.Functions.Worker.Grpc 1.14.0

  • Updated protobuf file to v1.10.0-protofile (#1774)
  • Add placeholder support for linux platform. (#1704)
  • Remove incorrect failure log during successful cancellation flow (#1797)
Commits
  • e358ca5 Bumping up package versions for release (#1812)
  • 3829bbd Implementation of the FromBody binding converter for the ASP.NET Core Integra...
  • 11e96ab Auto register auto generated IHostBuilder extension methods (#1794)
  • d990958 Introducing LagThreshold as a Kafka Trigger Attribute for scaling purposes. (...
  • b060c1d Disable blob container path analyzer when an expression is used for the blob ...
  • b862aae Update blob and cosmos to use IOptionsMonitor (#1809)
  • 887f5a9 Update typo in README.md (#1793)
  • 5ed3480 Update release notes (#1800)
  • effc01e Prepare ServiceBus extension for release (#1789)
  • f89ff7d Refactor ServiceBus converter & tests (#1716, #1723, #1727)
  • Additional commits viewable in compare view


Updates Octokit from 5.1.0 to 7.1.0

Release notes

Sourced from Octokit's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v7.0.1...v7.1.0

v7.0.1

What's Changed

Fixes

Dependencies

Full Changelog: https://github.com/octokit/octokit.net/compare/v7.0.0...v7.0.1

v7.0.0

What's Changed

Breaking changes

Features

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v6.2.1...v7.0.0

v6.2.1

What's Changed

Full Changelog: https://github.com/octokit/octokit.net/compare/v6.2.0...v6.2.1

v6.2.0

What's Changed

... (truncated)

Commits
  • bbcd33d Support refreshtokens in OAuth flow (#2749)
  • 8974796 Add auto responder workflow (#2754)
  • e27eb2b Add PR templates (#2751)
  • c69182a build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#2744)
  • 94c8baa build(deps): bump xunit from 2.4.2 to 2.5.0 (#2743)
  • 0c901dc [Bug] Fixes ActionsSelfHostedRunnersClient Delete Calls where no API options ...
  • ccae892 build(deps): bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#2741)
  • d7fd665 [Breaking Change]: Fix DeploymentStatus IDs Overflowing (#2736)
  • cada8d1 Add Waiting to WorkflowJobStatus (#2732)
  • d56404a Make CreatedAt nullable (#2734)
  • 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 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 12 months ago

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