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

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 25.3.4 -> 25.7.0 age adoption passing confidence
mocha (source) 9.1.3 -> 9.1.4 age adoption passing confidence
rollup (source) 2.63.0 -> 2.64.0 age adoption passing confidence
ts-jest (source) 27.1.2 -> 27.1.3 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest ### [`v25.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2570-httpsgithubcomjest-communityeslint-plugin-jestcomparev2560v2570-2022-01-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0) ##### Features - create `prefer-equality-matcher` rule ([#​1016](https://togithub.com/jest-community/eslint-plugin-jest/issues/1016)) ([341353b](https://togithub.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0)) - **valid-expect:** support `asyncMatchers` option and default to `jest-extended` matchers ([#​1018](https://togithub.com/jest-community/eslint-plugin-jest/issues/1018)) ([c82205a](https://togithub.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34)) ### [`v25.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2560-httpsgithubcomjest-communityeslint-plugin-jestcomparev2550v2560-2022-01-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0) ##### Features - create `prefer-comparison-matcher` rule ([#​1015](https://togithub.com/jest-community/eslint-plugin-jest/issues/1015)) ([eb11876](https://togithub.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5)) ### [`v25.5.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2550-httpsgithubcomjest-communityeslint-plugin-jestcomparev2540v2550-2022-01-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.4.0...v25.5.0) ##### Features - **prefer-expect-assertions:** support requiring only if `expect` is used in a callback ([#​1028](https://togithub.com/jest-community/eslint-plugin-jest/issues/1028)) ([8d5fd33](https://togithub.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b)) ### [`v25.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2540-httpsgithubcomjest-communityeslint-plugin-jestcomparev2534v2540-2022-01-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.4.0) ##### Features - **prefer-expect-assertions:** support requiring only if `expect` is used in a loop ([#​1013](https://togithub.com/jest-community/eslint-plugin-jest/issues/1013)) ([e6f4f8a](https://togithub.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461)) #### [25.3.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.3.3...v25.3.4) (2022-01-01) ##### Bug Fixes - **prefer-lowercase-title:** ignore `it` and `test` separately ([#​1011](https://togithub.com/jest-community/eslint-plugin-jest/issues/1011)) ([f1a7674](https://togithub.com/jest-community/eslint-plugin-jest/commit/f1a767400967bd923512f79e80f283b3b2afa772)) #### [25.3.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.3.2...v25.3.3) (2021-12-30) ##### Bug Fixes - **prefer-to-contain:** support square bracket accessors ([#​1009](https://togithub.com/jest-community/eslint-plugin-jest/issues/1009)) ([73984a7](https://togithub.com/jest-community/eslint-plugin-jest/commit/73984a79f790986a17116589a587506bcc10efc0)) - **prefer-to-have-length:** support square bracket accessors ([#​1010](https://togithub.com/jest-community/eslint-plugin-jest/issues/1010)) ([9e70f55](https://togithub.com/jest-community/eslint-plugin-jest/commit/9e70f550e341432f69a1cd334c19df87513ea906)) #### [25.3.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2) (2021-12-27) ##### Bug Fixes - **no-large-snapshots:** only count size of template string for inline snapshots ([#​1005](https://togithub.com/jest-community/eslint-plugin-jest/issues/1005)) ([5bea38f](https://togithub.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed)) - **prefer-hooks-on-top:** improve message & docs ([#​999](https://togithub.com/jest-community/eslint-plugin-jest/issues/999)) ([f9e7ae2](https://togithub.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328)) #### [25.3.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.1) (2021-12-27) ##### Bug Fixes - **prefer-to-be:** support template literals ([#​1006](https://togithub.com/jest-community/eslint-plugin-jest/issues/1006)) ([aa428e6](https://togithub.com/jest-community/eslint-plugin-jest/commit/aa428e6598d5f7b259d3cec1bc505989a0fe9885))
mochajs/mocha ### [`v9.1.4`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​914--2022-01-14) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.3...v9.1.4) #### :bug: Fixes - [#​4807](https://togithub.com/mochajs/mocha/issues/4807): `import` throws wrong error if loader is used ([**@​giltayar**](https://togithub.com/giltayar)) #### :nut_and_bolt: Other - [#​4777](https://togithub.com/mochajs/mocha/issues/4777): Add Node v17 to CI test matrix ([**@​outsideris**](https://togithub.com/outsideris))
rollup/rollup ### [`v2.64.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2640) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.63.0...v2.64.0) *2022-01-14* ##### Features - Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule ([#​4320](https://togithub.com/rollup/rollup/issues/4320)) - Do not wait for the config file to be parsed in watch mode if it is updated before that ([#​4344](https://togithub.com/rollup/rollup/issues/4344)) ##### Bug Fixes - Do not mutate objects returned as `meta` from the resolveId hook ([#​4347](https://togithub.com/rollup/rollup/issues/4347)) ##### Pull Requests - [#​4326](https://togithub.com/rollup/rollup/pull/4326): refactor: type fixes ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4339](https://togithub.com/rollup/rollup/pull/4339): More watch test stabilization ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4340](https://togithub.com/rollup/rollup/pull/4340): refactor: performance timers for node.js and browser ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4341](https://togithub.com/rollup/rollup/pull/4341): Implement shouldTransformCachedModule hook ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4344](https://togithub.com/rollup/rollup/pull/4344): Directly restart Rollup when config file change is detected in watch mode ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4347](https://togithub.com/rollup/rollup/pull/4347): Create a shallow copy when returning meta from resolveId ([@​lukastaegert](https://togithub.com/lukastaegert))
kulshekhar/ts-jest ### [`v27.1.3`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2713-httpsgithubcomkulshekharts-jestcomparev2712v2713-2022-01-14) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v27.1.2...v27.1.3) ##### Bug Fixes - **compiler:** update memory cache for compiler using received file content ([#​3194](https://togithub.com/kulshekhar/ts-jest/issues/3194)) ([e4d9541](https://togithub.com/kulshekhar/ts-jest/commit/e4d9541f262ca14cb25563c757c0f2345dbf5c51))

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 #213 (8924339) into main (7ad4896) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  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 7ad4896...8924339. Read the comment docs.

ivangabriele commented 2 years ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: