Skip to content

build(deps): bump sequel_pg from 1.17.2 to 1.18.0 - #382

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/sequel_pg-1.18.0
Closed

build(deps): bump sequel_pg from 1.17.2 to 1.18.0#382
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/sequel_pg-1.18.0

Conversation

@dependabot

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

Copy link
Copy Markdown

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)

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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 2, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 16, 2025

Copy link
Copy Markdown
Author

Looks like sequel_pg is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 16, 2025
@dependabot
dependabot Bot deleted the dependabot/bundler/sequel_pg-1.18.0 branch December 16, 2025 16:13
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.

0 participants