Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump roda from 3.87.0 to 3.88.0 in the minor-updates group #206

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the minor-updates group with 1 update: roda.

Updates roda from 3.87.0 to 3.88.0

Changelog

Sourced from roda's changelog.

=== 3.88.0 (2025-01-14)

  • Support fixed locals in templates when using Tilt 2.6+ (jeremyevans)

  • Make default_headers plugin correctly handle mixed/upper case content-type header on Rack 3 (jeremyevans) (#373)

  • Make json_parser plugin handle case where Rack::Request#POST is called previously for env on Rack 3 (jeremyevans) (#372)

  • Fix strict_unused_block warnings when running specs on Ruby 3.4 (jeremyevans)

= 3.87.0 (2024-12-17)

  • Add host_routing plugin for routing based on request host header (jeremyevans)

  • Do not write non-String to response body when using custom_block_results plugin (jeremyevans)

= 3.86.0 (2024-11-12)

  • Add conditional_sessions plugin, for using the sessions plugin for only a subset of requests (jeremyevans)

  • In permissions_policy plugin, add response.skip_permissions_policy! to avoid setting header (jeremyevans)

  • Make Roda.freeze work if already frozen when using the autoload_{hash_branches,named_routes} plugins (jeremyevans)

  • In content_security_policy plugin, add response.skip_content_security_policy! to avoid setting header (jeremyevans)

= 3.85.0 (2024-10-11)

  • Avoid deprecation warning in public plugin when using Ruby 3.4.0-preview2 (jeremyevans)

  • Evaluate class_matcher and symbol_matcher blocks in route-block context (jeremyevans)

  • Allow class_matcher and symbol_matcher blocks to return non-arrays (jeremyevans)

  • Make class_matcher and symbol_matcher plugin be able to build on top of existing registered matchers (jeremyevans)

  • Make capture_erb plugin not break if String#capture is defined (jeremyevans)

= 3.84.0 (2024-09-12)

  • Add hsts plugin for setting Strict-Transport-Security header (jeremyevans)

  • Remove documentation from the gem to reduce gem size by 25% (jeremyevans)

= 3.83.0 (2024-08-12)

  • Add assume_ssl plugin for making request ssl? method always return true (jeremyevans)

= 3.82.0 (2024-07-12)

... (truncated)

Commits
  • e531f21 Fix specs on Ruby 2.0 when running Tilt 2.6+
  • 1e5db56 Bump version to 3.88.0
  • b1aaa04 Update render_coverage plugin to handle case where both :scope_class and fixe...
  • 0174fc8 Move runs-on line in ci.yml
  • 430177d Fix ci.yml
  • 64d9701 Run Ruby 1.9.3 and JRuby 9.1-9.2 CI on Ubuntu 22.04
  • 7fcec3b Merge two conditionals
  • 0d28141 Remove unused method
  • e610f41 Fix Hash#inspect issues in session plugin specs when using Rack < 3
  • 42074ef Support fixed locals in templates
  • Additional commits viewable 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 <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 minor-updates group with 1 update: [roda](https://github.com/jeremyevans/roda).


Updates `roda` from 3.87.0 to 3.88.0
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.87.0...3.88.0)

---
updated-dependencies:
- dependency-name: roda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 20, 2025
@karlentwistle karlentwistle merged commit e0e8ad1 into main Jan 20, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/minor-updates-fa60d7bdf7 branch January 20, 2025 09:47
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