chore: Update dependency Statiq.Web to 1.0.0-beta.60 #1646
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-beta.44
->1.0.0-beta.60
Release Notes
statiqdev/Statiq.Web (Statiq.Web)
v1.0.0-beta.60
: 1.0.0-beta.60WebKeys.ChangedFiles
setting to propagate the list of changed files when using thepreview
orserve
command.v1.0.0-beta.59
: 1.0.0-beta.59v1.0.0-beta.58
: 1.0.0-beta.58v1.0.0-beta.57
: 1.0.0-beta.57v1.0.0-beta.56
: 1.0.0-beta.56v1.0.0-beta.55
: 1.0.0-beta.55ServerFactory
class inStatiq.Web.Hosting
that makes it easier to set individual properties of the built-in Statiq preview server.--custom-header name=value
options on the command line.ServerContentTypes
andServerCustomHeaders
settings keys.v1.0.0-beta.54
: 1.0.0-beta.54v1.0.0-beta.53
: 1.0.0-beta.53AdditionalInputFiles
setting that can be used to explicitly include input files that would otherwise be excluded by theInputFiles
setting such as underscore files.NetlifyRedirects
setting so that whentrue
, any existing Netlify-style_redirects
file will be output (underscore files are normally excluded by default).NetlifyPrefixRedirects
setting (true
by default) that will automatically create redirect entries to files and folders that are prefixed with a specific value (^
by default) from requests without the prefix. This is helpful when needing to publish files or folder prefixed with a.
since Netlify deployment doesn't support them (#1002).v1.0.0-beta.52
: 1.0.0-beta.52v1.0.0-beta.51
: 1.0.0-beta.51WebKeys.GenerateSearchIndex
istrue
(#1001).v1.0.0-beta.50
: 1.0.0-beta.50WebKeys.IgnoreInvalidXrefs
setting to control whether invalid xrefs output a warning instead of a critical error.mailto
and unicode (#997, #998).v1.0.0-beta.49
: 1.0.0-beta.49Statiq.Web.props
toStatiq.Web.targets
to resolve some import ordering bugs.v1.0.0-beta.48
: 1.0.0-beta.48Statiq.Web.props
to include default Statiq namespaces for use in .NET 6 projects with implicit usings.v1.0.0-beta.47
: 1.0.0-beta.47v1.0.0-beta.46
: 1.0.0-beta.46v1.0.0-beta.45
: 1.0.0-beta.45/*-
and-*/
.@*-
and-*@​
at the beginning of a file. HTML files can now define front matter using<!---
and--->
at the beginning of a file (notice three or more-
characters instead of two). The various front matter delimiters are also universal and can be used in any file (I.e. you can new use C-style front matter block comments in.css
files).FrontMatterRegexes
andAdditionalFrontMatterRegexes
settings to help customize the regular expressions used to find front matter.XrefPipelines
andAdditionalXrefPipelines
settings).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.