pycon icon indicating copy to clipboard operation
pycon copied to clipboard

Bump use-local-storage-state from 6.0.3 to 18.1.1 in /frontend

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps use-local-storage-state from 6.0.3 to 18.1.1.

Release notes

Sourced from use-local-storage-state's releases.

18.1.1

  • ✨ Throw an error when React 17 is used with the React 18 version. The message includes a way to fix it by installing the 17 version of the hook. e6cf1ad

https://github.com/astoilkov/use-local-storage-state/compare/v18.1.0...v18.1.1

18.1.0

  • ✨ new options.serializer option
  • ✨ export LocalStorageOptions type 4f82a84
  • 🏗 move to GitHub actions for CI
  • ✏️ remove Alternatives section from readme because these aren't good alternatives 7469924

https://github.com/astoilkov/use-local-storage-state/compare/v18.0.0...v18.1.0

18.0.0

  • ✨ React 18 support
  • 🔀 For React 17 support, you should do npm install use-local-storage-state@17. See the react-17 branch.
  • 🔀 Removed ssr option. It's no longer needed. SSR is always enabled.

https://github.com/astoilkov/use-local-storage-state/compare/v18.0.0-0...v18.0.0

18.0.0-0

  • ✨ React 18 support

https://github.com/astoilkov/use-local-storage-state/compare/v17.0.1...v18.0.0-0

17.2.0

  • 🔀 rename crossSync option to storageSync 0ced3cb

https://github.com/astoilkov/use-local-storage-state/compare/v17.1.0...v17.2.0

17.1.0

  • ✨ implement crossSync option f06905a

https://github.com/astoilkov/use-local-storage-state/compare/v17.0.1...v17.1.0

17.0.1

  • 🐛 adding the active hook during render isn't a good idea (after all) 33189b3

https://github.com/astoilkov/use-local-storage-state/compare/v17.0.0...v17.0.1

17.0.0

  • 🐛 calling setValue() in useLayoutEffect() doesn't work 65614f3
  • 🐛 removeItem() doesn't batch updates 6b0e95b
  • 🔀 when calling setValue() during render and there are multiple instances of a hook with the same key it now prints a warning in the console (React prints the error). this is also the reason of the major release as it introduces a slight change in behavior that can cause issues in this very rare edge case.
  • ✅ more, better tests for more reliability
  • 🏗 lower package size

https://github.com/astoilkov/use-local-storage-state/compare/v16.0.1...v17.0.0

16.0.1

... (truncated)

Commits
  • 64f9407 v18.1.1
  • 660e152 🏗 drop support for testing Node 12
  • 1b0278d ✅ no need for a test for that
  • 8abfd3d ⬆️ upgrade all dev dependencies to latest
  • 4eb84c5 ✏️ simpler message
  • 35c908e ⬆️ upgrade react and react-dom types
  • e6cf1ad ✨ throw an error when React 17 is used with the React 18 version
  • 9b791e4 ♻️ ✅ toEqual() → toStrictEqual()
  • 0ddeddf ✏️ remove redundant backtics
  • 5851612 ✏️ 🤦‍♂️ oops, "ssr" property no longer exists in version 18
  • 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 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] avatar Aug 10 '22 04:08 dependabot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
pycon ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Oct 28, 2022 at 0:44AM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
association-frontend ⬜️ Ignored (Inspect) Oct 28, 2022 at 0:44AM (UTC)

vercel[bot] avatar Aug 10 '22 04:08 vercel[bot]

Superseded by #3188.

dependabot[bot] avatar Dec 21 '22 04:12 dependabot[bot]