Skip to content

Update all dependencies - #5597

Merged
jtraglia merged 1 commit into
masterfrom
renovate/all
Sep 3, 2026
Merged

Update all dependencies#5597
jtraglia merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/deploy-pages action patch v5.0.0v5.0.1 age confidence
ty (changelog) project.optional-dependencies patch ==0.0.77==0.0.78 age confidence
zensical (changelog) project.optional-dependencies patch ==0.0.57==0.0.58 age confidence

Release Notes

actions/deploy-pages (actions/deploy-pages)

v5.0.1

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

astral-sh/ty (ty)

v0.0.78

Compare Source

Released on 2026-09-02.

Bug fixes
  • Defer decorator-call diagnostics to avoid recursive-default cycles (#​28226)
  • Make cyclic intersection simplification deterministic (#​28156)
  • Stabilize cyclic terminal-call reachability (#​28216)
Preview features
  • Refresh uv workspace metadata when dependencies change (#​28224)
Diagnostics
  • Add a new disjoint-cast rule (#​28129)
  • Report deprecated property accessors on intersections (#​28250)
  • Report deprecations for implicit constructor calls (#​28251)
  • Report deprecations for overloads, operators, and properties (#​28134)
  • Respect overload selection in deprecation diagnostics (#​28148)
Core type checking
  • Fix negative narrowing for protocols with gradual members (#​28198)
  • Preserve ParamSpec bindings inferred against type context (#​28084)
  • Preserve generic protocol materialization relations (#​28246)
  • Preserve uncertain branches during quantification (#​28211)
  • Respect type variables in top/bottom materializations of invariant generics (#​28072)
  • Sync vendored typeshed stubs (#​28217). Typeshed diff
  • Treat captured bound-method receivers covariantly (#​28180)
  • Unsound intersection simplification for generic iterables (#​28068)
  • Validate type variable scopes in constructors and aliases (#​28130)
  • lambda functions are always truthy (#​28254)
Performance
  • Optimize materialized recursive protocol comparisons (#​28079)
  • Optimize recursive protocol checks for nested type variables (#​28257)
Contributors
zensical/zensical (zensical)

v0.0.58: 0.0.58

Compare Source

Summary

This version marks a major evolution of Zensical's build architecture and completes the most essential MkDocs plugin replacements.

Six new plugin replacements are now included:

  • meta
  • redirects
  • minify
  • tags
  • literate-nav
  • awesome-nav

The existing search, mkdocstrings, and autorefs replacements have also been migrated to the new architecture. We kept their behavior close to the upstream plugins while moving almost all processing into Rust. Python is now primarily responsible for configuration normalization and the narrow Python-Markdown adapter used by literate-nav.

Under the hood, the build pipeline now runs on a substantially more efficient ZRX scheduler and stream architecture. Together with more compact intermediate data, shared page state, and fewer allocations, this reduces peak memory usage by roughly 30–40% on large projects. Builds are also modestly faster.

Most remaining build time is now spent rendering Markdown through Python-Markdown. One of our next major performance steps is replacing that stage with our Rust-based, Python-Markdown-compatible parser, as announced in the June edition of Zensical Monthly.

Over the coming weeks, we'll focus on adding more plugin replacements so that increasingly complex existing projects can switch to Zensical without missing out on functionality. We'll also continue evolving the module API and make it available to interested early users before releasing it publicly.

Changelog

Breaking changes
  • 34043fe – remove x86 and armv7 musl builds
Features
  • af7ae6f zensical – support secure WebSockets for preview (#​893)
  • 1e1fc79 zensical, compat – add awesome-nav MkDocs plugin replacement
  • c3dbdfe zensical, compat – add literate-nav MkDocs plugin replacement
  • 32bd870 zensical, zensical-serve, zensical-watch, compat – add tags MkDocs plugin replacement
  • cbdd6ce zensical, compat – add minify MkDocs plugin replacement
  • afe1ecb zensical, compat – add redirects MkDocs plugin replacement
  • 8dc4a80 zensical, compat – add meta MkDocs plugin replacement
Bug fixes
  • 1ec42b9 ui – update ui to v0.0.27
  • 965351d compat – run link rewriting post-processor before raw HTML post-processor
  • 7fe9245 zensical – propagate unresolved operator failures
  • 02d903d compat – maintain Python-Markdown extensions ordering
Performance improvements
  • f4830e0 compat – iterate over raw HTML blocks only once per post-processor
  • af0ca2e compat – faster autorefs URL membership check
Refactorings
  • 3c779b9 zensical, compat – finalize scheduler and plugin integration
  • 86646a4 zensical, zensical-serve, compat – reconcile MkDocs plugin infrastructure
  • 83b0fd7 zensical, compat – migrate autorefs MkDocs plugin replacement
  • 3a390c7 zensical, compat – migrate mkdocstrings MkDocs plugin replacement
  • ff11fe3 zensical, compat – migrate search MkDocs plugin replacement
  • de7757b zensical, zensical-watch – migrate workflows to ZRX scheduler and streams

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot added the dependencies A dependency update label Sep 3, 2026
@jtraglia
jtraglia enabled auto-merge (squash) September 3, 2026 17:18
@jtraglia
jtraglia merged commit 5166cd3 into master Sep 3, 2026
19 checks passed
@jtraglia
jtraglia deleted the renovate/all branch September 3, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant