Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jotai-tanstack-query from 0.8.5 to 0.9.0 #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps jotai-tanstack-query from 0.8.5 to 0.9.0.

Changelog

Sourced from jotai-tanstack-query's changelog.

[0.9.0] - 2024-09-29

Added

  • add: change atom signature to return a setter function to force re-evaluate an atom. This is to help the atom able to reevaluate when it hits an error boundary by throwing a rejected promise.

[0.8.8] - 2024-09-15

Changed

  • fix: use query.reset on error instead of client.resetQueries.

[0.8.7] - 2024-08-18

Changed

  • add: batch calls to improve perf
  • fix: return appropriate cleanup functions
  • fix: cleanup - remove unused code

[0.8.6] - 2024-08-05

Changed

  • fix: remove wonka as a peer dependency
Commits
  • ddee97b changelog v0.9.0
  • 4e51c9f Merge pull request #94 from jotaijs/kj/refetch-on-error
  • d153545 refresh setter to reset error boundary
  • 5f2de9f changelog v0.8.8
  • cc7e0c1 Merge pull request #93 from jotaijs/kj/refetch-on-error
  • cf6ef76 bug: reset query via query instead of using resetQueries on client
  • 5b9b962 changelog v0.8.7
  • 7d6ee8e Merge pull request #89 from peterferguson/fix-atom-with-mutation-state-unsubs...
  • 4171f5d Merge pull request #91 from jotaijs/kj/notifymanager-cleanup
  • 8ec8aaf add notify manager, cleanup unused code
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [jotai-tanstack-query](https://github.com/jotaijs/jotai-tanstack-query) from 0.8.5 to 0.9.0.
- [Changelog](https://github.com/jotaijs/jotai-tanstack-query/blob/main/CHANGELOG.md)
- [Commits](jotaijs/jotai-tanstack-query@v0.8.5...v0.9.0)

---
updated-dependencies:
- dependency-name: jotai-tanstack-query
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants