Skip to content

Bump the nuget-dependencies group with 2 updates#27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-dependencies-0792cf4470
Open

Bump the nuget-dependencies group with 2 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-dependencies-0792cf4470

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updated BoxOfYellow.ConsoleMarkdownRenderer from 0.11.0 to 0.11.1.

Release notes

Sourced from BoxOfYellow.ConsoleMarkdownRenderer's releases.

0.11.1

v0.11.1

🎨 Renderers 🎨

  • #​161: Remove ShowAbbreviationTitle option
  • #​143: Honor Markdown pipe-table column alignment in ConsoleTableRenderer
    • | left | center | right |
      | :--- | :----: | ----: |
      | a | b | c |
      | dd | ee | ff | 
    • Render
      left center right
      a b c
      dd ee ff
    • Before
      Image
    • After
      Image
  • #​132: Render Markdig CustomContainer admonition blocks
    • :::note
      This is a *note* admonition with **bold** content.
      :::
    • Rendered
      :::note
      This is a note admonition with bold content.
      :::
    • Before
      Image
    • After
      Image
  • #​133: Emit OSC 8 terminal hyperlinks from WriteLink via Spectre Markup
  • #​142: Render Markdig Figure and FigureCaption blocks
    • ^^^ A descriptive caption for the figure.
      ![sample](http://example.com/img.png)
      ^^^
    • Rendered
      ^^^ A descriptive caption for the figure.
      sample
      ^^^
    • Before
      Image
    • After
      Image
  • #​144: Expose Spectre.Console Rule style for thematic breaks
    ... (truncated)

Commits viewable in compare view.

Updated YamlDotNet from 17.1.0 to 18.0.0.

Release notes

Sourced from YamlDotNet's releases.

18.0.0

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @​EdwardCooke in Add a parse method wrapper and caching to fix AoT compilation aaubry/YamlDotNet#1103
    BREAKING CHANGE This is a breaking change in the TypeInspectorSkeleton class and the ITypeInspector interface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.

Full Changelog: aaubry/YamlDotNet@v17.1.0...v18.0.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps BoxOfYellow.ConsoleMarkdownRenderer from 0.11.0 to 0.11.1
Bumps YamlDotNet from 17.1.0 to 18.0.0

---
updated-dependencies:
- dependency-name: BoxOfYellow.ConsoleMarkdownRenderer
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: YamlDotNet
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants