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): update dependency pymdown-extensions to v10.12 #205

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pymdown-extensions ==10.3.1 -> ==10.12 age adoption passing confidence

Release Notes

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.

v10.11.2

Compare Source

10.11.2

  • FIX: SuperFences: Fix a regression where certain patterns could cause a hang.

v10.11.1

Compare Source

10.11.1

  • Fix: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header
    can cause a fence to not be parsed.

v10.11

Compare Source

10.11

  • NEW: SuperFences: Allow fenced code to be parsed in the form ```lang {.class #id}.

v10.10.2

Compare Source

10.10.2
  • FIX: BetterEm: Add better support for *em, **em,strong*** and _em, __em,strong___ cases.
  • FIX: Caret: Add better support for *sup, **sup,ins***.
  • FIX: Tilde: Add better support for *sub, **sub,del***.

v10.10.1

Compare Source

10.10.1

  • FIX: FancyLists: Remove a mistaken semicolon from injected classes.

v10.10

Compare Source

10.10

  • NEW: FancyLists: Add new FancyLists extension.
  • NEW: MagicLink: Change social links to support x instead of twitter. twitter is still recognized but is
    now deprecated and will be removed at a future time.
  • NEW: Emoji: Update Twemoji data to the latest.
  • FIX: PathConverter: Fixes for latest changes in Python regarding urlunparse.

v10.9

Compare Source

10.9
  • NEW: Officially support Python 3.13.
  • FIX: Snippets: Better handling of cases where URL snippet requests contain no header length.

v10.8.1

Compare Source

10.8.1

  • FIX: Snippets: Fix snippet line range with a start of line 1.

v10.8

Compare Source

10.8
  • NEW: Require Python Markdown 3.6+.
  • FIX: Fix some test cases.
  • FIX: Fix warnings due to recent changes in Python Markdown.

v10.7.1

Compare Source

10.7.1

  • FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens.

v10.7

Compare Source

10.7

  • NEW: Emoji: Update Twemoji and Gemoji data to latest.
  • NEW: Emoji: Due to recent Gemoji update, non-standard emoji are no longer indexed. So emoji such as :octocat:
    are no longer resolved.
  • NEW: Highlight: Added new option default_lang which will cause code blocks with no language specifier to be
    highlighted with the specified default language instead of plain text. This affects indented code blocks and code
    blocks defined with SuperFences.
  • NEW: InlineHilite: style_plain_text can be specified with a language string (in addition to its previous
    boolean requirement) to treat inline code blocks with no explicit language specifier with a specific default
    language.

v10.6

Compare Source

10.6

  • NEW: MagicLink: Allow configuring custom repository providers based off the existing providers.

v10.5

Compare Source

10.5

  • NEW: Blocks: Admonitions and Details now allow configuring custom block classes and default titles.
  • FIX: Keys: Ensure that Keys does not parse base64 encoded URLs.

v10.4

Compare Source

10.4
  • NEW: Snippets: Allow PathLike objects for base_path to better support interactions with MkDocs.
  • FIX: Block Admonitions: Empty titles should be respected.
  • FIX: Block Details: Empty summary should be respected.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 27, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 5340fe7 to 4bfa468 Compare August 1, 2024 18:22
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.9 chore(deps): update dependency pymdown-extensions to v10.10 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 4bfa468 to d842305 Compare September 22, 2024 07:37
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.10 chore(deps): update dependency pymdown-extensions to v10.10.1 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 2 times, most recently from a2398ad to 29f5ff9 Compare September 26, 2024 07:14
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.10.1 chore(deps): update dependency pymdown-extensions to v10.10.2 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 29f5ff9 to dd6f629 Compare September 27, 2024 17:05
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.10.2 chore(deps): update dependency pymdown-extensions to v10.11 Sep 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.11 chore(deps): update dependency pymdown-extensions to v10.11.1 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from dd6f629 to 070147c Compare September 29, 2024 18:55
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.11.1 chore(deps): update dependency pymdown-extensions to v10.11.2 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 070147c to 1c7b22f Compare October 1, 2024 18:44
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 1c7b22f to 9230eb4 Compare October 29, 2024 03:51
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.11.2 chore(deps): update dependency pymdown-extensions to v10.12 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 9230eb4 to 648e67f Compare November 7, 2024 23:14
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 648e67f to 59d6a7a Compare November 26, 2024 13:37
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 59d6a7a to 7a4c172 Compare November 26, 2024 14:15
@awanlin awanlin merged commit a44ec5e into main Nov 26, 2024
7 checks passed
@awanlin awanlin deleted the renovate/pymdown-extensions-10.x branch November 26, 2024 14:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant