Starkast / wikimum

:sparkles: Starkast wiki
https://starkast.wiki/
MIT License
4 stars 1 forks source link

Bump github-markup from 4.0.2 to 5.0.1 #644

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps github-markup from 4.0.2 to 5.0.1.

Release notes

Sourced from github-markup's releases.

v5.0.1

What's Changed

Full Changelog: https://github.com/github/markup/compare/v5.0.0...v5.0.1

v5.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/github/markup/compare/v4.0.2...v5.0.0

Changelog

Sourced from github-markup's changelog.

5.0.1 - 2024-06-17

  • Bump activesupport from 4.0 to 7.1.3.4

5.0.0 - 2024-06-17

  • Drop support for Ruby versions < 3
  • Bump nokogiri from 1.8.1 to 1.16.5
  • Bump nokogiri-diff from 0.2.0 to 0.3.0
  • Bump rdoc from 3.6 to 6.7.0
  • Update CommandImplementation to better support large files (affecting RST and POD6 rendering)
Commits
  • 2c4e963 Merge pull request #1816 from github/jk-update-activesupport
  • 26b77f5 update version and history
  • aa09a8a Update activesupport to 7.1.3.4
  • c15159b Merge pull request #1814 from github/jk-minified-upgrade-nokogiri
  • 2e6d49d Update HISTORY.md
  • 5488510 Update nokogiri, nokogiri-diff, rdoc
  • a849a12 Merge pull request #1730 from github/ctmayn/mdx-markdown-support
  • 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 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)
github-actions[bot] commented 3 months ago

Diff URLs

github-actions[bot] commented 3 months ago

gem compare github-markup 4.0.2 5.0.1

````ruby Compared versions: ["4.0.2", "5.0.1"] DIFFERENT date: 4.0.2: 2023-10-11 00:00:00 UTC 5.0.1: 2024-06-17 00:00:00 UTC DIFFERENT required_ruby_version: 4.0.2: >= 0 5.0.1: >= 3.0.0 DIFFERENT rubygems_version: 4.0.2: 3.0.3 5.0.1: 3.5.11 DIFFERENT version: 4.0.2: 4.0.2 5.0.1: 5.0.1 DIFFERENT files: 4.0.2->5.0.1: * Added: test/markups/README.long.rst +1319/-0 test/markups/README.long.rst.html +1303/-0 * Changed: .github/workflows/ci.yml +4/-4 .gitignore +3/-1 Gemfile +2/-2 HISTORY.md +10/-0 github-markup.gemspec +5/-4 lib/github-markup.rb +1/-1 lib/github/markup/command_implementation.rb +8/-28 test/markup_test.rb +6/-1 test/markups/README.asciidoc.html +1/-1 test/markups/README.hidetitle.asciidoc.html +1/-1 test/markups/README.litcoffee.html +1/-1 test/markups/README.mediawiki.html +9/-5 test/markups/README.pod.html +8/-4 test/markups/README.rst.html +4/-4 test/markups/README.toc.asciidoc.html +1/-1 test/markups/README.toc.rst.html +2/-2 DIFFERENT test_files: 4.0.2->5.0.1: * Added: test/markups/README.long.rst +1319/-0 test/markups/README.long.rst.html +1303/-0 * Changed: test/markup_test.rb +6/-1 test/markups/README.asciidoc.html +1/-1 test/markups/README.hidetitle.asciidoc.html +1/-1 test/markups/README.litcoffee.html +1/-1 test/markups/README.mediawiki.html +9/-5 test/markups/README.pod.html +8/-4 test/markups/README.rst.html +4/-4 test/markups/README.toc.asciidoc.html +1/-1 test/markups/README.toc.rst.html +2/-2 DIFFERENT development dependencies: 4.0.2->5.0.1: * Updated: activesupport from: ["~> 4.0"] to: ["~> 7.1.3.4"] nokogiri from: ["~> 1.8.1"] to: ["~> 1.16.5"] nokogiri-diff from: ["~> 0.2.0"] to: ["~> 0.3.0"] DIFFERENT Gemfile dependencies 4.0.2->5.0.1: * Added: rexml [">= 0"] (runtime) * Deleted posix-spawn [">= 0"] (runtime) * Updated rdoc from: ["~> 3.6"] to: ["~> 6.7.0"] ````
github-actions[bot] commented 3 months ago

gem compare --diff github-markup 4.0.2 5.0.1

Diff too large (186404 chars)

dentarg commented 2 months ago

Looks like it is Drop support for Ruby versions < 3 that is the reason for the major version bump here.