JaneJeon / objection-hashid

Objection plugin to automatically obfuscate model ids using hashids!
https://janejeon.github.io/objection-hashid
GNU Lesser General Public License v3.0
14 stars 6 forks source link

Update dependency knex to v2 #196

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knex (source) ^1.0.1 -> ^2.0.0 age adoption passing confidence

Release Notes

knex/knex ### [`v2.3.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​230---31-August-2022) [Compare Source](https://togithub.com/knex/knex/compare/2.2.0...2.3.0) ##### New features: - PostgreSQL: Explicit jsonb support for custom pg clients [#​5201](https://togithub.com/knex/knex/issues/5201) - SQLite: Support returning with sqlite3 and better-sqlite3 [#​5285](https://togithub.com/knex/knex/issues/5285) - MSSQL: Implement mapBinding mssql dialect option [#​5292](https://togithub.com/knex/knex/issues/5292) ##### Typings: - Update types for TS 4.8 [#​5279](https://togithub.com/knex/knex/issues/5279) - Fix typo [#​5267](https://togithub.com/knex/knex/issues/5267) - Fix WhereJsonObject withCompositeTableType [#​5306](https://togithub.com/knex/knex/issues/5306) - Fix AnalyticFunction type [#​5304](https://togithub.com/knex/knex/issues/5304) - Infer specific column value type in aggregations [#​5297](https://togithub.com/knex/knex/issues/5297) ### [`v2.2.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​220---19-July-2022) [Compare Source](https://togithub.com/knex/knex/compare/2.1.0...2.2.0) ##### New features: - Inline primary key creation for postgres flavours [#​5233](https://togithub.com/knex/knex/issues/5233) - SQLite: Add warning for undefined connection file [#​5223](https://togithub.com/knex/knex/issues/5223) - MSSQL: Add JSON parameter support for connection [#​5200](https://togithub.com/knex/knex/issues/5200) ##### Bug fixes: - PostgreSQL: add primaryKey option for uuid [#​5212](https://togithub.com/knex/knex/issues/5212) ##### Typings: - Add promisable and better types [#​5222](https://togithub.com/knex/knex/issues/5222) - Update raw query bind parameter type [#​5208](https://togithub.com/knex/knex/issues/5208) ### [`v2.1.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​210---26-May-2022) [Compare Source](https://togithub.com/knex/knex/compare/2.0.0...2.1.0) ##### New features: - Improve bundling experience to safely import dialects while using static paths [#​5142](https://togithub.com/knex/knex/issues/5142) - Implement extendable builders [#​5041](https://togithub.com/knex/knex/issues/5041) - PostgreSQL: Refresh materialized view concurrently [#​5166](https://togithub.com/knex/knex/issues/5166) ##### Bug fixes: - Use correct paths in package.json browser field [#​5174](https://togithub.com/knex/knex/issues/5174) - MariaDB: Fix 'NULL' returned instead of NULL on MariaDB 10.2.6+ [#​5181](https://togithub.com/knex/knex/issues/5181) - MySQL: fix hasColumn Error (hasColumn ('a_id') is true, but hasColumn('a_Id') is false) [#​5148](https://togithub.com/knex/knex/issues/5148) - MSSQL: Fix .hasTable result when using .withSchema [#​5176](https://togithub.com/knex/knex/issues/5176) - Oracle: correctly INSERTS Buffer [#​4869](https://togithub.com/knex/knex/issues/4869) ##### Typings: - Update type definitions for pg connection [#​5139](https://togithub.com/knex/knex/issues/5139) ### [`v2.0.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​200---21-April-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.7...2.0.0) ##### Breaking changes - Restore sqlite3 package [#​5136](https://togithub.com/knex/knex/issues/5136) ##### Test / internal changes: - Migrate Husky from 4 to 7 [#​5137](https://togithub.com/knex/knex/issues/5137) - Migrate Jake to 10.8.5 [#​5138](https://togithub.com/knex/knex/issues/5138) ### [`v1.0.7`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​107---13-April-2022) [Compare Source](https://togithub.com/knex/knex/compare/f35f7d4972f47a0a1790b13a555471fe4df0e595...1.0.7) ##### Bug fixes: - CLI: Fix cli migrate:make SQLite dependency [#​5106](https://togithub.com/knex/knex/issues/5106) ### [`v1.0.6`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​106---12-April-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.5...f35f7d4972f47a0a1790b13a555471fe4df0e595) ##### Bug fixes: - PostgreSQL: Wait for search path to be set before returning connection [#​5107](https://togithub.com/knex/knex/issues/5107) - CLI: No client override during migrate:make [#​5109](https://togithub.com/knex/knex/issues/5109) ### [`v1.0.5`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​105---05-April-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.4...1.0.5) ##### New features: - Override knexfile options with CLI options [#​4047](https://togithub.com/knex/knex/issues/4047) ##### Bug fixes: - Stringify json value in update [#​5063](https://togithub.com/knex/knex/issues/5063) - Fix isModuleType() for yarn [#​4447](https://togithub.com/knex/knex/issues/4447) - Wrapped Unions Fixes [#​5072](https://togithub.com/knex/knex/issues/5072) - SQLite: Fix [@​vscode-sqlite3](https://togithub.com/vscode-sqlite3) error message [#​5081](https://togithub.com/knex/knex/issues/5081) - CLI: Fix completed migration listing [#​5060](https://togithub.com/knex/knex/issues/5060) ##### Typings: - Make default generic parameters of `Knex` match the generic parameter types of `knex` [#​5021](https://togithub.com/knex/knex/issues/5021) - Update knex types for TS 4.7 [#​5095](https://togithub.com/knex/knex/issues/5095) ### [`v1.0.4`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​104---13-March-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.3...1.0.4) ##### New features: - Add whereLike functions [#​5044](https://togithub.com/knex/knex/issues/5044) ##### Bug fixes: - Fix orWhereJsonPath clause [#​5022](https://togithub.com/knex/knex/issues/5022) - Subquery in on clause missing parenthesis [#​5049](https://togithub.com/knex/knex/issues/5049) - Rework Union Wrapping [#​5030](https://togithub.com/knex/knex/issues/5030) - Oracle: Fix batch inserts with DEFAULT values with OracleDB [#​2592](https://togithub.com/knex/knex/issues/2592) [#​5037](https://togithub.com/knex/knex/issues/5037) ##### Typings: - Fix types for "returning" methods [#​5031](https://togithub.com/knex/knex/issues/5031) - createTableLike callback should be optional [#​5055](https://togithub.com/knex/knex/issues/5055) ##### Documentation: - Website URL changed to https://knex.github.io/documentation/ ### [`v1.0.3`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​103---11-February-2022) [Compare Source](https://togithub.com/knex/knex/compare/8fd1f22d2e9ccdd1d98d874d64a255858906d854...1.0.3) ##### Bug fixes: - Fix error message for missing migration files [#​4937](https://togithub.com/knex/knex/issues/4937) - Add withMaterialized and withNotMaterialized to method-constants [#​5009](https://togithub.com/knex/knex/issues/5009) - PostgreSQL: Fix whereJsonPath queries [#​5011](https://togithub.com/knex/knex/issues/5011) - PostgreSQL: Fix delete joins [#​5016](https://togithub.com/knex/knex/issues/5016) - CockroachDB: Fix whereJsonPath queries [#​5011](https://togithub.com/knex/knex/issues/5011) - MySQL: Create primary keys in same statement [#​5017](https://togithub.com/knex/knex/issues/5017) ##### Typings: - Fix type definition for getMigration in MigrationSource [#​4998](https://togithub.com/knex/knex/issues/4998) - Fix argument type of alter method [#​4996](https://togithub.com/knex/knex/issues/4996) ##### Improvements: - Use async / await syntax in seeds as default [#​5005](https://togithub.com/knex/knex/issues/5005) ##### Documentation: - Add Firebird dialect to ECOSYSTEM.md [#​5003](https://togithub.com/knex/knex/issues/5003) ### [`v1.0.2`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​102---02-February-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.1...8fd1f22d2e9ccdd1d98d874d64a255858906d854) ##### New features: - Support of MATERIALIZED and NOT MATERIALIZED with WITH/CTE [#​4940](https://togithub.com/knex/knex/issues/4940) - Add raw support in onConflict clause [#​4960](https://togithub.com/knex/knex/issues/4960) - Alter nullable constraint when alterNullable is set to true [#​4730](https://togithub.com/knex/knex/issues/4730) - Add alterType parameter for alter function [#​4967](https://togithub.com/knex/knex/issues/4967) - Support string json in json values [#​4988](https://togithub.com/knex/knex/issues/4988) - MySQL: add with clause [#​4508](https://togithub.com/knex/knex/issues/4508) ##### Bug fixes: - Fix error message for missing migration files [#​4937](https://togithub.com/knex/knex/issues/4937) - Move deferrable to after on update/on delete [#​4976](https://togithub.com/knex/knex/issues/4976) - Do not use sys.tables to find if a table exists [#​2328](https://togithub.com/knex/knex/issues/2328) - PostgreSQL: Fix Order nulls [#​4989](https://togithub.com/knex/knex/issues/4989) - MySQL: Fix collation when renaming column [#​2666](https://togithub.com/knex/knex/issues/2666) - SQLite: Same boolean handling in better-sqlite3 as in sqlite3 [#​4982](https://togithub.com/knex/knex/issues/4982) ##### Typings: - WhereILike - fix typo [#​4941](https://togithub.com/knex/knex/issues/4941)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: objection-visibility@1.1.0
npm ERR! Found: objection@3.0.0
npm ERR! node_modules/objection
npm ERR!   dev objection@"^3.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer objection@">= 2 < 3" from objection-visibility@1.1.0
npm ERR! node_modules/objection-visibility
npm ERR!   dev objection-visibility@"^1.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: objection@2.2.18
npm ERR! node_modules/objection
npm ERR!   peer objection@">= 2 < 3" from objection-visibility@1.1.0
npm ERR!   node_modules/objection-visibility
npm ERR!     dev objection-visibility@"^1.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-11-20T18_59_26_755Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-11-20T18_59_26_755Z-debug-0.log