Skip to content

Bump the bundler group across 1 directory with 6 updates#68

Merged
MikeMcQuaid merged 1 commit into
mainfrom
dependabot/bundler/docs/bundler-2ce09b7587
Jun 12, 2026
Merged

Bump the bundler group across 1 directory with 6 updates#68
MikeMcQuaid merged 1 commit into
mainfrom
dependabot/bundler/docs/bundler-2ce09b7587

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the bundler group with 4 updates in the /docs directory: mdl, console, jekyll-sass-converter and sorbet-runtime.

Updates mdl from 0.15.0 to 0.17.0

Changelog

Sourced from mdl's changelog.

[v0.17.0] (2026-06-03)

Added

  • Added treat_links_as_single_word option to MD013 #580

Fixed

  • MD013 - Do not trigger on a single long word in backticks #580
  • MD013 - Do not trigger on a single long word alone on a line continuation #580
  • MD013 - Do not trigger on a list item with a single long word #580
  • Docker - Use latest alphine so mdl version is correct

[v0.16.0] (2026-05-29)

Added

  • Add autocorrecting #519

Changed

  • Added extra documentation around excluding rules #516
  • Update Kramdown #539
  • Start from all rules when style only contains exclusions #551
  • Give error when explicitly specified config file is not found #554
  • Skip docs footer for rules without a docs URL #556
  • Fix "bulletd" typo in test file names #557
  • Accept string values for symbol params in style files #561
  • Bump bundler version #569

Fixed

  • MD005 - Fixed inconsistent UL/OL ordering #539
  • MD013 - Fixed line length detection #539
  • Fix fenced code blocks not detected without preceding blank line

... (truncated)

