ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.41k stars 234 forks source link

chore(deps): update dependency mkdocstrings to v0.24.0 #294

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings (changelog) ==0.20.0 -> ==0.24.0 age adoption passing confidence

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings) ### [`v0.24.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0240---2023-11-14) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.23.0...0.24.0) [Compare with 0.23.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.23.0...0.24.0) ##### Features - Cache downloaded inventories as local file ([ce84dd5](https://togithub.com/mkdocstrings/mkdocstrings/commit/ce84dd57dc5cd3bf3f4be9623ddaa73e1c1868f0) by Oleh Prypin). [PR #​632](https://togithub.com/mkdocstrings/mkdocstrings/pull/632) ##### Bug Fixes - Make `custom_templates` relative to the config file ([370a61d](https://togithub.com/mkdocstrings/mkdocstrings/commit/370a61d12b33f3fb61f6bddb3939eb8ff6018620) by Waylan Limberg). [Issue #​477](https://togithub.com/mkdocstrings/mkdocstrings/issues/477), [PR #​627](https://togithub.com/mkdocstrings/mkdocstrings/pull/627) - Remove duplicated headings for docstrings nested in tabs/admonitions ([e2123a9](https://togithub.com/mkdocstrings/mkdocstrings/commit/e2123a935edea0abdc1b439e2c2b76e002c76e2b) by Perceval Wajsburt, [f4a94f7](https://togithub.com/mkdocstrings/mkdocstrings/commit/f4a94f7d8b8eb1ac01d65bb7237f0077e320ddac) by Oleh Prypin). [Issue #​609](https://togithub.com/mkdocstrings/mkdocstrings/issues/609), [PR #​610](https://togithub.com/mkdocstrings/mkdocstrings/pull/610), [PR #​613](https://togithub.com/mkdocstrings/mkdocstrings/pull/613) ##### Code Refactoring - Drop support for MkDocs < 1.4, modernize usages ([b61d4d1](https://togithub.com/mkdocstrings/mkdocstrings/commit/b61d4d15258c66b14266aa04b456f191f101b2c6) by Oleh Prypin). [PR #​629](https://togithub.com/mkdocstrings/mkdocstrings/pull/629) ### [`v0.23.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0230---2023-08-28) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.23.0) [Compare with 0.22.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.23.0) ##### Breaking Changes - Removed `BaseCollector` and `BaseRenderer` classes: they were merged into the `BaseHandler` class. - Removed the watch feature, as MkDocs now provides it natively. - Removed support for `selection` and `rendering` keys in YAML blocks: use `options` instead. - Removed support for loading handlers from the `mkdocstrings.handler` namespace. Handlers must now be packaged under the `mkdocstrings_handlers` namespace. ##### Features - Register all anchors for each object in the inventory ([228fb73](https://togithub.com/mkdocstrings/mkdocstrings/commit/228fb737caca4e20e600053bf59cbfa3e9c73906) by Timothée Mazzucotelli). ##### Bug Fixes - Don't add `codehilite` CSS class to inline code ([7690d41](https://togithub.com/mkdocstrings/mkdocstrings/commit/7690d41e2871997464367e673023585c4fb05e26) by Timothée Mazzucotelli). - Support cross-references for API docs rendered in top-level index page ([b194452](https://togithub.com/mkdocstrings/mkdocstrings/commit/b194452be93aee33b3c28a468762b4d96c501f4f) by Timothée Mazzucotelli). ##### Code Refactoring - Sort inventories before writing them to disk ([9371e9f](https://togithub.com/mkdocstrings/mkdocstrings/commit/9371e9fc7dd68506b73aa1580a12c5f5cd779aba) by Timothée Mazzucotelli). - Stop accepting sets as return value of `get_anchors` (only tuples), to preserve order ([2e10374](https://togithub.com/mkdocstrings/mkdocstrings/commit/2e10374be258e9713b26f73dd06d0c2520ec07a5) by Timothée Mazzucotelli). - Remove deprecated parts ([0a90a47](https://togithub.com/mkdocstrings/mkdocstrings/commit/0a90a474c8dcbd95821700d7dab63f03e392c40f) by Timothée Mazzucotelli). - Use proper parameters in `Inventory.register` method ([433c6e0](https://togithub.com/mkdocstrings/mkdocstrings/commit/433c6e01aab9333589f755e483f124db0836f143) by Timothée Mazzucotelli). ### [`v0.22.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0220---2023-05-25) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.2...0.22.0) [Compare with 0.21.2](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.2...0.22.0) ##### Features - Allow extensions to add templates ([cf0af05](https://togithub.com/mkdocstrings/mkdocstrings/commit/cf0af059eb89240eba0437de417c124389e2f20e) by Timothée Mazzucotelli). [PR #​569](https://togithub.com/mkdocstrings/mkdocstrings/pull/569) ##### Code Refactoring - Report inventory loading errors ([2c05d78](https://togithub.com/mkdocstrings/mkdocstrings/commit/2c05d7854b87251e26c1a2e1810b85702ff110f3) by Timothée Mazzucotelli). Co-authored-by: Oleh Prypin ### [`v0.21.2`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0212---2023-04-06) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.1...0.21.2) [Compare with 0.21.1](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.1...0.21.2) ##### Bug Fixes - Fix regression with LRU cached method ([85efbd2](https://togithub.com/mkdocstrings/mkdocstrings/commit/85efbd285d4c8977755bda1c36220b241a9e1502) by Timothée Mazzucotelli). [Issue #​549](https://togithub.com/mkdocstrings/mkdocstrings/issues/549) ### [`v0.21.1`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0211---2023-04-05) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.0...0.21.1) [Compare with 0.21.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.21.0...0.21.1) ##### Bug Fixes - Fix missing typing-extensions dependency on Python less than 3.10 ([bff760b](https://togithub.com/mkdocstrings/mkdocstrings/commit/bff760b77c1eedfa770e852aa994a69ff51b0a32) by Timothée Mazzucotelli). [Issue #​548](https://togithub.com/mkdocstrings/mkdocstrings/issues/548) ### [`v0.21.0`](https://togithub.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0210---2023-04-05) [Compare Source](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.0) [Compare with 0.20.0](https://togithub.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.0) ##### Features - Expose the full config to handlers ([15dacf6](https://togithub.com/mkdocstrings/mkdocstrings/commit/15dacf62f8479a05e9604383155ffa6fade0522d) by David Patterson). [Issue #​501](https://togithub.com/mkdocstrings/mkdocstrings/issues/501), [PR #​509](https://togithub.com/mkdocstrings/mkdocstrings/pull/509)

Configuration

📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), 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.

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.