OpenChemistry / distiller

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Bump use-local-storage-state from 19.1.0 to 19.3.0 in /frontend/distiller #1116

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps use-local-storage-state from 19.1.0 to 19.3.0.

Release notes

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

v19.3.0

  • ✨ 🐎 better performance β€” don't re-render when localStorage is holding the defaultValue 010a16e
  • ✨ 🐎 smaller bundle size 81d2603 5b2cf891e890168935e10b559486a6973a0abd49 b2d9e0caba1f9bea619b149fea64f01bd54ff04d
  • βœ… new tests 96369f8952ad43df0bcf880e2897100fefa88c7a 010a16e3e0adef0ea07d02365c3d82bbaa3780e9 81d26038964611c90e5622b7329019c94887cafc

Here's a visual of how bundle size for use-local-storage-state has changed over time:

https://github.com/astoilkov/use-local-storage-state/compare/v19.2.0...v19.3.0

v19.2.0

  • ✨ 9% smaller bundle size 366bb10

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

Commits
  • a3cc8a9 v19.3.0
  • 47621eb ✏️ mention React 19
  • 81d2603 🐎 smaller bundle size β€” removes special condition when server-side rendering
  • 247cc27 ♻️ move logic inside of useSyncExternalStore.getSnapshot
  • 010a16e 🐎 don't re-render when localStorage contains the defaultValue
  • 188f2f2 🀦 oops
  • a2c68ac ✏️ add comments for clarity
  • 5b2cf89 ♻️ less bytes for the bundle
  • 281d46a ♻️ storageValue β†’ storageItem
  • ecfd6b7 ♻️ rename storageValue from item to string
  • 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 #1118.