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 pulldown-cmark-to-cmark from 11.0.2 to 11.2.0 #220

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps pulldown-cmark-to-cmark from 11.0.2 to 11.2.0.

Release notes

Sourced from pulldown-cmark-to-cmark's releases.

v11.2.0

New Features

  • introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT. That way it's possible to correctly determine the amount of fenced code-block tokens needed to render all given events such that code-blocks are retained.

Commit Statistics

  • 3 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'fix_count_code_block_tokens' (ee42335)
    • Introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT. (e339365)
    • Change the return type of count_code_block_tokens (ef1c276)

v11.1.0

New Features

  • add count_code_block_tokens() function. It allows to calculate the amount of backticks around a code block for given events to assure code-blocks are reproduced correctly when rendering the same events.

Commit Statistics

  • 5 commits contributed to the release over the course of 59 calendar days.
  • 61 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add count_code_block_tokens() function. (10b855f)
    • Refactor (c0f631d)
    • Add check_code_block_token_count function (f119d77)

... (truncated)

Changelog

Sourced from pulldown-cmark-to-cmark's changelog.

11.2.0 (2024-01-27)

New Features

  • introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT. That way it's possible to correctly determine the amount of fenced code-block tokens needed to render all given events such that code-blocks are retained.

Commit Statistics

  • 3 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'fix_count_code_block_tokens' (ee42335)
    • Introduce calculate_code_block_token_count(), along with DEFAULT_CODE_BLOCK_TOKEN_COUNT. (e339365)
    • Change the return type of count_code_block_tokens (ef1c276)

11.1.0 (2024-01-25)

New Features

  • add count_code_block_tokens() function. It allows to calculate the amount of backticks around a code block for given events to assure code-blocks are reproduced correctly when rendering the same events.

Commit Statistics

  • 6 commits contributed to the release over the course of 59 calendar days.
  • 61 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits
  • 11344a7 Release pulldown-cmark-to-cmark v11.2.0
  • ee42335 Merge branch 'fix_count_code_block_tokens'
  • e339365 feat: introduce calculate_code_block_token_count(), along with `DEFAULT_COD...
  • ef1c276 Change the return type of count_code_block_tokens
  • d236e29 Release pulldown-cmark-to-cmark v11.1.0
  • 10b855f feat: add count_code_block_tokens() function.
  • c0f631d refactor
  • f119d77 Add check_code_block_token_count function
  • b926264 Merge pull request #64 from max-heller/readme-links
  • 31e8bb5 Update pulldown-cmark and mdbook links in README
  • 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)

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 11.0.2 to 11.2.0.
- [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases)
- [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md)
- [Commits](Byron/pulldown-cmark-to-cmark@v11.0.2...v11.2.0)

---
updated-dependencies:
- dependency-name: pulldown-cmark-to-cmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #234.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/cargo/pulldown-cmark-to-cmark-11.2.0 branch March 18, 2024 19:57
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants