Skip to content

fix(deps): update dependency jotai to ^2.19.1#90

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jotai-2.x
Open

fix(deps): update dependency jotai to ^2.19.1#90
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jotai-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jotai ^2.16.2^2.19.1 age adoption passing confidence

Release Notes

pmndrs/jotai (jotai)

v2.19.1

Compare Source

This release includes several small refactors to improve performance.

What's Changed

  • fix(vanilla/utils/atomWithObservable): use symbol index signature to avoid 'Symbol.observable' type reference by @​sukvvon in #​3274
  • refactor(internals): replace nextDeps with prevDeps by @​dmaskasky in #​3278
  • refactor(internals): reduce recomputeInvalidatedAtoms overhead (performance) by @​dmaskasky in #​3284
  • refactor(internals): reduce flushPending overhead (performance) by @​dmaskasky in #​3285
  • fix(internals): check if atom has dependencies before doing mountDependencies work (performance) by @​dmaskasky in #​3290
  • fix(internals): check if atom has onMount property before queueing processOnMount callback (performance) by @​dmaskasky in #​3291
  • refactor(types): prefer no-any by @​dai-shi in #​3304

New Contributors

Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1

v2.19.0

Compare 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.1

Compare Source

This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.

What's Changed

  • fix(vanilla): subscriber not notified when derived read calls store.set by @​dmaskasky in #​3245
  • fix(vanilla/utils/atomWithObservable): add 'Symbol.observable' type support to 'ObservableLike' by @​sukvvon in #​3253
  • refactor(vanilla/utils/atomWithStorage): use optional chaining for 'storage.subscribe' by @​sukvvon in #​3260

Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1

v2.18.0

Compare Source

We moved jotai/babel to jotai-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.1

Compare 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.0

Compare 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


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "after 9pm,before 9am"
  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 31, 2026
@renovate renovate bot force-pushed the renovate/jotai-2.x branch 2 times, most recently from 6454843 to 4f1ce92 Compare February 7, 2026 12:38
@renovate renovate bot changed the title fix(deps): update dependency jotai to ^2.17.0 fix(deps): update dependency jotai to ^2.17.1 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/jotai-2.x branch 2 times, most recently from db791bb to a41d207 Compare February 12, 2026 14:13
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from a41d207 to f5ce312 Compare February 14, 2026 17:33
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from f5ce312 to 3c46ad4 Compare February 22, 2026 17:54
@renovate renovate bot changed the title fix(deps): update dependency jotai to ^2.17.1 fix(deps): update dependency jotai to ^2.18.0 Feb 22, 2026
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from 3c46ad4 to 9b8765c Compare March 5, 2026 17:23
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from 9b8765c to 3c6ade2 Compare March 12, 2026 19:07
@renovate renovate bot changed the title fix(deps): update dependency jotai to ^2.18.0 fix(deps): update dependency jotai to ^2.18.1 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from 3c6ade2 to 2e8b398 Compare March 27, 2026 14:47
@renovate renovate bot changed the title fix(deps): update dependency jotai to ^2.18.1 fix(deps): update dependency jotai to ^2.19.0 Mar 27, 2026
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from 2e8b398 to cca653a Compare April 8, 2026 14:36
@renovate renovate bot force-pushed the renovate/jotai-2.x branch from cca653a to e98b763 Compare April 10, 2026 14:42
@renovate renovate bot changed the title fix(deps): update dependency jotai to ^2.19.0 fix(deps): update dependency jotai to ^2.19.1 Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants