ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

chore: Update cluster-key-slot to latest

Open bag-man opened this issue 3 years ago • 1 comments

When using ioredis, with the licence-compliance package, it fails due to a sub-dependency having an invalid licence string. The sub-dependency has fixed that, but ioredis hasn't updated to use it yet, resulting in this output:

ioredis (main) λ  npx license-compliance --allow "ISC;MIT;BSD-3-Clause;BSD-2-Clause;Apache-2.0;Python-2.0;MPL-2.0;LGPL-2.0;LGPL-3.0;LGPL-2.1;0BSD;Unlicense" --report detailed
Packages
└─ [email protected]
   ├─ Licenses: UNKNOWN
   ├─ License file: node_modules/cluster-key-slot/LICENSE
   ├─ Path: node_modules/cluster-key-slot
   └─ Repository: https://github.com/Salakar/cluster-key-slot

Upgrading cluster-key-slot, to the latest version, so that this PR that fixes the incorrect licence string is included.

bag-man avatar Jan 31 '23 10:01 bag-man

Looks like the tests fail.

luin avatar Feb 11 '23 08:02 luin