Skip to content

Update dependency knex to v3.2.0#479

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/knex-3.x
Mar 25, 2026
Merged

Update dependency knex to v3.2.0#479
renovate[bot] merged 1 commit intomainfrom
renovate/knex-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2026

This PR contains the following updates:

Package Change Age Confidence
knex (source) 3.1.03.2.0 age confidence

Release Notes

knex/knex (knex)

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: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot enabled auto-merge (squash) March 25, 2026 19:02
@renovate renovate bot merged commit 78e98c5 into main Mar 25, 2026
4 checks passed
@renovate renovate bot deleted the renovate/knex-3.x branch March 25, 2026 19:04
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.23%. Comparing base (8e881ad) to head (debc219).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #479   +/-   ##
=======================================
  Coverage   99.23%   99.23%           
=======================================
  Files         127      127           
  Lines        6404     6404           
  Branches     1227     1227           
=======================================
  Hits         6355     6355           
  Misses         49       49           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant