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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 4.8.1 -> 4.8.2 age adoption passing confidence
@typescript-eslint/parser 4.8.1 -> 4.8.2 age adoption passing confidence
eslint-plugin-codegen 0.14.0 -> 0.14.2 age adoption passing confidence
expect-type 0.9.0 -> 0.9.2 age adoption passing confidence
prettier (source) 2.2.0 -> 2.2.1 age adoption passing confidence
redis-mock 0.54.0 -> 0.55.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint ### [`v4.8.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev481v482-2020-11-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) ##### Bug Fixes - **eslint-plugin:** [prefer-literal-enum-member] allow pure template literal strings ([#​2786](https://togithub.com/typescript-eslint/typescript-eslint/issues/2786)) ([f3bf6a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/f3bf6a1791c9dc64bb18d45712f07767c9f96cbd)) - **typescript-estree:** fix type-only regression for consumers not yet on TS 4.1 ([#​2789](https://togithub.com/typescript-eslint/typescript-eslint/issues/2789)) ([50a46c6](https://togithub.com/typescript-eslint/typescript-eslint/commit/50a46c60fb81d8434aa4268a13d17d8fcf499e21))
mmkal/ts ### [`v0.14.2`](https://togithub.com/mmkal/ts/releases/eslint-plugin-codegen_v0.14.2) #### dependency changes - Updating dependency "io-ts-extra" to `0.11.2` - Updating dependency "expect-type" to `0.9.2` ### [`v0.14.1`](https://togithub.com/mmkal/ts/releases/eslint-plugin-codegen_v0.14.1) #### dependency changes - Updating dependency "io-ts-extra" from `0.11.0` to `0.11.1` - Updating dependency "expect-type" from `0.9.0` to `0.9.1`
prettier/prettier ### [`v2.2.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​221) [Compare Source](https://togithub.com/prettier/prettier/compare/2.2.0...2.2.1) [diff](https://togithub.com/prettier/prettier/compare/2.2.0...2.2.1) ##### Fix formatting for AssignmentExpression with ClassExpression ([#​9741](https://togithub.com/prettier/prettier/pull/9741) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```js // Input module.exports = class A extends B { method() { console.log("foo"); } }; // Prettier 2.2.0 module.exports = class A extends ( B ) { method() { console.log("foo"); } }; // Prettier 2.2.1 module.exports = class A extends B { method() { console.log("foo"); } }; ```
yeahoffline/redis-mock ### [`v0.55.0`](https://togithub.com/yeahoffline/redis-mock/compare/a01695359e727f01fc5cf22a697468e6fe55fa12...d45588b6e2d6ac625d4586e8772743b541ba8c97) [Compare Source](https://togithub.com/yeahoffline/redis-mock/compare/a01695359e727f01fc5cf22a697468e6fe55fa12...d45588b6e2d6ac625d4586e8772743b541ba8c97)

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: 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-io commented 3 years ago

Codecov Report

Merging #252 (b45ec8f) into master (7ee161a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #252   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           59        59           
  Branches         7         7           
=========================================
  Hits            59        59           

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 7ee161a...b45ec8f. Read the comment docs.