Skip to content

Update jekyll-relative-links requirement from ~> 0.7.0 to ~> 0.8.0 - #284

Merged
RalphHightower merged 1 commit into
mainfrom
dependabot/bundler/jekyll-relative-links-tw-0.8.0
Aug 3, 2026
Merged

Update jekyll-relative-links requirement from ~> 0.7.0 to ~> 0.8.0#284
RalphHightower merged 1 commit into
mainfrom
dependabot/bundler/jekyll-relative-links-tw-0.8.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on jekyll-relative-links to permit the latest version.

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
@dependabot
dependabot Bot requested a review from RalphHightower as a code owner August 3, 2026 01:05
@dependabot dependabot Bot added the ruby Pull requests that update ruby code label Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
rubygems/jekyll-relative-links ~> 0.8.0 UnknownUnknown

Scanned Files

  • Gemfile

@RalphHightower RalphHightower self-assigned this Aug 3, 2026
Updates the requirements on [jekyll-relative-links](https://github.com/benbalter/jekyll-relative-links) to permit the latest version.
- [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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/jekyll-relative-links-tw-0.8.0 branch from 1dcb7ee to bac2442 Compare August 3, 2026 02:47

@RalphHightower RalphHightower left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@RalphHightower
RalphHightower merged commit d1d289b into main Aug 3, 2026
3 of 6 checks passed
@dependabot
dependabot Bot deleted the dependabot/bundler/jekyll-relative-links-tw-0.8.0 branch August 3, 2026 02:50
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