Skip to content

chore(deps): bump @tanstack/react-query from 5.69.0 to 5.69.3#484

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/tanstack/react-query-5.69.3
Mar 31, 2025
Merged

chore(deps): bump @tanstack/react-query from 5.69.0 to 5.69.3#484
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/tanstack/react-query-5.69.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps @tanstack/react-query from 5.69.0 to 5.69.3.

Release notes

Sourced from @​tanstack/react-query's releases.

v5.69.3

Version 5.69.3 - 3/28/25, 10:53 AM

Changes

Refactor

  • react-query-persist-client: remove unnecessary props spreading (#8778) (ed2d4e9) by @​manudeli

Test

  • react-query: use fake timer for HydrationBoundary.test.tsx (#8774) (dcb3c50) by @​manudeli

Packages

  • @​tanstack/react-query@​5.69.3
  • @​tanstack/react-query-persist-client@​5.69.3
  • @​tanstack/react-query-devtools@​5.69.3
  • @​tanstack/react-query-next-experimental@​5.69.3

v5.69.2

Version 5.69.2 - 3/28/25, 8:20 AM

Changes

Fix

  • core: make sure that calling setOptions will always notifyListeners (#8771) (1b54538) by Dominik Dorfmeister

Chore

  • deps: update dependency vite to v5.4.15 [security] (#8856) (f45205f) by renovate[bot]

Docs

  • Update overview.md (#8859) (b23bb39) by Eva
  • Add Connect RPC to the list of community projects (#8850) (6d03341) by Brandon Weeks
  • fix ignored promise from invalidate queries (#8847) (3064422) by @​keyurgovrani
  • fix internal link (#8855) (04712b7) by Denis Shvets
  • Update testing.md (fb1dffc) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.69.2
  • @​tanstack/react-query@​5.69.2
  • @​tanstack/solid-query@​5.69.2
  • @​tanstack/svelte-query@​5.69.2
  • @​tanstack/angular-query-experimental@​5.69.2
  • @​tanstack/query-broadcast-client-experimental@​5.69.2
  • @​tanstack/query-persist-client-core@​5.69.2

... (truncated)

Commits
  • 9ecaf2f release: v5.69.3
  • dcb3c50 test(react-query): use fake timer for HydrationBoundary.test.tsx (#8774)
  • 597654d release: v5.69.2
  • 1b54538 fix(core): make sure that calling setOptions will always notifyListeners (#8771)
  • See full diff 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 will merge this PR once CI passes on it, as requested by @nicolasmelo1.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 28, 2025
@changeset-bot
Copy link

changeset-bot bot commented Mar 28, 2025

⚠️ No Changeset found

Latest commit: dc0d483

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@nicolasmelo1 nicolasmelo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tanstack/react-query-5.69.3 branch from 27ee9f0 to 7c64171 Compare March 31, 2025 18:49
Copy link
Contributor

@nicolasmelo1 nicolasmelo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.69.0 to 5.69.3.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.69.3/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tanstack/react-query-5.69.3 branch from 7c64171 to dc0d483 Compare March 31, 2025 18:51
Copy link
Contributor

@nicolasmelo1 nicolasmelo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@github-actions
Copy link

✅ Build completed successfully!

You can view the build artifacts here.

@dependabot dependabot bot merged commit 56ea83f into main Mar 31, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tanstack/react-query-5.69.3 branch March 31, 2025 18:53
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 examples javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant