⬆️ Update all dependencies - #71
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
July 31, 2026 11:35
f10a05d to
3088fee
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
August 9, 2026 11:39
f420b41 to
f423877
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
August 19, 2026 22:17
8ca123f to
9a57469
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
August 26, 2026 21:10
f13b3c8 to
89ce103
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
September 4, 2026 15:40
bf1894c to
1b125ed
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
8 times, most recently
from
September 13, 2026 18:23
2b91fcb to
04ea838
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
September 18, 2026 19:00
c074593 to
fb0417f
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 19, 2026 17:43
fb0417f to
68a1100
Compare
This branch has not been deployed
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:
v5→v6v10→v119.6.1→9.7.12d4ad799442f4592db8ad53b179bfb33db8c69ac→2.2.0+zensical-0.1.0==0.0.60→==0.0.630.6.3→0.6.60.5.0→0.5.10.5.0→0.5.13.5.1→3.6.02.3.10→2.3.122.3.10→2.3.126.2.3→6.2.56.2.3→6.2.52.1.0→2.2.02.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.60.0.1-alpha15→0.0.1-alpha160.0.1-alpha15→0.0.1-alpha163.5.0→3.6.32.7.0→2.7.12.8.4→2.8.52.8.4→2.8.52.8.4→2.8.52.8.4→2.8.52.8.4→2.8.52.9.8→2.10.12026.06.01→2026.09.0032.3.0→32.4.19.3.0→9.4.19.3.0→9.4.19.3.0→9.4.19.3.0→9.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/setup-java (actions/setup-java)
v6.0.1Compare Source
v6.0.0Compare Source
actions/stale (actions/stale)
v11.0.0Compare Source
What's Changed
Enhancement
Dependency Update
Full Changelog: actions/stale@v10...v11.0.0
gradle/gradle (gradle)
v9.7.1Compare Source
v9.7.0Compare Source
zensical/zensical (zensical)
v0.0.63: 0.0.63Compare Source
Summary
This version ensures pages containing snippets rebuild when source files change during local preview and excludes hidden files and directories from the generated site. It also fixes preview-site root redirects and returns proper 404 responses while preserving custom error pages.
Additionally, the user interface is updated to v0.0.31, fixing empty submenus for sections containing only an index page and improving task list checkbox sizing and alignment in the modern theme. It also updates dependencies and adds 60 new icons across Lucide, Octicons, and Simple Icons.
Changelog
Bug fixes
a771962ui – update ui to v0.0.31dfe8f94zensical – rebuild pages containing snippets on source changes (#950)d6cd5d5zensical, zensical-serve – append trailing slash to preview site root (#944)2070bf1zensical, compat – don't add dotfiles to final site (#945)v0.0.62: 0.0.62Compare Source
Summary
This version adds support for the mkdocs-callouts plugin, which renders Obsidian-style callouts as admonitions. It also improves compatibility with existing MkDocs projects by accepting more plugin settings and fixes builds when the project configuration file is included in
watch.Additionally, the user interface is updated to v0.0.30, ensuring that anchor links reveal targets inside collapsed details, content tabs, and annotations – including deeply nested combinations – before scrolling to them.
Changelog
Features
d8fbb05compat – support mkdocs-callouts plugin by enabling pymdownx.quotes extension with callouts support (#938)Bug fixes
65a019dui – update ui to v0.0.305c0bd36compat – ignore config file in watch setting (#934)13fd89ecompat – relax mike settings validation (#932)Refactorings
9f36bb5compat – relax all plugins validationv0.0.61: 0.0.61Compare Source
Summary
This version adds more comprehensive support for documentation redirects in
mkdocs.ymlandzensical.toml. Zensical supports page and anchor redirects, resolves redirect chains, rejects cycles, and preserves links when pages are moved or split.Anchor redirects
Renaming a heading normally breaks bookmarks and external links to its old anchor. For example, after renaming
## Installationto## Getting started, add:Existing links to
/guide/#installationwill then redirect to/guide/#getting-started. The same configuration can redirect anchors between pages or preserve individual sections when splitting a page.Automatic redirects
Zensical Studio detects renamed headings and offers an Add anchor redirect CodeLens. It can complete, validate, navigate to, and repair redirect targets while compacting repeated changes, updating redirect chains, and removing redundant self-redirects.
Changelog
Features
215d7fazensical, compat – resolve redirect chains and reject cyclesa6fdc5fzensical, compat – resolve anchor overrides in page redirects0b1a378zensical, compat – support anchor redirectsBug fixes
6910d56compat – relax validation of autorefs settingseac9e24ui – update ui to v0.0.2978a34cdzensical-serve – avoid port conflicts in server doctests304e280compat – relax search validation (#926)Refactorings
6220f43zensical – clarify redirect planning and outputmrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.6.6What's changed
Dependency Matrix
v0.6.5A new few rules!
UnnecessaryLaunchedEffectwill pester you in Compose 1.12+ if you use aLaunchedEffectand nothing in it issuspend. You can configure known exemptions, if you have some effects where timing matters and you'd prefer to keep usingLaunchedEffecton them (e.g.FocusRequesterinteractions are sensible to this).MissingNonRestartableComposablefor pass through Composables that not need restarting.What's changed
Dependency Matrix
v0.6.4: 0.6.4What's Changed
Full Changelog: mrmans0n/compose-rules@v0.6.3...v0.6.4
Dependency Matrix
ktorio/ktor (io.ktor:ktor-bom)
v3.6.0Compare Source
Features
text/markdownto the ContentType constantsImprovements
$in application.yaml fileBugfixes
ncandqopare not handled according to RFC 7616Content-Length mismatcherror for any gzipped contentConnection: closecall too soon, sending an incomplete responseDigestAuthProvidercannot be initialized with a congestedDispatchers.Defaultpoolv3.5.2Compare Source
Improvements
ApplicationCall.isStaticContentreturns false when called from plugin interceptorsBugfixes
Content-Length: 0on body-less GET (RFC 9110 § 8.6 violation; rejected by AWS ELB)google/ksp (com.google.devtools.ksp)
v2.3.12Compare Source
v2.3.11Compare Source
What's Changed
org.gradle.isolated-projectsfor project isolation (#3051)kspDebugAndroidTesttask skipping on Android library modules (#3050)@NotNullannotations during incremental compilation (#3030)KspGradleConfig.logLevelas@Internal(#3039)org.gradle.isolated-projects=trueto KSP Gradle properties reference table (#3076)KSValueArgument.value(#3069)ksp.useKSP2deprecation notice (#3066)Contributors
Full Changelog: google/ksp@2.3.10...2.3.11
kotest/kotest (io.kotest:kotest-bom)
v6.2.5Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
* 22-23,0-4 * * *)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.