Tff27 / tff-blog

Personal Blog
1 stars 0 forks source link

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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the others group with 5 updates:

Package From To
Octokit 9.0.0 11.0.1
YamlDotNet 13.7.1 15.1.2
HtmlSanitizer 8.0.746 8.0.865
Markdig 0.33.0 0.37.0
System.Net.Http.Json 7.0.1 8.0.0

Updates Octokit from 9.0.0 to 11.0.1

Release notes

Sourced from Octokit's releases.

v11.0.1

What's Changed

Fix

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

v11.0.0

What's Changed

BREAKING CHANGE

Features

Fixes

Maintenance

New Contributors

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

v10.0.0

Breaking change:

What's Changed

New Contributors

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

... (truncated)

Commits
  • 4ca8f1c fix: "zip" Content-Type resulting in null Stream for Artifacts on Blob Storag...
  • 889bf25 feat/fix: Allow zip MIME type (#2902)
  • 92ff70b BREAKING CHANGE (behavior): Modify caching to only attempt to update the resp...
  • 1dc9c5e Bump Cake.Coverlet from 3.0.4 to 4.0.1 in /build (#2896)
  • 41d5d24 feat: Add create organization invitation via email (#2895)
  • d27d1f0 Change "IssueId" to long (#2890)
  • 40041f2 maint: build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (#2887)
  • 6b58e9b build(deps): bump xunit from 2.6.6 to 2.7.0 (#2888)
  • b87c3d1 maint: Update Dockerfile to omit mkdocs so that pre-builds will complete succ...
  • e4af6f9 feat: Add 'Pending' member to WorkflowJobStatus enum
  • Additional commits viewable in compare view


Updates YamlDotNet from 13.7.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters

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
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • 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.
  • Additional commits viewable in compare view


Updates HtmlSanitizer from 8.0.746 to 8.0.865

Release notes

Sourced from HtmlSanitizer's releases.

8.0.865

#542

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
  • f71dbb5 Fix sonarcloud issues
  • 08df3fc Use primary constructors
  • 7d6fc5e Call OnFilteringUrl for relative URL (fixes #542)
  • a87c71e Merge pull request #535 from mganss/dependabot/nuget/coverlet.msbuild-6.0.2
  • 1393e23 Bump coverlet.msbuild from 6.0.1 to 6.0.2
  • c6016f5 Merge pull request #532 from mganss/dependabot/nuget/coverlet.msbuild-6.0.1
  • d02d23f Bump coverlet.msbuild from 6.0.0 to 6.0.1
  • 5906e04 Merge pull request #531 from mganss/dependabot/nuget/xunit.runner.console-2.7.0
  • 4d7f34e Merge pull request #530 from mganss/dependabot/nuget/xunit-2.7.0
  • 2929b86 Merge pull request #529 from mganss/dependabot/nuget/xunit.runner.visualstudi...
  • Additional commits viewable in compare view


Updates Markdig from 0.33.0 to 0.37.0

Release notes

Sourced from Markdig's releases.

0.37.0

Changes

🐛 Bug Fixes

  • Fix issues for math span calculation (PR #785) by @​toothache
  • Fix invalid setext heading (#785) (000393f4)

🚀 Enhancements

🧰 Misc

  • Update readme.md (fd226d53)
  • Update parsing-extensions.md (c75a11ec)

Full Changelog: 0.36.2...0.37.0

Published with dotnet-releaser

0.36.2

Changes

🐛 Bug Fixes

  • Fix missing code in commit for #780 (f48331d6)

Full Changelog: 0.36.1...0.36.2

Published with dotnet-releaser

0.36.1

Changes

🐛 Bug Fixes

  • Fixes #780 where only the first paragraph of an alert block is processed. (6549d3b7)

Full Changelog: 0.36.0...0.36.1

Published with dotnet-releaser

0.36.0

Changes

🐛 Bug Fixes

... (truncated)

Commits
  • 1a1bbec Merge pull request #786 from MartinZikmund/feature/youtube-short-support
  • 68bd307 Add support for YouTube Shorts embedding
  • e486903 Test support for YouTube Shorts embedding
  • 8e22754 Merge pull request #785 from toothache/fix_issues
  • 93d88ab Fix math span calculation.
  • 000393f Fix invalid setext heading (#785)
  • a579689 Merge pull request #784 from Abrynos/case-invariant-alerts
  • c19ba5b Add fallback value in order to mark unknown alert kinds in some way as well
  • 03390e4 Misc.
  • 42bd65c Apply feedback
  • 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


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