Commits
  • 6436a02 Prep v0.17.0 (#581)
  • 650af36 Bump alpine base so the image installs current mdl (Ruby >= 3.2) (#578)
  • 0eeed53 Various improvements to MD013 (#580)
  • 7b84ed7 Prep for 0.16.0 release (#575)
  • 443edf9 Fix MD013 to not flag lines that are single-words (#572)
  • 5434beb Bump Bundler version (#569)
  • a25af86 MD013: Add :headings parameter to exclude headings from line length (#563)
  • 825a7b7 Fix MD027 false positive on blockquotes with soft line breaks (#566)
  • 301d528 Fix MD032 false positive on HTML comments adjacent to lists (#565)
  • 209c0bf MD034: Fix false positive when link text contains pipe character (#564)
  • Additional commits viewable in compare view

Updates console from 1.35.1 to 1.36.0

Release notes

Sourced from console's releases.

v1.36.0

  • Add a size_limit to Console::Format::Safe (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
  • Degraded fields are recorded in a truncated object that maps each field name to why it was truncated: true (dropped for size) or the error (the value could not be serialized directly and a safe representation was kept in its place).
  • Rename Console::Format::Safe's limit: to depth_limit: (with a deprecated limit: alias) to clarify its purpose alongside the new size_limit:.
Changelog

Sourced from console's changelog.

v1.36.0

  • Add a size_limit to Console::Format::Safe (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
  • Degraded fields are recorded in a truncated object that maps each field name to why it was truncated: true (dropped for size) or the error (the value could not be serialized directly and a safe representation was kept in its place).
  • Rename Console::Format::Safe's limit: to depth_limit: (with a deprecated limit: alias) to clarify its purpose alongside the new size_limit:.

v1.35.0

  • Fix handling of Errno::ENODEV errors when calculating the width of a terminal that was been re-opened to File::NULL.

v1.34.1

  • Add process_id to serialized output records for clarity (pid is still included for backwards compatibility).
    • Add object_id to serialized output records only when the subject is not a string or class/module.

v1.34.0

  • Allow Console::Compatible::Logger#add to accept **options.

v1.32.0

  • Add fiber_id to serialized output records to help identify which fiber logged the message.
  • Ractor support appears broken in older Ruby versions, so we now require Ruby 3.4 or later for Ractor compatibility, if you need Ractor support.

v1.31.0

Ractor compatibility.

The console library now works correctly with Ruby's Ractor concurrency model. Previously, attempting to use console logging within Ractors would fail with errors about non-shareable objects. This has been fixed by ensuring the default configuration is properly frozen.

# This now works without errors:
ractor = Ractor.new do
	require "console"
	Console.info("Hello from Ractor!")
	"Ractor completed successfully"
end
result = ractor.take
puts result # => 'Ractor completed successfully'

The fix is minimal and maintains full backward compatibility while enabling safe parallel logging across multiple Ractors.

Symbol log level compatibility.

Previously, returning symbols from custom log_level methods in configuration files would cause runtime errors like "comparison of Integer with :debug failed". This has been fixed to properly convert symbols to their corresponding integer values.

# config/console.rb - This now works correctly:
</tr></table> 

... (truncated)

Commits

Updates jekyll-sass-converter from 3.0.0 to 3.1.0

Release notes

Sourced from jekyll-sass-converter's releases.

v3.1.0

Minor Enhancements

  • Display sass error in browser with livereload (#160)
  • Bump Ruby requirement to >= 3.1.0 (#166)
  • Add support to configure more deprecation warnings from Dart Sass (#164)

Development Fixes

  • Bump actions/checkout to v4 (#165)
  • Bump RuboCop version to v1.57.x (#167)
  • Add Ruby 3.4 to CI matrix (#171)

Documentation

  • Update README with requirements for sass-embedded (#150)
  • Fix "implementation" typos (#151)
  • Update dart-sass repo link in README.md (#154)
  • Update sass embedded protocol documentation link (#157)
  • Fix links in README (#168)
Changelog

Sourced from jekyll-sass-converter's changelog.

3.1.0 / 2025-02-02

Minor Enhancements

  • Display sass error in browser with livereload (#160)
  • Bump Ruby requirement to >= 3.1.0 (#166)
  • Add support to configure more deprecation warnings from Dart Sass (#164)

Development Fixes

  • Bump actions/checkout to v4 (#165)
  • Bump RuboCop version to v1.57.x (#167)
  • Add Ruby 3.4 to CI matrix (#171)

Documentation

  • Update README with requirements for sass-embedded (#150)
  • Fix "implementation" typos (#151)
  • Update dart-sass repo link in README.md (#154)
  • Update sass embedded protocol documentation link (#157)
  • Fix links in README (#168)
Commits

Updates json from 2.19.7 to 2.19.9

Release notes

Sourced from json's releases.

v2.19.9

  • Fix buffer overflow that could lead to a crash when writing JSON directly into an IO with JSON.generate(object, io). [CVE-PENDING].

Full Changelog: ruby/json@v2.19.8...v2.19.9

v2.19.8

What's Changed

  • Fix 1-byte buffer overread on EOS errors.
  • Handle invalid types passed as max_nesting option.

Full Changelog: ruby/json@v2.19.7...v2.19.8

Changelog

Sourced from json's changelog.

2026-06-11 (2.19.9)

  • Fix buffer overflow that could lead to a crash when writing JSON directly into an IO with JSON.generate(object, io). [CVE-PENDING].

2026-06-03 (2.19.8)

  • Fix 1-byte buffer overread on EOS errors.
  • Handle invalid types passed as max_nesting option.
Commits
  • 2cff267 Release 2.19.9
  • fd6a65b generator.c: don't start with a stack buffer in IO case
  • 5233dd9 Release 2.19.8
  • 3f44b26 Prevent buffer over-read when generating EOF error
  • be8d068 Handle invalid types passed as max_nesting option
  • 59501c0 Get rid of all_images gem
  • c7a7b2b Add a security note in README
  • See full diff in compare view

Updates sass-embedded from 1.100.0 to 1.101.0

Commits

Updates sorbet-runtime from 0.6.13261 to 0.6.13296

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.13295.20260610155541-316697511

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13295', :group => :development
gem 'sorbet-runtime', '0.6.13295'

sorbet 0.6.13294.20260609175357-5038a39d7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13294', :group => :development
gem 'sorbet-runtime', '0.6.13294'

sorbet 0.6.13293.20260608201728-2bc6f1a71

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13293', :group => :development
gem 'sorbet-runtime', '0.6.13293'

sorbet 0.6.13292.20260608191603-4ef8db6d8

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13292', :group => :development
gem 'sorbet-runtime', '0.6.13292'

sorbet 0.6.13291.20260608163157-4f90f2f71

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13291', :group => :development
gem 'sorbet-runtime', '0.6.13291'

sorbet 0.6.13290.20260608154028-0af57af9c

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13290', :group => :development
gem 'sorbet-runtime', '0.6.13290'

sorbet 0.6.13289.20260608144227-06e1abcb3

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13289', :group => :development
gem 'sorbet-runtime', '0.6.13289'

sorbet 0.6.13288.20260608072051-4aa9b30ac

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bundler group with 4 updates in the /docs directory: [mdl](https://github.com/mivok/markdownlint), [console](https://github.com/socketry/console), [jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter) and [sorbet-runtime](https://github.com/sorbet/sorbet).


Updates `mdl` from 0.15.0 to 0.17.0
- [Changelog](https://github.com/markdownlint/markdownlint/blob/main/CHANGELOG.md)
- [Commits](markdownlint/markdownlint@v0.15.0...v0.17.0)

Updates `console` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/socketry/console/releases)
- [Changelog](https://github.com/socketry/console/blob/main/releases.md)
- [Commits](socketry/console@v1.35.1...v1.36.0)

Updates `jekyll-sass-converter` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/jekyll/jekyll-sass-converter/releases)
- [Changelog](https://github.com/jekyll/jekyll-sass-converter/blob/master/History.markdown)
- [Commits](jekyll/jekyll-sass-converter@v3.0.0...v3.1.0)

Updates `json` from 2.19.7 to 2.19.9
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.19.7...v2.19.9)

Updates `sass-embedded` from 1.100.0 to 1.101.0
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.100.0...v1.101.0)

Updates `sorbet-runtime` from 0.6.13261 to 0.6.13296
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: mdl
  dependency-version: 0.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: console
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: jekyll-sass-converter
  dependency-version: 3.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: json
  dependency-version: 2.19.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sass-embedded
  dependency-version: 1.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: sorbet-runtime
  dependency-version: 0.6.13296
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

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 Jun 12, 2026
@MikeMcQuaid MikeMcQuaid merged commit 25dcdb6 into main Jun 12, 2026
7 checks passed
@MikeMcQuaid MikeMcQuaid deleted the dependabot/bundler/docs/bundler-2ce09b7587 branch June 12, 2026 11:34
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