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): Bump pymdown-extensions from 9.9 to 10.0 #274

Merged
merged 1 commit into from
May 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps pymdown-extensions from 9.9 to 10.0.

Release notes

Sourced from pymdown-extensions's releases.

10.0

  • Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to the base_path but not explicitly under it. restrict_base_path can be set to False for legacy behavior.

9.11

  • NEW: Emoji: Update to new CDN and use Twemoji 14.1.2.
  • NEW: Snippets: Ignore nested snippet section syntax when including a section.

9.10

  • NEW: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. A number of extensions utilizing general purpose blocks are included and are meant to be an alternative to (and maybe one day replace): Admonitions, Details, Definition Lists, and Tabbed. Also adds a new HTML plugin for quick wrapping of content with arbitrary HTML elements.
  • NEW: Highlight: When enabling line spans and/or line anchors, if a code block has an ID associated with it, line ids will be generated using that code ID instead of the code block count.
  • NEW: Snippets: Expand section syntax to allow section names with - and _.
  • NEW: Snippets: When check_paths is enabled, and a specified section is not found, raise an error.
  • NEW: Snippets: Add new experimental feature dedent_sections that will de-indent (remove any common leading whitespace from every line in text) from that block of text.
  • NEW: MagicLink: Update GitLab links to match recent changes and to be more correct.
  • NEW: MagicLink: Relax required hash length when performing link shortening.

9.10b5

  • NEW: Blocks: Add type_multi and type_none validators.
  • NEW: Blocks: Rename on_parse to on_validate and pass in parent element as context for validation.
  • NEW: Blocks: When a block uses raw mode, allow content to be indented to avoid conflicts with HTML parser. raw blocks should be indented and are now documented as such. The results will be dedented up to Python Markdown's tab length, so intentional indentation is still possible. raw blocks with no indentation will still work, but may have conflicts with other extensions.
  • FIX: Blocks: Commenting out all YAML options will not cause a block to invalidate.

9.10b4

  • NEW: Blocks: Add on_inline_end event.

9.10b3

  • NEW: Blocks: Ensure inline mode is handled properly.
  • NEW: Blocks: When using raw mode, ensure HTML stashed content is extracted.
  • NEW: HTML: The Blocks HTML extension should use inline specifier instead of span.

9.10b2

  • NEW: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. A number of extensions utilizing general purpose blocks are included and are meant

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 15, 2023
@auto-assign auto-assign bot requested a review from sliedig May 15, 2023 20:55
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: +62.54 🎉

Comparison is base (63778f0) 0.00% compared to head (d191a75) 62.54%.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #274       +/-   ##
============================================
+ Coverage         0   62.54%   +62.54%     
============================================
  Files            0       61       +61     
  Lines            0     2627     +2627     
============================================
+ Hits             0     1643     +1643     
- Misses           0      984      +984     
Flag Coverage Δ
unittests 62.54% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 61 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leandrodamascena
Copy link
Contributor

Hi dotnet folks!

Please read this before merging this PR: aws-powertools/powertools-lambda-python#2262 (comment)

@leandrodamascena
Copy link
Contributor

Hi dotnet folks!

Please read this before merging this PR: awslabs/aws-lambda-powertools-python#2262 (comment)

aws-powertools/powertools-lambda-python#2271

@hjgraca
Copy link
Contributor

hjgraca commented May 16, 2023

Merge after pr #276

@hjgraca hjgraca linked an issue May 16, 2023 that may be closed by this pull request
1 task
@hjgraca hjgraca changed the title Bump pymdown-extensions from 9.9 to 10.0 chore(deps): Bump pymdown-extensions from 9.9 to 10.0 May 16, 2023
@github-actions github-actions bot added the internal Maintenance changes label May 16, 2023
@hjgraca hjgraca added the do-not-merge PRs that are blocked for varying reasons label May 16, 2023
Copy link
Contributor

@amirkaws amirkaws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amirkaws amirkaws closed this May 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@amirkaws amirkaws reopened this May 18, 2023
@dependabot dependabot bot closed this May 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/pymdown-extensions-10.0 branch May 18, 2023 14:17
@amirkaws amirkaws restored the dependabot/pip/pymdown-extensions-10.0 branch May 18, 2023 14:17
@amirkaws amirkaws reopened this May 18, 2023
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9 to 10.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@9.9...10.0)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pymdown-extensions-10.0 branch from d191a75 to 049c359 Compare May 18, 2023 14:22
@amirkaws amirkaws merged commit 4d1af0a into develop May 18, 2023
5 checks passed
@amirkaws amirkaws deleted the dependabot/pip/pymdown-extensions-10.0 branch May 18, 2023 14:30
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 do-not-merge PRs that are blocked for varying reasons internal Maintenance changes python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: Update the mkdocs configuration to support pymdown-extensions 10.0
4 participants