Skip to content

fix(deps): update dependency knex to v3.2.10#1800

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/knex-3.x
May 29, 2026
Merged

fix(deps): update dependency knex to v3.2.10#1800
renovate[bot] merged 1 commit into
masterfrom
renovate/knex-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 29, 2026

This PR contains the following updates:

Package Change Age Confidence
knex (source) 3.1.03.2.10 age confidence

Release Notes

knex/knex (knex)

v3.2.10

Compare Source

Bug fixes
Misc
  • chore: auto-update the docs' knex version on publish #​6447
  • chore: skip re-running tests on automated release commit #​6443
  • chore: sync docker images we use to ghcr #​6445
  • chore: fixes for release-drafter workflow #​6442
  • chore: new publish/release workflow #​6441
  • docs: Update changelog for version 3.2.9 #​6440
  • docs: sync website changelog from 3.0.0 to 3.2.8 #​6426

v3.2.9

Compare Source

Bug fixes
  • fix: support DELETE... LIMIT in dialects that support it (mysql), but continue to disallow ones that don't #​6429
  • fix(postgres): escape double quotes in searchPath to prevent SQL injection #​6411
  • fix(sqlite): append RETURNING statement when insert empty row #​5471
  • fix: add type support for Array #​6428

v3.2.8

Compare Source

Bug fixes
  • Reverts the breaking changes added in #​6227. This means that the ESM import of Knex is reverted to import { knex } from 'knex/knex.mjs #​6422
  • fix(types): allow a QueryBuilder type as a value in an update #​6419

v3.2.7

Compare Source

Bug fixes
  • fix sqlite DDL operations failing inside transactions #​6408
  • fix: handle lowercase INFORMATION_SCHEMA keys in MySQL renameColumn #​6407
  • fix: clone config in client constructor #​5633
  • fix: remove __knexTxId from transaction connection on release #​5288
  • fix: correct binding order in delete with subquery join #​6412
  • chore: omit ./scripts from published package #​6356

v3.2.6

Compare Source

Bug fixes

v3.2.5

Compare Source

Bug fixes

v3.2.4

Compare Source

Bug fixes

v3.2.3

Compare Source

What's Changed

Full Changelog: knex/knex@3.2.1...3.2.3

v3.2.2

Compare Source

v3.2.1

Compare Source

Bug fixes
  • Fix subpath imports broken by exports field added in 3.2.0. Packages relying on deep imports (e.g. knex/lib/dialects/sqlite3/index) were blocked by the restrictive exports map
Docs
  • Add VitePress blog with archive and UTC post dates (#​6397)

v3.2.0

Compare Source

New features
  • Add migration lifecycle hooks (#​5541)
  • Add SIMILAR TO operator (#​5303)
  • Add dropUniqueIfExists (#​6069)
  • Add 'validate' pool option (#​5120)
  • PostgreSQL: default datetime/timestamp precision setting added (#​5311)
  • Better-SQLite3: Support defaultSafeIntegers option (#​6320)
  • Better-SQLite3: Improve safeIntegers support (#​6352)
  • SQLite: Refactor transactions to allow setting the foreign_keys pragma for a transaction (#​6315)
Bug fixes
  • Fix where in query with raw column (#​6323)
  • Fix migrate up with completed migration (#​6342)
  • Fix ESM export and typings (#​6227)
  • Fix migration CLI and cli tests (#​6264)
  • Fix recover from broken connection (#​5774)
  • Prevent unexpected combinations of statements and clauses groups from executing (#​6314)
  • Improve CLI error reporting in some edge cases (#​6265)
  • PostgreSQL: clearer error when pg-query-stream is missing (#​6362)
  • PostgreSQL: Fix streaming compatibility with pg-query-stream 4.14+ (#​6396)
  • MySQL: Fix the operator "<=>" is not permitted (#​6158)
  • MSSQL: Optimize stream.write (#​5693)
  • SQLite: Fix whereILike issue (#​5687)
Types
  • Fix usage of object type that is too broad (#​5373)
  • Fix pluck typing issue when CompositeTableType is used (#​4609)
  • Make types no longer allow knex to be called without tablename (#​6188)
  • Add missing type definition for orderBy with a raw column/expression (#​5803)
  • Add additional typing for column.index (#​5371)
  • Update typings for increment/decrement (#​5674)
  • Use syntax import from instead of import = require() (#​5258)
  • Import knex as type in TS seed template (#​6094)
  • Update index.d.ts (#​5767)
  • Add @​types/minimatch v5 to fix TypeScript build (#​6240)
Tests
  • Additional tests for JSON (de)serialization (#​4451)
  • Run CI on Node 22 and remove dtslint (#​6165)
Chore
  • Update to non-screamy versions of dependencies that have npm audit failures (#​6324)
  • Upgrade pg to ^8.20.0, pg-query-stream to ^4.14.0 (#​6396)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 10pm every weekday,before 5am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link
Copy Markdown

@cypress
Copy link
Copy Markdown

cypress Bot commented May 29, 2026

BanManager-WebUI    Run #10597

Run Properties:  status check passed Passed #10597  •  git commit 65d1426f60 ℹ️: Merge cb5facb0008c04e93ea68bf72f1cbf6ff521fee2 into 80d6500688a732d0dd2afc66e50f...
Project BanManager-WebUI
Branch Review renovate/knex-3.x
Run status status check passed Passed #10597
Run duration 02m 14s
Commit git commit 65d1426f60 ℹ️: Merge cb5facb0008c04e93ea68bf72f1cbf6ff521fee2 into 80d6500688a732d0dd2afc66e50f...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 49
View all changes introduced in this branch ↗︎

@renovate renovate Bot merged commit f979aeb into master May 29, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/knex-3.x branch May 29, 2026 17:13
@cypress
Copy link
Copy Markdown

cypress Bot commented May 29, 2026

BanManager-WebUI    Run #10600

Run Properties:  status check passed Passed #10600  •  git commit f979aeb7c4: fix(deps): update dependency knex to v3.2.10 (#1800)
Project BanManager-WebUI
Branch Review master
Run status status check passed Passed #10600
Run duration 01m 59s
Commit git commit f979aeb7c4: fix(deps): update dependency knex to v3.2.10 (#1800)
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 49
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants