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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
jest (source) devDependencies patch 26.5.0 -> 26.5.3
keep-a-changelog devDependencies patch 0.10.1 -> 0.10.2
pg devDependencies patch 8.4.0 -> 8.4.1
rollup (source) devDependencies minor 2.28.2 -> 2.29.0

Release Notes

facebook/jest ### [`v26.5.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2653) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.2...v26.5.3) ##### Features - `[jest-runtime]` add support for dynamic `import()` from CommonJS ([#​10620](https://togithub.com/facebook/jest/pull/10620)) ##### Fixes - `[jest-runner, jest-runtime]` `require.main` should not be `undefined` with `createRequire()` ([#​10610](https://togithub.com/facebook/jest/pull/10610)) - `[jest-runtime]` add missing `module.path` property ([#​10615](https://togithub.com/facebook/jest/pull/10615)) - `[jest-runtime]` Add `mainModule` instance variable to runtime ([#​10621](https://togithub.com/facebook/jest/pull/10621)) - `[jest-runtime]` Evaluate Node core modules on dynamic `import()` ([#​10622](https://togithub.com/facebook/jest/pull/10622)) - `[jest-validate]` Show suggestion only when unrecognized cli param is longer than 1 character ([#​10604](https://togithub.com/facebook/jest/pull/10604)) - `[jest-validate]` Validate `testURL` as CLI option ([#​10595](https://togithub.com/facebook/jest/pull/10595)) ### [`v26.5.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2652) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.0...v26.5.2) ##### Fixes - `[*]` Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 ([#​10599](https://togithub.com/facebook/jest/pull/10599)) - `[jest-circus]` Setup globals before emitting `setup`, and include Jest globals in the `setup` payload ([#​10598](https://togithub.com/facebook/jest/pull/10598)) - `[jest-mock]` Fix typings for `mockResolvedValue`, `mockResolvedValueOnce`, `mockRejectedValue` and `mockRejectedValueOnce` ([#​10600](https://togithub.com/facebook/jest/pull/10600))
oscarotero/keep-a-changelog ### [`v0.10.2`](https://togithub.com/oscarotero/keep-a-changelog/blob/master/CHANGELOG.md#​0102---2020-10-11) [Compare Source](https://togithub.com/oscarotero/keep-a-changelog/compare/v0.10.1...be5984ee606e64c53971eeef65c5ab76f2f3a68b) ##### Added - New command option --quiet added to cli [#​14][#​15] ##### Changed - `changelong` command will exit with code 1 if it fails to parse the changelog file
brianc/node-postgres ### [`v8.4.1`](https://togithub.com/brianc/node-postgres/compare/pg@8.4.0...pg@8.4.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@8.4.0...pg@8.4.1)
rollup/rollup ### [`v2.29.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2290) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.2...v2.29.0) _2020-10-08_ ##### Features - Allow passing custom options to other plugins via `this.resolve` ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) - Allow attaching custom meta information to modules when resolving, loading or transforming ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) - Do not throw but return `null` when using `this.getModuleInfo` for an unknown id ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Bug Fixes - Trigger build in watch mode when files are added to a watched directory ([#​3812](https://togithub.com/rollup/rollup/issues/3812)) - Make `code` optional when transforming modules ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Pull Requests - [#​3807](https://togithub.com/rollup/rollup/pull/3807): Implement new APIs for inter-plugin communication ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3808](https://togithub.com/rollup/rollup/pull/3808): Document that the default value of --format is 'es' ([@​jameshfisher](https://togithub.com/jameshfisher)) - [#​3812](https://togithub.com/rollup/rollup/pull/3812): Watch: listen for new files added to a directory ([@​dmitrage](https://togithub.com/dmitrage))

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 #155 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  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 f697c45...588988b. Read the comment docs.