Skip to content

Bump the bundler group across 1 directory with 3 updates - #98

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bundler/docs/bundler-1427aed156
Open

Bump the bundler group across 1 directory with 3 updates#98
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bundler/docs/bundler-1427aed156

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the bundler group with 3 updates in the /docs directory: yard, io-event and sorbet-runtime.

Updates yard from 0.9.44 to 0.9.45

Release notes

Sourced from yard's releases.

Release v0.9.45

  • Use @param types to document generated Struct.new and Data.define members (#1684)
  • Add compatibility with RDoc 8
  • Fix TypesExplainer parsing of types following Hash collections (#1688)
  • Fix HTML generation for RBS constants without source values (#1686)
  • Fix method redefinition warnings when loading YARD with Ruby warnings enabled (#1687)
  • Improve sanitization of yard server request paths
Changelog

Sourced from yard's changelog.

0.9.45 - July 14th, 2026

  • Use @param types to document generated Struct.new and Data.define members (#1684)
  • Add compatibility with RDoc 8
  • Fix TypesExplainer parsing of types following Hash collections (#1688)
  • Fix HTML generation for RBS constants without source values (#1686)
  • Fix method redefinition warnings when loading YARD with Ruby warnings enabled (#1687)
  • Improve sanitization of yard server request paths
Commits
  • 2659ecd Release: v0.9.45
  • 2b467e0 Create a gh-fix skill
  • 2842ba7 Update changelog
  • 00fe9b1 Refactor server sanitization logic
  • c6fd371 Use @​param types for Struct and Data members (#1695)
  • d2a8883 Merge remote-tracking branch 'origin/main' into fix/issue-1684-struct-data-pa...
  • 674d0cf Fix parser method redefinition warnings (#1694)
  • 9483cd3 Use param types for Struct and Data members
  • 12ed8b7 Merge main into fix/issue-1687-method-redefined-warnings
  • 9b874e2 Fix HTML generation for RBS constants
  • Additional commits viewable in compare view

Updates io-event from 1.19.1 to 1.19.3

Release notes

Sourced from io-event's releases.

v1.19.3

  • Prevent URing, EPoll, and KQueue from entering a native wait when a signal exception becomes pending during the GVL transition. On Ruby versions without RB_NOGVL_PENDING_INTR_FAIL, the fallback now refreshes pending-interrupt state immediately before releasing the GVL while preserving the caller's exception-delivery timing.

v1.19.2

  • Use rb_process_status_for when available to construct URing process_wait results directly from waitid, avoiding the extra reap syscall previously needed to build a Process::Status.
Changelog

Sourced from io-event's changelog.

v1.19.3

  • Prevent URing, EPoll, and KQueue from entering a native wait when a signal exception becomes pending during the GVL transition. On Ruby versions without RB_NOGVL_PENDING_INTR_FAIL, the fallback now refreshes pending-interrupt state immediately before releasing the GVL while preserving the caller's exception-delivery timing.

v1.19.2

  • Use rb_process_status_for when available to construct URing process_wait results directly from waitid, avoiding the extra reap syscall previously needed to build a Process::Status.
Commits

Updates sorbet-runtime from 0.6.13333 to 0.6.13359

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.13358.20260723152357-98e486957

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13357.20260723161646-1acd6887e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13356.20260723144436-2a1c4b0a4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13355.20260722182711-b4c6c383d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13354.20260722142610-9ad40013b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13353.20260722105210-fe64a1010

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13351.20260721155827-df9191948

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13350.20260721123522-b2950d6cd

... (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 3 updates in the /docs directory: [yard](https://github.com/lsegal/yard), [io-event](https://github.com/socketry/io-event) and [sorbet-runtime](https://github.com/sorbet/sorbet).


Updates `yard` from 0.9.44 to 0.9.45
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.44...v0.9.45)

Updates `io-event` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/socketry/io-event/releases)
- [Changelog](https://github.com/socketry/io-event/blob/main/releases.md)
- [Commits](socketry/io-event@v1.19.1...v1.19.3)

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

---
updated-dependencies:
- dependency-name: yard
  dependency-version: 0.9.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: io-event
  dependency-version: 1.19.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet-runtime
  dependency-version: 0.6.13359
  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 Jul 24, 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