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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@types/jest devDependencies patch 26.0.14 -> 26.0.15
axios dependencies minor 0.20.0 -> 0.21.0
jest (source) devDependencies minor 26.5.3 -> 26.6.1
knex (source) devDependencies patch 0.21.6 -> 0.21.7
rollup (source) devDependencies patch 2.32.0 -> 2.32.1
ts-jest (source) devDependencies patch 26.4.1 -> 26.4.2

Release Notes

axios/axios ### [`v0.21.0`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0210-October-23-2020) [Compare Source](https://togithub.com/axios/axios/compare/v0.20.0...v0.21.0) Fixes and Functionality: - Fixing requestHeaders.Authorization ([#​3287](https://togithub.com/axios/axios/pull/3287)) - Fixing node types ([#​3237](https://togithub.com/axios/axios/pull/3237)) - Fixing axios.delete ignores config.data ([#​3282](https://togithub.com/axios/axios/pull/3282)) - Revert "Fixing overwrite Blob/File type as Content-Type in browser. ([#​1773](https://togithub.com/axios/axios/issues/1773))" ([#​3289](https://togithub.com/axios/axios/pull/3289)) - Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled ([#​3200](https://togithub.com/axios/axios/pull/3200)) Internal and Tests: - Lock travis to not use node v15 ([#​3361](https://togithub.com/axios/axios/pull/3361)) Documentation: - Fixing simple typo, existant -> existent ([#​3252](https://togithub.com/axios/axios/pull/3252)) - Fixing typos ([#​3309](https://togithub.com/axios/axios/pull/3309)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - Allan Cruz - George Cheng - Jay - Kevin Kirsche - Remco Haszing - Taemin Shin - Tim Gates - Xianming Zhong
facebook/jest ### [`v26.6.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2661) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.0...v26.6.1) ##### Features - `[jest-runtime]` Support named exports from CommonJS as named ES Module imports ([#​10673](https://togithub.com/facebook/jest/pull/10673)) - `[jest-validate]` Add support for `recursiveDenylist` option as an alternative to `recursiveBlacklist` ([#​10236](https://togithub.com/facebook/jest/pull/10236)) ##### Fixes - `[expect]` Fix `objectContaining` to work recursively into sub-objects ([#​10508](https://togithub.com/facebook/jest/pull/10508)) - `[jest-cli, jest-core, jest-config, jest-types]` Fix `--onlyFailures` flag to work in non-watch mode ([#​10678](https://togithub.com/facebook/jest/pull/10678/files)) - `[jest-config]` Fix for the `jest.config.ts` compiler to not interfere with `tsconfig.json` files ([#​10675](https://togithub.com/facebook/jest/pull/10675)) - `[jest-message-util]` Update to work properly with Node 15 ([#​10660](https://togithub.com/facebook/jest/pull/10660)) - `[jest-mock]` Allow to mock methods in getters (TypeScript 3.9 export) ([#​10156](https://togithub.com/facebook/jest/pull/10156)) ### [`v26.6.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2660) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.3...v26.6.0) ##### Features - `[jest-cli, jest-config]` Add support for the `jest.config.ts` configuration file ([#​10564](https://togithub.com/facebook/jest/pull/10564)) ##### Fixes - `[jest-config]` Simplify transform RegExp ([#​10207](https://togithub.com/facebook/jest/pull/10207)) - `[jest-fake-timers]` Lazily instantiate mock timers ([#​10551](https://togithub.com/facebook/jest/pull/10551)) - `[jest-runtime]` `require.main` is no longer `undefined` when using `jest.resetModules` ([#​10626](https://togithub.com/facebook/jest/pull/10626)) - `[@jest/types]` Add missing values for `timers` ([#​10632](https://togithub.com/facebook/jest/pull/10632)) ##### Chore & Maintenance - `[docs]` Add step for fetching `backers.json` file in website setup docs ([#​10631](https://togithub.com/facebook/jest/pull/10631)) - `[docs]` Add page detailing environment variables set by Jest ([#​10630](https://togithub.com/facebook/jest/pull/10630)) - `[jest-circus]` Refactor `callAsyncCircusFn` parameters ([#​10629](https://togithub.com/facebook/jest/pull/10629))
knex/knex ### [`v0.21.7`](https://togithub.com/knex/knex/blob/master/CHANGELOG.md#​0217---25-October-2020) [Compare Source](https://togithub.com/knex/knex/compare/7cfb78d16aa9dcd635c9ae1862837ccd4f507a21...23073fa83dfb4bf0ecb204c9ae1f720cd22f41ed) ##### New features: - CLI: Add migration stub for .cjs extension [#​4065](https://togithub.com/knex/knex/issues/4065) ##### Bug fixes: - MSSQL: Add dynamic scaling for decimal values and prevents a UInt64 overflow [#​3910](https://togithub.com/knex/knex/issues/3910) - MSSQL: Fix apostrophe escaping [#​4077](https://togithub.com/knex/knex/issues/4077) - Ensure that semicolon is not appended to statements that already end with a semicolon [#​4052](https://togithub.com/knex/knex/issues/4052) ##### Typings: - Add arguments to QueryCallback in Where [#​4034](https://togithub.com/knex/knex/issues/4034) ##### Test / internal changes: - Replace lodash type-checks with native solutions [#​4056](https://togithub.com/knex/knex/issues/4056) - Replace mkdirp with native recursive flag [#​4060](https://togithub.com/knex/knex/issues/4060) - Replace inherits package with builtin utility [#​4059](https://togithub.com/knex/knex/issues/4059)
rollup/rollup ### [`v2.32.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2321) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.32.0...v2.32.1) _2020-10-21_ ##### Bug Fixes - Print warning location for plugin warnings if only `loc` is supplied ([#​3824](https://togithub.com/rollup/rollup/issues/3824)) ##### Pull Requests - [#​3824](https://togithub.com/rollup/rollup/pull/3824): plugin warnings not showing warning.loc ([@​luciotato](https://togithub.com/luciotato))
kulshekhar/ts-jest ### [`v26.4.2`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2642-httpsgithubcomkulshekharts-jestcomparev2641v2642-2020-10-23) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.4.1...v26.4.2) ##### Features - **config:** expose several typings as public apis ([#​2054](https://togithub.com/kulshekhar/ts-jest/issues/2054)) ([3b6b705](https://togithub.com/kulshekhar/ts-jest/commit/3b6b7055e2b9c74e81fb91596c807ace02ab77a1)) ##### Performance Improvements - **compiler:** speed up bootstrap time for `isolatedModules:false` ([#​2055](https://togithub.com/kulshekhar/ts-jest/issues/2055)) ([230b5dd](https://togithub.com/kulshekhar/ts-jest/commit/230b5ddbee55357d25dd190cd45aa8a30d7f31e0)) ##### DEPRECATIONS - **config**: deprecate `tsConfig` in favor of `tsconfig` ([#​1997](https://togithub.com/kulshekhar/ts-jest/pull/1997)) - **config**: deprecate `packageJson` since internal codes don't use it anymore ([#​2034](https://togithub.com/kulshekhar/ts-jest/pull/2034))

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #157   +/-   ##
=======================================
  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 a77735c...ddb2e13. Read the comment docs.