integrations
integrations copied to clipboard
chore(deps): bump radash from 10.8.1 to 11.0.0
Bumps radash from 10.8.1 to 11.0.0.
Release notes
Sourced from radash's releases.
v11.0.0
What's Changed
- feat:
isArraynow uses built-in Array.isArray to improve perf by@gquittetin rayepps/radash#285- feat: async callback functions in
reduceare now called with an additional index parameter by@UnKnoWn-Consortiumin rayepps/radash#291- feat:
throttlenow has a methodisThrottledthat checks if there is an active throttle by@UnKnoWn-Consortiumin rayepps/radash#293- feat:
debouncenow has a methodisPendingthat checks if there is any pending invocation for the source function by@UnKnoWn-Consortiumin rayepps/radash#294- feat:
tryfunction now support sync calls by@rayeppsin rayepps/radash#312- feat:
allfunction now returns ordered array type when input is a static array by@rayeppsin rayepps/radash#314- feat:
minandmaxfunctions now correctly require mapper when array includes non-number values by@rayeppsin rayepps/radash#310- feat:
siftfunction's return type now correctly includes falsy values@rayeppsin rayepps/radash#308- fix:
assignnow keeps unique values by@apstanisicin rayepps/radash#249- fix: trim no longer throws regex error by
@apstanisicin rayepps/radash#251- fix:
getfunctions return type is correct +gethandles null default value by@rayeppsin rayepps/radash#259- fix:
setnow allows falsy values by@jovanamatkin rayepps/radash#263- fix:
picknow works on target objects that are proxified or have their ownhasOwnPropertymethod overwritten by@UnKnoWn-Consortiumin rayepps/radash#295- fix:
replacenow works with new items that have a falsy value by@rayeppsin rayepps/radash#309- fix:
snakefunction now splits number from letters by@rayeppsin rayepps/radash#311New Contributors
@apstanisicmade their first contribution in rayepps/radash#249@ptrcortesmade their first contribution in rayepps/radash#260@jovanamatkmade their first contribution in rayepps/radash#263@JacobWeisenburgermade their first contribution in rayepps/radash#273@gquittetmade their first contribution in rayepps/radash#285@UnKnoWn-Consortiummade their first contribution in rayepps/radash#291@danmichaelomade their first contribution in rayepps/radash#297@raphaelpramade their first contribution in rayepps/radash#302@DuCanhGHmade their first contribution in rayepps/radash#296Full Changelog: https://github.com/rayepps/radash/compare/v10.9.0...v11.0.0
v10.9.0
No release notes provided.
Commits
03dd315types: add overload for static array in async.all func (#314)f791dcfdocs: add docs for new functions in v11.0.0 (#313)1817acefeat: support sync calls in tryit function (#312)c378bd1fix: split number from letters in snake func (#311)c3c9dactypes: fixed tryit function argument types (#296)6f2a16etyping: improve types on min/max functions (#310)28f8114fix: replace escape condition on falsy values (#309)36df87etyping: better typing on sift function (#308)b50d64adocs: fix typo in trim documentation (#302)23db98ddocs: add links between sort and alphabetical (#301)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)