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 dependency eslint-plugin-unicorn to v25 #273

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
eslint-plugin-unicorn 24.0.0 -> 25.0.1 age adoption passing confidence

Release Notes

sindresorhus/eslint-plugin-unicorn ### [`v25.0.1`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/v25.0.1) [Compare Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.0...v25.0.1) - Fix deprecated rules ([#​968](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/968)) [`9921acc`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/9921acc966b8b4c7baac4a2a13f141a630a367fe) ### [`v25.0.0`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/v25.0.0) [Compare Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v24.0.0...v25.0.0) ##### New rules - [`prefer-array-some`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-array-some.md) ([#​887](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/887)) [`b6a5a50`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/b6a5a50) - [`prefer-default-parameters`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-default-parameters.md) ([#​632](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/632)) [`8015768`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/8015768) ##### Renamed rules We improved the naming and name consistency of some rules. Sorry about the churn. If you use the recommended preset and you're not overriding any rules, you don't need to do anything. - `no-fn-reference-in-iterator` → `no-array-callback-reference` - `no-array-instanceof` → `no-instanceof-array` - `no-reduce` → `no-array-reduce` - `prefer-dataset` → `prefer-dom-node-dataset` - `prefer-flat-map` → `prefer-array-flat-map` - `prefer-replace-all` → `prefer-string-replace-all` - `prefer-starts-ends-with` → `prefer-string-starts-ends-with` - `prefer-text-content` → `prefer-dom-node-text-content` - `prefer-trim-start-end` → `prefer-string-trim-start-end` - `prefer-event-key` → `prefer-keyboard-event-key` - `prefer-node-append` → `prefer-dom-node-append` - `prefer-node-remove` → `prefer-dom-node-remove` [`20c6341`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/20c6341) ##### Improvements - `explicit-length-check`: Make rule work in many more cases ([#​943](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/943)) [`f3bc798`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/f3bc798) - `explicit-length-check`: Check unsafe `LogicalExpression`s ([#​952](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/952)) [`a1b60ad`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/a1b60ad) - `explicit-length-check`: Check `Boolean(foo.length)` ([#​951](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/951)) [`f4577f7`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/f4577f7) - `explicit-length-check`: Check more cases ([#​941](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/941)) [`83a6453`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/83a6453) - `new-for-builtins`: Ignore `Object(x) === x` and `Object(x) !== x` ([#​944](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/944)) [`5c7ea92`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/5c7ea92) - `explicit-length-check`: Rewrite rule ([#​938](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/938)) [`94ae87a`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/94ae87a)

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.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-io commented 3 years ago

Codecov Report

Merging #273 (2299d94) into master (bbc5170) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #273   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          479       479           
  Branches       105       105           
=========================================
  Hits           479       479           

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 bbc5170...2299d94. Read the comment docs.