Skip to content

chore(deps-dev): Bump slonik from 49.9.0 to 49.10.7 - #81

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/slonik-49.10.7
Open

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps slonik from 49.9.0 to 49.10.7.

Release notes

Sourced from slonik's releases.

slonik-interceptor-field-name-transformation@49.10.7

No release notes provided.

slonik-interceptor-query-cache@49.10.7

No release notes provided.

slonik-interceptor-query-logging@49.10.7

No release notes provided.

slonik-sql-tag-raw@49.10.7

Patch Changes

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

slonik@49.10.7

Patch Changes

  • df0ff9c Thanks @​gajus! - Reduce allocations in anyFirst() and manyFirst() on large result sets

    Both methods previously projected the first column of every row with Array.prototype.map, which allocates a callback closure on each call. They now pre-size the output array and fill it by index, avoiding the closure and the result array's dynamic growth. In an isolated micro-benchmark this was roughly 15% faster on a 1,000-row result, with correspondingly fewer garbage-collection scavenges. Behavior is unchanged.

  • Updated dependencies []:

    • @​slonik/driver@​49.10.7
    • @​slonik/errors@​49.10.7
    • @​slonik/pg-driver@​49.10.7
    • @​slonik/sql-tag@​49.10.7
    • @​slonik/utilities@​49.10.7

slonik-interceptor-field-name-transformation@49.10.6

No release notes provided.

slonik-interceptor-query-cache@49.10.6

No release notes provided.

slonik-interceptor-query-logging@49.10.6

No release notes provided.

slonik-sql-tag-raw@49.10.6

Patch Changes

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

slonik@49.10.6

Patch Changes

  • ff7a4ea Thanks @​gajus! - Reduce heap allocations on hot query construction and result paths

    Several internal paths allocated short-lived intermediate arrays/objects that are now avoided, with no change in behavior:

... (truncated)

Commits
  • 5bc9ddd Version Packages (#817)
  • df0ff9c fix: reduce allocations in anyFirst and manyFirst
  • 260a433 Version Packages (#816)
  • c4ef59d Merge branch 'main' of github.com:gajus/slonik
  • ff7a4ea perf: reduce heap allocations on hot query construction and result paths
  • a0c24f6 Version Packages (#815)
  • 12cfb9a chore: update dev dependencies
  • 81343e0 chore: update dev dependencies
  • 7b565b2 fix: fix the value-binding-only query guard for tagged queries
  • 86c123c fix: fix the value-binding-only query guard for tagged queries
  • 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 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.7.
- [Release notes](https://github.com/gajus/slonik/releases)
- [Commits](https://github.com/gajus/slonik/compare/slonik@49.9.0...slonik@49.10.7)

---
updated-dependencies:
- dependency-name: slonik
  dependency-version: 49.10.7
  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 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/slonik-49.10.7 branch from b10c43f to 8773fd4 Compare June 22, 2026 20:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
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