yaptide / ui

Yet Another Particle Transport IDE - frontend
https://yaptide.github.io/web_dev/
GNU General Public License v3.0
9 stars 4 forks source link

build(deps): bump usehooks-ts from 2.9.2 to 2.10.0 #1490

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps usehooks-ts from 2.9.2 to 2.10.0.

Release notes

Sourced from usehooks-ts's releases.

usehooks-ts@2.10.0

2.10.0

Minor Changes

  • 8f3c90f: Enable setting localStorage key for useDarkTheme & useTernaryDarkMode (#298 by @​ubarbaxor)
  • ae47c9a: Expose setting dark mode value directly (#299 by ubarbaxor)
  • 771afa5: Add serialization support for use-*-storage hooks

Patch Changes

  • a816d6b: Depreciated useSsr #258
  • 42f3a3a: Remove the need of commenting out useEffect deps in useMediaQuery (#383 by @​lisandro52)
  • 9bc05f4: Fix hydration mismatch on use***Storage (fixes #176, #369 with #320 & #251)
  • 771afa5: Add Date, Set & Map support to use*Storage (#309 by @​AlecsFarias)
  • 4b3ed4e: Fix circular dependencies (#310)
  • a3588b8: Added unit tests for useFetch hook
  • c326dd3: Prevent unrelated storage keys from being updated unexpectedly in useLocalStorage and useSessionStorage (#313 by @​stevenvachon fixes #384)
  • e8aa777: make useLocalStorage and useSessionStorage compliant with useState (fixes #204 with #242 by @​valyrie97)
  • c5ad2b9: Recalculate useLocalStorage & useSessionStorage default value on dynamic key change (#355 by @​amirking59)
  • 7406e3c: fix(useCopyToClipboard): added useCallback to 'copy' to avoid rerendering (by @​nmacianx)
  • ffe0f32: Set sideEffects to false in package.json

usehooks-ts@2.9.5

Fixed

Updated

  • 60da216: use named exports instead of default exports
  • 5611309: added export map in package.json (CJS/ESM support)
  • 7141d01: Upgrade internal dependencies
  • 3588427: Add a comment in useMediaQuery (#402)
Commits
  • 34a5393 🔖 update versions
  • 643cbc8 🔨 merge lint and tsc scripts into one cmd
  • 4b3ed4e 🐛 Fix circular dependencies (#440)
  • 771afa5 Feature/add optional serialization to use storage (#439)
  • c326dd3 🐛 Prevent unrelated storage keys from being updated unexpectedly in useLocalS...
  • e8aa777 🐛 make useLocalStorage and useSessionStorage compliant with useState (fixes #...
  • 9bc05f4 🐛 Fix use storage hydration mismatch (#435)
  • ec2f607 Update ci.yml
  • 135920a ✏️ Fix typo in useEffectOnce (#260 by @​michaelmior)
  • ae47c9a ✨ Expose setting dark mode value directly (#299 by ubarbaxor)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 5 months ago

Superseded by #1495.