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

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.25.0 -> 0.26.0 age adoption passing confidence
jest (source) 27.5.0 -> 27.5.1 age adoption passing confidence
knex (source) 1.0.2 -> 1.0.3 age adoption passing confidence
rollup (source) 2.67.0 -> 2.67.2 age adoption passing confidence

Release Notes

axios/axios ### [`v0.26.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0260-February-13-2022) [Compare Source](https://togithub.com/axios/axios/compare/v0.25.0...v0.26.0) Fixes and Functionality: - Fixed The timeoutErrorMessage property in config not work with Node.js ([#​3581](https://togithub.com/axios/axios/pull/3581)) - Added errors to be displayed when the query parsing process itself fails ([#​3961](https://togithub.com/axios/axios/pull/3961)) - Fix/remove url required ([#​4426](https://togithub.com/axios/axios/pull/4426)) - Update follow-redirects dependency due to Vurnerbility ([#​4462](https://togithub.com/axios/axios/pull/4462)) - Bump karma from 6.3.11 to 6.3.14 ([#​4461](https://togithub.com/axios/axios/pull/4461)) - Bump follow-redirects from 1.14.7 to 1.14.8 ([#​4473](https://togithub.com/axios/axios/pull/4473))
facebook/jest ### [`v27.5.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2751) [Compare Source](https://togithub.com/facebook/jest/compare/v27.5.0...v27.5.1) ##### Features - `[jest-config]` Support comments in JSON config file ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[pretty-format]` Expose `ConvertAnsi` plugin ([#​12308](https://togithub.com/facebook/jest/pull/12308)) ##### Fixes - `[expect]` Add type definitions for asymmetric `closeTo` matcher ([#​12304](https://togithub.com/facebook/jest/pull/12304)) - `[jest-cli]` Load binary via exported API ([#​12315](https://togithub.com/facebook/jest/pull/12315)) - `[jest-config]` Replace `jsonlint` with `parse-json` ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[jest-repl]` Make module importable ([#​12311](https://togithub.com/facebook/jest/pull/12311) & [#​12315](https://togithub.com/facebook/jest/pull/12315)) ##### Chore & Maintenance - `[*]` Avoid anonymous default exports ([#​12313](https://togithub.com/facebook/jest/pull/12313))
knex/knex ### [`v1.0.3`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​103---11-February-2022) [Compare Source](https://togithub.com/knex/knex/compare/8fd1f22d2e9ccdd1d98d874d64a255858906d854...1.0.3) ##### Bug fixes: - Fix error message for missing migration files [#​4937](https://togithub.com/knex/knex/issues/4937) - Add withMaterialized and withNotMaterialized to method-constants [#​5009](https://togithub.com/knex/knex/issues/5009) - PostgreSQL: Fix whereJsonPath queries [#​5011](https://togithub.com/knex/knex/issues/5011) - PostgreSQL: Fix delete joins [#​5016](https://togithub.com/knex/knex/issues/5016) - CockroachDB: Fix whereJsonPath queries [#​5011](https://togithub.com/knex/knex/issues/5011) - MySQL: Create primary keys in same statement [#​5017](https://togithub.com/knex/knex/issues/5017) ##### Typings: - Fix type definition for getMigration in MigrationSource [#​4998](https://togithub.com/knex/knex/issues/4998) - Fix argument type of alter method [#​4996](https://togithub.com/knex/knex/issues/4996) ##### Improvements: - Use async / await syntax in seeds as default [#​5005](https://togithub.com/knex/knex/issues/5005) ##### Documentation: - Add Firebird dialect to ECOSYSTEM.md [#​5003](https://togithub.com/knex/knex/issues/5003)
rollup/rollup ### [`v2.67.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2672) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.1...v2.67.2) *2022-02-10* ##### Bug Fixes - Ensure consistent order between manual chunks to fix hashing issues ([#​4397](https://togithub.com/rollup/rollup/issues/4397)) ##### Pull Requests - [#​4390](https://togithub.com/rollup/rollup/pull/4390): refactor: add [@​types/estree](https://togithub.com/types/estree) explicitly, fix dynamic type imports ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4391](https://togithub.com/rollup/rollup/pull/4391): chore: remove acorn-walk ambient type definitions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4397](https://togithub.com/rollup/rollup/pull/4397): Sort manual chunks generated via a function by name ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.67.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2671) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.0...v2.67.1) *2022-02-07* ##### Bug Fixes - Make chunk file and variable names more deterministic when emitting chunks ([#​4386](https://togithub.com/rollup/rollup/issues/4386)) - Improve default module resolver performance by using non-blocking IO ([#​4386](https://togithub.com/rollup/rollup/issues/4386)) ##### Pull Requests - [#​4373](https://togithub.com/rollup/rollup/pull/4373): fix: even more types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4382](https://togithub.com/rollup/rollup/pull/4382): Update contribution tut link desc ([@​lemredd](https://togithub.com/lemredd)) - [#​4383](https://togithub.com/rollup/rollup/pull/4383): chore: bump deps ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4384](https://togithub.com/rollup/rollup/pull/4384): chore: move "wait" to utils + re-use ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4385](https://togithub.com/rollup/rollup/pull/4385): refactor: convert watch tests to async functions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4386](https://togithub.com/rollup/rollup/pull/4386): refactor: use fs.promises in resolve id, Part 4 ([@​dnalborczyk](https://togithub.com/dnalborczyk) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4389](https://togithub.com/rollup/rollup/pull/4389): refactor: use fs.promises in generate license file, rollup config, Part 5 ([@​dnalborczyk](https://togithub.com/dnalborczyk))

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 #224 (18b039d) into main (f356222) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #224   +/-   ##
=======================================
  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 f356222...18b039d. Read the comment docs.