fix(deps): update dependency jotai to v2 #99
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.7.1
->^2.0.0
Release Notes
pmndrs/jotai (jotai)
v2.7.0
Compare Source
We've improved the use of WeakMap for better memory management. Please report to us if any regressions are found.
What's Changed
pendingMap
a WeakMap for better memory management by @dai-shi in https://github.com/pmndrs/jotai/pull/2396Full Changelog: pmndrs/jotai@v2.6.5...v2.7.0
v2.6.5
Compare Source
Some type improvements!
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.6.4...v2.6.5
v2.6.4
Compare Source
Performance improvement! Check it out!
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.6.3...v2.6.4
v2.6.3
Compare Source
Some improvements in core and utils 👏
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.6.2...v2.6.3
v2.6.2
Compare Source
Some improvements for atomWithStorage. Feedback is welcome.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.6.1...v2.6.2
v2.6.1
Compare Source
This version has two minor improvements for library authors. It's wonderful to see Jotai ecosystem growing. No major bugs have been reported lately. It's fairly okay to say the current version is pretty stable.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.6.0...v2.6.1
v2.6.0
Compare Source
We can now directly use
<Provider>
in React Server Components. 🎉What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.5.1...v2.6.0
v2.5.1
Compare Source
This fixes some small issues in jotai/utils.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.5.0...v2.5.1
v2.5.0
Compare Source
This fixes some bugs, one of which was critical for
jotai-effect
. It also adds a new internal capability that may help extensions such asjotai-scope
.What's Changed
this
for atom config by @dai-shi in https://github.com/pmndrs/jotai/pull/2186New Contributors
Full Changelog: pmndrs/jotai@v2.4.3...v2.5.0
v2.4.3
Compare Source
This fixes a regression in an edge case, which has existed since v2.1.1.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.4.2...v2.4.3
v2.4.2
Compare Source
There was a bug in v2.4.0 (and v2.4.1) in an edge case, which is now fixed.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.4.1...v2.4.2
v2.4.1
Compare Source
There was a regression in v2.3.0, which is fixed.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.4.0...v2.4.1
v2.4.0
Compare Source
This version fixes an edge case in core that has existed since v2.0.0.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.3.1...v2.4.0
v2.3.1
Compare Source
There was a bug in #2061, which is fixed. It's about a dev-only warning.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.3.0...v2.3.1
v2.3.0
Compare Source
Jotai v2's store API is framework-agnostic. The primary use case is for React, but the store can be used for other frameworks. One of the difficulties was handling promises, and there has been
unstable_unwrap
util since Jotai v2.0.0. Now, it's considered stable and becomesunwrap
util (see docs for details).What's Changed
Full Changelog: pmndrs/jotai@v2.2.3...v2.3.0
v2.2.3
Compare Source
This comes with some small improvements.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.2.2...v2.2.3
v2.2.2
Compare Source
This includes some fixes for edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.2.1...v2.2.2
v2.2.1
Compare Source
This includes some improvements in
jotai/utils
. Especially,unstable_unwrap
is getting to be stable.What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.2.0...v2.2.1
v2.2.0
Compare Source
It includes a few improvements. Some utils are rewritten as there was a misconception when migrating from v1. ESM builds are optimized for Vite users.
Migration Guide for
jotai/utils
atomWithDefault
atomWithStorage
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.1.1...v2.2.0
v2.1.1
Compare Source
This version fixes some issues in edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.1.0...v2.1.1
v2.1.0
Compare Source
This includes some improvements as well as some breaking changes in unstable features.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.0.4...v2.1.0
v2.0.4
Compare Source
This includes some small improvements. One of them is to improve Deno compatibility.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.0.3...v2.0.4
v2.0.3
Compare Source
v2.0.2
Compare Source
This version add some small improvements, mostly for some minor cases.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.0.1...v2.0.2
v2.0.1
Compare Source
This adds various small improvements. Docs are also updated.
What's Changed
__DEV__
with ts-jest by @dai-shi in https://github.com/pmndrs/jotai/pull/1742New Contributors
Full Changelog: pmndrs/jotai@v2.0.0...v2.0.1
v2.0.0
Compare Source
🎉 🎉 🎉 Jotai v2 is here! 🍾 🍾 🍾
Backward compatible for JS users without async atoms
Async atom behavior is revisited and changed. TypeScript types are changed and improved.
New Store API
Exposes
createStore
which opens up new usages. With its power, it can be misused. Let's look for best practice. Feedback is appreciated.Migration Guide
https://github.com/pmndrs/jotai/blob/v2.0.0/docs/guides/migrating-to-v2-api.mdx
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v1.13.1...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.