taskworld / rereselect

A library that generates memoized selectors (like Reselect) which supports dynamic dependency tracking (à la Vue/VueX/MobX).
23 stars 1 forks source link

feat!: upgrade dependencies #24

Closed ThisIsManta closed 3 months ago

ThisIsManta commented 3 months ago

Problems

yarn audit reported over 300+ vulnerabilities.

How to verify the solution

Expect pnpm to be used instead of yarn Expect pnpm audit to say "No known vulnerabilities found" Expect lib-es6 to replace the old lib directory. This mean moving forward, we target ES6 (ES2015) by default. Expect this library to be more performant than reselect according to pnpm run bench

y-nk commented 3 months ago

let's not publish just yet and use CI to do so