jdkandersson / OpenAlchemy

Define SQLAlchemy models using the OpenAPI specification.
https://openapi-sqlalchemy.readthedocs.io/en/latest/
Apache License 2.0
47 stars 13 forks source link

Bump myst-parser from 0.13.5 to 0.14.0 #322

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps myst-parser from 0.13.5 to 0.14.0.

Release notes

Sourced from myst-parser's releases.

v0.14.0

See CHANGELOG.md

v0.14.0a3

Alpha release of v0.14.0a3, for testing myst-nb

v0.14.0a2

Alpha release of v0.14.0a2, for testing myst-nb

v0.14.0a1

Alpha release of v0.14.0a1, for testing myst-nb

v0.13.7

See CHANGELOG.md

v0.13.6

See CHANGELOG.md

Changelog

Sourced from myst-parser's changelog.

0.14.0 - 2021-05-04

Upgrade to markdown-it-py v1.0 ⬆️

This release updates the code-base to fully support the markdown-it-py v1.0.0 release. In particular for users, this update alters the parsing of tables to be consistent with the Github Flavoured Markdown (GFM) specification.

New Features ✨

  • Task lists utilise the markdown-it-py tasklists plugin, and are applied to Markdown list items starting with [ ] or [x].

    - [ ] An item that needs doing
    - [x] An item that is complete
    

    Add "tasklist" to the myst_enable_extensions configuration to enable.

    See the optional syntax guide for further information.

  • The sub-ref role has been added for use identical to ReST's |name| syntax.

    This allows one to access Sphinx's built-in |today|, |release| and |version| substitutions, and also introduces two new substitutions: wordcount-words and wordcount-minutes, computed by the markdown-it-py wordcount_plugin.

    > {sub-ref}`today` | {sub-ref}`wordcount-words` words | {sub-ref}`wordcount-minutes` min read
    

    See the roles syntax guide for further information.

  • The dmath_double_inline configuration option allows display math (i.e. $$) within an inline context. See the math syntax guide for further information.

Remove v0.13 deprecations ‼️

The deprecations made to extension configurations and colon fences in 0.13.0 (see below) have now been removed:

  • Configuration variables: myst_admonition_enable, myst_figure_enable, myst_dmath_enable, myst_amsmath_enable, myst_deflist_enable, myst_html_img_enable
  • :::{admonition,class} -> :::{admonition}\n:class: class
  • :::{figure} -> :::{figure-md}

Fix extraction of nested footnotes 🐛

Previously footnote definitions in block elements like lists would crash the parsing:

- [^e]: footnote definition in a block element

These are now correctly extracted.

... (truncated)

Commits
  • 15ff74e 🚀 RELEASE: v0.14.0 (#371)
  • a450808 ✨ NEW: Add tasklist extension (#370)
  • ac7e1f7 ✨ NEW: Add dmath_double_inline configuration option (#369)
  • 726b38f 🐛 FIX: Extract nested footnotes (#368)
  • 4954f5c ✨ NEW: Add sub-ref role and word-counting (#367)
  • fb8c8fd ⬆️ UPGRADE: markdown-it-py v1
  • 99431c0 ♻️ REFACTOR: DocutilsRenderer.env -> DocutilsRenderer.md_env
  • ee5abf0 ‼️ BREAKING: Remove v0.13 deprecations
  • 4f8a39a 📚 DOCS: Add link to sphinx-external-toc (#363)
  • cb0bca0 🚀 RELEASE: v0.13.7
  • 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)