Tff27 / tff-blog

Personal Blog
1 stars 0 forks source link

chore(deps): bump the others group with 4 updates #223

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the others group with 4 updates: HtmlSanitizer, Markdig, YamlDotNet and Octokit.

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 YamlDotNet from 13.1.1 to 13.4.0

Release notes

Sourced from YamlDotNet's releases.

Release 13.4.0

  • Merge pull request #824 from 64J0/64J0-patch-1
    F# samples

  • Merge pull request #843 from EdwardCooke/ec-785-callbacks
    Added on onserialized/onserializing and ondeserialized/ondeserializing

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
  • 1a73db7 Merge pull request #843 from EdwardCooke/ec-785-callbacks
  • 1e4bf40 Added on onserialized/onserializing and ondeserialized/ondeserializing
  • e856ff3 Merge pull request #824 from 64J0/64J0-patch-1
  • 94b8aeb chore: add YamlDotNet.Samples.Fsharp to the solution file
  • 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
  • Additional commits viewable in compare view


Updates Octokit from 5.1.0 to 8.0.0

Release notes

Sourced from Octokit's releases.

v8.0.0

What’s Changed

Features

Fixes

CI

Dependencies

New Contributors

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

v7.1.0

What's Changed

New Contributors

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

... (truncated)

Commits
  • 03e7644 build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#2775)
  • 50265be [feat] Expose WebCommitSignoffRequired and HasDiscussions for get and update ...
  • 8e0bf54 build(deps): bump xunit from 2.5.0 to 2.5.1
  • 57a29e9 [Bug]Fix pagination when ApiOptions.StartPage is explicitly set.
  • dcc31b8 [Feat] Add suspended_at and suspended_by to the Installation model
  • f8aee83 build(deps): bump NSubstitute from 5.0.0 to 5.1.0 (#2770)
  • 5610c3b ci: don't put a comment on PRs from dependabot or renovate (#2769)
  • 5029a0c build(deps): bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#2768)
  • c40c6b8 fix(SearchIssuesRequest): wrap label in quotes if it contains spaces (#2767)
  • 6c8215d build(deps): bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#2764)
  • 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 11 months ago

Superseded by #224.