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

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
@ivangabriele/eslint-config-typescript-base 2.0.0 -> 2.1.4 age adoption passing confidence
@ivangabriele/prettier-config 2.0.1 -> 2.0.2 age adoption passing confidence
@types/jest 27.0.2 -> 27.0.3 age adoption passing confidence
eslint-plugin-jest 25.2.4 -> 25.3.0 age adoption passing confidence
lint-staged 12.0.2 -> 12.1.2 age adoption passing confidence
rollup (source) 2.60.0 -> 2.60.1 age adoption passing confidence
rollup-plugin-typescript2 0.30.0 -> 0.31.1 age adoption passing confidence
typescript (source) 4.4.4 -> 4.5.2 age adoption passing confidence

Release Notes

ivangabriele/eslint-config ### [`v2.1.4`](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.3...v2.1.4) [Compare Source](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.3...v2.1.4) ### [`v2.1.3`](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.2...v2.1.3) [Compare Source](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.2...v2.1.3) ### [`v2.1.2`](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.1...v2.1.2) [Compare Source](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.1...v2.1.2) ### [`v2.1.1`](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.0...v2.1.1) [Compare Source](https://togithub.com/ivangabriele/eslint-config/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://togithub.com/ivangabriele/eslint-config/compare/v2.0.0...v2.1.0) [Compare Source](https://togithub.com/ivangabriele/eslint-config/compare/v2.0.0...v2.1.0)
ivangabriele/prettier-config ### [`v2.0.2`](https://togithub.com/ivangabriele/prettier-config/compare/v2.0.1...v2.0.2) [Compare Source](https://togithub.com/ivangabriele/prettier-config/compare/v2.0.1...v2.0.2)
jest-community/eslint-plugin-jest ### [`v25.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2530-httpsgithubcomjest-communityeslint-plugin-jestcomparev2524v2530-2021-11-23) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.2.4...v25.3.0) ##### Features - **require-hook:** add `allowedFunctionCalls` setting ([#​983](https://togithub.com/jest-community/eslint-plugin-jest/issues/983)) ([9d9336a](https://togithub.com/jest-community/eslint-plugin-jest/commit/9d9336a7624c53c0bb3ee899b8cc336a0b3349cb)) #### [25.2.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.2.3...v25.2.4) (2021-11-08) ##### Bug Fixes - **prefer-to-be:** preserve `resolves` and `rejects` modifiers ([#​980](https://togithub.com/jest-community/eslint-plugin-jest/issues/980)) ([a1296bd](https://togithub.com/jest-community/eslint-plugin-jest/commit/a1296bdee3a3a8ec5f64f95735ca01b91e8f4118)) #### [25.2.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.2.2...v25.2.3) (2021-11-04) ##### Bug Fixes - **no-deprecated-functions:** mark jest as an optional peer dependency ([#​970](https://togithub.com/jest-community/eslint-plugin-jest/issues/970)) ([f468752](https://togithub.com/jest-community/eslint-plugin-jest/commit/f468752fc0aba89dd9bcce5fe676a04cb2fa6407)) #### [25.2.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.2.1...v25.2.2) (2021-10-17) ##### Bug Fixes - **require-hook:** check variables are either `const` or declarations ([#​959](https://togithub.com/jest-community/eslint-plugin-jest/issues/959)) ([ce8cd61](https://togithub.com/jest-community/eslint-plugin-jest/commit/ce8cd612b7c4c16dc29934118b191d3fbe1ffc07)) #### [25.2.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.2.0...v25.2.1) (2021-10-15) ##### Bug Fixes - **expect-expect:** don't error on `it.todo` & `test.todo` calls ([#​954](https://togithub.com/jest-community/eslint-plugin-jest/issues/954)) ([d3cc0db](https://togithub.com/jest-community/eslint-plugin-jest/commit/d3cc0db129f8d2021cf278f656b73b8c7efb2dc2))
okonet/lint-staged ### [`v12.1.2`](https://togithub.com/okonet/lint-staged/releases/v12.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.1...v12.1.2) ##### Bug Fixes - fix Windows JS config loading by using file:// URLs ([f20ddf9](https://togithub.com/okonet/lint-staged/commit/f20ddf9413bfc2f44ad099b5cb1e5f478de5d35f)) - fix YAML config loading ([0082ec2](https://togithub.com/okonet/lint-staged/commit/0082ec22101c8f819a8b91872b808ee81d3c4d1e)) - improve error logging in loadConfig ([e7b6412](https://togithub.com/okonet/lint-staged/commit/e7b6412fb128f314346e28329c17a676cf691135)) ### [`v12.1.1`](https://togithub.com/okonet/lint-staged/releases/v12.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.0...v12.1.1) ##### Bug Fixes - await for dynamic import promise when loading JS config ([e96b6d9](https://togithub.com/okonet/lint-staged/commit/e96b6d9674f07b4686876cb40605274577925973)) ### [`v12.1.0`](https://togithub.com/okonet/lint-staged/releases/v12.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.3...v12.1.0) ##### Features - allow loading `.js` config file with ESM syntax ([410c3ba](https://togithub.com/okonet/lint-staged/commit/410c3ba36972259aa5b49045b5cd565a6525382b)) - replace `cosmiconfig` with `lilconfig` + `yaml` to reduce dependencies ([e7f9fa0](https://togithub.com/okonet/lint-staged/commit/e7f9fa0f2e6aa5adbb1a0c31d1ceaff01b43f692)) - support loading `.mjs` config ([8d3b176](https://togithub.com/okonet/lint-staged/commit/8d3b176a7af75790efbcd1f63f73e7ef51f6b377)) ### [`v12.0.3`](https://togithub.com/okonet/lint-staged/releases/v12.0.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.2...v12.0.3) ##### Bug Fixes - install `enquirer` ([e01585f](https://togithub.com/okonet/lint-staged/commit/e01585f96d6aeef9f5f1b84df9936ce2be47d8f0))
rollup/rollup ### [`v2.60.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2601) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.60.0...v2.60.1) *2021-11-22* ##### Bug Fixes - Make sure virtual files have proper file extensions when preserving modules ([#​4270](https://togithub.com/rollup/rollup/issues/4270)) ##### Pull Requests - [#​4270](https://togithub.com/rollup/rollup/pull/4270): Use entryFileNames when generating filenames for virtual modules ([@​BPScott](https://togithub.com/BPScott))
ezolenko/rollup-plugin-typescript2 ### [`v0.31.1`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/0.31.1) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.31.0...0.31.1) Fix for [#​291](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/291) **Full Changelog**: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.0...0.31.1 ### [`v0.31.0`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/0.31.0) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.30.0...0.31.0) PR [#​290](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/290) fix for building on node 17
Microsoft/TypeScript ### [`v4.5.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+). - [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+). - [fixed issues query for Typescript 4.5.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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 #195 (cc1e8ff) into main (22dd126) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           3        3           
  Lines         218      218           
  Branches       55       55           
=======================================
  Hits          217      217           
  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 22dd126...cc1e8ff. Read the comment docs.