This repository was archived by the owner on Oct 1, 2025. It is now read-only.
fix(deps): update dependency valtio to v1.13.2#104
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency valtio to v1.13.2#104renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #104 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 19 19
Lines 627 627
Branches 62 64 +2
=======================================
Hits 626 626
Misses 1 1 ☔ View full report in Codecov by Sentry. |
e90ba1b to
4e7c28f
Compare
4e7c28f to
9128ec5
Compare
9128ec5 to
00a08a9
Compare
00a08a9 to
c506dec
Compare
c506dec to
0c405f8
Compare
0c405f8 to
39ab92f
Compare
39ab92f to
3c59461
Compare
3c59461 to
8bee386
Compare
8bee386 to
c034106
Compare
c034106 to
7ff49c6
Compare
7ff49c6 to
6ec775a
Compare
6ec775a to
a54157f
Compare
a54157f to
f26a54e
Compare
f26a54e to
2b6af76
Compare
2b6af76 to
fd817c6
Compare
fd817c6 to
72b0d4c
Compare
72b0d4c to
aa7d1dd
Compare
30b7cc2 to
7ffad12
Compare
7ffad12 to
7e44be4
Compare
7e44be4 to
494f06a
Compare
494f06a to
1f0be5b
Compare
1f0be5b to
e6ff034
Compare
e6ff034 to
c84b2b2
Compare
c84b2b2 to
2b70cba
Compare
2b70cba to
b56b099
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.1.2->1.13.2Release Notes
pmndrs/valtio (valtio)
v1.13.2Compare Source
It should improve the compatibility with old browsers.
What's Changed
Full Changelog: pmndrs/valtio@v1.13.1...v1.13.2
v1.13.1Compare Source
A small improvement in types.
What's Changed
Snapshot<T>use read-only collections by @cAttte in #850New Contributors
Full Changelog: pmndrs/valtio@v1.13.0...v1.13.1
v1.13.0Compare Source
We have a new valtio-history package!
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.12.1...v1.13.0
v1.12.1Compare Source
Some improvements in valtio/utils.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.12.0...v1.12.1
v1.12.0Compare Source
This version moves derive to a dependency. Please open a new discussion if you find some problems.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.11.3...v1.12.0
v1.11.3Compare Source
This fixes some edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.11.2...v1.11.3
v1.11.2Compare Source
This improves some TypeScript issues.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.11.1...v1.11.2
v1.11.1Compare Source
This reverts the change made in v1.11.0, which turns out to be troublesome for RN users.
It's basically the same as v1.10.7.
git diff v1.10.7...v1.11.1 src
What's Changed
Full Changelog: pmndrs/valtio@v1.11.0...v1.11.1
v1.11.0Compare Source
This adds a new behavior to trap
definePropertyfor certain cases.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.7...v1.11.0
v1.10.7Compare Source
Some improvements for edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.6...v1.10.7
v1.10.6Compare Source
It comes with some improvements.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.5...v1.10.6
v1.10.5Compare Source
This may improve performance in some edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.4...v1.10.5
v1.10.4Compare Source
The first one is a small improvement/fix. The second one is hoping to to support Deno, but unconfirmed.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.3...v1.10.4
v1.10.3Compare Source
v1.10.1 had a regression in some edge cases, which is fixed in this version.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.2...v1.10.3
v1.10.2Compare Source
v1.10.1 has a performance issue in some cases. This should fix it.
What's Changed
Full Changelog: pmndrs/valtio@v1.10.1...v1.10.2
v1.10.1Compare Source
This version contains some small fixes and internal improvements.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.10.0...v1.10.1
v1.10.0Compare Source
This version fixes an issue in edge cases. It also deprecates
proxyWithComputedin favor of bare object getters.What's Changed
__DEV__with ts-jest by @dai-shi in #643New Contributors
Full Changelog: pmndrs/valtio@v1.9.0...v1.10.0
v1.9.0Compare Source
This deprecates
useProxymacro and adds newuseProxyutil, which is a convenient React hook to avoid misusing proxy states and snapshots.What's Changed
Full Changelog: pmndrs/valtio@v1.8.2...v1.9.0
v1.8.2Compare Source
This includes a small fix and a small improvement.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.8.0...v1.8.2
v1.8.1Compare Source
v1.8.0Compare Source
This version adds no new features, but the internal code is changed a lot. Thus, minor bump.
What's Changed
Full Changelog: pmndrs/valtio@v1.7.6...v1.8.0
v1.7.6Compare Source
There was a small regression in types since v1.7.3, which is fixed.
What's Changed
Full Changelog: pmndrs/valtio@v1.7.5...v1.7.6
v1.7.5Compare Source
There are some improvements related with ESM.
What's Changed
Full Changelog: pmndrs/valtio@v1.7.4...v1.7.5
v1.7.4Compare Source
There was an issue in v1.7.3 with ESM, like in Next.js. This version fixes it.
What's Changed
Full Changelog: pmndrs/valtio@v1.7.3...v1.7.4
v1.7.3Compare Source
This version includes some refactors. It should be safe to upgrade. Feel free to open issues/discussions if you find something.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.7.2...v1.7.3
v1.7.2Compare Source
This fixes a type issue in v1.7.1. It also improves old ts version support.
What's Changed
Full Changelog: pmndrs/valtio@v1.7.1...v1.7.2
v1.7.1Compare Source
This fixes some bugs in edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.7.0...v1.7.1
v1.7.0Compare Source
There are some refactors in the core of the library. It exposes a new experimental internal function. 99% of users wouldn't need it. Feel free to report issues if found. This also improves
proxyWithHistoryin valtio/utils.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.6.4...v1.7.0
v1.6.4Compare Source
For quite a while, there has been a performance issue with many
useSnapshothooks with a single state, which is now fixed!What's Changed
Full Changelog: pmndrs/valtio@v1.6.3...v1.6.4
v1.6.3Compare Source
TypeScript types in v1.6.2 wasn't ideal for some cases. This is to fix it. We are not 100% sure and there might still be some issues.
What's Changed
Full Changelog: pmndrs/valtio@v1.6.2...v1.6.3
v1.6.2Compare Source
This changes TypeScript types a little bit. Please report issues if something goes wrong.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.6.1...v1.6.2
v1.6.1Compare Source
There was a regression since v1.5.0 introduced in #234, which is now fixed.
What's Changed
Full Changelog: pmndrs/valtio@v1.6.0...v1.6.1
v1.6.0Compare Source
This improves
proxyWithComputed. No changes in API, but its behavior is changed and simplified. To have the same behavior as before, you need to wrap computed functions withmemoizefromproxy-memoize. It's more explicit and thus customizable.What's Changed
Full Changelog: pmndrs/valtio@v1.5.2...v1.6.0
v1.5.2Compare Source
This fixes an issue with server rendering such as with Next.js.
What's Changed
Full Changelog: pmndrs/valtio@v1.5.1...v1.5.2
v1.5.1Compare Source
There was an issue in ESM build in v1.5.0, which caused a problem to Next.js users. It's fixed.
What's Changed
Full Changelog: pmndrs/valtio@v1.5.0...v1.5.1
v1.5.0Compare Source
This uses
useSyncExternalStorefrom React 18. It uses a shim when it's with pre-18, so nothing is breaking.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.4.0...v1.5.0
v1.4.0Compare Source
This release adds
valtio/macro/viteto enableuseProxymacro for vite users. It's pretty new and may contain bugs. Feel free to report issues.It also includes various non-trivial bug fixes.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.3.1...v1.4.0
v1.3.1Compare Source
This fixes Maximum call stack size exceeded error in DEV.
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.3.0...v1.3.1
v1.3.0Compare Source
This fixes some build issues. UMD/SystemJS builds are completely renewed. Exported functions are refactored for TypeScript and we have an easier option to loosen
useSnapshottyping (#357).What's Changed
__DEV__to control development mode by @dai-shi in #338Full Changelog: pmndrs/valtio@v1.2.12...v1.3.0
v1.2.12Compare Source
This is just a small release to fix a bug in
proxyWithHistoryutil.What's Changed
Full Changelog: pmndrs/valtio@v1.2.11...v1.2.12
v1.2.11Compare Source
v1.2.10 has two serious issues: a) TS types for
useSnapshotandproxyWithComputedare broken. b)derivehas a bug. They should be fixed in v1.2.11, but there can still be some bugs. Please feel free to open issues.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.2.10...v1.2.11
v1.2.10Compare Source
This adds new
proxyMapand fixesderive, both invaltio/utils. The internalDeepResolveTypetype is deprecated, which might require migration.Migration Guide (from v1.2.8 and v1.2.9)
In case you need to specify snapshot types, there are two options.
Assert mutable (let's lie)
as Statecan beas typeof state.Wrap types with
Readonly<>Readonly<State>can beReadonly<typeof state>If the state is deeply nested, please define
DeepReadonlytype util.What's Changed
Full Changelog: pmndrs/valtio@v1.2.9...v1.2.10
v1.2.9Compare Source
This has small fixes in core, but most notably, it adds a new
proxySetutil invaltio/utils.[Important Note] #324 change can be breaking in types if some types are explicitly typed without
readonly. See #327 for discussions.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.2.8...v1.2.9
v1.2.8Compare Source
This adds
unstable_getHandlerapi which is not documented. It includes some refactorings internally. Please report issues if something goes wrong. Also, this adds UMD and SystemJS builds for CDN.What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.2.7...v1.2.8
v1.2.7Compare Source
This should improve performance. 🚀
What's Changed
New Contributors
Full Changelog: pmndrs/valtio@v1.2.6...v1.2.7
v1.2.6Compare Source
Improved
devtoolsutil.What's Changed
Full Changelog: pmndrs/valtio@v1.2.5...v1.2.6
v1.2.5Compare Source
Based on some feedbacks, this version includes some minor fixes.
What's Changed
Full Changelog: pmndrs/valtio@v1.2.4...v1.2.5
v1.2.4: v.1.2.4Compare Source
v1.2.3 accidentally requires newer node.js versions. v1.2.4 fixes it by reverting exports format.
v1.2.3Compare Source
This improves
devtoolsinvaltio/utils.v1.2.2Compare Source
This fixes ESM exports for some environments. Some utils are also improved.
v1.2.1Compare Source
As reported in #210, there was an issue with ESM build. This version fixes it by updating the dependency.
v1.2.0Compare Source
We add a new util
derive, and deprecateaddComputedin favor of it.In valtio, proxy objects are primitive subscription targets, and
deriveis a better-fitting abstraction for creating derived / computed values.deriveis recommended for both React and Vanilla.v1.1.3Compare Source
This fixes an issue to handle promises (a.k.a. Suspense) in snapshots.
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 was generated by Mend Renovate. View the repository job log.