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

chore: Update dependency Statiq.Web.Netlify to 1.0.0-beta.60 #1647

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Statiq.Web.Netlify 1.0.0-beta.44 -> 1.0.0-beta.60 age adoption passing confidence

Release Notes

statiqdev/Statiq.Web (Statiq.Web.Netlify)

v1.0.0-beta.60: 1.0.0-beta.60

  • Added extra cache invalidation logic to ensure Sass/Scss files are invalidated whenever any other Sass/Scss files are changed since those are likely imports (#​1019).
  • Added a new WebKeys.ChangedFiles setting to propagate the list of changed files when using the preview or serve command.
  • Updated Statiq Framework reference to version 1.0.0-beta.72.

v1.0.0-beta.59: 1.0.0-beta.59

v1.0.0-beta.58: 1.0.0-beta.58

  • Ensures feed title and description fallback to the site title and description if a feed-specific one was not provided (#​1012).
  • Updated Statiq Framework reference to version 1.0.0-beta.70.

v1.0.0-beta.57: 1.0.0-beta.57

v1.0.0-beta.56: 1.0.0-beta.56

v1.0.0-beta.55: 1.0.0-beta.55

  • Added a new ServerFactory class in Statiq.Web.Hosting that makes it easier to set individual properties of the built-in Statiq preview server.
  • Added the ability to specify additional custom headers served by the Statiq preview server using one or more --custom-header name=value options on the command line.
  • Added the ability to specify additional content type mappings and/or custom headers for the preview server from settings using the ServerContentTypes and ServerCustomHeaders settings keys.

v1.0.0-beta.54: 1.0.0-beta.54

  • Fixed a bug in front matter regular expressions to ensure front matter is extracted when the delimiter is on the last line of the file.
  • Updated Statiq Framework reference to version 1.0.0-beta.66.

v1.0.0-beta.53: 1.0.0-beta.53

  • Added a new AdditionalInputFiles setting that can be used to explicitly include input files that would otherwise be excluded by the InputFiles setting such as underscore files.
  • Updated the NetlifyRedirects setting so that when true, any existing Netlify-style _redirects file will be output (underscore files are normally excluded by default).
  • Added a new 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).
  • Improved script injection behavior (I.e. for live reload support) when the HTML document deviates from standards (I.e. directly after Markdown rendering).
  • Updated Statiq Framework reference to version 1.0.0-beta.65.

v1.0.0-beta.52: 1.0.0-beta.52

  • Fixed a bug regarding published date vs. current date publishing items a day early (#​1005).
  • Updated Statiq Framework reference to version 1.0.0-beta.64.

v1.0.0-beta.51: 1.0.0-beta.51

  • Fixed a bug with the default search script path when WebKeys.GenerateSearchIndex is true (#​1001).

v1.0.0-beta.50: 1.0.0-beta.50

  • Added a WebKeys.IgnoreInvalidXrefs setting to control whether invalid xrefs output a warning instead of a critical error.
  • Improved link validation in certain cases where links are escaped like mailto and unicode (#​997, #​998).
  • Updated Statiq Framework reference to version 1.0.0-beta.63.

v1.0.0-beta.49: 1.0.0-beta.49

  • Changed Statiq.Web.props to Statiq.Web.targets to resolve some import ordering bugs.
  • Updated Statiq Framework reference to version 1.0.0-beta.62.

v1.0.0-beta.48: 1.0.0-beta.48

  • Updated the included Statiq.Web.props to include default Statiq namespaces for use in .NET 6 projects with implicit usings.
  • Updated Statiq Framework reference to version 1.0.0-beta.61.

v1.0.0-beta.47: 1.0.0-beta.47

  • Fixed a regression with xref identification finding nested documents that shouldn't be considered (#​988).

v1.0.0-beta.46: 1.0.0-beta.46

v1.0.0-beta.45: 1.0.0-beta.45

  • Breaking change: To make the distinction between normal beginning of file block comments in a C# file and front matter comments, front matter block comments in C# files must now use an extra dash like /*- and -*/.
  • Added support for more types of front matter delimiters in more places. For example, Razor files can now define front matter using Razor block comment syntax and a dash like @*- and -*@&#8203; 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).
  • Added FrontMatterRegexes and AdditionalFrontMatterRegexes settings to help customize the regular expressions used to find front matter.
  • Expanded xref lookup behavior to look in all relevant pipelines, not just the "content" pipeline (exclusions can be customized using the XrefPipelines and AdditionalXrefPipelines settings).
  • Updated Statiq Framework to version 1.0.0-beta.59.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants