Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): [repository-management] Update 00-repository-management #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==3.3.2 -> ==3.4.0 age adoption passing confidence
griffe (changelog) ==1.3.2 -> ==1.5.1 age adoption passing confidence
mkdocs-material (changelog) ==9.5.39 -> ==9.5.44 age adoption passing confidence
mkdocstrings (changelog) ==0.26.1 -> ==0.27.0 age adoption passing confidence
mkdocstrings-python (changelog) ==1.11.1 -> ==1.12.2 age adoption passing confidence
packaging ==24.1 -> ==24.2 age adoption passing confidence
pymdown-extensions ==10.11.2 -> ==10.12 age adoption passing confidence
regex ==2024.9.11 -> ==2024.11.6 age adoption passing confidence
wheel (changelog) ==0.44.0 -> ==0.45.0 age adoption passing confidence
zipp ==3.20.2 -> ==3.21.0 age adoption passing confidence

Release Notes

Ousret/charset_normalizer (charset-normalizer)

v3.4.0

Compare Source

Added
  • Argument --no-preemptive in the CLI to prevent the detector to search for hints.
  • Support for Python 3.13 (#​512)
Fixed
  • Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
  • Improved the general reliability of the detector based on user feedbacks. (#​520) (#​509) (#​498) (#​407) (#​537)
  • Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#​381)
mkdocstrings/griffe (griffe)

v1.5.1

Compare Source

Compare with 1.5.0

Bug Fixes
  • Sort Git tags using creatordate field, which works with both lightweight and annotated tags (3bfa401 by Timothée Mazzucotelli). Issue-327

v1.5.0

Compare Source

Compare with 1.4.1

Features
  • Allow setting and deleting parameters within container (19f354d by Timothée Mazzucotelli).

v1.4.1

Compare Source

Compare with 1.4.0

Code Refactoring
  • Drop support for Python 3.8 (f2d39b8 by Timothée Mazzucotelli).

v1.4.0

Compare Source

Compare with 1.3.2

Features
  • Add Markdown and GitHub output formats to the griffe check command (806805c by Timothée Mazzucotelli).
squidfunk/mkdocs-material (mkdocs-material)

v9.5.44: mkdocs-material-9.5.44

Compare Source

  • Fixed #​7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

v9.5.43: mkdocs-material-9.5.43

Compare Source

  • Added support for external images in SVGs in privacy plugin
  • Fixed #​7651: Privacy plugin doesn't handle quoted URLs in CSS

Thanks go to @​nejch for their contributions

v9.5.42: mkdocs-material-9.5.42

Compare Source

  • Fixed #​7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #​7624: Crash when disabling privacy plugin (9.5.41 regression)

v9.5.41: mkdocs-material-9.5.41

Compare Source

  • Fixed #​7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #​7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #​7615: Comments and "Was this page helpful?" visible when printing

v9.5.40: mkdocs-material-9.5.40

Compare Source

  • Updated Latvian translations
  • Fixed #​7597: Social cards not using site name on home page

Thanks go to @​pekkaklarck and @​klejejs for their contributions

mkdocstrings/mkdocstrings (mkdocstrings)

v0.27.0

Compare Source

Compare with 0.26.2

Features
Performance Improvements
  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).
Code Refactoring
  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).

v0.26.2

Compare Source

Compare with 0.26.1

Build
  • Drop support for Python 3.8 (f26edeb by Timothée Mazzucotelli).
mkdocstrings/python (mkdocstrings-python)

v1.12.2

Compare Source

Compare with 1.12.1

Bug Fixes

v1.12.1

Compare Source

Compare with 1.12.0

Bug Fixes
  • Don't escape parameter default values (9dee4d4 by Timothée Mazzucotelli). Issue-191

v1.12.0

Compare Source

Compare with 1.11.1

Build
  • Drop support for Python 3.8 (6615c91 by Timothée Mazzucotelli).
Features
  • Auto-summary of members (7f9757d by Timothée Mazzucotelli).
  • Render function overloads (0f2c25c by Timothée Mazzucotelli).
  • Parameter headings, more automatic cross-references (0176b83 by Timothée Mazzucotelli).
Code Refactoring
  • Declare default CSS symbol colors under :host as well (3b9dba2 by James McDonnell). PR-186
pypa/packaging (packaging)

v24.2

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.1...24.2

facelessuser/pymdown-extensions (pymdown-extensions)

v10.12

Compare Source

10.12

  • NEW: Blocks: Blocks extensions no longer considered in beta.
  • NEW: Details: Details is marked as "legacy" in documentation in favor of the new pymdownx.blocks.details approach.
  • NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new pymdownx.blocks.tab approach.
  • NEW: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.
  • NEW: Emoji: Add a new strict option that will raise an exception if an emoji is used whose name has changed,
    removed, or never existed.
  • FIX: Emoji: Emoji links should be generated such that they point to the new CDN version.
mrabarnett/mrab-regex (regex)

v2024.11.6

Compare Source

pypa/wheel (wheel)

v0.45.0

Compare Source

  • Refactored the convert command to not need setuptools to be installed

  • Don't configure setuptools logging unless running bdist_wheel

  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.

    Projects are still advised to migrate away from the deprecated module and import the setuptools' implementation explicitly. (PR by @​abravalheri)

jaraco/zipp (zipp)

v3.21.0

Compare Source


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.

👻 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant