From dab21dc60e88f74434d9f492c41e3f4c8b3e55fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:18:01 +0000 Subject: [PATCH 1/2] Bump json from 2.20.0 to 2.21.2 Bumps [json](https://github.com/ruby/json) from 2.20.0 to 2.21.2. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.20.0...v2.21.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.21.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80ddfd7..004b019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.20.0) + json (2.21.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) From 8b668379b921e35566debdbc5ce38604dc902579 Mon Sep 17 00:00:00 2001 From: Marco Pernpruner Date: Mon, 10 Aug 2026 11:32:32 +0200 Subject: [PATCH 2/2] Fix linting --- .markdownlint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 7e60092..014b5b4 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -9,8 +9,9 @@ MD033: false # Allows Inline HTML. MD036: false # Disables the "Emphasis used instead of a heading" rule. MD041: false # Disables first line in a file should be a top-level heading. MD045: false # Disables images should have alternate text. +MD049: + style: asterisk # Enforces _italics_ using asterisks. MD059: false # Disables check on descriptive link text. MD060: style: padded # Controls table pipe spacing. -MD049: - style: asterisk # Enforces _italics_ using asterisks. +MD051: false # Disables validity check for section links (as some sections are injected from the template)