Tff27 / tff-blog

Personal Blog
1 stars 0 forks source link

chore(deps): bump the others group with 5 updates #264

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps the others group with 5 updates:

Package From To
HtmlSanitizer 8.0.746 8.0.843
Markdig 0.33.0 0.34.0
System.Net.Http.Json 7.0.1 8.0.0
YamlDotNet 13.7.1 15.1.1
Octokit 9.0.0 9.1.2

Updates HtmlSanitizer from 8.0.746 to 8.0.843

Release notes

Sourced from HtmlSanitizer's releases.

8.0.843

Add package README file

8.0.838

Create customizable comment encoding method (fixes #525)

8.0.811

Merge pull request #516 from jerriep/allow-overriding-literal-text-element-encoding

8.0.795

See #494

Commits
  • 8b43e3e Add package README file
  • 00b1d4a Merge pull request #526 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-1...
  • b043209 Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  • 9254a13 Create customizable comment encoding method (fixes #525)
  • 8a62437 Merge pull request #524 from mganss/dependabot/nuget/xunit.runner.console-2.6.6
  • eb64064 Merge pull request #523 from mganss/dependabot/nuget/xunit-2.6.6
  • 5d91c4b Bump xunit.runner.console from 2.6.5 to 2.6.6
  • 78886c2 Bump xunit from 2.6.5 to 2.6.6
  • 4a5141c Merge pull request #522 from mganss/dependabot/nuget/BenchmarkDotNet-0.13.12
  • d4e1f59 Merge pull request #521 from mganss/dependabot/nuget/xunit.runner.console-2.6.5
  • Additional commits viewable in compare view


Updates Markdig from 0.33.0 to 0.34.0

Release notes

Sourced from Markdig's releases.

0.34.0

Changes

🐛 Bug Fixes

  • Make StringLineGroup returns a count limited Enumerator (PR #759) by @​Akarinnnnn
  • Fix source span calculation for LineBreakInline (PR #760) by @​zickb

🚀 Enhancements

🧰 Misc

  • Update packages (f52ecee0)

Full Changelog: 0.33.0...0.34.0

Published with dotnet-releaser

Commits
  • f52ecee Update packages
  • a092ec2 Merge pull request #760 from zickb/fix_source_span_calculation_for_linebreak_...
  • 6f1dce6 Fix last LineBreakInline source span in multi block scenario
  • 040a778 Merge pull request #759 from Akarinnnnn/fix-757
  • 2ae2cf9 Add tests for non-boxed enumerator of StringLineGroup.
  • ba1e562 Fix complication error of StringLineGroup.
  • 65a02e4 Add Enumerator GetEnumerator() for StringLineGroup
  • e78833a Update src/Markdig/Helpers/StringLineGroup.cs
  • 2ab716b Make StringLineGroup returns a count limited Enumerator
  • feeb186 Merge pull request #753 from MihaZupan/perf-nov23-3
  • Additional commits viewable in compare view


Updates System.Net.Http.Json from 7.0.1 to 8.0.0

Release notes

Sourced from System.Net.Http.Json's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


Updates YamlDotNet from 13.7.1 to 15.1.1

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.1

  • Merge pull request #902 from EdwardCooke/ec-901
    Fixed #901 - private constructor and tag issue

Release 15.1.0

  • Update the NuGet API key

  • Merge pull request #897 from EdwardCooke/ec-net80-enumsasnumbers
    Enables #773
    Adds naming conventions for convert enums to/from scalars
    Adds .NET8 binaries
    Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
    Quotes necessary enum strings (Null for example)
    Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
    Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors

  • Merge pull request #898 from EdwardCooke/ec-removeoldframeworks
    Breaking: Removes old frameworks, .net35, .net45

  • Merge pull request #895 from stijnherreman/issue-677
    Make the type converters available to custom pre-processing phase visitors.

  • Merge pull request #899 from EdwardCooke/ec-includenet80
    Added .net8 libraries to appveyor

  • Merge pull request #887 from dougbu/dougbu/blank.lines.886
    Handle blank lines in Yaml.Text()

Commits
  • 19d7875 Merge pull request #902 from EdwardCooke/ec-901
  • b735083 Fixed #901 - private constructor and tag issue
  • fa65881 Merge pull request #887 from dougbu/dougbu/blank.lines.886
  • 7daf14c Merge pull request #899 from EdwardCooke/ec-includenet80
  • cfac11b Added .net8 libraries to appveyor
  • 0ca7b09 Merge pull request #895 from stijnherreman/issue-677
  • 3f75e84 Make the type converters available to custom pre-processing phase visitors.
  • 04a9dbb Merge pull request #898 from EdwardCooke/ec-removeoldframeworks
  • 8e75e9e Added .net8 to the nuspec and removed old frameworks
  • 613627e Updated build project to net80 and new nugets
  • Additional commits viewable in compare view


Updates Octokit from 9.0.0 to 9.1.2

Release notes

Sourced from Octokit's releases.

v9.1.2

What's Changed

Features

Full Changelog: https://github.com/octokit/octokit.net/compare/v9.1.1...v9.1.2

v9.1.1

What's Changed

Features

Fixes

Maintenance

Documentation

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v9.1.0...v9.1.1

v9.1.0

What's Changed

Features

Bugs

Maintenance

... (truncated)

Commits
  • e87aa64 [Feat] Allow build version to be passed in to build.ps1 via command line (#2864)
  • 2a87dd0 [Feat] Add Repository Autolinks Client (#2868)
  • c9ddf3e fix: Fix namespaces for Artifacts models (#2862)
  • edd080b [DOCS]: Removed the Related Projects Section from the README (#2860)
  • 9bd519f fix: Fixes PushId datatype to not overflow (fix user activity exception)
  • 4254287 [feat] Add Rocket & Eyes reactions to ReactionSummary
  • b57cc53 build(deps): bump xunit from 2.6.4 to 2.6.6 (#2853)
  • b1a2cf5 [FEAT] Add support for "Require approval of the most recent reviewable push" ...
  • 3e92a69 [Fix]: The methods GetAllForCurrentWithTimestamps and `GetAllForUserWithTim...
  • f9c5b69 [feat]: Implement Actions OIDC Client (#2828)
  • 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 5 months ago

Superseded by #267.