MatUrbanski / todo_api

JSON API for todo project built with Roda + Sequel. Source code for "Ruby on Roda" book.
19 stars 4 forks source link

Bump roda from 3.49.0 to 3.50.0 #82

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps roda from 3.49.0 to 3.50.0.

Changelog

Sourced from roda's changelog.

= master

  • Allow run in multi_run plugin to be called without an app to remove existing handler (jeremyevans)

  • Allow route in named_routes plugin to be called without a block to remove existing handler (jeremyevans)

= 3.50.0 (2021-11-12)

  • Add capture_erb plugin for capturing ERB template blocks, instead of injecting them into the template output (jeremyevans)

  • Add inject_erb plugin for injecting content directly into ERB template output (jeremyevans)

  • Allow hash_branch and hash_path in hash_routes plugin to be called without a block to remove existing handler (jeremyevans)

= 3.49.0 (2021-10-13)

  • Switch block_given? to defined?(yield) (jeremyevans)

  • Automatically optimize remaining r.is/r.get/r.post calls with a single argument (jeremyevans)

= 3.48.0 (2021-09-13)

  • Extract named_routes plugin from multi_route plugin (jeremyevans)

= 3.47.0 (2021-08-13)

  • Automatically optimize remaining r.on calls with a single argument (jeremyevans)

= 3.46.0 (2021-07-12)

  • Automatically optimize r.on/r.is/r.get/r.post methods with a single string, String, Integer, or regexp argument (jeremyevans)

= 3.45.0 (2021-06-14)

  • Make typecast_params plugin check for null bytes in strings by default, with :allow_null_bytes option for previous behavior (jeremyevans)

= 3.44.0 (2021-05-12)

  • Add optimized_segment_matchers plugin for optimized matchers for a single String class argument (jeremyevans)

  • Use RFC 5987 UTF-8 and ISO-8859-1 encoded filenames when using send_file and attachment in the sinatra_helpers plugin (jeremyevans)

= 3.43.1 (2021-04-13)

  • [SECURITY] Fix issue where loading content_security_policy plugin after default_headers plugin had no effect (jeremyevans)

= 3.43.0 (2021-04-12)

  • Add host_authorization plugin, for checking that requests are submitted using an approved host (jeremyevans)

... (truncated)

Commits
  • 4ce3c7e Bump version to 3.50.0
  • e503e3d Add documentation to the render plugin about accepting template blocks in met...
  • 03cacd3 Simplify the content_for plugin implementation by using the capture_erb plugin
  • 6bd99d4 Add capture_erb plugin for capturing ERB template blocks, instead of injectin...
  • c79947b Add inject_erb plugin for injecting content directly into ERB template output
  • 2ab6f24 Update documentation for status_303 plugin
  • e525d07 Allow hash_branch and hash_path in hash_routes plugin to be called without a ...
  • 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 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)