Skip to content

Bump jekyll-relative-links from 0.7.0 to 0.8.0 - #102

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/jekyll-relative-links-0.8.0
Open

Bump jekyll-relative-links from 0.7.0 to 0.8.0#102
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/jekyll-relative-links-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps jekyll-relative-links from 0.7.0 to 0.8.0.

Release notes

Sourced from jekyll-relative-links's releases.

v0.8.0

Features

  • Add a rellinks Liquid filter that rewrites relative links in already- markdownified content — usable as {{ content | markdownify | rellinks }}, so links inside included fragments get converted (#98)

Bug fixes

  • Convert relative links in Jekyll includes that were previously skipped (#104)
  • Handle hex-encoded (%20) spaces in relative link paths (#106)
  • Correctly handle images nested inside Markdown links (#107)
  • Fix an error when a page's YAML front matter has an excerpt: field (#97)

Performance

  • Use an O(1) hash lookup in url_for_path, speeding up link resolution on large sites (#110)

Documentation

  • Document that line-wrapped links are not processed, per the CommonMark spec (#105)

Infrastructure

  • Modernize CI — Ruby 3.3 & 4.0 against Jekyll 3.x & 4.x — and bump rubocop-rspec to ~> 3.0 (#115)
  • Enable Dependabot for GitHub Actions; bump actions/checkout, github/codeql-action, and rubocop-factory_bot (#111, #112, #113, #114)
Changelog

Sourced from jekyll-relative-links's changelog.

0.8.0

Features

  • Add a rellinks Liquid filter that rewrites relative links in already- markdownified content — usable as {{ content | markdownify | rellinks }}, so links inside included fragments get converted (#98)

Bug fixes

  • Convert relative links in Jekyll includes that were previously skipped (#104)
  • Handle hex-encoded (%20) spaces in relative link paths (#106)
  • Correctly handle images nested inside Markdown links (#107)
  • Fix an error when a page's YAML front matter has an excerpt: field (#97)

Performance

  • Use an O(1) hash lookup in url_for_path, speeding up link resolution on large sites (#110)

Documentation

  • Document that line-wrapped links are not processed, per the CommonMark spec (#105)

Infrastructure

  • Modernize CI — Ruby 3.3 & 4.0 against Jekyll 3.x & 4.x — and bump rubocop-rspec to ~> 3.0 (#115)
  • Enable Dependabot for GitHub Actions; bump actions/checkout, github/codeql-action, and rubocop-factory_bot (#111, #112, #113, #114)
Commits
  • 0e13615 Release v0.8.0 (#116)
  • 8ca656b Modernize CI matrix; bump rubocop-rspec to 3.0 (#115)
  • 4f8b2de Merge pull request #112 from benbalter/dependabot/bundler/rubocop-factory_bot...
  • fece749 Merge pull request #113 from benbalter/dependabot/github_actions/github/codeq...
  • b943da3 Merge pull request #114 from benbalter/dependabot/github_actions/actions/chec...
  • e5481d4 Bump actions/checkout from 2 to 7
  • 90de1c1 Bump github/codeql-action from 1 to 4.37.3
  • 8b311dc Update rubocop-factory_bot requirement from ~> 2.22.0 to ~> 2.26.0
  • 8c26ad6 Merge pull request #111 from benbalter/dependabot-github-actions
  • 35342f3 Enable Dependabot for GitHub Actions
  • 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 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)

Bumps [jekyll-relative-links](https://github.com/benbalter/jekyll-relative-links) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/benbalter/jekyll-relative-links/releases)
- [Changelog](https://github.com/benbalter/jekyll-relative-links/blob/main/CHANGELOG.md)
- [Commits](benbalter/jekyll-relative-links@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: jekyll-relative-links
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 3, 2026
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