loonghao / photoshop-python-api

Python API for Photoshop.
https://loonghao.github.io/photoshop-python-api/
MIT License
604 stars 68 forks source link

chore(deps): update dependency mkdocstrings-python to v1 #253

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings-python (changelog) ^0.8.0 -> ^1.0.0 age adoption passing confidence

Release Notes

mkdocstrings/python ### [`v1.0.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#​100-httpsgithubcommkdocstringspythonreleasestag100---2023-05-11) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.10.1...1.0.0) [Compare with 0.10.1](https://togithub.com/mkdocstrings/python/compare/0.10.1...1.0.0) ##### Breaking changes - The signature of the [`format_signature` filter](https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/rendering/#mkdocstrings_handlers.python.rendering.do_format_signature) has changed. If you override templates in your project to customize the output, make sure to update the following templates so that they use the new filter signature: - `class.html` - `expression.html` - `function.html` - `signature.html` You can see how to use the filter in this commit's changes: [f686f4e4](https://togithub.com/mkdocstrings/python/commit/f686f4e4599cea64686d4ef4863b507dd096a513). **We take this as an opportunity to go out of beta and bump the version to 1.0.0. This will allow users to rely on semantic versioning.** ##### Bug Fixes - Bring compatibility with insiders signature crossrefs feature ([f686f4e](https://togithub.com/mkdocstrings/python/commit/f686f4e4599cea64686d4ef4863b507dd096a513) by Timothée Mazzucotelli). ### [`v0.10.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#​0101-httpsgithubcommkdocstringspythonreleasestag0101---2023-05-07) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.10.0...0.10.1) [Compare with 0.10.0](https://togithub.com/mkdocstrings/python/compare/0.10.0...0.10.1) ##### Bug Fixes - Format signatures with full-path names ([685512d](https://togithub.com/mkdocstrings/python/commit/685512decf1a14c53fa6ca82048e65619aa6a463) by Timothée Mazzucotelli). ### [`v0.10.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#​0100-httpsgithubcommkdocstringspythonreleasestag0100---2023-05-07) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.9.0...0.10.0) [Compare with 0.9.0](https://togithub.com/mkdocstrings/python/compare/0.9.0...0.10.0) ##### Features - Add option to disallow inspection ([40f2f26](https://togithub.com/mkdocstrings/python/commit/40f2f268876358941cf8221d01d219a0deb9de38) by Nyuan Zhang). [Issue #​68](https://togithub.com/mkdocstrings/python/issues/68), [PR #​69](https://togithub.com/mkdocstrings/python/pull/69) ##### Bug Fixes - Make admonitions open by default ([79cd153](https://togithub.com/mkdocstrings/python/commit/79cd153cfceec860f6ce08d30817c21031983238) by Timothée Mazzucotelli). [Issue #​22](https://togithub.com/mkdocstrings/python/issues/22) ##### Code Refactoring - Match documented behavior for filtering (all members, list, none) ([c7f70c3](https://togithub.com/mkdocstrings/python/commit/c7f70c353c3dd2b82e1f34c70cd433e0bab4f6e6) by Timothée Mazzucotelli). - Switch to an info level log for when black's not installed ([f593bb0](https://togithub.com/mkdocstrings/python/commit/f593bb06c63860be14d2025c4bd795e0c8976ce0) by Faster Speeding). - Return anchors as a set ([e2b820c](https://togithub.com/mkdocstrings/python/commit/e2b820c5af3787518656d5f7f799ecb6b55aa033) by Timothée Mazzucotelli). ### [`v0.9.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#​090-httpsgithubcommkdocstringspythonreleasestag090---2023-04-03) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.8.3...0.9.0) [Compare with 0.8.3](https://togithub.com/mkdocstrings/python/compare/0.8.3...0.9.0) ##### Features - Allow resolving alias to external modules ([02052e2](https://togithub.com/mkdocstrings/python/commit/02052e248b125a113ab788faa9a075adbdc92ca6) by Gilad). [PR #​61](https://togithub.com/mkdocstrings/python/pull/61), [Follow-up of PR #​60](https://togithub.com/mkdocstrings/python/pull/60) - Allow pre-loading modules ([36002cb](https://togithub.com/mkdocstrings/python/commit/36002cb9c89fba35d23afb07a866dd8c6877f742) by Gilad). [Issue mkdocstrings/mkdocstrings#​503](https://togithub.com/mkdocstrings/mkdocstrings/issues/503), [PR #​60](https://togithub.com/mkdocstrings/python/pull/60) - Add show options for docstrings ([a6c55fb](https://togithub.com/mkdocstrings/python/commit/a6c55fb52f362dd49b1a7e334a631f6ea3b1b963) by Jeremy Goh). [Issue mkdocstrings/mkdocstrings#​466](https://togithub.com/mkdocstrings/mkdocstrings/issues/466), [PR #​56](https://togithub.com/mkdocstrings/python/pull/56) - Allow custom list of domains for inventories ([f5ea6fd](https://togithub.com/mkdocstrings/python/commit/f5ea6fd81f7a531e8a97bb0e48267188d72936c1) by Sorin Sbarnea). [Issue mkdocstrings/mkdocstrings#​510](https://togithub.com/mkdocstrings/mkdocstrings/issues/510), [PR #​49](https://togithub.com/mkdocstrings/python/pull/49) ##### Bug Fixes - Prevent alias resolution error when searching for anchors ([a190e2c](https://togithub.com/mkdocstrings/python/commit/a190e2c4a752e74a05ad03702837a0914c198742) by Timothée Mazzucotelli). [Issue #​64](https://togithub.com/mkdocstrings/python/issues/64) ##### Code Refactoring - Support Griffe 0.26 ([075735c](https://togithub.com/mkdocstrings/python/commit/075735ce8d86921fbf092d7ad1d009bbb3a2e0bb) by Timothée Mazzucotelli). - Log (debug) unresolved aliases ([9164742](https://togithub.com/mkdocstrings/python/commit/9164742f87362e8241dea11bec0fd96f6b9d9dda) 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.



This PR has been generated by Mend Renovate. View repository job log here.