Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps sequel_pg from 1.17.2 to 1.18.0.

Changelog

Sourced from sequel_pg's changelog.

=== 1.18.0 (2025-12-01)

  • Optimize Dataset#all and #with_sql_all (jeremyevans)

  • Fix runtime warnings when using Dataset#as_hash and #to_hash_groups with invalid columns (jeremyevans)

  • Fix Dataset#map return value when the null_dataset extension is used (jeremyevans)

  • Further optimize Dataset#as_set and #select_set on Ruby 4+ using core Set C-API (jeremyevans)

  • Use rb_hash_new_capa if available to avoid unnecessary hash resizing (jeremyevans)

  • Further optimize Dataset#map and #select_map by populating array in C instead of yielding to Ruby (jeremyevans)

  • Optimize Dataset#as_set and #select_set in Sequel 5.99+ (jeremyevans)

Commits
  • 9b80d37 Bump version to 1.18.0
  • 84388b6 Move Sequel::Model related optimization code to sequel_pg/model
  • 2407329 Optimize Dataset#all and #with_sql_all
  • 96fc41e Fix runtime warnings when using Dataset#as_hash and #to_hash_groups with inva...
  • fe1dc78 Fix Dataset#map return value when the null_dataset extension is used
  • ad26cac Further optimize #select_set on Ruby 4+ using core Set C-API
  • 92a4649 Further optimize Dataset#as_set on Ruby 4+ using core Set C-API
  • 5e4b00d Further optimize #select_map by populating array in C instead of yielding to ...
  • 1cccb4e Use rb_hash_new_capa if available to avoid unnecessary hash resizing
  • 17b0704 Further optimize Dataset#map by populating array in C instead of yielding eac...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 2, 2025
Bumps [sequel_pg](https://github.com/jeremyevans/sequel_pg) from 1.17.2 to 1.18.0.
- [Changelog](https://github.com/jeremyevans/sequel_pg/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel_pg@1.17.2...1.18.0)

---
updated-dependencies:
- dependency-name: sequel_pg
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/sequel_pg-1.18.0 branch from ee957ac to b1df498 Compare December 2, 2025 11:31
@philippthun philippthun merged commit 64d6a51 into main Dec 2, 2025
15 of 17 checks passed
@philippthun philippthun deleted the dependabot/bundler/sequel_pg-1.18.0 branch December 2, 2025 13:15
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Dec 2, 2025
Changes in cloud_controller_ng:

- Bump Bundler Version in Gemfile.lock and docs/v3/Gemfile.lock
    PR: cloudfoundry/cloud_controller_ng#4692
    Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Author: ari-wg-gitbot <[email protected]>

- Bump BBS protos
    PR: cloudfoundry/cloud_controller_ng#4660
    Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Author: ari-wg-gitbot <[email protected]>

- Add workflow to bump Bundler version automatically
    PR: cloudfoundry/cloud_controller_ng#4688
    Author: Philipp Thun <[email protected]>

- Add workflow to bump Bundler version automatically
    PR: cloudfoundry/cloud_controller_ng#4684
    Author: Philipp Thun <[email protected]>

Dependency updates in cloud_controller_ng:

- build(deps): bump actions/checkout from 5 to 6
    PR: cloudfoundry/cloud_controller_ng#4669
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump sequel_pg from 1.17.2 to 1.18.0
    PR: cloudfoundry/cloud_controller_ng#4689
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump rubocop-rails from 2.34.1 to 2.34.2
    PR: cloudfoundry/cloud_controller_ng#4691
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump sequel from 5.98.0 to 5.99.0
    PR: cloudfoundry/cloud_controller_ng#4690
    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