Update dependency mkdocstrings to v1 #76

Open
renovate-bot wants to merge 1 commit from renovate/mkdocstrings-1.x into develop
Collaborator

This PR contains the following updates:

Package Update Change
mkdocstrings (changelog) major ~=0.30.1 -> ~=1.0.0

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings)

v1.0.0

Compare Source

Compare with 0.30.1

Breaking Changes
  • BaseHandler.name: Attribute value was changed: '' -> unset
  • BaseHandler.domain: Attribute value was changed: '' -> unset
  • BaseHandler.fallback_config: Public object was removed
  • BaseHandler.__init__(args): Parameter was removed
  • BaseHandler.__init__(kwargs): Parameter was removed
  • BaseHandler.__init__(theme): Parameter was added as required
  • BaseHandler.__init__(custom_templates): Parameter was added as required
  • BaseHandler.__init__(mdx): Parameter was added as required
  • BaseHandler.__init__(mdx_config): Parameter was added as required
  • BaseHandler.update_env(args): Parameter was removed
  • BaseHandler.update_env(kwargs): Parameter was removed
  • BaseHandler.update_env(config): Parameter was added as required
  • Handlers.get_anchors: Public object was removed (import from mkdocstrings directly)
  • mkdocstrings.plugin: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.loggers: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.inventory: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.extension: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.handlers: Public module was removed (import from mkdocstrings directly)
Code Refactoring
  • Remove deprecated code before v1 (de34044 by Timothée Mazzucotelli).
  • Expect Zensical to pass extension configuration instead of loading it again from YAML (6b73d5a by Timothée Mazzucotelli).
  • Expose the Markdown extension, to make mkdocstrings compatible with Zensical (6de2667 by Timothée Mazzucotelli).

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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) ([changelog](https://mkdocstrings.github.io/changelog)) | major | `~=0.30.1` -> `~=1.0.0` | --- ### Release Notes <details> <summary>mkdocstrings/mkdocstrings (mkdocstrings)</summary> ### [`v1.0.0`](https://github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#100---2025-11-27) [Compare Source](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0) <small>[Compare with 0.30.1](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0)</small> ##### Breaking Changes - `BaseHandler.name`: *Attribute value was changed*: `''` -> unset - `BaseHandler.domain`: *Attribute value was changed*: `''` -> unset - `BaseHandler.fallback_config`: *Public object was removed* - `BaseHandler.__init__(args)`: *Parameter was removed* - `BaseHandler.__init__(kwargs)`: *Parameter was removed* - `BaseHandler.__init__(theme)`: *Parameter was added as required* - `BaseHandler.__init__(custom_templates)`: *Parameter was added as required* - `BaseHandler.__init__(mdx)`: *Parameter was added as required* - `BaseHandler.__init__(mdx_config)`: *Parameter was added as required* - `BaseHandler.update_env(args)`: *Parameter was removed* - `BaseHandler.update_env(kwargs)`: *Parameter was removed* - `BaseHandler.update_env(config)`: *Parameter was added as required* - `Handlers.get_anchors`: *Public object was removed* (import from `mkdocstrings` directly) - `mkdocstrings.plugin`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.loggers`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.inventory`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.extension`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.handlers`: *Public module was removed* (import from `mkdocstrings` directly) ##### Code Refactoring - Remove deprecated code before v1 ([de34044](https://github.com/mkdocstrings/mkdocstrings/commit/de34044a02b45250e215af0f969dca581dfb82c5) by Timothée Mazzucotelli). - Expect Zensical to pass extension configuration instead of loading it again from YAML ([6b73d5a](https://github.com/mkdocstrings/mkdocstrings/commit/6b73d5a2f455062ab6c68376c85adce6adc037a3) by Timothée Mazzucotelli). - Expose the Markdown extension, to make mkdocstrings compatible with Zensical ([6de2667](https://github.com/mkdocstrings/mkdocstrings/commit/6de266759b79eb72cddd300e6a0a8576085fae40) by Timothée Mazzucotelli). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-11-28 01:02:39 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mkdocstrings-1.x:renovate/mkdocstrings-1.x
git checkout renovate/mkdocstrings-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout develop
git merge --no-ff renovate/mkdocstrings-1.x
git checkout renovate/mkdocstrings-1.x
git rebase develop
git checkout develop
git merge --ff-only renovate/mkdocstrings-1.x
git checkout renovate/mkdocstrings-1.x
git rebase develop
git checkout develop
git merge --no-ff renovate/mkdocstrings-1.x
git checkout develop
git merge --squash renovate/mkdocstrings-1.x
git checkout develop
git merge --ff-only renovate/mkdocstrings-1.x
git checkout develop
git merge renovate/mkdocstrings-1.x
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: web/stephan.hadan.de#76
No description provided.