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 redcarpet from 3.5.1 to 3.6.0 #5208

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps redcarpet from 3.5.1 to 3.6.0.

Release notes

Sourced from redcarpet's releases.

Redcarpet v3.6.0

This release is not particularly heavy but brings a few improvements and fixes.

Improvements

  • Avoid warnings running on Ruby 3.2+ (See #721).
  • Consider <center> as a block-level element (See #702).
  • Properly provide a third argument to the table_cell callback indicating whether the current cell is part of the header or not. The previous implementation with two parameters is still supported (See #604 and #605).

Fixes

  • Match fence char and length when matching closing fence in fenced code blocks (Fixes #208).
  • Fix anchor generation on titles with ampersands (Fixes #696).
Changelog

Sourced from redcarpet's changelog.

Version 3.6.0

  • Avoid warnings running on Ruby 3.2+.

    Refs #721.

    Jean Boussier

  • Match fence char and length when matching closing fence in fenced code blocks.

    Fixes #208.

    Martin Cizek, Orchitech

  • Consider <center> as a block-level element.

    Refs #702.

    momijizukamori

  • Properly provide a third argument to the table_cell callback indicating whether the current cell is part of the header or not.

    The previous implementation with two parameters is still supported.

    Fixes #604, Refs #605.

    Mark Lambley

  • Fix anchor generation on titles with ampersands.

    Fixes #696.

Commits
  • 3e3f0b5 Redcarpet v3.6.0
  • 6bfff6e Add a changelog entry for #721
  • 50961ad Merge pull request #721 from casperisfine/ruby-3.2
  • 2488699 Merge pull request #724 from amatsuda/test_files
  • 021538f Missing files in the gem package
  • cec4965 Don't include test files in the gem package
  • 4028670 Merge pull request #723 from amatsuda/https
  • 28e0a00 GitHub is HTTPS by default
  • 8bc6922 Undefine uneeded T_DATA allocators
  • 03b664d Merge pull request #681 from orchitech/match-closing-fence-type-and-length
  • 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 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 the dependencies Pull requests that updates a dependency label Aug 30, 2023
@javierm javierm self-assigned this Aug 30, 2023
@javierm
Copy link
Member

javierm commented Aug 30, 2023

@dependabot rebase

@javierm javierm changed the base branch from master to dependabot/bundler/mini_magick-4.12.0 August 30, 2023 17:00
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](vmg/redcarpet@v3.5.1...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@javierm javierm force-pushed the dependabot/bundler/redcarpet-3.6.0 branch from b644b0b to 6c4ac95 Compare August 30, 2023 17:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Base automatically changed from dependabot/bundler/mini_magick-4.12.0 to master August 30, 2023 17:17
@javierm javierm merged commit 1cb5b70 into master Aug 30, 2023
13 checks passed
@javierm javierm deleted the dependabot/bundler/redcarpet-3.6.0 branch August 30, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant