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

build(deps): bump mistletoe from 1.3.0 to 1.4.0 #322

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps mistletoe from 1.3.0 to 1.4.0.

Release notes

Sourced from mistletoe's releases.

v1.4.0

Added

  • Add parent attribute/property (#71 via #206).

    COMPATIBILITY REMARKS:

    • As the children attribute changed to property, existing code needs to be changed like this:
      -hasattr(token, 'children')
      +token.children is not None
      ...
      -'children' in vars(token)
      +token.children is not None
      ...
      -getattr(token, 'children', [])
      +token.children or []

Fixed

  • Incomplete sdist content (#219).

Changed

  • MarkdownRenderer: Keep the original content spacing before the list marker (#213 via #215).
  • Bump build/CI scripts.
Commits
  • 7a80e7f chore: version 1.4.0
  • f470384 docs: update benchmark results
  • 93758d0 chore: replace python3 with python
  • 8956177 ci: support Python 3.5 build
  • 08094d3 build: avoid ".* suffix ..." error with the latest pip
  • 6a5a23f build: add more files to the sdist package (#219)
  • 0653065 fix(markdown-renderer): preserve list margin spacing
  • 06f2a93 feat!: add parent property to tokens (#71)
  • acde7c2 docs: use up-to-date example commits in the Release guide
  • aa624e0 chore: next dev version
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.95%. Comparing base (d28c400) to head (f954943).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   42.95%   42.95%           
=======================================
  Files          15       15           
  Lines         873      873           
=======================================
  Hits          375      375           
  Misses        498      498           

Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/miyuchina/mistletoe/releases)
- [Changelog](https://github.com/miyuchina/mistletoe/blob/master/cutting-a-release.md)
- [Commits](miyuchina/mistletoe@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: mistletoe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/mistletoe-1.4.0 branch from 112419b to f954943 Compare July 15, 2024 16:45
@ReenigneArcher ReenigneArcher merged commit 2852f13 into master Jul 15, 2024
13 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/pip/mistletoe-1.4.0 branch July 15, 2024 16:51
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant