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

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
@types/eslint 7.2.5 -> 7.2.6 age adoption passing confidence
@types/jest 26.0.15 -> 26.0.16 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.8.2 -> 4.9.0 age adoption passing confidence
@typescript-eslint/parser 4.8.2 -> 4.9.0 age adoption passing confidence
eslint (source) 7.14.0 -> 7.15.0 age adoption passing confidence
eslint-plugin-codegen 0.14.2 -> 0.14.3 age adoption passing confidence
eslint-plugin-prettier 3.1.4 -> 3.2.0 age adoption passing confidence
expect-type 0.9.2 -> 0.10.0 age adoption passing confidence
ts-node 9.0.0 -> 9.1.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint ### [`v4.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​490-httpsgithubcomtypescript-eslinttypescript-eslintcomparev482v490-2020-11-30) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0) ##### Bug Fixes - **eslint-plugin:** [consistent-indexed-object-style] convert readonly index signature to readonly record ([#​2798](https://togithub.com/typescript-eslint/typescript-eslint/issues/2798)) ([29428a4](https://togithub.com/typescript-eslint/typescript-eslint/commit/29428a4dbef133563f2ee54b22908a01ab9a9472)) - **eslint-plugin:** [consistent-type-imports] crash when using both default and namespace in one import ([#​2778](https://togithub.com/typescript-eslint/typescript-eslint/issues/2778)) ([c816b84](https://togithub.com/typescript-eslint/typescript-eslint/commit/c816b84814214f7504a0d89a5cd3b08c595bfb50)) - **eslint-plugin:** [explicit-module-boundary-types] ignore functions exported within typed object/array literals ([#​2805](https://togithub.com/typescript-eslint/typescript-eslint/issues/2805)) ([73a63ee](https://togithub.com/typescript-eslint/typescript-eslint/commit/73a63ee9ea00b2db0a29f148d7863c3778e4a483)) - **eslint-plugin:** [no-use-before-define] allow class references if they're within a class decorator ([#​2827](https://togithub.com/typescript-eslint/typescript-eslint/issues/2827)) ([050023a](https://togithub.com/typescript-eslint/typescript-eslint/commit/050023aa7bd791d0be7b5788a9dcd8e61a00ce79)), closes [#​2842](https://togithub.com/typescript-eslint/typescript-eslint/issues/2842) - **eslint-plugin:** [triple-slash-reference] fix crash with external module reference ([#​2788](https://togithub.com/typescript-eslint/typescript-eslint/issues/2788)) ([32b1b68](https://togithub.com/typescript-eslint/typescript-eslint/commit/32b1b6839fb32d93b7faa8fec74c9cb68ea587bb)) - **scope-manager:** fix assertion assignments not being marked as write references ([#​2809](https://togithub.com/typescript-eslint/typescript-eslint/issues/2809)) ([fa68492](https://togithub.com/typescript-eslint/typescript-eslint/commit/fa6849245ca55ca407dc031afbad456f2925a8e9)), closes [#​2804](https://togithub.com/typescript-eslint/typescript-eslint/issues/2804) - **typescript-estree:** add default value for `parserOptions.projectFolderIgnoreList` and deduplicate resolved projects ([#​2819](https://togithub.com/typescript-eslint/typescript-eslint/issues/2819)) ([bf904ec](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf904ec72db57174fec531f61e9427230662553e)), closes [#​2418](https://togithub.com/typescript-eslint/typescript-eslint/issues/2418) [#​2814](https://togithub.com/typescript-eslint/typescript-eslint/issues/2814) ##### Features - **eslint-plugin:** [naming-convention] add `requireDouble`, `allowDouble`, `allowSingleOrDouble` options for underscores ([#​2812](https://togithub.com/typescript-eslint/typescript-eslint/issues/2812)) ([dd0576a](https://togithub.com/typescript-eslint/typescript-eslint/commit/dd0576a66c34810bc60e0958948c9a8104a3f1a3)) - **eslint-plugin:** [naming-convention] add `requiresQuotes` modifier ([#​2813](https://togithub.com/typescript-eslint/typescript-eslint/issues/2813)) ([6fc8409](https://togithub.com/typescript-eslint/typescript-eslint/commit/6fc84094928c3645a0e04c31bd4d759fdfbdcb74)), closes [#​2761](https://togithub.com/typescript-eslint/typescript-eslint/issues/2761) [#​1483](https://togithub.com/typescript-eslint/typescript-eslint/issues/1483) - **eslint-plugin:** [naming-convention] add modifier `unused` ([#​2810](https://togithub.com/typescript-eslint/typescript-eslint/issues/2810)) ([6a06944](https://togithub.com/typescript-eslint/typescript-eslint/commit/6a06944e60677a402e7ab432e6ac1209737a7027)) - **eslint-plugin:** [naming-convention] add modifiers `exported`, `global`, and `destructured` ([#​2808](https://togithub.com/typescript-eslint/typescript-eslint/issues/2808)) ([fb254a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/fb254a1036b89f9b78f927d607358e65e81a2250)), closes [#​2239](https://togithub.com/typescript-eslint/typescript-eslint/issues/2239) [#​2512](https://togithub.com/typescript-eslint/typescript-eslint/issues/2512) [#​2318](https://togithub.com/typescript-eslint/typescript-eslint/issues/2318) [#​2802](https://togithub.com/typescript-eslint/typescript-eslint/issues/2802) - **eslint-plugin:** [naming-convention] allow `destructured` modifier for `parameter` selector ([#​2829](https://togithub.com/typescript-eslint/typescript-eslint/issues/2829)) ([525d2ff](https://togithub.com/typescript-eslint/typescript-eslint/commit/525d2ff9292d89e1445b273b5378159bca323a1e)), closes [#​2828](https://togithub.com/typescript-eslint/typescript-eslint/issues/2828) - **eslint-plugin:** [naming-convention] split `property` and `method` selectors into more granular `classXXX`, `objectLiteralXXX`, `typeXXX` ([#​2807](https://togithub.com/typescript-eslint/typescript-eslint/issues/2807)) ([665b6d4](https://togithub.com/typescript-eslint/typescript-eslint/commit/665b6d4023fb9d821f348c39aefff0d7571a98bf)), closes [#​1477](https://togithub.com/typescript-eslint/typescript-eslint/issues/1477) [#​2802](https://togithub.com/typescript-eslint/typescript-eslint/issues/2802) - **eslint-plugin:** [no-unused-vars] fork the base rule ([#​2768](https://togithub.com/typescript-eslint/typescript-eslint/issues/2768)) ([a8227a6](https://togithub.com/typescript-eslint/typescript-eslint/commit/a8227a6185dd24de4bfc7d766931643871155021)), closes [#​2782](https://togithub.com/typescript-eslint/typescript-eslint/issues/2782) [#​2714](https://togithub.com/typescript-eslint/typescript-eslint/issues/2714) [#​2648](https://togithub.com/typescript-eslint/typescript-eslint/issues/2648) - **eslint-plugin:** [unbound-method] add support for methods with a `this: void` parameter ([#​2796](https://togithub.com/typescript-eslint/typescript-eslint/issues/2796)) ([878dd4a](https://togithub.com/typescript-eslint/typescript-eslint/commit/878dd4ae8c408f1eb42790a8fac37f85040b7f3c)) #### [4.8.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.8.1...v4.8.2) (2020-11-23) ##### 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)) #### [4.8.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.8.0...v4.8.1) (2020-11-17) ##### Bug Fixes - **eslint-plugin:** [no-unnecessary-condition] false positive when array predicate returns unknown ([#​2772](https://togithub.com/typescript-eslint/typescript-eslint/issues/2772)) ([111c244](https://togithub.com/typescript-eslint/typescript-eslint/commit/111c244c3eb157efeb5c43ff39f12633b27f091e)) - **typescript-estree:** parseWithNodeMaps returning empty maps ([#​2773](https://togithub.com/typescript-eslint/typescript-eslint/issues/2773)) ([3e4a0ed](https://togithub.com/typescript-eslint/typescript-eslint/commit/3e4a0ed0d615fd22a2f28c7c8af6179673e195f8))
eslint/eslint ### [`v7.15.0`](https://togithub.com/eslint/eslint/releases/v7.15.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.14.0...v7.15.0) - [`5c11aab`](https://togithub.com/eslint/eslint/commit/5c11aabbe8249aeb8cad29bc6a33fc20c8c683ef) Upgrade: [@​eslint/esintrc](https://togithub.com/eslint/esintrc) and espree for bug fixes (refs [#​13878](https://togithub.com/eslint/eslint/issues/13878)) ([#​13908](https://togithub.com/eslint/eslint/issues/13908)) (Brandon Mills) - [`0eb7957`](https://togithub.com/eslint/eslint/commit/0eb7957e27fd521317bd5c8479ce7abc1399169c) Upgrade: file-entry-cache@6.0.0 ([#​13877](https://togithub.com/eslint/eslint/issues/13877)) (Rouven Weßling) - [`683ad00`](https://togithub.com/eslint/eslint/commit/683ad00c41e1ae4d889deff82b2a94318e8c2129) New: no-unsafe-optional-chaining rule (fixes [#​13431](https://togithub.com/eslint/eslint/issues/13431)) ([#​13859](https://togithub.com/eslint/eslint/issues/13859)) (YeonJuan) - [`cbc57fb`](https://togithub.com/eslint/eslint/commit/cbc57fb7d07c00663ed5781f5e6bc8f534cc2d76) Fix: one-var autofixing for export (fixes [#​13834](https://togithub.com/eslint/eslint/issues/13834)) ([#​13891](https://togithub.com/eslint/eslint/issues/13891)) (Anix) - [`110cf96`](https://togithub.com/eslint/eslint/commit/110cf962d05625a8a1bf7b5f4ec2194db150eb32) Docs: Fix a broken link in working-with-rules.md ([#​13875](https://togithub.com/eslint/eslint/issues/13875)) (Anton Niklasson)
mmkal/ts ### [`v0.14.3`](https://togithub.com/mmkal/ts/releases/eslint-plugin-codegen_v0.14.3) #### dependency changes - Updating dependency "io-ts-extra" to `0.11.3` - Updating dependency "expect-type" to `0.10.0`
prettier/eslint-plugin-prettier ### [`v3.2.0`](https://togithub.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md#v320-2020-12-03) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v3.1.4...v3.2.0) - Skip CI for eslint 6 + node 8 ([#​364](git@github.com:prettier/eslint-plugin-prettier/issues/364)) ([f8f08e4](git@github.com:prettier/eslint-plugin-prettier/commit/f8f08e483522d74bc4dd93d9813914aa7ba9314b)) - Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) ([#​360](git@github.com:prettier/eslint-plugin-prettier/issues/360)) ([a1e5591](git@github.com:prettier/eslint-plugin-prettier/commit/a1e559112073eedfb0dd2041b9c2f6ef775844ec)) - Create dependabot.yml ([f58b6c7](git@github.com:prettier/eslint-plugin-prettier/commit/f58b6c7c356a37b437593cd6ff8d1dca1c437b13)) - docs(README): fix prettier getFileInfo link ([#​335](git@github.com:prettier/eslint-plugin-prettier/issues/335)) ([5a690f1](git@github.com:prettier/eslint-plugin-prettier/commit/5a690f14d793ba5a08c55287fa3d6338dcda21ba)) - build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 ([8614c45](git@github.com:prettier/eslint-plugin-prettier/commit/8614c458ed284bc126034d432b49b07d7d67ef06)) - build(deps-dev): bump eslint from 7.3.0 to 7.3.1 ([12d9ed8](git@github.com:prettier/eslint-plugin-prettier/commit/12d9ed877aacfad2c27f01161cc2eb28a445725f)) - build(deps-dev): bump eslint from 7.2.0 to 7.3.0 ([5a6f42e](git@github.com:prettier/eslint-plugin-prettier/commit/5a6f42e4eda871a294da1eb55f214c475450faa6)) - chore: update CI badge in readme ([5012b66](git@github.com:prettier/eslint-plugin-prettier/commit/5012b665f981edbc21feaaccb3cd297f49ca40d3)) - Use Github Actions for CI ([#​305](git@github.com:prettier/eslint-plugin-prettier/issues/305)) ([41eb64f](git@github.com:prettier/eslint-plugin-prettier/commit/41eb64fda33663ed1c43a85218f390c6cd4b6191))
TypeStrong/ts-node ### [`v9.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v9.1.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v9.0.0...v9.1.0) **Added** - Expose ts-node REPL via the API ([#​1121](https://togithub.com/TypeStrong/ts-node/issues/1121)) (MarcManiez) - Allow `--typeCheck` flag to override `--transpileOnly` flag specified in `tsconfig.json` ([#​1142](https://togithub.com/TypeStrong/ts-node/issues/1142)) **Changed** - Rename interface `Register` to `Service`. It is still aliased as `Register` for backwards compatibility ([#​1158](https://togithub.com/TypeStrong/ts-node/issues/1158)) - Update code copied from node's ESM resolver to be the latest from node 15, to keep our ESM resolver's behavior as close as possible to vanilla node ([#​1167](https://togithub.com/TypeStrong/ts-node/issues/1167)) **Fixed** - ESM resolver will preserve search portion of URL, used for cache busting ([#​1165](https://togithub.com/TypeStrong/ts-node/issues/1165)) [@​frandiox](https://togithub.com/frandiox) - Fix ESM resolution of builtin modules on node >=14.13.1 ([#​1136](https://togithub.com/TypeStrong/ts-node/issues/1136)) - Recognize `--es-module-specifier-resolution` as an alias of `--experimental-specifier-resolution` for node 12 compatibility ([#​1122](https://togithub.com/TypeStrong/ts-node/issues/1122)) [@​nguyensomniac](https://togithub.com/nguyensomniac) **Docs** - Fix description of `ts-node-dev` in README ([#​1131](https://togithub.com/TypeStrong/ts-node/issues/1131)) [@​iamandrewluca](https://togithub.com/iamandrewluca) - Update `transformers` description to clarify incompatibility with `transpileOnly` ([#​1123](https://togithub.com/TypeStrong/ts-node/issues/1123)) **Misc** - Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x ([#​1138](https://togithub.com/TypeStrong/ts-node/issues/1138), [#​1148](https://togithub.com/TypeStrong/ts-node/issues/1148)) - Improve codecov rules to remove misleading test failures ([#​1159](https://togithub.com/TypeStrong/ts-node/issues/1159))

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 #257 (0ee626e) into master (b28e1e7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #257   +/-   ##
=========================================
  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 b28e1e7...0ee626e. Read the comment docs.