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 #154

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
copyfiles devDependencies minor 2.3.0 -> 2.4.0
jest (source) devDependencies minor 26.4.2 -> 26.5.0
pg devDependencies minor 8.3.3 -> 8.4.0
ts-jest (source) devDependencies patch 26.4.0 -> 26.4.1

Release Notes

calvinmetcalf/copyfiles ### [`v2.4.0`](https://togithub.com/calvinmetcalf/copyfiles/compare/v2.3.0...v2.4.0) [Compare Source](https://togithub.com/calvinmetcalf/copyfiles/compare/v2.3.0...v2.4.0)
facebook/jest ### [`v26.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2650) [Compare Source](https://togithub.com/facebook/jest/compare/v26.4.2...v26.5.0) ##### Features - `[jest-circus, jest-config, jest-runtime]` Add new `injectGlobals` config and CLI option to disable injecting global variables into the runtime ([#​10484](https://togithub.com/facebook/jest/pull/10484)) - `[jest-each]` Fixes `.each` type to always be callable ([#​10447](https://togithub.com/facebook/jest/pull/10447)) - `[jest-runner]` Add support for `moduleLoader`s with `default` exports ([#​10541](https://togithub.com/facebook/jest/pull/10541)) - `[@jest/create-cache-key-function]` Added a new package for creating cache keys ([#​10587](https://togithub.com/facebook/jest/pull/10587)) ##### Fixes - `[jest-circus, jest-jasmine2]` Find correct location for `test.each` tests ([#​10413](https://togithub.com/facebook/jest/pull/10413)) - `[jest-console]` Add `Console` constructor to `console` object ([#​10502](https://togithub.com/facebook/jest/pull/10502)) - `[jest-globals]` Fix lifecycle hook function types ([#​10480](https://togithub.com/facebook/jest/pull/10480)) - `[jest-runtime]` Remove usage of `vm.compileFunction` due to a performance issue ([#​10586](https://togithub.com/facebook/jest/pull/10586)) ##### Chore & Maintenance - `[jest-resolve]` Replace read-pkg-up with escalade package ([10558](https://togithub.com/facebook/jest/pull/10558)) - `[jest-environment-jsdom]` Update jsdom to 16.4.0 ([10578](https://togithub.com/facebook/jest/pull/10578))
brianc/node-postgres ### [`v8.4.0`](https://togithub.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg840) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@8.3.3...pg@8.4.0) - Switch to optional peer dependencies & remove [semver](https://togithub.com/brianc/node-postgres/commit/a02dfac5ad2e2abf0dc3a9817f953938acdc19b1) package which has been a small thorn in the side of a few users. - Export `DatabaseError` from [pg-protocol](https://togithub.com/brianc/node-postgres/commit/58258430d52ee446721cc3e6611e26f8bcaa67f5). - Add support for `ssl-mode` in the [connection string](https://togithub.com/brianc/node-postgres/commit/6be3b9022f83efc721596cc41165afaa07bfceb0).
kulshekhar/ts-jest ### [`v26.4.1`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2641-httpsgithubcomkulshekharts-jestcomparev2640v2641-2020-09-29) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.4.0...v26.4.1) ##### Bug Fixes - **utils:** `MaybeMockedConstructor` returns T ([#​1976](https://togithub.com/kulshekhar/ts-jest/issues/1976)) ([b7712b2](https://togithub.com/kulshekhar/ts-jest/commit/b7712b2055d8f32dd97999de1d94e8f3515d79e8)) - **utils:** revert `path.join` and add check on prefix ends with `/` ([#​1989](https://togithub.com/kulshekhar/ts-jest/issues/1989)) ([3d9035b](https://togithub.com/kulshekhar/ts-jest/commit/3d9035bd70dc087d4c5a943bb2fe2af2d0822875)), closes [#​1982](https://togithub.com/kulshekhar/ts-jest/issues/1982)

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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  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 23c4711...1c1e37e. Read the comment docs.