Skip to content

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

Merged
biow0lf merged 1 commit into
masterfrom
dependabot/bundler/jekyll-relative-links-0.8.0
Aug 5, 2026
Merged

Bump jekyll-relative-links from 0.7.0 to 0.8.0#102
biow0lf merged 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 dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 3, 2026
@biow0lf

biow0lf commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

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 force-pushed the dependabot/bundler/jekyll-relative-links-0.8.0 branch from 041208b to 2b66d7a Compare August 5, 2026 17:11
@biow0lf
biow0lf merged commit 0a61e0c into master Aug 5, 2026
2 checks passed
@biow0lf
biow0lf deleted the dependabot/bundler/jekyll-relative-links-0.8.0 branch August 5, 2026 17:12
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