Skip to content

Commit

Permalink
Bump use-immer from 0.9.0 to 0.10.0 (#70)
Browse files Browse the repository at this point in the history
Bumps [use-immer](https://github.com/mweststrate/use-immer) from 0.9.0
to 0.10.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/immerjs/use-immer/commit/3dee3dce7d31a811d3281b03b1a8f8e9a389995a"><code>3dee3dc</code></a>
v0.10.0</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/074185b76f17a61fb4f23dd2456df8f87808efad"><code>074185b</code></a>
Merge branch 'fedemp-master'</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/2a69b5e9a62dc766260a05b0d16e686ca230a04c"><code>2a69b5e</code></a>
fixed lock conflict</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/40cc0a81a0c5b3e03aaea457407b45074750904a"><code>40cc0a8</code></a>
chore: Bump debug from 4.1.1 to 4.3.4 (<a
href="https://redirect.github.com/mweststrate/use-immer/issues/121">#121</a>)</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/b8b39dcc689d5692ffa0ea51a5c8b43544950132"><code>b8b39dc</code></a>
chore: Bump <code>@​babel/traverse</code> from 7.12.5 to 7.23.2 (<a
href="https://redirect.github.com/mweststrate/use-immer/issues/123">#123</a>)</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/4741d09cc1ff581ea01914aef6b070930916eb39"><code>4741d09</code></a>
feat: upgrade immer version (<a
href="https://redirect.github.com/mweststrate/use-immer/issues/131">#131</a>)</li>
<li><a
href="https://github.com/immerjs/use-immer/commit/b07fdfcefccfc7ff4252d52d58493d443a63d4c2"><code>b07fdfc</code></a>
chore: Bump json5 from 1.0.1 to 1.0.2 (<a
href="https://redirect.github.com/mweststrate/use-immer/issues/109">#109</a>)</li>
<li>See full diff in <a
href="https://github.com/mweststrate/use-immer/compare/v0.9.0...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=use-immer&package-manager=npm_and_yarn&previous-version=0.9.0&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent b9fc4b2 commit 7958cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/studio-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"tss-react": "4.8.6",
"typescript": "5.3.3",
"use-debounce": "10.0.0",
"use-immer": "0.9.0",
"use-immer": "0.10.0",
"uuid": "9.0.1",
"vm-browserify": "1.1.2",
"webpack": "5.90.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ __metadata:
tss-react: 4.8.6
typescript: 5.3.3
use-debounce: 10.0.0
use-immer: 0.9.0
use-immer: 0.10.0
uuid: 9.0.1
vm-browserify: 1.1.2
webpack: 5.90.0
Expand Down Expand Up @@ -22994,13 +22994,13 @@ __metadata:
languageName: node
linkType: hard

"use-immer@npm:0.9.0":
version: 0.9.0
resolution: "use-immer@npm:0.9.0"
"use-immer@npm:0.10.0":
version: 0.10.0
resolution: "use-immer@npm:0.10.0"
peerDependencies:
immer: ">=2.0.0"
immer: ">=8.0.0"
react: ^16.8.0 || ^17.0.1 || ^18.0.0
checksum: 3f02e31d38f354125e6cffaaed0a08d9bf122b9df261aa7b38a25246813b3bd8b22bf97b192099d4e84adcfbbb07e69e14ba29520e0ac8d93f3991ef3a3652b4
checksum: 372b0eea0a05e9435f5dc57a877ec619ea9a479fc82423f502b4a498d5697f8b06b85d089058db5a056bc8bbdb8e6f9ea8c9850b51a6b05d5c63ab0c8eeb2b7e
languageName: node
linkType: hard

Expand Down

0 comments on commit 7958cb8

Please sign in to comment.