Skip to content

Commit

Permalink
fix(deps): update dependency jotai to ^2.6.4 (#545)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jotai](https://togithub.com/pmndrs/jotai) | [`^2.6.0` ->
`^2.6.4`](https://renovatebot.com/diffs/npm/jotai/2.6.0/2.6.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jotai/2.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jotai/2.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jotai/2.6.0/2.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jotai/2.6.0/2.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pmndrs/jotai (jotai)</summary>

### [`v2.6.4`](https://togithub.com/pmndrs/jotai/releases/tag/v2.6.4)

[Compare
Source](https://togithub.com/pmndrs/jotai/compare/v2.6.3...v2.6.4)

Performance improvement! Check it out!

##### What's Changed

- refactor: refactoring store and options type by
[@&#8203;ssi02014](https://togithub.com/ssi02014) in
[pmndrs/jotai#2360
- refactor: modified Args type by
[@&#8203;ssi02014](https://togithub.com/ssi02014) in
[pmndrs/jotai#2367
- Improve performance of recomputeDependents by
[@&#8203;samkline](https://togithub.com/samkline) in
[pmndrs/jotai#2363
- fix(vanilla): fix unexpected cache in jotai-scope by
[@&#8203;yf-yang](https://togithub.com/yf-yang) in
[pmndrs/jotai#2371

##### New Contributors

- [@&#8203;ssi02014](https://togithub.com/ssi02014) made their first
contribution in
[pmndrs/jotai#2360
- [@&#8203;samkline](https://togithub.com/samkline) made their first
contribution in
[pmndrs/jotai#2363
- [@&#8203;yf-yang](https://togithub.com/yf-yang) made their first
contribution in
[pmndrs/jotai#2371

**Full Changelog**:
pmndrs/jotai@v2.6.3...v2.6.4

### [`v2.6.3`](https://togithub.com/pmndrs/jotai/releases/tag/v2.6.3)

[Compare
Source](https://togithub.com/pmndrs/jotai/compare/v2.6.2...v2.6.3)

Some improvements in core and utils 👏

#### What's Changed

- fix: atoms should not remount on recalculations (with async
dependencies) by [@&#8203;dmaskasky](https://togithub.com/dmaskasky) in
[pmndrs/jotai#2347
- fix(utils): atomWithReducer for jotai-scope by
[@&#8203;dai-shi](https://togithub.com/dai-shi) in
[pmndrs/jotai#2351
- fix(utils/atomWithStorage): defaultStorage with disabled local storage
crashes on mount by
[@&#8203;benediktschlager](https://togithub.com/benediktschlager) in
[pmndrs/jotai#2354
- feat(vanilla): customizable atom.unstable_is by
[@&#8203;dai-shi](https://togithub.com/dai-shi) in
[pmndrs/jotai#2356

#### New Contributors

- [@&#8203;SpringHgui](https://togithub.com/SpringHgui) made their first
contribution in
[pmndrs/jotai#2320
- [@&#8203;sakurawen](https://togithub.com/sakurawen) made their first
contribution in
[pmndrs/jotai#2358
- [@&#8203;JoltCode](https://togithub.com/JoltCode) made their first
contribution in
[pmndrs/jotai#2357
- [@&#8203;benediktschlager](https://togithub.com/benediktschlager) made
their first contribution in
[pmndrs/jotai#2354

**Full Changelog**:
pmndrs/jotai@v2.6.2...v2.6.3

### [`v2.6.2`](https://togithub.com/pmndrs/jotai/releases/tag/v2.6.2)

[Compare
Source](https://togithub.com/pmndrs/jotai/compare/v2.6.1...v2.6.2)

Some improvements for atomWithStorage. Feedback is welcome.

#### What's Changed

- fix(vanilla): should mount once with atom creator atom by
[@&#8203;nogaten](https://togithub.com/nogaten) in
[pmndrs/jotai#2319
- feat(utils): createJSONStrage options by
[@&#8203;dai-shi](https://togithub.com/dai-shi) in
[pmndrs/jotai#2324
- feat(utils): add withStorageValidator by
[@&#8203;dai-shi](https://togithub.com/dai-shi) in
[pmndrs/jotai#2336

#### New Contributors

- [@&#8203;L-Qun](https://togithub.com/L-Qun) made their first
contribution in
[pmndrs/jotai#2318
- [@&#8203;ahme-dev](https://togithub.com/ahme-dev) made their first
contribution in
[pmndrs/jotai#2332
- [@&#8203;nogaten](https://togithub.com/nogaten) made their first
contribution in
[pmndrs/jotai#2319

**Full Changelog**:
pmndrs/jotai@v2.6.1...v2.6.2

### [`v2.6.1`](https://togithub.com/pmndrs/jotai/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/pmndrs/jotai/compare/v2.6.0...v2.6.1)

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

- fix(utils): add init property to the return type of atomWithReset by
[@&#8203;jaesoekjjang](https://togithub.com/jaesoekjjang) in
[pmndrs/jotai#2304
- fix(utils): add description for the RESET symbol. by
[@&#8203;MiroslavPetrik](https://togithub.com/MiroslavPetrik) in
[pmndrs/jotai#2307

#### New Contributors

- [@&#8203;wherehows](https://togithub.com/wherehows) made their first
contribution in
[pmndrs/jotai#2270
- [@&#8203;benson00077](https://togithub.com/benson00077) made their
first contribution in
[pmndrs/jotai#2284
- [@&#8203;ioExpander](https://togithub.com/ioExpander) made their first
contribution in
[pmndrs/jotai#2280
- [@&#8203;jaesoekjjang](https://togithub.com/jaesoekjjang) made their
first contribution in
[pmndrs/jotai#2304

**Full Changelog**:
pmndrs/jotai@v2.6.0...v2.6.1

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/likec4/likec4).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 469c3bc commit 1f97776
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-scroll-lock-upgrade": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"jotai": "^2.6.0",
"jotai": "^2.6.4",
"langium": "^2.1.3",
"lucide-react": "^0.294.0",
"monaco-editor": "0.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/diagrams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@react-spring/konva": "^9.7.3",
"@use-gesture/react": "^10.3.0",
"body-scroll-lock-upgrade": "^1.1.0",
"jotai": "^2.6.0",
"jotai": "^2.6.4",
"khroma": "^2.1.0",
"konva": "^9.3.2",
"rambdax": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/likec4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"jotai": "^2.6.0",
"jotai": "^2.6.4",
"nanostores": "^0.9.5",
"playwright-core": "^1.40.1",
"postcss": "^8.4.32",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ __metadata:
"@use-gesture/react": "npm:^10.3.0"
body-scroll-lock-upgrade: "npm:^1.1.0"
execa: "npm:^8.0.1"
jotai: "npm:^2.6.0"
jotai: "npm:^2.6.4"
khroma: "npm:^2.1.0"
konva: "npm:^9.3.2"
rambdax: "npm:^9.1.1"
Expand Down Expand Up @@ -1129,7 +1129,7 @@ __metadata:
body-scroll-lock-upgrade: "npm:^1.1.0"
class-variance-authority: "npm:^0.7.0"
clsx: "npm:^1.2.1"
jotai: "npm:^2.6.0"
jotai: "npm:^2.6.4"
langium: "npm:^2.1.3"
likec4: "workspace:*"
lucide-react: "npm:^0.294.0"
Expand Down Expand Up @@ -9135,9 +9135,9 @@ __metadata:
languageName: node
linkType: hard

"jotai@npm:^2.6.0":
version: 2.6.0
resolution: "jotai@npm:2.6.0"
"jotai@npm:^2.6.4":
version: 2.6.4
resolution: "jotai@npm:2.6.4"
peerDependencies:
"@types/react": ">=17.0.0"
react: ">=17.0.0"
Expand All @@ -9146,7 +9146,7 @@ __metadata:
optional: true
react:
optional: true
checksum: 10/7e635f4f5052582095ed3949aa46f26213b10237bc4876db242c936f0f4d4272129727d7419e4fd5b1b83fa55b7ad737575453116a955dcc6b3a26cba14591f2
checksum: 10/645611e82349d9465c945e83bcf842ca98b11e3747e34910731b22a73e0bb104d47973936031e4df1ca1e1bfee722cc5549207df8838fcf9b39b256ac233de06
languageName: node
linkType: hard

Expand Down Expand Up @@ -9564,7 +9564,7 @@ __metadata:
esbuild-node-externals: "npm:^1.11.0"
execa: "npm:^8.0.1"
get-port: "npm:^7.0.0"
jotai: "npm:^2.6.0"
jotai: "npm:^2.6.4"
json5: "npm:^2.2.3"
mkdirp: "npm:^3.0.1"
nanostores: "npm:^0.9.5"
Expand Down

0 comments on commit 1f97776

Please sign in to comment.