Skip to content

Bump Statiq.App from 1.0.0-beta.62 to 1.0.0-beta.65 - #1216

Merged
Perksey merged 1 commit into
develop/3.0from
dependabot/nuget/develop/3.0/Statiq.App-1.0.0-beta.65
Jan 15, 2023
Merged

Bump Statiq.App from 1.0.0-beta.62 to 1.0.0-beta.65#1216
Perksey merged 1 commit into
develop/3.0from
dependabot/nuget/develop/3.0/Statiq.App-1.0.0-beta.65

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJan 12, 2023

Copy link
Copy Markdown
Contributor

Bumps Statiq.App from 1.0.0-beta.62 to 1.0.0-beta.65.

Release notes

Sourced from Statiq.App's releases.

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.App's changelog.

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
  • 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...
  • 79e6f43 Merge remote-tracking branch 'origin-framework/main'
  • 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.App](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.62 to 1.0.0-beta.65.
- [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.65)
---
updated-dependencies:
- dependency-name: Statiq.App
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBot requested a review from a team as a code ownerJanuary 12, 2023 15:01
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jan 12, 2023
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

PackageLine RateBranch RateHealth
Silk.NET.Maths30%18%
Silk.NET.SilkTouch.Emitter91%61%
Silk.NET.SilkTouch.Scraper55%43%
Silk.NET.SilkTouch.Symbols83%72%
Silk.NET.SilkTouch.TestFramework72%81%
Silk.NET.SilkTouch.Tests.Common100%100%
Silk.NET.SilkTouch.TypeResolution89%81%
Summary37% (9991 / 26923)22% (2421 / 11074)

Minimum allowed line rate is 30%

@Perksey
Perksey merged commit 79e53a7 into develop/3.0Jan 15, 2023
@Perksey
Perksey deleted the dependabot/nuget/develop/3.0/Statiq.App-1.0.0-beta.65 branch January 15, 2023 19:34
@HurricanKaiHurricanKai mentioned this pull request Feb 12, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Perksey