Skip to content

chore(deps): update dependency zensical to v0.0.31#1039

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/zensical-0.x
Open

chore(deps): update dependency zensical to v0.0.31#1039
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/zensical-0.x

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.26==0.0.31 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

zensical/zensical (zensical)

v0.0.31: 0.0.31

Compare Source

Summary

This version updates the user interface to v0.0.12, which includes the removal of 19 brand icons due to the update of Lucide to v1, and the addition of 166 new icons, most of them in SimpleIcons and FontAwesome. Additionally, there are bug fixes related to the latest changes of the table of contents in the modern theme and instant navigation on anchor links.

Changelog

Bug fixes
  • 198c1d6 ui – update ui to v0.0.12
  • 24be9ab compat – support pymdownx blocks tab extension's slugify function (#​483)

v0.0.30: 0.0.30

Compare Source

Summary

This version adds support for mike, a tool for managing multiple versions of MkDocs projects on GitHub Pages. We created a tailored fork of mike for Zensical – all mike commands should work as expected. Please refer to our documentation for setup instructions, and mike's documentation for advanced usage patterns and options.

Note that this is a temporary solution. Zensical will ship native support for versioning in the near future, which will remove the GitHub Pages constraint and offer more flexibility in how versions are deployed and served.

The user interface is updated to v0.0.11, which adds a floating table of contents menu for mobile to the modern theme. The toggle sits at the bottom of the screen for easy thumb access, and the sidebar scrolls to accommodate arbitrarily long tables of contents. This release also includes several improvements: snappier sidebar animations, better tooltip readability, and improved inline code block sizing.

Changelog

Features
  • 77a08d9 compat – add support for mike
