Skip to content

build(deps): bump the ruby-deps group with 5 updates - #1143

Merged
chadlwilson merged 1 commit into
masterfrom
dependabot/bundler/ruby-deps-3ae71c7e6d
Aug 1, 2026
Merged

build(deps): bump the ruby-deps group with 5 updates#1143
chadlwilson merged 1 commit into
masterfrom
dependabot/bundler/ruby-deps-3ae71c7e6d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the ruby-deps group with 5 updates:

Package From To
html-proofer 5.2.1 5.2.2
async 2.43.0 2.44.0
aws-partitions 1.1272.0 1.1277.0
io-event 1.19.3 1.19.4
json 2.21.1 2.21.2

Updates html-proofer from 5.2.1 to 5.2.2

Release notes

Sourced from html-proofer's releases.

v5.2.2

What's Changed

Full Changelog: gjtorikian/html-proofer@v5.2.1...v5.2.2

Changelog

Sourced from html-proofer's changelog.

[v5.2.2] - 28-07-2026

What's Changed

Full Changelog: gjtorikian/html-proofer@v5.2.1...v5.2.2

Commits
  • 1dae553 Merge pull request #878 from gjtorikian/release/v5.2.2
  • d2bc2a4 [skip test] update changelog
  • 5715743 Merge pull request #877 from gjtorikian/trailing-slash-expand-path
  • 79c6ba3 test(links): Serve the PDF hash fixture locally
  • 4af736a fix(external): Detect content type on live responses
  • d90fe91 Move dev deps to Gemfile
  • 64ffecc [auto-lint]: Lint files
  • 2a038b6 bump to 5.2.2
  • c8d288a fix: Read trailing slash from URL, not expanded path
  • See full diff in compare view

Updates async from 2.43.0 to 2.44.0

Release notes

Sourced from async's releases.

v2.44.0

  • Fixed scheduler cleanup after forking while other fibers are blocked.
Changelog

Sourced from async's changelog.

v2.44.0

  • Fixed scheduler cleanup after forking while other fibers are blocked.
Commits

Updates aws-partitions from 1.1272.0 to 1.1277.0

Changelog

Sourced from aws-partitions's changelog.

1.1277.0 (2026-07-31)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1276.0 (2026-07-30)

  • Feature - Added support for enumerating regions for Aws::PricingPlanManager.

1.1275.0 (2026-07-29)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1274.0 (2026-07-27)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1273.0 (2026-07-24)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
Commits

Updates io-event from 1.19.3 to 1.19.4

Release notes

Sourced from io-event's releases.

v1.19.4

  • Capture errno immediately after epoll_wait / kevent, preventing stale or subsequently clobbered values from raising a spurious Errno::* when a native selector wait is interrupted or skipped.
Changelog

Sourced from io-event's changelog.

v1.19.4

  • Capture errno immediately after epoll_wait / kevent, preventing stale or subsequently clobbered values from raising a spurious Errno::* when a native selector wait is interrupted or skipped.
Commits

Updates json from 2.21.1 to 2.21.2

Release notes

Sourced from json's releases.

v2.21.2

What's Changed

Full Changelog: ruby/json@v2.21.1...v2.21.2

Changelog

Sourced from json's changelog.

2026-07-31 (2.21.2)

Commits
  • 5a32e43 Release 2.21.2
  • 2c332bf Also don't compute ResumableParser cursor position for warning
  • 5499aa5 Improve max_nesting documentation
  • 499d9bc Fix the parser benchmark bytes report
  • f5fc245 Pass '-mno-outline' to the compiler (if supported) to prevent function outlin...
  • See full diff in compare view

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 ruby-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [html-proofer](https://github.com/gjtorikian/html-proofer) | `5.2.1` | `5.2.2` |
| [async](https://github.com/socketry/async) | `2.43.0` | `2.44.0` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1272.0` | `1.1277.0` |
| [io-event](https://github.com/socketry/io-event) | `1.19.3` | `1.19.4` |
| [json](https://github.com/ruby/json) | `2.21.1` | `2.21.2` |


Updates `html-proofer` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/html-proofer@v5.2.1...v5.2.2)

Updates `async` from 2.43.0 to 2.44.0
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.43.0...v2.44.0)

Updates `aws-partitions` from 1.1272.0 to 1.1277.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `io-event` from 1.19.3 to 1.19.4
- [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.3...v1.19.4)

Updates `json` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.21.1...v2.21.2)

---
updated-dependencies:
- dependency-name: html-proofer
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: async
  dependency-version: 2.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-partitions
  dependency-version: 1.1277.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: io-event
  dependency-version: 1.19.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: json
  dependency-version: 2.21.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

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 Aug 1, 2026
@chadlwilson
chadlwilson merged commit 3ebb856 into master Aug 1, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/bundler/ruby-deps-3ae71c7e6d branch August 1, 2026 06:03
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