ivangabriele / postgrester

Isomorphic PostgREST API Client for Javascript and Typescript.
Apache License 2.0
50 stars 7 forks source link

chore(deps): update all non-major dependencies #159

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
knex (source) devDependencies patch 0.21.7 -> 0.21.11
pg devDependencies patch 8.4.1 -> 8.4.2
rollup (source) devDependencies minor 2.32.1 -> 2.33.0
rollup-plugin-typescript2 devDependencies minor 0.28.0 -> 0.29.0
ts-jest (source) devDependencies patch 26.4.2 -> 26.4.3
typescript (source) devDependencies patch 4.0.3 -> 4.0.5

Release Notes

knex/knex ### [`v0.21.11`](https://togithub.com/knex/knex/blob/master/CHANGELOG.md#​02111---01-November-2020) [Compare Source](https://togithub.com/knex/knex/compare/0.21.10...4cfb3ea17b8580d370f096807b7f8954a32a5f89) ##### Typings: - Revert support for globally defining table/record mapping [#​4099](https://togithub.com/knex/knex/issues/4099) ### [`v0.21.10`](https://togithub.com/knex/knex/blob/master/CHANGELOG.md#​02110---31-October-2020) [Compare Source](https://togithub.com/knex/knex/compare/0.21.9...0.21.10) ##### New features: - Upsert support (Postgres/MySQL/Sqlite) [#​3763](https://togithub.com/knex/knex/issues/3763) ##### Bug fixes: - Switch to non-uuid knexQueryUids to avoid issues when mocking global date [#​4089](https://togithub.com/knex/knex/issues/4089) ##### Typings: - Allow to globally define table/record mapping [#​4071](https://togithub.com/knex/knex/issues/4071) ### [`v0.21.9`](https://togithub.com/knex/knex/blob/master/CHANGELOG.md#​0219---27-October-2020) [Compare Source](https://togithub.com/knex/knex/compare/2bcaf51f9d025c9c8631e357da16e3cb3224792c...0.21.9) ##### New features: - add method clear(statement) to QueryBuilder [#​4051](https://togithub.com/knex/knex/issues/4051) ##### Bug fixes: - CLI: fix help text being printed twice [#​4072](https://togithub.com/knex/knex/issues/4072) - Oracle: columnInfo() no longer requires an Owner User [#​4053](https://togithub.com/knex/knex/issues/4053) - Add missing "start" event propagation from transaction [#​4087](https://togithub.com/knex/knex/issues/4087) ### [`v0.21.8`](https://togithub.com/knex/knex/blob/master/CHANGELOG.md#​0218---27-October-2020) [Compare Source](https://togithub.com/knex/knex/compare/23073fa83dfb4bf0ecb204c9ae1f720cd22f41ed...2bcaf51f9d025c9c8631e357da16e3cb3224792c) ##### Bug fixes: - MSSQL: Escape properly if literal '?' is needed [#​4053](https://togithub.com/knex/knex/issues/4053) - Make toQuery behavior consistent with pre-0.21.7 (do not break on empty builder) [#​4083](https://togithub.com/knex/knex/issues/4083) - Fix comment escaping for MySQL and PostgreSQL [#​4084](https://togithub.com/knex/knex/issues/4084)
brianc/node-postgres ### [`v8.4.2`](https://togithub.com/brianc/node-postgres/compare/pg@8.4.1...pg@8.4.2) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@8.4.1...pg@8.4.2)
rollup/rollup ### [`v2.33.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2330) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.32.1...v2.33.0) _2020-11-01_ ##### Features - Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "this.getWatchFiles" function to plugin context to get the current set of watched files ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) ##### Pull Requests - [#​3841](https://togithub.com/rollup/rollup/pull/3841): Improved watcher hooks ([@​Amareis](https://togithub.com/Amareis)) - [#​3848](https://togithub.com/rollup/rollup/pull/3848): Add options hook to asyncpluginhooks ([@​intrnl](https://togithub.com/intrnl))
ezolenko/rollup-plugin-typescript2 ### [`v0.29.0`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/0.29.0) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.28.0...0.29.0) [#​249](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/249) use compilerOptions.rootDir to filter files
kulshekhar/ts-jest ### [`v26.4.3`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2643-httpsgithubcomkulshekharts-jestcomparev2642v2643-2020-10-26) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.4.2...v26.4.3) ##### Bug Fixes - **compiler:** only exclude test files when initializing compiler ([#​2062](https://togithub.com/kulshekhar/ts-jest/issues/2062)) ([7264c13](https://togithub.com/kulshekhar/ts-jest/commit/7264c137114b6dd895624e3476dd7ec57b64ee13)), closes [#​2061](https://togithub.com/kulshekhar/ts-jest/issues/2061), [#​2068](https://togithub.com/kulshekhar/ts-jest/issues/2068), [#​2072](https://togithub.com/kulshekhar/ts-jest/issues/2072), [#​2073](https://togithub.com/kulshekhar/ts-jest/issues/2073) - **config:** resolve `.babelrc` file path before attempting to read it ([#​2071](https://togithub.com/kulshekhar/ts-jest/issues/2071)) ([681bfef](https://togithub.com/kulshekhar/ts-jest/commit/681bfef41744f09cd50b71072f4d001cb58da82e)), closes [#​2064](https://togithub.com/kulshekhar/ts-jest/issues/2064) ##### Features - **config:** allow to override resolve tsconfig behavior ([#​2063](https://togithub.com/kulshekhar/ts-jest/issues/2063)) ([9f46ace](https://togithub.com/kulshekhar/ts-jest/commit/9f46acefceb1fa71ee2e8b3b3c172ceb0544b4c4))
Microsoft/TypeScript ### [`v4.0.5`](https://togithub.com/Microsoft/TypeScript/releases/v4.0.5) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.0.3...v4.0.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v4.0.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.0.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.0.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.0.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.0.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+4.0.3%22+is%3Aclosed+). - TypeScript 4.0.4 NOT FOUND - [fixed issues query for TypeScript v4.0.5](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+4.0.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Europe/Paris.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           3        3           
  Lines         183      183           
  Branches       52       52           
=======================================
  Hits          182      182           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 461f0ea...b50a576. Read the comment docs.