Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Statiq.Feeds from 1.0.0-beta.48 to 1.0.0-beta.64 #1191

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2022

Bumps Statiq.Feeds from 1.0.0-beta.48 to 1.0.0-beta.64.

Release notes

Sourced from Statiq.Feeds's releases.

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).

1.0.0-beta.62

  • Changed Statiq.App.props to Statiq.App.targets to resolve some import ordering bugs.
  • Added a Keys.IgnoreExternalDestinations setting to ignore when document destinations are not relative to the output path since some use cases may require writing documents elsewhere.

1.0.0-beta.61

1.0.0-beta.60

  • Added support for surfacing tuple information in the AnalyzeCSharp module.

1.0.0-beta.59

  • Added support for regular expressions to the ExtractFrontMatter module (#231).
  • Added IPipelineOutputs.ExceptPipelines() extension method to get outputs from all but a set of specified pipelines.
  • IPipelineOutputs.ExceptPipeline() now returns documents in natural order like IPipelineOutputs.FromPipeline() does.
  • Added AnalyzeCSharp.IncludeEmptyNamespaces() option to control whether recursively empty namespaces are output.

1.0.0-beta.58

  • Updated Buildalyzer in Statiq.CodeAnalysis to 4.1.0 which removes some dependencies on .NET Framework and resolves some package resolution problems.

1.0.0-beta.57

  • Added support for "raw" code fences to the RenderMarkdown module that bypasses markdown processing.
  • Fixed a bug when instantiating a ShortcodeResult from the bootstrapper due to lack of availability of an execution context (since the engine hasn't been created yet).
  • Added WithNestedElements() to the GatherHeadings module to control whether nested HTML element content is included in the heading text (the default is now that it is not, other than links).
  • Fixed a bug with certain modules double-encoding character references (statiqdev/Statiq.Web#981).
  • Added a new StartProcessArgument class and WithArgument()/WithArguments() methods to the StartProcess module that makes it easier to define multiple arguments inside a single config delegate.

1.0.0-beta.56

  • Added DocumentList<TDocument>.GetDestination(NormalizedPath destinationPath), .GetSource(NormalizedPath sourcePath), and .GetRelativeSource(NormalizedPath sourcePath) to better provide single document results from a document list.
  • Added IPipelineOutputs.GetDestination(NormalizedPath destinationPath), .GetSource(NormalizedPath sourcePath), and .GetRelativeSource(NormalizedPath sourcePath) to better provide single document results from pipeline output collections.
  • Added IDocument.Timestamp that holds a timestamp of document instantiation and is useful for ordering documents based on "most recent" semantics.
  • Uses the new IDocument.Timestamp property to order certain document results like the PipelineOutputs enumerator, PipelineOutputs.ExceptPipeline(), IEnumerable<IDocument>.FilterDestinations(), and IEnumerable<IDocument>.FilterSources() in descending creation order (in other words, document results that otherwise don't have a natural order are ordered by timestamp now) (#226).
  • Fixed a bug when multiple modules call IEngine.GetJavaScriptEnginePool() for the first time concurrently.
  • Added CodeAnalysisKeys.Implements to the documents produced by the AnalyzeCSharp module to represent the interface member(s) being implemented by properties, events, and methods.
  • Added the ability to inject Sass variables via metadata by prefixing with "Sass_" which should make providing theme customizations a lot easier.

1.0.0-beta.55

  • Added a new MarkdownExtensions metadata key that can add Markdown (I.e. Markdig) extension types per-document or per-execution using metadata/settings (#222).
  • Removed the recently added PathCollection.RemoveDefault() method and instead allow optionally specifying whether paths that get added to a PathCollection are removable (the default is true).
  • Removed the recently added notion of "initial settings" due to being confusing and instead moved settings initialization up in the order of bootstrapper operations (this shouldn't result in a breaking change, but be on the lookout for problems).

... (truncated)

Changelog

Sourced from Statiq.Feeds's changelog.

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).

1.0.0-beta.62

  • Changed Statiq.App.props to Statiq.App.targets to resolve some import ordering bugs.
  • Added a Keys.IgnoreExternalDestinations setting to ignore when document destinations are not relative to the output path since some use cases may require writing documents elsewhere.

1.0.0-beta.61

1.0.0-beta.60

  • Added support for surfacing tuple information in the AnalyzeCSharp module.

1.0.0-beta.59

  • Added support for regular expressions to the ExtractFrontMatter module (#231).
  • Added IPipelineOutputs.ExceptPipelines() extension method to get outputs from all but a set of specified pipelines.
  • IPipelineOutputs.ExceptPipeline() now returns documents in natural order like IPipelineOutputs.FromPipeline() does.
  • Added AnalyzeCSharp.IncludeEmptyNamespaces() option to control whether recursively empty namespaces are output.

1.0.0-beta.58

  • Updated Buildalyzer in Statiq.CodeAnalysis to 4.1.0 which removes some dependencies on .NET Framework and resolves some package resolution problems.

1.0.0-beta.57

  • Added support for "raw" code fences to the RenderMarkdown module that bypasses markdown processing.
  • Fixed a bug when instantiating a ShortcodeResult from the bootstrapper due to lack of availability of an execution context (since the engine hasn't been created yet).
  • Added WithNestedElements() to the GatherHeadings module to control whether nested HTML element content is included in the heading text (the default is now that it is not, other than links).
  • Fixed a bug with certain modules double-encoding character references (statiqdev/Statiq.Web#981).
  • Added a new StartProcessArgument class and WithArgument()/WithArguments() methods to the StartProcess module that makes it easier to define multiple arguments inside a single config delegate.

1.0.0-beta.56

  • Added DocumentList<TDocument>.GetDestination(NormalizedPath destinationPath), .GetSource(NormalizedPath sourcePath), and .GetRelativeSource(NormalizedPath sourcePath) to better provide single document results from a document list.
  • Added IPipelineOutputs.GetDestination(NormalizedPath destinationPath), .GetSource(NormalizedPath sourcePath), and .GetRelativeSource(NormalizedPath sourcePath) to better provide single document results from pipeline output collections.
  • Added IDocument.Timestamp that holds a timestamp of document instantiation and is useful for ordering documents based on "most recent" semantics.
  • Uses the new IDocument.Timestamp property to order certain document results like the PipelineOutputs enumerator, PipelineOutputs.ExceptPipeline(), IEnumerable<IDocument>.FilterDestinations(), and IEnumerable<IDocument>.FilterSources() in descending creation order (in other words, document results that otherwise don't have a natural order are ordered by timestamp now) (#226).

... (truncated)

Commits
  • 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'
  • 5c311e4 Adds the ability to specify a current date/time that's different from the act...
  • f6b50b3 (#255) fixed ElseIf when Predicate.RequiresDocument is false
  • ca7a49c Upgraded SixLabours.ImageSharp in Statiq.Images
  • 1a8bd58 AnalyzeCSharp now generates shorter symbol document source paths (#244)
  • 2f019b2 Changed the .props files to .targets for correct ordering
  • 0274ba2 Added Keys.IgnoreExternalDestinations to prevent throwing for external docume...
  • 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.Feeds](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.64.
- [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.48...v1.0.0-beta.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2022 15:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 29, 2022
@github-actions
Copy link
Contributor

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
Copy link
Member

Perksey commented Jan 2, 2023

@dependabot rebase

I know it's not needed but I want to see if I can retrigger the CLA check (as I have relaxed the requirement)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2023

Looks like this PR is already up-to-date with develop/3.0! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Perksey
Copy link
Member

Perksey commented Jan 2, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2023

Superseded by #1196.

@dependabot dependabot bot closed this Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/nuget/develop/3.0/Statiq.Feeds-1.0.0-beta.64 branch January 2, 2023 17: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