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.14.3 #1509

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

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

Release Notes

facelessuser/pymdown-extensions (pymdown-extensions)

v10.14.3

Compare Source

10.14.3

  • FIX: Blocks: An empty, raw block type should not cause an error.

v10.14.2

Compare Source

10.14.2

  • FIX: Blocks: Fix some corner cases with md_in_html.

v10.14.1

Compare Source

10.14.1

  • FIX: MagicLink: Ensure that repo names that start with . are handled correctly.
  • FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ).

v10.14

Compare Source

10.14

  • NEW: Blocks.HTML: Add new custom option to specify tags and the assumed handling for them when automatic mode
    is assumed. This can also be used to override the handling for recognized tags with automatic handling.
  • FIX: Fix tests to pass with Pygments 2.19+.

v10.13

Compare Source

10.13

  • NEW: Snippets: Allow multiple line numbers or line number blocks separated by ,.
  • NEW: Snippets: Allow using a negative index for number start indexes and end indexes. Negative indexes are converted to positive indexes based on the number of lines in the snippet.
  • FIX: Snippets: Properly capture empty newline at end of file.
  • FIX: Snippets: Fix issue where when non sections of files are included, section labels are not stripped.
  • FIX: BetterEm: Fixes for complex cases.
  • FIX: Blocks: More consistent handling of empty newlines in block processor 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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/pymdown-extensions-10.x branch 12 times, most recently from 72d653c to a040944 Compare September 13, 2024 10:50
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.9 Update dependency pymdown-extensions to v10.9 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 11 times, most recently from 5ae116f to 5f8ee2a Compare September 13, 2024 11:51
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 5f8ee2a to 6e4eade Compare September 22, 2024 04:33
@renovate renovate bot changed the title Update dependency pymdown-extensions to v10.9 Update dependency pymdown-extensions to v10.10 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 6e4eade to 79c1ebd Compare September 22, 2024 21:42
@renovate renovate bot changed the title Update dependency pymdown-extensions to v10.10 Update dependency pymdown-extensions to v10.10.1 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 79c1ebd to 668aa35 Compare September 26, 2024 07:40
@renovate renovate bot changed the title Update dependency pymdown-extensions to v10.10.1 Update dependency pymdown-extensions to v10.10.2 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 2 times, most recently from 0cc7650 to dd1ce8b Compare November 13, 2024 19:56
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 4 times, most recently from b78e3bb to 7444972 Compare November 26, 2024 14:24
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 7444972 to 76b807d Compare December 23, 2024 17:31
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.12 chore(deps): update dependency pymdown-extensions to v10.13 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 76b807d to 93c826e Compare January 8, 2025 15:12
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.13 chore(deps): update dependency pymdown-extensions to v10.14 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 9 times, most recently from a1239a3 to fa0681b Compare January 17, 2025 10:14
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch 3 times, most recently from a29bbd8 to 58bf78c Compare January 22, 2025 04:59
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.14 chore(deps): update dependency pymdown-extensions to v10.14.1 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from 58bf78c to dc63b1b Compare January 29, 2025 05:15
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.14.1 chore(deps): update dependency pymdown-extensions to v10.14.2 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from dc63b1b to c3c7858 Compare February 1, 2025 20:56
@renovate renovate bot changed the title chore(deps): update dependency pymdown-extensions to v10.14.2 chore(deps): update dependency pymdown-extensions to v10.14.3 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/pymdown-extensions-10.x branch from c3c7858 to 1e73bfa Compare February 5, 2025 09:24
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.

0 participants