Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2023

Bumps Statiq.Yaml from 1.0.0-beta.62 to 1.0.0-beta.66.

Release notes

Sourced from Statiq.Yaml's releases.

1.0.0-beta.66

  • Fixed a bug in ExtractFrontMatter to ensure front matter is extracted when the delimiter is on the last line of the file.

1.0.0-beta.65

  • Added a new pipeline PostProcessHasDependencies property that indicates the post-process phase of a pipeline should depend on the post-process phase(s) of the pipeline dependencies. This is helpful in certain situations where you need a pipeline to run after other post-process phases from dependencies.
  • Added a GenerateRedirects.AlwaysCreateAdditionalOutput() method to allow creating additional redirect files even if no redirects are specified (I.e. if redirects are also being generated from another source).
  • Added additional overloads to GenerateRedirects.WithAdditionalOutput() that can accept the execution context in the delegate and/or return a Task.

1.0.0-beta.64

  • Fixed ElseIf when Predicate.RequiresDocument is false in ExecuteIf module (#255, #256, thanks @​nils-a).
  • Adds the ability to configure a specific date/time as "current". All code and themes should now use IExecutionState.GetCurrentDateTime() instead of DateTime.Now, etc.
  • Removes console background color for better compatibility with different console themes (#257).
  • Outputs the configured log level on execution.

1.0.0-beta.63

  • Fixed generation of document source paths for symbols in AnalyzeCSharp to use the symbol ID and generate shorter names so very long symbols don't create paths that are too long (#244).
Changelog

Sourced from Statiq.Yaml's changelog.

1.0.0-beta.66

  • Fixed a bug in ExtractFrontMatter to ensure front matter is extracted when the delimiter is on the last line of the file.

1.0.0-beta.65

  • Added a new pipeline PostProcessHasDependencies property that indicates the post-process phase of a pipeline should depend on the post-process phase(s) of the pipeline dependencies. This is helpful in certain situations where you need a pipeline to run after other post-process phases from dependencies.
  • Added a GenerateRedirects.AlwaysCreateAdditionalOutput() method to allow creating additional redirect files even if no redirects are specified (I.e. if redirects are also being generated from another source).
  • Added additional overloads to GenerateRedirects.WithAdditionalOutput() that can accept the execution context in the delegate and/or return a Task.

1.0.0-beta.64

  • Fixed ElseIf when Predicate.RequiresDocument is false in ExecuteIf module (#255, #256, thanks @​nils-a).
  • Adds the ability to configure a specific date/time as "current". All code and themes should now use IExecutionState.GetCurrentDateTime() instead of DateTime.Now, etc.
  • Removes console background color for better compatibility with different console themes (#257).
  • Outputs the configured log level on execution.

1.0.0-beta.63

  • Fixed generation of document source paths for symbols in AnalyzeCSharp to use the symbol ID and generate shorter names so very long symbols don't create paths that are too long (#244).
Commits
  • 1bdf285 Fixed a bug in ExtractFrontMatter to ensure front matter is extracted when ...
  • 80d048e Small documentation comment
  • c9f725c Added some extensions to configure PostProcessHasDependencies
  • c52add0 Added some unit tests for new PostProcessHasDependencies flag
  • 60410f4 Added the PostProcessHasDependencies flag, still need to add unit tests
  • d258970 Added additional overloads to GenerateRedirects.WithAdditionalOutput()
  • 91fce01 Added a GenerateRedirects.AlwaysCreateAdditionalOutput() method
  • 57dd807 Prints a fallback message when no logging level is configured
  • 2b346c8 Outputs the configured log level on execution
  • 72b6d70 Removes console background color for better compatibility with different cons...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Statiq.Yaml](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.62 to 1.0.0-beta.66.
- [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
- [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
- [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.62...v1.0.0-beta.66)

---
updated-dependencies:
- dependency-name: Statiq.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2023 15:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2023

Code Coverage

Package Line Rate Branch Rate Health
Silk.NET.Maths 30% 18%
Silk.NET.SilkTouch.Emitter 91% 61%
Silk.NET.SilkTouch.Scraper 55% 43%
Silk.NET.SilkTouch.Symbols 83% 72%
Silk.NET.SilkTouch.TestFramework 72% 81%
Silk.NET.SilkTouch.Tests.Common 100% 100%
Silk.NET.SilkTouch.TypeResolution 89% 81%
Summary 37% (9991 / 26923) 22% (2421 / 11074)

Minimum allowed line rate is 30%

@Perksey Perksey enabled auto-merge (squash) January 27, 2023 15:14
@Perksey Perksey merged commit 3369476 into develop/3.0 Jan 27, 2023
@Perksey Perksey deleted the dependabot/nuget/develop/3.0/Statiq.Yaml-1.0.0-beta.66 branch January 27, 2023 15:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant