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

Bump myst-parser from 0.13.0 to 0.13.3 in /docs #55

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2022

Bumps myst-parser from 0.13.0 to 0.13.3.

Release notes

Sourced from myst-parser's releases.

v0.13.3

See CHANGELOG.md

v0.13.2

See CHANGELOG.md

v0.13.1

See CHANGELOG.md

Changelog

Sourced from myst-parser's changelog.

0.13.3 - 2021-01-20

Minor fixes:

  • 🐛 FIX: front-matter parsing for bibliographic keys
  • 🐛 FIX: directive/role name translations
  • 👌 IMPROVE: Add warning for multiple footnote definitions

0.13.2 - 2021-01-20

✨ NEW: Add html_admonition extension

: By adding "html_admonition" to myst_enable_extensions, you can enable parsing of <div class="admonition"> HTML blocks to sphinx admonitions. : This is helpful when you care about viewing the "source" Markdown, such as in Jupyter Notebooks. : For example:

<div class="admonition note" name="html-admonition">
<p class="title">This is the **title**</p>
This is the *content*
</div>

: See the optional syntax guide for further information.

👌 IMPROVE: Footnotes

: If the label is an integer, then it will always use this integer for the rendered label (i.e. they are manually numbered). : Add myst_footnote_transition configuration, to turn on/off transition line. : Add footnotes class to transition <hr> in HTML. : See the syntax guide for further information.

👌 IMPROVE: substitution extension logic

: Parse inline substitutions without block rules, unless the substitution starts with a directive.

🐛 FIX: Render front-matter as field_list

: To improve use by sphinx extensions).

👌 IMPROVE: Code quality

: Add isort and mypy type checking to code base.

(thanks to contributors @​akhmerov, @​tfiers)

0.13.1 - 2020-12-31

👌 Directives can now be used for inline substitutions, e.g.

---
</tr></table> 

... (truncated)

Commits
  • 702a982 🚀 RELEASE: v0.13.3
  • 95e4ae9 👌 IMPROVE: front-matter parsing
  • 8c91386 👌 IMPROVE: Add warning for multiple footnote defintions
  • ceeac0b 🐛 FIX: directive/role name translations
  • b82373a 🚀 RELEASE: v0.13.2 (#297)
  • ae59cf3 👌 IMPROVE: integer footnote references (#296)
  • 51de57d ✨ NEW: Add myst_footnote_transition configuration (#295)
  • 07ac859 👌 IMPROVE: Add isort and mypy type checking (#294)
  • 4e02629 👌 IMPROVE: Add footnotes class to transition
  • 59fc2f7 ✨ NEW: Add setting HTML metadata (#293)
  • Additional commits viewable in compare view

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)

Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.13.0 to 0.13.3.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.13.0...v0.13.3)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2022

The following labels could not be found: dependabot-deps-updates, skip-changelog.

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