Update dependency jotai to v2.20.2#109
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
February 4, 2026 05:08
a62d20f to
86c82d3
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
February 12, 2026 16:34
86c82d3 to
98beeaf
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
February 17, 2026 16:31
98beeaf to
8ab190d
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
February 19, 2026 01:47
8ab190d to
61a42f5
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
March 5, 2026 19:52
61a42f5 to
1d6dabd
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
March 9, 2026 19:17
1d6dabd to
f7e8b3a
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
March 13, 2026 15:53
f7e8b3a to
2331bc6
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
March 24, 2026 08:53
2331bc6 to
661a98f
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
April 1, 2026 19:02
661a98f to
7e910f9
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
April 7, 2026 17:17
7e910f9 to
3a6f7b2
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
April 8, 2026 20:54
3a6f7b2 to
cd9c47b
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
April 29, 2026 11:01
cd9c47b to
02f6d7c
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
May 6, 2026 04:44
02f6d7c to
0bc70d3
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
May 12, 2026 16:04
0bc70d3 to
54c449e
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
May 18, 2026 16:36
54c449e to
a615b07
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
May 28, 2026 17:55
a615b07 to
4267577
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
June 1, 2026 21:37
4267577 to
f8370e8
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
June 11, 2026 16:08
f8370e8 to
30d6f1e
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
July 12, 2026 13:00
30d6f1e to
99c3c5f
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
July 14, 2026 15:39
99c3c5f to
f8026b5
Compare
renovate
Bot
force-pushed
the
renovate/jotai-2.x-lockfile
branch
from
July 16, 2026 15:18
f8026b5 to
c6e8361
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.16.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
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.