feat(deps): update html2rss to v0.23.0 - #1066
Merged
Merged
Conversation
bundle update --allRemove AUTO_SOURCE_MAX_REQUESTS override in SourceResolver.token_generator_input. The web application now relies entirely on the core gem's dynamic budget slot calculations, ensuring correct scaling for sitemap scans and fallbacks. (Context: CONTEXT.md)
…paces Update Renderer to use Html2rss.defaults instead of Html2rss.configuration, and FeedBuilder::Rss::Stylesheet instead of the retired RssBuilder::Stylesheet namespace. This aligns html2rss-web with the breaking API changes introduced in html2rss gem master. (Context: CONTEXT.md)
gildesmarais
force-pushed
the
chore/deps-update-incl-html2rss
branch
from
August 11, 2026 08:21
2bdb212 to
8bc15ca
Compare
gildesmarais
marked this pull request as ready for review
August 11, 2026 08:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates dependencies, refactors stylesheet handling, and makes minor configuration adjustments to improve compatibility and simplify the codebase.
Dependency and compatibility updates:
public/openapi.yaml: Upgraded the OpenAPI specification version from 3.0.3 to 3.2.0..spectral.yaml: Temporarily demoted theoas3-schemarule to a warning to avoid lint failures with OpenAPI 3.2.0.Gemfile: Updated thehtml2rssgem from version~> 0.20to~> 0.23.Dockerfile: Changed theopenssldependency to use version~3for more flexible compatibility.Refactoring and code simplification:
app/web/feeds/renderer.rb,spec/html2rss/web/feeds/renderer_spec.rb: Refactored stylesheet handling to useHtml2rss.defaults.stylesheetsand updated related class/module references for better alignment with the latesthtml2rssgem changes. [1] [2]app/web/feeds/source_resolver.rb: Removed the unusedAUTO_SOURCE_MAX_REQUESTSconstant and related logic to simplify request handling for token-backed feeds. [1] [2]