Skip to content

chore(deps): bump the ruby group with 5 updates - #1220

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/bundler/ruby-742ac101c6
Aug 10, 2026
Merged

chore(deps): bump the ruby group with 5 updates#1220
mergify[bot] merged 1 commit into
mainfrom
dependabot/bundler/ruby-742ac101c6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the ruby group with 5 updates:

Package From To
html2rss eaebbf2 537b09f
async 2.44.0 2.44.1
protocol-http 0.68.0 0.70.0
protocol-http1 0.40.0 0.40.2
protocol-url 0.5.0 0.10.0

Updates html2rss from eaebbf2 to 537b09f

Commits
  • 537b09f chore(docs): update readme and context files
  • 627f893 refactor(feed_builder): consolidate format builders under feed builder namespace
  • e63008f refactor(html): move rendering helper modules under html rendering namespace
  • 318f403 refactor: relocate deduplicator + category extractor (#408)
  • 422a836 refactor!: promote Channel and collapse ItemScope post_process bag
  • 1e8a08e refactor(request): own timeouts on Budget and fold RuntimeInput
  • dd96963 test(auto_source): shorten Anchorless Discovery example for RuboCop
  • 1e3be61 refactor(auto_source): name Discovery Anchorless jobs behind fallback_anchorless
  • 63bcbc5 refactor(auto_source): unify content-anchor eligibility under LinkHeuristics
  • dc68fdc refactor: rename SemanticHtml EntryDeduplicator for clarity
  • Additional commits viewable in compare view

Updates async from 2.44.0 to 2.44.1

Changelog

Sourced from async's changelog.

Releases

Commits

Updates protocol-http from 0.68.0 to 0.70.0

Release notes

Sourced from protocol-http's releases.

v0.70.0

  • Add stable preference ordering for weighted Accept, Accept-Charset, Accept-Encoding, Accept-Language, and TE values.

v0.69.0

  • Add Protocol::HTTP::Body::Readable#to_io for obtaining an IO-compatible stream adapter.
  • Avoid creating an implicit buffered output for Protocol::HTTP::Body::Stream.
Changelog

Sourced from protocol-http's changelog.

v0.70.0

  • Add stable preference ordering for weighted Accept, Accept-Charset, Accept-Encoding, Accept-Language, and TE values.

v0.69.0

  • Add Protocol::HTTP::Body::Readable#to_io for obtaining an IO-compatible stream adapter.
  • Avoid creating an implicit buffered output for Protocol::HTTP::Body::Stream.
Commits

Updates protocol-http1 from 0.40.0 to 0.40.2

Release notes

Sourced from protocol-http1's releases.

v0.40.2

  • Handle unexpected EOF while reading chunked trailers.

v0.40.1

  • Bound fixed-length and chunked body reads, and validate chunk terminators.
Changelog

Sourced from protocol-http1's changelog.

v0.40.2

  • Handle unexpected EOF while reading chunked trailers.

v0.40.1

  • Bound fixed-length and chunked body reads, and validate chunk terminators.
Commits

Updates protocol-url from 0.5.0 to 0.10.0

Changelog

Sourced from protocol-url's changelog.

v0.10.0

  • Rename Protocol::URL::FormData::Parser::CONTENT_TYPE to MEDIA_TYPE.

v0.9.0

  • Add Protocol::URL::LimitError for configured processing limits.

v0.8.0

  • Use consistent limit naming for form data parser constraints.

v0.7.0

  • Allow Protocol::URL::FormData::Parser#parse to populate a supplied result object.

v0.6.0

  • Add Protocol::URL::FormData::Parser for incremental, limited parsing of application/x-www-form-urlencoded form data.
  • Add Protocol::URL::FormData::Nested for consistently building nested form data while preserving absent and empty values.
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 ruby group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [html2rss](https://github.com/html2rss/html2rss) | ``eaebbf2`` | ``537b09f`` |
| [async](https://github.com/socketry/async) | `2.44.0` | `2.44.1` |
| [protocol-http](https://github.com/socketry/protocol-http) | `0.68.0` | `0.70.0` |
| [protocol-http1](https://github.com/socketry/protocol-http1) | `0.40.0` | `0.40.2` |
| [protocol-url](https://github.com/socketry/protocol-url) | `0.5.0` | `0.10.0` |


Updates `html2rss` from `eaebbf2` to `537b09f`
- [Release notes](https://github.com/html2rss/html2rss/releases)
- [Commits](html2rss/html2rss@eaebbf2...537b09f)

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

Updates `protocol-http` from 0.68.0 to 0.70.0
- [Release notes](https://github.com/socketry/protocol-http/releases)
- [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md)
- [Commits](socketry/protocol-http@v0.68.0...v0.70.0)

Updates `protocol-http1` from 0.40.0 to 0.40.2
- [Release notes](https://github.com/socketry/protocol-http1/releases)
- [Changelog](https://github.com/socketry/protocol-http1/blob/main/releases.md)
- [Commits](socketry/protocol-http1@v0.40.0...v0.40.2)

Updates `protocol-url` from 0.5.0 to 0.10.0
- [Changelog](https://github.com/socketry/protocol-url/blob/main/releases.md)
- [Commits](socketry/protocol-url@v0.5.0...v0.10.0)

---
updated-dependencies:
- dependency-name: html2rss
  dependency-version: 537b09f2d7b4b3e54898c614bb358f94cd54c8bf
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: async
  dependency-version: 2.44.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: protocol-http
  dependency-version: 0.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: protocol-http1
  dependency-version: 0.40.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: protocol-url
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
...

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 10, 2026
@mergify mergify Bot added the queued label Aug 10, 2026
@mergify

mergify Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 minutes in the queue, including 1 minute 12 seconds running CI.

Required conditions to merge

@mergify
mergify Bot merged commit ec5df6c into main Aug 10, 2026
6 checks passed
@mergify
mergify Bot deleted the dependabot/bundler/ruby-742ac101c6 branch August 10, 2026 07:19
@mergify mergify Bot removed the queued label Aug 10, 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.

0 participants