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): update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 #1195

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Updates the requirements on pulldown-cmark-to-cmark to permit the latest version.

Release notes

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

v19.0.0

New Features (BREAKING)

  • Make State struct non-exhaustive That way, future additions to the rather internal state won't be a reason for breaking changes anymore.

Bug Fixes (BREAKING)

  • drasticly improve escaping !, #, and | Raises spec tests from 578 to 580. It handles cases that look like these

    Link, not image: \![a](https://github.com/Byron/pulldown-cmark-to-cmark/blob/HEAD/b)
    

    This header ends with hashes, not an ATX trailer ###

    a | b a | c

Commit Statistics

  • 11 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #90 from chriskrycho/escape-code-in-tables (daef56b)
    • Add fixtures for pipes-in-code which should not be escaped (a85fe39)
    • Use Cow<'a, str> to minimize allocations for pipe escaping (022fa11)
    • Correct comment/note on when pipe characters are/not escaped (c9ecdd2)
    • Make State struct non-exhaustive (13785fe)
    • Improve test expectations for escaping pipes in inline code (e7f0784)
    • Escape special characters in inline code in tables (37e8dcb)
    • Add fixture for tables with escaped characters (edcac27)
    • Minor improvements (f6fba5f)
    • Merge branch 'notriddle/main' (4690885)
    • Drasticly improve escaping !, #, and | (76c24a1)
Changelog

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

19.0.0 (2024-11-22)

New Features (BREAKING)

  • Make State struct non-exhaustive That way, future additions to the rather internal state won't be a reason for breaking changes anymore.

Bug Fixes (BREAKING)

  • drasticly improve escaping !, #, and | Raises spec tests from 578 to 580. It handles cases that look like these

    Link, not image: \![a](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/b)
    

    This header ends with hashes, not an ATX trailer ###

    a | b a | c

Commit Statistics

  • 11 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #90 from chriskrycho/escape-code-in-tables (daef56b)
    • Add fixtures for pipes-in-code which should not be escaped (a85fe39)
    • Use Cow<'a, str> to minimize allocations for pipe escaping (022fa11)
    • Correct comment/note on when pipe characters are/not escaped (c9ecdd2)
    • Make State struct non-exhaustive (13785fe)
    • Improve test expectations for escaping pipes in inline code (e7f0784)
    • Escape special characters in inline code in tables (37e8dcb)
    • Add fixture for tables with escaped characters (edcac27)
    • Minor improvements (f6fba5f)
    • Merge branch 'notriddle/main' (4690885)
    • Drasticly improve escaping !, #, and | (76c24a1)

18.0.0 (2024-10-16)

... (truncated)

Commits
  • ccc8a52 Release pulldown-cmark-to-cmark v19.0.0
  • daef56b Merge pull request #90 from chriskrycho/escape-code-in-tables
  • a85fe39 Add fixtures for pipes-in-code which should not be escaped
  • 022fa11 Use Cow\<'a, str> to minimize allocations for pipe escaping
  • c9ecdd2 Correct comment/note on when pipe characters are/not escaped
  • 13785fe feat!: Make State struct non-exhaustive
  • e7f0784 Improve test expectations for escaping pipes in inline code
  • 37e8dcb Escape special characters in inline code in tables
  • edcac27 Add fixture for tables with escaped characters
  • f6fba5f minor improvements
  • Additional commits viewable in compare view

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)

…18 to >=16, <=19

Updates the requirements on [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) to permit the latest version.
- [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@v16.0.0...v19.0.0)

---
updated-dependencies:
- dependency-name: pulldown-cmark-to-cmark
  dependency-type: direct:production
...

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 Nov 25, 2024
@caspermeijn caspermeijn added this pull request to the merge queue Nov 25, 2024
Merged via the queue into master with commit e74de76 Nov 25, 2024
16 checks passed
@caspermeijn caspermeijn deleted the dependabot/cargo/pulldown-cmark-to-cmark-gte-16-and-lte-19 branch November 25, 2024 15:16
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.

1 participant