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 reverse_markdown from 1.1.0 to 2.0.0 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 26, 2021

Bumps reverse_markdown from 1.1.0 to 2.0.0.

Changelog

Sourced from reverse_markdown's changelog.

2.0.0 - March 2020

  • BREAKING: Dropped support for ruby 1.9.3
  • Add support for details and summary tags, see #85

1.4.0 – January 2020

  • BREAKING: jump links will no longer be ignored but treated as links, see #82

1.3.0 - September 2019

  • Add support for s HTML tag, thanks @​fauno

1.2.0 - August 2019

  • Handle windows \r\n within text blocks, thanks for reporting @​krisdigital
  • Handle paragraphs in li tags, thanks @​gstamp
Commits
  • caf15b3 Drop 1.9.3 support, bump version, changelog
  • eb5769c Merge pull request #85 from userhas404d/details-and-summary
  • 395976a Adds support for details and summary tags
  • 3c79181 Bump version
  • adeef6b Add jump mark support, see #82. Thanks @​movermeyer
  • 29056a5 Merge pull request #80 from pocke/tweak
  • 3ce2c82 Merge pull request #81 from pocke/remove-unnecessary-dependency
  • c6495f7 Remove require 'digest' because it is no longer used
  • 77dab44 Reduce Ruby warnings
  • af11e53 Remove -rubygems from argument of IRB
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 26, 2021
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2021

Codecov Report

Merging #8 (1c5fdeb) into main (4a891dc) will decrease coverage by 0.06%.
The diff coverage is 84.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   82.14%   82.08%   -0.07%     
==========================================
  Files          98       98              
  Lines        5960     5977      +17     
==========================================
+ Hits         4896     4906      +10     
- Misses       1064     1071       +7     
Impacted Files Coverage Δ
app/models/tag.rb 93.26% <44.44%> (-4.27%) ⬇️
app/controllers/tag_controller.rb 80.42% <50.00%> (ø)
app/controllers/user_tags_controller.rb 83.78% <75.00%> (-0.51%) ⬇️
app/controllers/home_controller.rb 96.05% <100.00%> (-2.62%) ⬇️
app/controllers/images_controller.rb 72.50% <100.00%> (+2.22%) ⬆️
app/controllers/notes_controller.rb 85.09% <100.00%> (+0.22%) ⬆️
app/helpers/application_helper.rb 87.62% <100.00%> (+2.21%) ⬆️
app/models/concerns/comments_shared.rb 92.00% <100.00%> (+1.52%) ⬆️
app/models/image.rb 82.05% <100.00%> (-0.45%) ⬇️
app/models/user.rb 86.12% <100.00%> (ø)
... and 7 more

@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.0.0 branch from 44e5f71 to 93ca115 Compare June 6, 2021 03:54
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.0.0 branch from 93ca115 to 334f5b7 Compare June 27, 2021 22:14
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.0.0 branch from 334f5b7 to f1fe721 Compare July 19, 2021 02:23
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.0.0 branch from f1fe721 to d8c2a08 Compare August 16, 2021 18:17
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.0.0 branch from d8c2a08 to 1c5fdeb Compare September 12, 2021 21:43
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2021

Superseded by #77.

@dependabot dependabot bot closed this Nov 1, 2021
@dependabot dependabot bot deleted the dependabot/bundler/reverse_markdown-2.0.0 branch November 1, 2021 18:28
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant