ivangabriele / postgrester

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

chore(dev-deps): update all non-major dependencies #223

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
eslint-plugin-jest 26.0.0 -> 26.1.0 age adoption passing confidence
jest (source) 27.4.7 -> 27.5.0 age adoption passing confidence
knex (source) 1.0.1 -> 1.0.2 age adoption passing confidence
pg 8.7.1 -> 8.7.3 age adoption passing confidence
rollup (source) 2.66.1 -> 2.67.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest ### [`v26.1.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2610-httpsgithubcomjest-communityeslint-plugin-jestcomparev2600v2610-2022-02-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.0.0...v26.1.0) ##### Features - create `no-conditional-in-test` rule ([#​1027](https://togithub.com/jest-community/eslint-plugin-jest/issues/1027)) ([d551850](https://togithub.com/jest-community/eslint-plugin-jest/commit/d5518503e7c5c3051e698bf1a53e9fa2b6d840dc)) - create `prefer-snapshot-hint` rule ([#​1012](https://togithub.com/jest-community/eslint-plugin-jest/issues/1012)) ([d854723](https://togithub.com/jest-community/eslint-plugin-jest/commit/d85472365eb45d6073625965c390ba3445a18935)) - deprecate `no-if` in favor of `no-conditional-in-test` ([#​1049](https://togithub.com/jest-community/eslint-plugin-jest/issues/1049)) ([35f32cc](https://togithub.com/jest-community/eslint-plugin-jest/commit/35f32cc9da8741649766c2e33b8a6bcaa46ac0e7))
facebook/jest ### [`v27.5.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2750) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.7...v27.5.0) ##### Features - `[expect]` Add asymmetric matcher `expect.closeTo` ([#​12243](https://togithub.com/facebook/jest/pull/12243)) - `[jest-mock]` Added `mockFn.mock.lastCall` to retrieve last argument ([#​12285](https://togithub.com/facebook/jest/pull/12285)) ##### Fixes - `[expect]` Add a fix for `.toHaveProperty('')` ([#​12251](https://togithub.com/facebook/jest/pull/12251)) - `[jest-each, @​jest/globals]` Allow passing `ReadonlyArray` type of a table to `describe.each` and `test.each` ([#​12297](https://togithub.com/facebook/jest/pull/12297)) - `[@jest/globals]` Add missing `options` argument to `jest.doMock` typing ([#​12292](https://togithub.com/facebook/jest/pull/12292)) - `[jest-environment-node]` Add `atob` and `btoa` ([#​12269](https://togithub.com/facebook/jest/pull/12269)) - `[jest-matcher-utils]` Correct diff for expected asymmetric matchers ([#​12264](https://togithub.com/facebook/jest/pull/12264)) - `[jest-message-util]` Fix `.getTopFrame()` (and `toMatchInlineSnapshot()`) with `mjs` files ([#​12277](https://togithub.com/facebook/jest/pull/12277)) ##### Chore & Maintenance - `[*]` Update `graceful-fs` to `^4.2.9` ([#​11749](https://togithub.com/facebook/jest/pull/11749)) ##### Performance - `[jest-resolve]` perf: skip error creation on not found `stat` calls ([#​11749](https://togithub.com/facebook/jest/pull/11749))
knex/knex ### [`v1.0.2`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#​102---02-February-2022) [Compare Source](https://togithub.com/knex/knex/compare/1.0.1...8fd1f22d2e9ccdd1d98d874d64a255858906d854) ##### New features: - Support of MATERIALIZED and NOT MATERIALIZED with WITH/CTE [#​4940](https://togithub.com/knex/knex/issues/4940) - Add raw support in onConflict clause [#​4960](https://togithub.com/knex/knex/issues/4960) - Alter nullable constraint when alterNullable is set to true [#​4730](https://togithub.com/knex/knex/issues/4730) - Add alterType parameter for alter function [#​4967](https://togithub.com/knex/knex/issues/4967) - Support string json in json values [#​4988](https://togithub.com/knex/knex/issues/4988) - MySQL: add with clause [#​4508](https://togithub.com/knex/knex/issues/4508) ##### Bug fixes: - Fix error message for missing migration files [#​4937](https://togithub.com/knex/knex/issues/4937) - Move deferrable to after on update/on delete [#​4976](https://togithub.com/knex/knex/issues/4976) - Do not use sys.tables to find if a table exists [#​2328](https://togithub.com/knex/knex/issues/2328) - PostgreSQL: Fix Order nulls [#​4989](https://togithub.com/knex/knex/issues/4989) - MySQL: Fix collation when renaming column [#​2666](https://togithub.com/knex/knex/issues/2666) - SQLite: Same boolean handling in better-sqlite3 as in sqlite3 [#​4982](https://togithub.com/knex/knex/issues/4982) ##### Typings: - WhereILike - fix typo [#​4941](https://togithub.com/knex/knex/issues/4941)
brianc/node-postgres ### [`v8.7.3`](https://togithub.com/brianc/node-postgres/compare/pg@8.7.1...pg@8.7.3) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@8.7.1...pg@8.7.3)
rollup/rollup ### [`v2.67.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2670) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.66.1...v2.67.0) *2022-02-02* ##### Features - Improve side effect detection when using Array.prototype.groupBy/groupByToMap ([#​4360](https://togithub.com/rollup/rollup/issues/4360)) - Allow changing `moduleSideEffects` at any time during the build ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) - Soft-deprecate `ModuleInfo.hasModuleSideEffects` in favour of `ModuleInfo.moduleSideEffects` ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) ##### Bug Fixes - Do not include queries and hashes in generated file names when preserving modules ([#​4374](https://togithub.com/rollup/rollup/issues/4374)) ##### Pull Requests - [#​4319](https://togithub.com/rollup/rollup/pull/4319): refactor: use fs, fs-extra, remove sander ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4360](https://togithub.com/rollup/rollup/pull/4360): feat: add Array.prototype.groupBy/groupByToMap ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4361](https://togithub.com/rollup/rollup/pull/4361): fix: more types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4369](https://togithub.com/rollup/rollup/pull/4369): fix: remove acorn-walk patch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4371](https://togithub.com/rollup/rollup/pull/4371): refactor: use fs.promises in cli/run ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4372](https://togithub.com/rollup/rollup/pull/4372): refactor: use fs.promises in module loader ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4374](https://togithub.com/rollup/rollup/pull/4374): Ignore queries and hashes in file names when preserving modules ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4375](https://togithub.com/rollup/rollup/pull/4375): Fix typo in \_config.js ([@​eltociear](https://togithub.com/eltociear)) - [#​4376](https://togithub.com/rollup/rollup/pull/4376): refactor: fs.promises, move mkdir to writeoutputfile, Part 3 ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4379](https://togithub.com/rollup/rollup/pull/4379): Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo ([@​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 #223 (9bb85e7) into main (6aea2d4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  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 6aea2d4...9bb85e7. Read the comment docs.