Update dependency jotai to v2.20.2#496
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
8 times, most recently
from
September 14, 2025 08:10
35c4340 to
957ae3f
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
11 times, most recently
from
September 23, 2025 14:35
9620f3d to
6cd50af
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
4 times, most recently
from
September 24, 2025 20:25
9fc65b5 to
0e66d56
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
4 times, most recently
from
September 28, 2025 13:27
420556c to
098d2e6
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
5 times, most recently
from
October 7, 2025 02:26
0a5377f to
5d05a8c
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
17 times, most recently
from
October 18, 2025 05:43
8200a5b to
883389b
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
7 times, most recently
from
October 22, 2025 22:38
fe3adfc to
f9d2e7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.13.1→2.20.2Release Notes
pmndrs/jotai (jotai)
v2.20.2Compare Source
This release fixes a regression in some edge case introduced in v2.18.1.
What's Changed
Full Changelog: pmndrs/jotai@v2.20.1...v2.20.2
v2.20.1Compare Source
This release includes a few small fixes.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.20.0...v2.20.1
v2.20.0Compare Source
This release improves performance in high-throughput scenarios. Huge kudos to @dmaskasky!
What's Changed
Full Changelog: pmndrs/jotai@v2.19.1...v2.20.0
v2.19.1Compare Source
This release includes several small refactors to improve performance.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1
v2.19.0Compare Source
We improved the core to enable atom caching for performance for some cases.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.18.1...v2.19.0
v2.18.1Compare Source
This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.
What's Changed
Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1
v2.18.0Compare Source
We moved
jotai/babeltojotai-babel.Migration Guide
If you use the preset:
{ - "presets": ["jotai/babel/preset"] + "presets": ["jotai-babel/preset"] }If you use a plugin:
{ - "plugins": ["jotai/babel/plugin-debug-label"] + "plugins": ["jotai-babel/plugin-debug-label"] }What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.17.1...v2.18.0
v2.17.1Compare Source
Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.17.0...v2.17.1
v2.17.0Compare Source
This release deprecates some features, which will be dropped in v3.
What's Changed
Full Changelog: pmndrs/jotai@v2.16.2...v2.17.0
v2.16.2Compare Source
Fixes
unwrapandloadable, resolving a regression introduced in v2.15.2.What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.16.1...v2.16.2
v2.16.1Compare Source
This fixes an internal API issue that affects ecosystem libraries.
What's Changed
Full Changelog: pmndrs/jotai@v2.16.0...v2.16.1
v2.16.0Compare Source
This version deprecates
atomFamilyinjotai/utilsin favor ofjotai-family, and includes some internal changes.What's Changed
jotai/utils(migrate tojotai-family) by @dmaskasky in #3187Full Changelog: pmndrs/jotai@v2.15.2...v2.16.0
v2.15.2Compare Source
This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.
What's Changed
Full Changelog: pmndrs/jotai@v2.15.1...v2.15.2
v2.15.1Compare Source
A minor but important fix in utils.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.15.0...v2.15.1
v2.15.0Compare Source
This is another change in the internal functions of the core, to help Jotai ecosystem libraries.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.14.0...v2.15.0
v2.14.0Compare Source
This version changes the internal functions of the core. Libraries that depend on them, such as jotai-devtools, need to be updated correspondingly.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.13.1...v2.14.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.