mmkal / handy-redis

A wrapper around node_redis with Promise and TypeScript support.
Apache License 2.0
172 stars 10 forks source link

chore(deps): update devdependencies #333

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
@types/eslint 7.28.0 -> 7.28.1 age adoption passing confidence
@types/node 14.17.20 -> 14.17.21 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.32.0 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.32.0 -> 4.33.0 age adoption passing confidence
eslint-config-xo-typescript 0.45.1 -> 0.45.2 age adoption passing confidence
eslint-plugin-jest 24.5.0 -> 24.7.0 age adoption passing confidence
jest (source) 27.2.4 -> 27.2.5 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint ### [`v4.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4320v4330-2021-10-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
xojs/eslint-config-xo-typescript ### [`v0.45.2`](https://togithub.com/xojs/eslint-config-xo-typescript/releases/v0.45.2) [Compare Source](https://togithub.com/xojs/eslint-config-xo-typescript/compare/v0.45.1...v0.45.2) - Ignore enum members in `@typescript-eslint/naming-convention` [`f0407a2`](https://togithub.com/xojs/eslint-config-xo-typescript/commit/f0407a2)
jest-community/eslint-plugin-jest ### [`v24.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2470-httpsgithubcomjest-communityeslint-plugin-jestcomparev2460v2470-2021-10-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.6.0...v24.7.0) ##### Features - create `require-hook` rule ([#​929](https://togithub.com/jest-community/eslint-plugin-jest/issues/929)) ([6204b31](https://togithub.com/jest-community/eslint-plugin-jest/commit/6204b311e849b51a0e4705015575139f590ae7a4)) - deprecate `prefer-to-be-null` rule ([4db9161](https://togithub.com/jest-community/eslint-plugin-jest/commit/4db91612e988e84ac2facbfe466331b22eeccec9)) - deprecate `prefer-to-be-undefined` rule ([fa08f09](https://togithub.com/jest-community/eslint-plugin-jest/commit/fa08f0944e89915fb215bbeff970f12459121cb8)) ### [`v24.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2460-httpsgithubcomjest-communityeslint-plugin-jestcomparev2452v2460-2021-10-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.2...v24.6.0) ##### Features - **valid-expect-in-promise:** re-implement rule ([#​916](https://togithub.com/jest-community/eslint-plugin-jest/issues/916)) ([7a49c58](https://togithub.com/jest-community/eslint-plugin-jest/commit/7a49c5831e3d85a60c11e385203b8f83d98ad580)) #### [24.5.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.1...v24.5.2) (2021-10-04) ##### Bug Fixes - **lowercase-name:** consider skip and only prefixes for ignores ([#​923](https://togithub.com/jest-community/eslint-plugin-jest/issues/923)) ([8716c24](https://togithub.com/jest-community/eslint-plugin-jest/commit/8716c24678ea7dc7c9f692b573d1ea19a67efd84)) #### [24.5.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.1) (2021-10-04) ##### Bug Fixes - **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#​922](https://togithub.com/jest-community/eslint-plugin-jest/issues/922)) ([99b6d42](https://togithub.com/jest-community/eslint-plugin-jest/commit/99b6d429e697d60645b4bc64ee4ae34d7016118c)) ### [`v24.5.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2452-httpsgithubcomjest-communityeslint-plugin-jestcomparev2451v2452-2021-10-04) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.1...v24.5.2) ##### Bug Fixes - **lowercase-name:** consider skip and only prefixes for ignores ([#​923](https://togithub.com/jest-community/eslint-plugin-jest/issues/923)) ([8716c24](https://togithub.com/jest-community/eslint-plugin-jest/commit/8716c24678ea7dc7c9f692b573d1ea19a67efd84)) ### [`v24.5.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2451-httpsgithubcomjest-communityeslint-plugin-jestcomparev2450v2451-2021-10-04) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.1) ##### Bug Fixes - **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#​922](https://togithub.com/jest-community/eslint-plugin-jest/issues/922)) ([99b6d42](https://togithub.com/jest-community/eslint-plugin-jest/commit/99b6d429e697d60645b4bc64ee4ae34d7016118c))
facebook/jest ### [`v27.2.5`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2725) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.4...v27.2.5) ##### Features - `[jest-config]` Warn when multiple Jest configs are located ([#​11922](https://togithub.com/facebook/jest/pull/11922)) ##### Fixes - `[expect]` Pass matcher context to asymmetric matchers ([#​11926](https://togithub.com/facebook/jest/pull/11926) & [#​11930](https://togithub.com/facebook/jest/pull/11930)) - `[expect]` Improve TypeScript types ([#​11931](https://togithub.com/facebook/jest/pull/11931)) - `[expect]` Improve typings of `toThrow()` and `toThrowError()` matchers ([#​11929](https://togithub.com/facebook/jest/pull/11929)) - `[jest-cli]` Improve `--help` printout by removing defunct `--browser` option ([#​11914](https://togithub.com/facebook/jest/pull/11914)) - `[jest-haste-map]` Use distinct cache paths for different values of `computeDependencies` ([#​11916](https://togithub.com/facebook/jest/pull/11916)) - `[@jest/reporters]` Do not buffer `console.log`s when using verbose reporter ([#​11054](https://togithub.com/facebook/jest/pull/11054)) ##### Chore & Maintenance - `[expect]` Export default matchers ([#​11932](https://togithub.com/facebook/jest/pull/11932)) - `[@jest/types]` Mark deprecated configuration options as `@deprecated` ([#​11913](https://togithub.com/facebook/jest/pull/11913)) ##### Performance

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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-commenter commented 2 years ago

Codecov Report

Merging #333 (b8047a7) into main (3943575) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #333   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          503       503           
  Branches       112       112           
=========================================
  Hits           503       503           

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 3943575...b8047a7. Read the comment docs.