Skip to content

build(deps): bump sequel from 5.94.0 to 5.95.0#4496

Merged
moleske merged 1 commit intomainfrom
dependabot/bundler/sequel-5.95.0
Aug 6, 2025
Merged

build(deps): bump sequel from 5.94.0 to 5.95.0#4496
moleske merged 1 commit intomainfrom
dependabot/bundler/sequel-5.95.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps sequel from 5.94.0 to 5.95.0.

Changelog

Sourced from sequel's changelog.

=== 5.95.0 (2025-08-01)

  • Support num_waiting for the timed_queue and shared_timed_queue connection pools (jeremyevans)

  • Add class_table_inheritance_constraint_validations plugin, supporting constraint validations for all of the model's tables (sterlzbd, jeremyevans) (#2316, #2319)

  • Support :no_inherit option for CHECK constraints on PostgreSQL 9.2+ (jeremyevans)

  • Support :no_inherit option for NOT NULL constraints on PostgreSQL 18+ (jeremyevans)

  • Support not_null: {name: "constaint_name"} column option for naming NOT NULL constraints on PostgreSQL 18+ (jeremyevans)

  • Support :period foreign_key option for PERIOD on PostgreSQL 18+ (jeremyevans)

  • Support :include unique/primary_key/exclude option for INCLUDE on PostgreSQL 11+ (jeremyevans)

  • Support :nulls_not_distinct unique option for NULLS NOT DISTINCT on PostgreSQL 15+ (jeremyevans)

  • Support :without_overlaps primary_key and unique option for WITHOUT OVERLAPS on PostgreSQL 18+ (jeremyevans)

Commits
  • a50e32c Bump version to 5.95.0
  • cbc85e2 Skip class_table_inheritance_constraint_validations specs when database is fr...
  • 2b17b99 Fix use of foreign key :key option with non-array value on PostgreSQL
  • 1d2656b Support num_waiting for the timed_queue and shared_timed_queue connection pools
  • cc63c10 Minor fixes to class_table_inheritance_constraint_validations plugin
  • 3762d78 Add class_table_inheritance_constraint_validations plugin
  • e0c99f6 Support :no_inherit option for NOT NULL and CHECK constraints on PostgreSQL
  • 917b1d2 Support not_null: {name: "constaint_name"} column option for naming NOT NULL ...
  • 9631a0b Support :period foreign_key option for PERIOD on PostgreSQL 18+
  • d92ba64 Support :include unique/primary_key/exclude option for INCLUDE on PostgreSQL 11+
  • 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 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)

Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.94.0 to 5.95.0.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.94.0...5.95.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-version: 5.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 4, 2025
@moleske moleske merged commit 4fd16ab into main Aug 6, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/sequel-5.95.0 branch August 6, 2025 05:53
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Aug 6, 2025
…udfoundry.org/tps

Changes in cloud_controller_ng:

- Enhance global /v3/info/usage_summary endpoint
    PR: cloudfoundry/cloud_controller_ng#4477
    Author: Jochen Ehret <jochen.ehret@sap.com>

Dependency updates in cloud_controller_ng:

- build(deps): bump sequel from 5.94.0 to 5.95.0
    PR: cloudfoundry/cloud_controller_ng#4496
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump pg from 1.6.0 to 1.6.1
    PR: cloudfoundry/cloud_controller_ng#4495
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump parallel_tests from 5.3.1 to 5.4.0
    PR: cloudfoundry/cloud_controller_ng#4494
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump json from 2.12.2 to 2.13.2 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4493
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump cheerio from 1.1.0 to 1.1.2 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4490
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump linkinator from 6.1.2 to 6.1.4 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4489
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump newrelic_rpm from 9.19.0 to 9.20.0
    PR: cloudfoundry/cloud_controller_ng#4487
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Dependency updates in code.cloudfoundry.org/cc-uploader:

- Bump code.cloudfoundry.org/debugserver from 0.59.0 to 0.61.0
    PR: cloudfoundry/cc-uploader#251
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/tlsconfig from 0.31.0 to 0.32.0
    PR: cloudfoundry/cc-uploader#252
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/lager/v3 from 3.41.0 to 3.42.0
    PR: cloudfoundry/cc-uploader#248
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/cfhttp/v2 from 2.49.0 to 2.50.0
    PR: cloudfoundry/cc-uploader#249
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Dependency updates in code.cloudfoundry.org/tps:

- Bump code.cloudfoundry.org/debugserver from 0.59.0 to 0.61.0
    PR: cloudfoundry/tps#270
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/localip from 0.44.0 to 0.45.0
    PR: cloudfoundry/tps#269
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/clock from 1.42.0 to 1.43.0
    PR: cloudfoundry/tps#268
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Bump code.cloudfoundry.org/lager/v3 from 3.41.0 to 3.42.0
    PR: cloudfoundry/tps#266
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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