Skip to content

chore(deps-dev): Bump slonik from 49.9.0 to 49.10.0 - #68

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/slonik-49.10.0
Closed

chore(deps-dev): Bump slonik from 49.9.0 to 49.10.0#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/slonik-49.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps slonik from 49.9.0 to 49.10.0.

Release notes

Sourced from slonik's releases.

slonik-interceptor-field-name-transformation@49.10.0

No release notes provided.

slonik-interceptor-query-cache@49.10.0

No release notes provided.

slonik-interceptor-query-logging@49.10.0

No release notes provided.

slonik-sql-tag-raw@49.10.0

Patch Changes

  • Updated dependencies []:
    • @​slonik/sql-tag@​49.10.0

slonik@49.10.0

Minor Changes

  • fbff275 Thanks @​gajus! - Add record() query method

    record() returns the result rows as a keyvalue record. The query must return exactly two columns, named "key" and "value", which is enforced at the type level by requiring a typed query (sql.type). Throws DataIntegrityError if the query returns rows with any other columns, or if the query returns duplicate keys.

    const memberCounts = await pool.record(sql.type(
      z.object({
        key: z.number(),
        value: z.number(),
      })
    )`
      SELECT
        team_id AS "key",
        count(*)::int AS "value"
      FROM team_member
      GROUP BY team_id
    `);
    // Record<number, number>, e.g. { 1: 2, 2: 5 }

Patch Changes

  • Updated dependencies []:
    • @​slonik/driver@​49.10.0
    • @​slonik/errors@​49.10.0
    • @​slonik/pg-driver@​49.10.0
    • @​slonik/sql-tag@​49.10.0
    • @​slonik/utilities@​49.10.0
Commits

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 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 [slonik](https://github.com/gajus/slonik) from 49.9.0 to 49.10.0.
- [Release notes](https://github.com/gajus/slonik/releases)
- [Commits](https://github.com/gajus/slonik/compare/slonik@49.9.0...slonik@49.10.0)

---
updated-dependencies:
- dependency-name: slonik
  dependency-version: 49.10.0
  dependency-type: direct:development
  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 javascript Pull requests that update javascript code labels Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #74.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/slonik-49.10.0 branch June 15, 2026 20:46
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants