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.Web from 1.0.0-beta.34 to 1.0.0-beta.9 #29

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps Statiq.Web from 1.0.0-beta.34 to 1.0.0-beta.9.

Release notes

Sourced from Statiq.Web's releases.

1.0.0-beta.9

  • Updated Statiq Framework to version 1.0.0-beta.25.
  • Lots of bug fixes for the ValidateAbsoluteLinks and ValidateRelativeLinks analyzers.

1.0.0-beta.8

  • Updated Statiq Framework to version 1.0.0-beta.24.
  • Breaking change: Removed the ValidateAbsoluteLinks, ValidateRelativeLinks, and ValidateLinksAsError settings in favor of the new analyzers. For example, to turn on absolute link validation with an error log level, set Analyzers: ValidateAbsoluteLinks=Error in your configuration file (or bootstrapper, etc.)
  • Added new ValidateAbsoluteLinks and ValidateRelativeLinks analyzers (replaces the ValidateLinks pipeline).
  • Removed the ValidateLinks pipeline.
  • Added a new AnalyzeContent pipeline.
  • Added base HtmlAnalyzer and SyncHtmlAnalyzer classes for analyzing HTML content.
  • Added Bootstrapper.AnalyzeHtml() extensions for defining delegate-based HTML analyzers.
  • Made the PreviewCommand and ServeCommand in Statiq.Web.Hosting public so you can call IBootstrapper.AddCommand<PreviewCommand>() directly without Statiq.Web.

1.0.0-beta.7

1.0.0-beta.6

  • Updated Statiq Framework to version 1.0.0-beta.22.
  • Added base Markdown analyzers MarkdownAnalyzer and SyncMarkdownAnalyzer.
  • Added Bootstrapper.AnalyzeMarkdown() extensions for defining delegate-based Markdown analyzers.
  • Fixed a bug in the preview server related to non-ASCII paths (#918, thanks @​Vladekk).
  • Fixed some bugs in the preview server related to cache reset (#914, thanks @​Backs).

1.0.0-beta.5

  • Some tweaks to the new .NET template to prefer the directory name.

1.0.0-beta.44

  • Updated Buildalyzer to 4.1.0 which removes some dependencies on .NET Framework and resolves some package resolution problems.
  • Updated Statiq Framework to version 1.0.0-beta.58.

1.0.0-beta.43

  • Added an additional shortcode processing phase after process templates are executed but before post-process templates are (for example, in between Markdown and Razor).
  • Increased the default GatherHeadingsLevel to two instead of just the first level of headings.
  • Performance improvements in the ValidateLinks analyzer (#982, thanks @​phil-scott-78).
  • Updated Statiq Framework to version 1.0.0-beta.57.

1.0.0-beta.42

1.0.0-beta.41

  • Refactored GitHub error handling to try and better mitigate transient failures (rate limiting, abuse detection, etc.) (#974).
  • Fixed a regression when defining input paths via a setting (#978).
  • Updated Statiq Framework to version 1.0.0-beta.55.

1.0.0-beta.40

  • Fixed a bug with input path modification ordering where theme paths were getting removed when other input paths were specified (#975).
  • Updated Statiq Framework to version 1.0.0-beta.54.

... (truncated)

Changelog

Sourced from Statiq.Web's changelog.

1.0.0-beta.34

1.0.0-beta.33

  • Updated Statiq Framework to version 1.0.0-beta.48.
  • Added SearchStopWords and SearchStopWordsFilePath settings to control stop words used in search.
  • Added a SearchStemming setting to turn on the default English stemming in search.

1.0.0-beta.32

  • Updated Statiq Framework to version 1.0.0-beta.47.
  • Added support for generating a client-side Lunr search index by setting GenerateSearchIndex (along with many other controllable settings for search indexing).

1.0.0-beta.31

1.0.0-beta.30

  • Updated Statiq Framework to version 1.0.0-beta.44. This Statiq Framework update includes some important breaking changes to Razor layouts and partials. If you have trouble with layout and partial compilation after this update, please read the Statiq Framework release notes for help.

1.0.0-beta.29

1.0.0-beta.28

  • Added GitHubClientExtensions.ThrottleAsync() extensions that can automatically deal with GitHub rate limit and abuse detection exceptions (#952).
  • Added automatic throttling to the ReadGitHub module and a WithThrottle() fluent configuration method to specify whether to use it.
  • Added ability to set the temp and cache paths via TempPath and CachePath settings.
  • Updated Statiq Framework to version 1.0.0-beta.42.

1.0.0-beta.27

  • Added additional extensions to the bootstrapper for creating processes with a ProcessLauncher factory.
  • Updated Statiq Framework to version 1.0.0-beta.41.

1.0.0-beta.26

1.0.0-beta.25

... (truncated)

Commits
  • a675a08 Release prep
  • c68248d Additional link validation analyzer fixes and tests
  • 672580d Adds tests and fixes several bugs with link validation analyzers
  • 25a2e26 Version bump
  • 8c0fd06 Release prep
  • e5798d0 Made the hosting commands public, fixes for validators, removed the link vali...
  • c95c2c7 Adds base HTML analyzers and link validation analyzers
  • d229a51 Version bump
  • 00cf20e Bumping Framework version
  • b5e360f Version bump
  • 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency labels Mar 7, 2022
Bumps [Statiq.Web](https://github.com/statiqdev/Statiq.Web) from 1.0.0-beta.34 to 1.0.0-beta.9.
- [Release notes](https://github.com/statiqdev/Statiq.Web/releases)
- [Changelog](https://github.com/statiqdev/Statiq.Web/blob/main/RELEASE.md)
- [Commits](statiqdev/Statiq.Web@v1.0.0-beta.34...v1.0.0-beta.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Statiq.Web-1.0.0-beta.9 branch from 85c6519 to 78ca385 Compare March 7, 2022 03:26
@SteveDesmond-ca
Copy link
Member

@dependabot close

9 is less than 34

@dependabot dependabot bot closed this Mar 7, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Statiq.Web-1.0.0-beta.9 branch March 7, 2022 03:26
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant