fix(deps): update dependency zensical to v0.0.46#23
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
468474b to
e918cf8
Compare
e918cf8 to
dfedd81
Compare
dfedd81 to
015a866
Compare
015a866 to
6bbed3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==0.0.41→==0.0.46Release Notes
zensical/zensical (zensical)
v0.0.46: 0.0.46Compare Source
Summary
This version improves search result quality and includes several bug fixes and refactorings.
Search excerpts
Search results now include excerpts, making it easier to understand why a result matches. Search remains fully client-side and as fast as before, even for projects with thousands of pages. We still consider search an active area of iteration and expect to further improve it and expose more configuration options over time.
Try it in our documentation!
User interface
The user interface is updated to v0.0.19, which includes several navigation and interaction fixes. Search highlighting now ignores single-character tokens, which avoids noisy matches like highlighting every
efor queries such ase-mail. Instant previews now include a hover bridge so moving the cursor from a link to the tooltip no longer drops the popup across the visual gap.Dependencies were also updated, including TypeScript 6 and SVGO 4 compatibility adjustments. 83 new icons were added, 2 icons were removed, and 19 icons were modified. The Lucide icon set was updated to version v1.21.0.
Validation defaults
The validation options
unresolved_references,unresolved_footnotes,unused_definitions,unused_footnotes,shadowed_definitions, andshadowed_footnotesare now disabled by default. These checks remain available when explicitly enabled, but they have proven too unstable in edge cases with the current reference parser. They will eventually be superseded by the higher-fidelity parser that is already used by Zensical Studio and is planned for Open Source release and later integration into Zensical.Changelog
Bug fixes
aeb31adui – update ui to v0.0.1961b6d05compat – preservesmalltags in generated search indexedb0878zensical – search path segment is empty when title is sourced from section index page909f973compat – don't crash on invalid URLs in HTML (#755)e6b55fecompat – strip images from toc labels (#749)0f11c7f– updatepyo3to0.29.0to mitigate 2 vulnerabilitiesRefactorings
e4a370fzensical, compat – change several validation defaults to false (#758)v0.0.45: 0.0.45Compare Source
Summary
This version reverts a behavior change in link validation that was introduced in 0.0.44 which is causing false positives.
Changelog
Bug fixes
8d9536acompat – revert "fix: brackets in indented code recognized as unresolved references (#700)" (#735)v0.0.44: 0.0.44Compare Source
Summary
This version fixes several bugs related to link validation and macros, and ensures that dotfiles are not removed from the site directory during generation.
Changelog
Bug fixes
eb72115compat – ignore Markdown comments[//]: ...during link validationc40f649compat – brackets in indented code blocks recognized as unresolved link references (#700)93cc869compat – snippet markers recognized as unresolved link references (#700)a212c59zensical – don't remove dotfiles from site dir (#728)db1f19ccompat – provideconfattribute in macros'envobject9b452cbzensical – improve error message when missing icon is used (#708)d7ccbe6zensical, compat – anchors with escaped chars not matched during link validation (#703)8b7e29ecompat – empty footnote ref classified as link ref (#702)v0.0.43: 0.0.43Compare Source
Summary
This version fixes further edge cases in link validation, and adds support for UTF-8 encoding with byte-order-marks.
Changelog
Bug fixes
1e873a3compat – ignore links in code after literal dollar during link validation (#691)62a0febzensical – reportpath.md/#anchoras invalid during link validation (#690)7be40c6compat – ignore GitHub-style callouts during link validation (#688)85c3b1ecompat – ignore[TOC]marker during link validation (#686)daafc8bzensical – filter out icons folder when watching theme directories (#693)913fd61zensical – strip Byte-Order-Mark (BOM) from Markdown files (#687)v0.0.42: 0.0.42Compare Source
Summary
This version includes a number of bug fixes and refactorings to improve the stability and accuracy of link validation, and fixes a reload loop when the
custom_dir, which is auto-watched, is explicitly added towatch. Moreover, GLightbox is now only downloaded when needed, which fixes an issue when using Zensical in air-gapped environments.Changelog
Bug fixes
6b54e14ui – update ui to v0.0.18cdee1e8zensical – disabling link validation doesn't disable link and reference collection (#659)4355dadcompat – harden link validation for files with CRLF line endingsa418c6bcompat – link validation doesn't ignore fenced code blocks when\ris presentb31dd14compat –$at end of line breaks link validation (#659)17c67a2compat – remove abbreviations from table of contents (#669)6eb2f4dcompat – reserve theme namezensicala5a8641zensical – only wait for config update after a first successful build (#670)8207554compat – don't consider[]and[][]link references (#663)c338b27compat – two backticks with no closing run trip up link parser (#663, #665)d707aa9compat – prevent reload loop by de-duplicating watched theme files (#655)Refactorings
53f593fcompat – avoid mutating configurations lista77087acompat – reorganize config moduleConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.