mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix(deps): update dependency knex to v2.5.1 (#4322)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [knex](https://knex.github.io/documentation/) ([source](https://togithub.com/knex/knex)) | [`2.4.2` -> `2.5.1`](https://renovatebot.com/diffs/npm/knex/2.4.2/2.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knex/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knex/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knex/2.4.2/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knex/2.4.2/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>knex/knex (knex)</summary> ### [`v2.5.1`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#251---12-July-2023) [Compare Source](https://togithub.com/knex/knex/compare/2.5.0...2.5.1) ##### Bug fixes - Fix Linting [#​5455](https://togithub.com/knex/knex/issues/5455) - [#​5460](https://togithub.com/knex/knex/issues/5460) ### [`v2.5.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#250---08-July-2023) [Compare Source](https://togithub.com/knex/knex/compare/2.4.2...2.5.0) ##### New features - Add uuid helper function ([#​5617](https://togithub.com/knex/knex/issues/5617)) - Add `nativeBindings` option to `better-sqlite3` options ([#​5461](https://togithub.com/knex/knex/issues/5461)) - Add QueryBuilder#updateFrom ([#​5386](https://togithub.com/knex/knex/issues/5386)) - Add readonly transaction access mode ([#​5445](https://togithub.com/knex/knex/issues/5445)) - Add readonly option to Better-SQLite3 ([#​5530](https://togithub.com/knex/knex/issues/5530)) - Add EXCEPT as a valid keyword ([#​5357](https://togithub.com/knex/knex/issues/5357)) - Add ability to prepend query comments ([#​5289](https://togithub.com/knex/knex/issues/5289)) - Add fetchAsString option ([#​5484](https://togithub.com/knex/knex/issues/5484)) ##### Bug fixes - Avoid password leaks on query logs ([#​5559](https://togithub.com/knex/knex/issues/5559)) - Add knex.mjs to files in package.json ([#​5518](https://togithub.com/knex/knex/issues/5518)) - Handle numeric array elements in .orderBy() ([#​5551](https://togithub.com/knex/knex/issues/5551)) - Attach error handler early enough ([#​5552](https://togithub.com/knex/knex/issues/5552)) - Fix Returning \* in Oracle ([#​5598](https://togithub.com/knex/knex/issues/5598)) - Fix indexType option in `Postgres` ([#​5601](https://togithub.com/knex/knex/issues/5601)) - Add mjs extension type ([#​5616](https://togithub.com/knex/knex/issues/5616)) - Use implicit check on json fields for OracleDB ([#​5478](https://togithub.com/knex/knex/issues/5478)) - Fix when manually close source stream ([#​5466](https://togithub.com/knex/knex/issues/5466)) - Fix case sensitive issue with get table ([#​5509](https://togithub.com/knex/knex/issues/5509)) ##### Typings - Add Object syntax overload to increment method ([#​5512](https://togithub.com/knex/knex/issues/5512)) - Add object syntax overload to decrement method ([#​5555](https://togithub.com/knex/knex/issues/5555)) - Fix typing for toSql ([#​5594](https://togithub.com/knex/knex/issues/5594)) - Add ResolveTableType for `.merge()` ([#​5605](https://togithub.com/knex/knex/issues/5605)) - Add missing types for havingNull and havingNotNull ([#​5529](https://togithub.com/knex/knex/issues/5529)) - Add collate to the columnbuilder interface ([#​5568](https://togithub.com/knex/knex/issues/5568)) - TableBuilder methods return the SchemaBuilder. ([#​5486](https://togithub.com/knex/knex/issues/5486)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b8c4844d5
commit
95b776f4aa
31
yarn.lock
31
yarn.lock
@ -2369,11 +2369,6 @@ commander@^6.1.0:
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
|
||||
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
|
||||
|
||||
commander@^9.1.0:
|
||||
version "9.5.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
|
||||
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
|
||||
|
||||
commander@^9.4.1:
|
||||
version "9.4.1"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
|
||||
@ -4188,7 +4183,14 @@ is-callable@^1.1.4, is-callable@^1.2.7:
|
||||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
||||
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
||||
|
||||
is-core-module@^2.11.0, is-core-module@^2.5.0:
|
||||
is-core-module@^2.11.0:
|
||||
version "2.12.1"
|
||||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
|
||||
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
|
||||
dependencies:
|
||||
has "^1.0.3"
|
||||
|
||||
is-core-module@^2.5.0:
|
||||
version "2.11.0"
|
||||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
|
||||
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
|
||||
@ -5038,12 +5040,12 @@ kleur@^3.0.3:
|
||||
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
||||
|
||||
knex@^2.3.0, knex@^2.4.2:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.2.tgz#a34a289d38406dc19a0447a78eeaf2d16ebedd61"
|
||||
integrity sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==
|
||||
version "2.5.1"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-2.5.1.tgz#a6c6b449866cf4229f070c17411f23871ba52ef9"
|
||||
integrity sha512-z78DgGKUr4SE/6cm7ku+jHvFT0X97aERh/f0MUKAKgFnwCYBEW4TFBqtHWFYiJFid7fMrtpZ/gxJthvz5mEByA==
|
||||
dependencies:
|
||||
colorette "2.0.19"
|
||||
commander "^9.1.0"
|
||||
commander "^10.0.0"
|
||||
debug "4.3.4"
|
||||
escalade "^3.1.1"
|
||||
esm "^3.2.25"
|
||||
@ -5051,7 +5053,7 @@ knex@^2.3.0, knex@^2.4.2:
|
||||
getopts "2.3.0"
|
||||
interpret "^2.2.0"
|
||||
lodash "^4.17.21"
|
||||
pg-connection-string "2.5.0"
|
||||
pg-connection-string "2.6.1"
|
||||
rechoir "^0.8.0"
|
||||
resolve-from "^5.0.0"
|
||||
tarn "^3.0.2"
|
||||
@ -6010,12 +6012,7 @@ pg-cloudflare@^1.1.1:
|
||||
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98"
|
||||
integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==
|
||||
|
||||
pg-connection-string@2.5.0:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
|
||||
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
|
||||
|
||||
pg-connection-string@^2.5.0, pg-connection-string@^2.6.1:
|
||||
pg-connection-string@2.6.1, pg-connection-string@^2.5.0, pg-connection-string@^2.6.1:
|
||||
version "2.6.1"
|
||||
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.1.tgz#78c23c21a35dd116f48e12e23c0965e8d9e2cbfb"
|
||||
integrity sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==
|
||||
|
Loading…
Reference in New Issue
Block a user