ivangabriele / postgrester

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

fix(deps): update all non-major dependencies #232

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 0.26.0 -> 0.26.1 age adoption passing confidence
knex (source) 1.0.3 -> 1.0.4 age adoption passing confidence
rollup (source) 2.69.2 -> 2.70.0 age adoption passing confidence

Release Notes

axios/axios ### [`v0.26.1`](https://togithub.com/axios/axios/releases/v0.26.1) [Compare Source](https://togithub.com/axios/axios/compare/v0.26.0...v0.26.1) ##### 0.26.1 (March 9, 2022) Fixes and Functionality: - Refactored project file structure to avoid circular imports ([##​4220](https://togithub.com/axios/axios/pull/#​4220))
knex/knex ### [`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/
rollup/rollup ### [`v2.70.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2700) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.69.2...v2.70.0) *2022-03-07* ##### Features - Make the `watchChange` and `closeWatcher` hooks asynchronous and make Rollup wait for these hooks before continuing ([#​4427](https://togithub.com/rollup/rollup/issues/4427)) ##### Bug Fixes - Do not abort watch mode for errors in `watchChange` but display them properly ([#​4427](https://togithub.com/rollup/rollup/issues/4427)) ##### Pull Requests - [#​4427](https://togithub.com/rollup/rollup/pull/4427): Do not abort watch mode on errors in watchChange ([@​lukastaegert](https://togithub.com/lukastaegert))

Configuration

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

🚦 Automerge: Enabled.

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

👻 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 2 years ago

Codecov Report

Merging #232 (14e725c) into main (1e407ba) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #232   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files           2        2           
  Lines         232      232           
  Branches       80       80           
=======================================
  Hits          231      231           
  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 1e407ba...14e725c. Read the comment docs.