html2rss / html2rss-web

🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly.
https://html2rss.github.io/components/html2rss-web
MIT License
86 stars 11 forks source link

chore(deps): bump roda from 3.70.0 to 3.71.0 #602

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps roda from 3.70.0 to 3.71.0.

Changelog

Sourced from roda's changelog.

= master

  • Warn when defining method that expects 1 argument when block requires multiple arguments when :check_arity option is set to :warn (jeremyevans)

  • Implement the match_hooks plugin using the match_hook_args plugin (jeremyevans)

= 3.71.0 (2023-08-14)

  • Add match_hook_args plugin, similar to match_hooks but support matchers and block args as hook arguments (jeremyevans)

= 3.70.0 (2023-07-12)

  • Add plain_hash_response_headers plugin, using a plain hash for response headers on Rack 3 for much better performance (jeremyevans)

  • Use lower case response header keys by default on Rack 3, instead of relying on Rack::Headers conversion (jeremyevans)

= 3.69.0 (2023-06-13)

  • Allow symbol_matcher in symbol_matchers plugin to take a block to allow type conversion (jeremyevans)

= 3.68.0 (2023-05-11)

  • Make Roda.run in multi_run plugin accept blocks to allow autoloading the apps to dispatch to (jeremyevans)

= 3.67.0 (2023-04-12)

  • Add custom_block_results plugin for registering custom block result handlers (jeremyevans)

= 3.66.0 (2023-03-13)

  • Support overriding exception page assets via exception_page_{css,js} instance methods (jeremyevans) (#306)

  • Avoid keeping reference to Roda instance that caches an inline template (jeremyevans)

  • Add render_coverage plugin, using tilt 2.1 features to allow for compiled templates in Ruby <3.2 (jeremyevans)

= 3.65.0 (2023-02-13)

  • Make indifferent_params plugin work with changes in rack main branch (jeremyevans)

  • Add autoload_named_routes plugin for autoloading file for a named route when there is a request for that route (jeremyevans)

  • Make path method in path plugin accept class name string/symbol with :class_name option to register classes without forcing autoloads (jeremyevans)

= 3.64.0 (2023-01-12)

  • Automatically expand paths for autoload_hash_branches files, so that relative paths work (jeremyevans)

  • Make autoload_hash_branches plugin eagerly load the branches when freezing the application (jeremyevans)

... (truncated)

Commits
  • db38c44 Bump version to 3.71.0
  • ebef133 Fix example code in match_hook_args plugin
  • 67ff312 Switch from hanna-nouveau to hanna
  • eb86c09 Update example code in match_hook_args plugin
  • f7c2752 Document that the json plugin does not support treating String, FalseClass, N...
  • 44a7e0e Add match_hook_args plugin, similar to match_hooks but support matchers and b...
  • 91ab4f7 Remove Gemfile
  • 84247ca Fix typo in doc-sctrings
  • See full diff in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)