Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use effector 23 release candidate * Remove forward calls * Remove guard usage * greedy: true -> batch: false * remove fork(domain) usage * Remove onlyChanges usage * Use skipVoid: false * use the same TS version, which is used for effector * Comply with TS deprecations and cut unrelevant lib check * Make empty operator work with full-void stores * Use UnitTargetable * Add skipVoid to maps and combines (#302) * Add skipVoid * Use skipVoid false * Use latest rc * Update tests to reflect fixed bug * Remove test for derived event call - it is not supported anymore * Update `and` tests * Update `or` tests * Remove controversial type tests Strict check was expected for a valid case with partial match * Remove type tests for domain or scope in source * Update combine-events type tests * Fix build * Test types against dist * Fix condition types * Fix `{}` in `every` and `some` tests * Fix `name` support in debounce * Fix `spread` types * Fix double debounce trigger (#303) Co-authored-by: Victor Didenko <[email protected]> * Skip failing cases * Add effector 23 support (#304) * Update effector version * Set range of supported effector versions * Ensure that `and` and `or` will updated with scope * Set effector version strictly to 23 (#305) * fix(once): remove redundant sample as of effector v23 (#306) * Fix ci issues (#307) * Update cra integration * Fix lockfile for node 16/18 ci * Use non-strict peer deps in cra integration * Update pnpm * Update lockfile * Update cra lockfile * Update custom integration * Reorder imports --------- Co-authored-by: Dmitry <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Victor Didenko <[email protected]> Co-authored-by: Mikhail Kireev <[email protected]>
- Loading branch information