Bug fixes
  • 97cdbc8 ui – update ui to v0.0.11
  • 25e8c53 compat – validate docs-directory and custom-theme-directory (#​475)

v0.0.29: 0.0.29

Compare Source

Summary

This version fixes an issue with absolute paths in links, as well as changed files not being picked up by Zensical on Windows 11.

Changelog

Bug fixes

v0.0.28: 0.0.28

Compare Source

Summary

This version updates the user interface to v0.0.10, which fixes a couple of bugs related to search and code annotation rendering. Additionally, it adds support for version selectors in the modern theme, paving the way for adding support for mike to manage multiple versions of documentation on GitHub Pages.

In addition, this release adds new configuration options for the file watcher to improve compatibility in certain environments.

File watcher

You can now opt into using a polling-based file watcher, which is particularly useful when running Docker on Windows, where filesystem event limitations (e.g., inotify constraints) can cause issues.

To enable the polling watcher:

export ZENSICAL_POLL_WATCHER=1

The polling interval is configurable and defaults to 500 milliseconds (aligned with MkDocs behavior):

export ZENSICAL_POLL_INTERVAL=500

Changelog

Bug fixes
  • 5196cdb compat – invalid setup of MathJax in bootstrapped zensical.toml
  • b710744 ui – update ui to v0.0.10
  • f014425 zensical-watch – auto-reload not working for Docker on Windows (#​340, #​446)

v0.0.27: 0.0.27

Compare Source

Summary

This version fixes a reload loop for when auto-appended snippets are located inside of the docs directory, and auto-reload for pages with Chinese path segments.

Changelog

Bug fixes
  • 062a972 zensical – printed URLs of built pages shouldn't be percent-encoded
  • e326ae3 zensical – auto-reload not working for URLs with Chinese path segments (#​436)
  • 9654132 zensical-watch – skip queuing redundant watch paths (#​434)

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 becomes conflicted, 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner March 16, 2026 19:19
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 16, 2026

Note: the diff show code changes that would be introduced by this PR to the output of the Grafana Foundation SDK codegen pipeline.

See full diff.

🔎 Changes to Grafana Foundation SDK

diff --new-file --unidirectional-new-file '--color=never' --unified --recursive '--exclude=.git' '--exclude=gradle.properties' '--exclude=pyproject.toml' '--exclude=package.json' '--exclude=*.md' /tmp/foundation-workspace-main/foundation-sdk/go/dashboardv2beta1/dashboard_converter_gen.go /tmp/foundation-workspace-current/foundation-sdk/go/dashboardv2beta1/dashboard_converter_gen.go
--- /tmp/foundation-workspace-main/foundation-sdk/go/dashboardv2beta1/dashboard_converter_gen.go	2026-04-04 13:23:17.520360789 +0000
+++ /tmp/foundation-workspace-current/foundation-sdk/go/dashboardv2beta1/dashboard_converter_gen.go	2026-04-04 13:22:42.961562979 +0000
@@ -244,36 +244,6 @@
 		buffer.Reset()
 
 	}
-	if input.Elements != nil {
-		for key, value := range input.Elements {
-			if value.PanelKind != nil {
-				buffer.WriteString(`Panel(`)
-				arg0 := fmt.Sprintf("%#v", key)
-				buffer.WriteString(arg0)
-				buffer.WriteString(", ")
-				arg1 := PanelConverter(*value.PanelKind)
-				buffer.WriteString(arg1)
-
-				buffer.WriteString(")")
-
-				calls = append(calls, buffer.String())
-				buffer.Reset()
-			}
-			if value.LibraryPanelKind != nil {
-				buffer.WriteString(`LibraryPanel(`)
-				arg0 := fmt.Sprintf("%#v", key)
-				buffer.WriteString(arg0)
-				buffer.WriteString(", ")
-				arg1 := LibraryPanelConverter(*value.LibraryPanelKind)
-				buffer.WriteString(arg1)
-
-				buffer.WriteString(")")
-
-				calls = append(calls, buffer.String())
-				buffer.Reset()
-			}
-		}
-	}
 	if input.Variables != nil && len(input.Variables) >= 1 {
 		for _, item := range input.Variables {
 			if item.QueryVariableKind != nil {
@@ -363,6 +333,36 @@
 
 				buffer.WriteString(")")
 
+				calls = append(calls, buffer.String())
+				buffer.Reset()
+			}
+		}
+	}
+	if input.Elements != nil {
+		for key, value := range input.Elements {
+			if value.PanelKind != nil {
+				buffer.WriteString(`Panel(`)
+				arg0 := fmt.Sprintf("%#v", key)
+				buffer.WriteString(arg0)
+				buffer.WriteString(", ")
+				arg1 := PanelConverter(*value.PanelKind)
+				buffer.WriteString(arg1)
+
+				buffer.WriteString(")")
+
+				calls = append(calls, buffer.String())
+				buffer.Reset()
+			}
+			if value.LibraryPanelKind != nil {
+				buffer.WriteString(`LibraryPanel(`)
+				arg0 := fmt.Sprintf("%#v", key)
+				buffer.WriteString(arg0)
+				buffer.WriteString(", ")
+				arg1 := LibraryPanelConverter(*value.LibraryPanelKind)
+				buffer.WriteString(arg1)
+
+				buffer.WriteString(")")
+
 				calls = append(calls, buffer.String())
 				buffer.Reset()
 			}

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/zensical-0.x branch from 248d110 to 001cf14 Compare March 22, 2026 16:25
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency zensical to v0.0.27 chore(deps): update dependency zensical to v0.0.28 Mar 22, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/zensical-0.x branch from 001cf14 to dfb6863 Compare March 27, 2026 13:38
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency zensical to v0.0.28 chore(deps): update dependency zensical to v0.0.29 Mar 27, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/zensical-0.x branch from dfb6863 to ff44d3b Compare March 31, 2026 19:30
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency zensical to v0.0.29 chore(deps): update dependency zensical to v0.0.30 Mar 31, 2026
| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| pypi       | zensical | 0.0.26 | 0.0.31 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/zensical-0.x branch from ff44d3b to 0f672bc Compare April 4, 2026 13:20
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency zensical to v0.0.30 chore(deps): update dependency zensical to v0.0.31 Apr 4, 2026
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