chore(deps): Bump jotai from 1.3.9 to 2.10.1
Bumps jotai from 1.3.9 to 2.10.1.
Release notes
Sourced from jotai's releases.
v2.10.1
This fixes a bug in an extreme edge case. If you find this change breaks something, please report to us.
What's Changed
- fix(core): recompute dependents in edge cases by
@dai-shiin pmndrs/jotai#2742New Contributors
@vangiemade their first contribution in pmndrs/jotai#2753@ts1994twmade their first contribution in pmndrs/jotai#2759@KagamiChanmade their first contribution in pmndrs/jotai#2761@nguyenbrymade their first contribution in pmndrs/jotai#2762@jaycho46made their first contribution in pmndrs/jotai#2766@midzdotdevmade their first contribution in pmndrs/jotai#2767Full Changelog: https://github.com/pmndrs/jotai/compare/v2.10.0...v2.10.1
v2.10.0
It comes with another significant internal change to address some edge cases.
Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.
Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.
What's Changed
- breaking(core): avoid continuable promise in store api by
@dai-shiin pmndrs/jotai#2695New Contributors
@sphinxravemade their first contribution in pmndrs/jotai#2653@mxthxngxmade their first contribution in pmndrs/jotai#2712@hoangvu12made their first contribution in pmndrs/jotai#2716@YuHyeonWookmade their first contribution in pmndrs/jotai#2734Full Changelog: https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0
v2.9.3
This fixes a regression in an edge case that is introduced in v2.6.4.
What's Changed
- fix(store): derived atom not updating when its value changes if another atom is read it conditionally by
@yunecoin pmndrs/jotai#2700- experimental(core): expose unstable_derive by
@dai-shiin pmndrs/jotai#2652New Contributors
@yunecomade their first contribution in pmndrs/jotai#2700Full Changelog: https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3
v2.9.2
A small improvement in atomFamily for edge use cases.
... (truncated)
Commits
8147e7b2.10.162ca79achore(deps): update dev dependencies (#2770)3b2c101fix(core): recompute dependents in edge cases (#2742)cb6dc0edocs: improve AsyncStorage notes wording (#2767)6f7551cdocs: fix typo (#2766)f51553dUpdate family.mdx grammar (#2762)37f5c09docs: add a note for useHydrateAtoms client code usage (#2761)d5bb477test(dependency): Improve test coverage (#2759)9bd8ed7:white_check_mark: test: add unit test for atomWithReset utility (#2753)609fe752.10.0- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Deploy Preview for stoplight-elements ready!
| Name | Link |
|---|---|
| Latest commit | 4015cc5575e5c9cce634434f62716d7a5f681f77 |
| Latest deploy log | https://app.netlify.com/sites/stoplight-elements/deploys/671f6efdab02d50008cca3de |
| Deploy Preview | https://deploy-preview-2726--stoplight-elements.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for stoplight-elements-demo failed.
| Name | Link |
|---|---|
| Latest commit | 4015cc5575e5c9cce634434f62716d7a5f681f77 |
| Latest deploy log | https://app.netlify.com/sites/stoplight-elements-demo/deploys/671f6efd9e238500087230f0 |
Superseded by #2733.