Bump use-local-storage-state from 6.0.3 to 18.1.1 in /frontend
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.serializeroption- ✨ export
LocalStorageOptionstype 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
ssroption. 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
crossSyncoption tostorageSync0ced3cbhttps://github.com/astoilkov/use-local-storage-state/compare/v17.1.0...v17.2.0
17.1.0
- ✨ implement
crossSyncoption f06905ahttps://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()inuseLayoutEffect()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 samekeyit 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
64f9407v18.1.1660e152🏗 drop support for testing Node 121b0278d✅ no need for a test for that8abfd3d⬆️ upgrade all dev dependencies to latest4eb84c5✏️ simpler message35c908e⬆️ upgrade react and react-dom typese6cf1ad✨ throw an error when React 17 is used with the React 18 version9b791e4♻️ ✅ toEqual() → toStrictEqual()0ddeddf✏️ remove redundant backtics5851612✏️ 🤦♂️ oops, "ssr" property no longer exists in version 18- 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 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)
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) |
Superseded by #3188.