Skip to content

Bump mkdocs-typer2 from 0.1.8 to 0.3.0#356

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mkdocs-typer2-0.3.0
Open

Bump mkdocs-typer2 from 0.1.8 to 0.3.0#356
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mkdocs-typer2-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps mkdocs-typer2 from 0.1.8 to 0.3.0.

Release notes

Sourced from mkdocs-typer2's releases.

v0.3.0

What's Changed

Full Changelog: syn54x/mkdocs-typer2@v0.2.1...v0.3.0

v0.2.1

What's Changed

Full Changelog: syn54x/mkdocs-typer2@v0.2.0...v0.2.1

v0.2.0

mkdocs-typer2 v0.2.0

This release introduces the native rendering engine and expands CLI output capabilities while deprecating the legacy markdown-parsing implementation.

PR's

Highlights

  • New engine option (global and per-block) to choose between legacy and native rendering.
  • Click-based native renderer with list/table output, aligned with pretty formatting.

Changes

  • Deprecated legacy markdown-parsing pretty implementation in favor of the native engine.
  • Test coverage increased to 99% with new engine and CLI subcommand tests.

Upgrade notes

  • If you rely on legacy formatting, set engine: legacy explicitly until you’re ready to migrate.

Full Changelog: syn54x/mkdocs-typer2@v0.1.8...v0.2.0

Changelog

Sourced from mkdocs-typer2's changelog.

[0.3.0] - 2026-04-22

Added

  • Optional dependency extra [zensical] to install Zensical alongside this package.

Changed

  • Breaking: MkDocs is no longer a default dependency. Install mkdocs-typer2[mkdocs] (or add MkDocs separately) to use the mkdocs-typer2 MkDocs plugin entry point.
  • Declared Python-Markdown (markdown on PyPI) as a direct runtime dependency so the Typer directive works without MkDocs installed.
  • MkdocsTyper is loaded lazily from mkdocs_typer2 so import mkdocs_typer2 succeeds when only the Markdown extension is needed.

Removed

  • Debug print from the Markdown block processor.

[0.2.1] - 2026-04-02

Changed

  • Constrained the MkDocs dependency to >=1.6.1,<2 (runtime and dev) so installs stay on the 1.x line until this plugin is validated against MkDocs 2.0.

[0.2.0] - 2026-01-14

Added

  • Added engine option (global + block-level) to select legacy vs native rendering.
  • Added Click-based native renderer with list/table output based on pretty.

Changed

  • Deprecated legacy markdown-parsing pretty implementation in favor of native engine.
  • Increased test coverage to 99% with new engine and CLI subcommand tests.
Commits
  • 90991e8 feat: optional mkdocs, zensical extra, and markdown-first usage (#29)
  • 8a1a933 chore: bump and update changelog (#28)
  • 1ec555c fix: Set v2.0 mkdocs upper limit to ensure compatibility (#27)
  • df7abcc Update README.md
  • 0345838 feat: add 'native' engine option which produces docs by walking native click ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mkdocs-typer2](https://github.com/syn54x/mkdocs-typer2) from 0.1.8 to 0.3.0.
- [Release notes](https://github.com/syn54x/mkdocs-typer2/releases)
- [Changelog](https://github.com/syn54x/mkdocs-typer2/blob/main/CHANGELOG.md)
- [Commits](syn54x/mkdocs-typer2@v0.1.8...v0.3.0)

---
updated-dependencies:
- dependency-name: mkdocs-typer2
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants