ministryofjustice / staff-device-dhcp-server

The ISC KEA server for serving DHCP requests (via a Docker image)
https://github.com/ministryofjustice/cloud-operations#dhcp--dns
MIT License
2 stars 3 forks source link

Bump sequel from 5.48.0 to 5.49.0 in /dhcp-service/metrics #128

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sequel from 5.48.0 to 5.49.0.

Changelog

Sourced from sequel's changelog.

=== 5.49.0 (2021-10-01)

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

  • Support table aliases for JOIN USING columns on PostgreSQL 14+ (jeremyevans)

  • Support calling PostgreSQL procedures without arguments (jeremyevans)

  • Support hstore subscripts in pg_hstore_ops on PostgreSQL 14+, for updating only part of an hstore value (jeremyevans)

  • Support JSONB subscripts in pg_json_ops on PostgreSQL 14+, for updating only part of a JSONB value (jeremyevans)

  • Support SQL::Expression#sequel_ast_transform for custom AST transforms on arbitrary expressions (jeremyevans)

  • Add Database#create_trigger :replace option on PostgreSQL 14+ for CREATE OR REPLACE TRIGGER (jeremyevans)

  • Make auto_validations plugin automatically setup no_null_byte validations (jeremyevans)

  • Add Model#validates_no_null_byte to validation_helpers plugin (jeremyevans)

Commits
  • 26f5300 Bump version to 5.49.0
  • 49698ea Add a spec guard for add_primary_key on h2
  • bf777f7 Note the minimum JRuby version required to run Sequel is now 9.0.0.0
  • 7d92067 Fix calling PostgreSQL procedure with string arguments
  • c920bd2 Use Regexp#match instead of String#match
  • 58dd8d6 Switch block_given? usage to defined?(yield)
  • bfc9282 Add a few specs for recent changes
  • 48ee7b1 Support table aliases for JOIN USING columns on PostgreSQL 14+
  • 9be4ada Support calling PostgreSQL procedures without arguments
  • 929b7d7 Remove extra space
  • 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 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)