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 github-markup from 1.2.1 to 4.0.0 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github-markup from 1.2.1 to 4.0.0.

Release notes

Sourced from github-markup's releases.

v3.0.4

  • Expose options in #render_s #1249
  • Upgrade to Asciidoctor 2.0.x #1264

v3.0.3

  • Temporarily remove support for POD6 #1248

v3.0.2

  • Add support for POD6 #1173

v3.0.1

  • Remove linguist-detected RMarkdown files from the Markdown renderer #1237

v3.0.0

  • Allow passing options through to CommonMarker #1236
  • Symlink option is now a keyword arg #1236

v2.0.2

  • Don't render rmd files as Markdown #1235

v2.0.1

  • Create anchor for every =item directive in POD files #1165

v2.0.0

  • Remove filesystem access #1157

v1.7.0

  • Updates for Linguist v6 #1139
  • Update to Nokogiri ~> 1.8; drop support for Ruby 2.0 #1156

v1.6.2

  • Only report basename in usage #1131
  • rest2html parameter signature fix #1082

v1.6.1

  • Added support for highlight directive in rST #925
  • Fixes to documentation and code style #1009 #1071 #1087
  • Test against newer Ruby versions #1086
  • Upgrade to Asciidoctor 1.5.6.1 #1088

v1.6.0

  • Added filename argument to all renderers for additional context
  • Removed superfluous rinku dependency #1035
  • Enable source-to-source navigation for .adoc AsciiDoc files, plus additional attributes passed through #1039 and #1041

v1.5.0

  • Re-introduce #537 to detect language of markup document
    However github-linguist is optional and this gem will fallback to extensions for detection.

v1.4.9

... (truncated)

Changelog

Sourced from github-markup's changelog.

4.0.0 - 2021-03-31

  • Drop support for Python 2 in RST rendering #1456

3.0.5 - 2020-11-12

  • Add commonmarker_exts to commonmarker options #1268
  • Check whether filename is set when rendering Asciidoc. #1290

3.0.4 - 2019-04-03

  • Expose options in #render_s #1249
  • Upgrade to Asciidoctor 2.0.x #1264

3.0.3 - 2018-12-17

  • Temporarily remove support for POD6 #1248

3.0.2 - 2018-12-12

  • Add support for POD6 #1173

3.0.1 - 2018-10-19

  • Remove linguist-detected RMarkdown files from the Markdown renderer #1237

3.0.0 - 2018-10-18

  • Allow passing options through to CommonMarker #1236
  • Symlink option is now a keyword arg #1236

2.0.2 - 2018-10-15

  • Don't render rmd files as Markdown #1235

2.0.1 - 2018-06-29

  • Create anchor for every =item directive in POD files #1165

2.0.0 - 2018-01-31

  • Remove filesystem access #1157

1.7.0 - 2018-01-30

Changed

  • Updates for Linguist v6 #1139
  • Update to Nokogiri ~> 1.8; drop support for Ruby 2.0 #1156

... (truncated)

Commits
  • 0ed8aff Merge pull request #1456 from github/python3-rst
  • 4230afe Add changelog entry
  • 9899397 Update HTML fixture for python3
  • 935ee3b Update bootstrap script to use pip3
  • e1fb435 Remove -S flag for python3
  • b95a306 Point to python3 executable for rendering RST
  • 194e363 bump version to 3.0.5
  • cd01f9e Merge pull request #1290 from dometto/fix1289
  • 2710ab9 Check whether filename is set when rendering asciidoc
  • f3531a5 Merge pull request #1274 from maloucaze/use-heredoc
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github-markup](https://github.com/github/markup) from 1.2.1 to 4.0.0.
- [Release notes](https://github.com/github/markup/releases)
- [Changelog](https://github.com/github/markup/blob/master/HISTORY.md)
- [Commits](github/markup@v1.2.1...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 1, 2021
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants