power-yuque
power-yuque copied to clipboard
chore(deps): bump ahooks from 2.9.6 to 2.10.9
Bumps ahooks from 2.9.6 to 2.10.9.
Release notes
Sourced from ahooks's releases.
v2.10.9
- 🐛 Fix: useRequest circular reference error in taro #1056
- 🐛 Fix: useSize error 'ResizeObserver loop limit exceeded' #b8e754
v2.10.8
- 🐛 Fix: useRequest ts optimization, change url to optional #c2b4cc
- 🐛 Fix: useUnmountedRef on concurrent mode bug #1022
v2.10.7
- 🐛 Fix: useRequest ts optimization #1011
- 🐛 Fix: useVirtualList state is not recalculated when the list changes #1008
- 🐛 Fix: useDrag add getPropsWithKey props #1004
v2.10.6
- 🐛 Fix: useStorage ts overload #969
v2.10.5
v2.10.4
🐛 Fix: useFusionTable reset to defaultValue #951
v2.10.3
- 🐛 Fix: useDocumentVisiblility support ssr #935
- 🐛 Fix: useRequest refreshOnWindowFocus should not work on manual mode #936
- 🐛 Fix: useRequest support hrm #943
v2.10.2
- 🐛 Fix: prevent useRequest run.then when canceled #919
- 🐛 Fix: useDynamic resetList reserve counter #920
v2.10.1
- 🐛 Fix:
delete
not working with the reactive data fromuseReactive
#904- 🐛 Fix: Fix the peer dependency version mismatch warning with react v17
- 💄 Optimize: improve type inference for useControllableValue #916
v2.10.0
- ✨ Feat: Add
useSafeState
#826- 🐛 Fix: Fix the behavior of
useControllableValue
with chinese input method #858- 🐛 Fix: Fix the ssr compatibility issues of storage related hooks #860
- 🐛 Fix: Fix the peer dependency version mismatch warning with
react
v17 #871- 🐛 Fix: Prevent memory leaking in the debounced related hooks #891
- 💄 Optimize: Update the type declaration of
useEventListener
#741
Commits
e82cbd4
Publish23b9a74
Merge pull request #1056 from CroatiaParanoia/refactor/modify-import-pathb8e7542
fix: useSize error ResizeObserver loop limit exceededdac2e11
refactor(use-request): 去除无用的东西c426364
refactor(use-request): 修改引用路径abfce57
Merge pull request #1045 from yzl-fork-repo/fix-typoa23b6bd
fix(typo): fix typo in usePaginated.tscea4486
Publish5abb38c
Merge branch 'master' of github.com:alibaba/hooksc2b4ccb
type: useRequest url optional- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot will merge this PR once CI passes on it, as requested by @arvinxx.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.