Skip to content

chore(deps-dev): bump @tanstack/eslint-plugin-query from 5.91.4 to 5.97.0#2339

Merged
kmendell merged 1 commit intomainfrom
dependabot/npm_and_yarn/tanstack/eslint-plugin-query-5.97.0
Apr 12, 2026
Merged

chore(deps-dev): bump @tanstack/eslint-plugin-query from 5.91.4 to 5.97.0#2339
kmendell merged 1 commit intomainfrom
dependabot/npm_and_yarn/tanstack/eslint-plugin-query-5.97.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps @tanstack/eslint-plugin-query from 5.91.4 to 5.97.0.

Release notes

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

@​tanstack/eslint-plugin-query@​5.97.0

Minor Changes

  • feat(eslint): support eslint v10 and typescript v6 (#10182)

@​tanstack/eslint-plugin-query@​5.96.2

Patch Changes

  • fix(eslint-plugin): normalize whitespace in allowList variable matching for multiline expressions (#10337)

@​tanstack/eslint-plugin-query@​5.96.1

No release notes provided.

Changelog

Sourced from @​tanstack/eslint-plugin-query's changelog.

5.97.0

Minor Changes

  • feat(eslint): support eslint v10 and typescript v6 (#10182)

5.96.2

Patch Changes

  • fix(eslint-plugin): normalize whitespace in allowList variable matching for multiline expressions (#10337)

5.96.1

5.96.0

Minor Changes

  • Add prefer-query-options rule and recommendedStrict config (#10359)

5.95.2

5.95.1

5.95.0

Minor Changes

  • BREAKING (eslint-plugin): The exhaustive-deps rule now reports member expression dependencies more granularly for call expressions (e.g. a.b.foo() suggests a.b), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an allowlist option with variables and types arrays to exclude specific dependencies from enforcement. (#10295)

5.94.5

Patch Changes

  • fix(*): resolve issue about excluded build directory (#10312)

5.94.4

Patch Changes

  • chore: fixed version (#10064)

5.91.5

Patch Changes

  • Fix exhaustive-deps to detect dependencies used inside nested queryFn callbacks/control flow, and avoid false positives when those dependencies are already present in complex queryKey expressions. (#10258)
Commits
  • 125067c ci: Version Packages (#10436)
  • 23a4029 feat(eslint-plugin-query): add ESLint v10 to peer dependencies (#10182)
  • 5ca721f ci: Version Packages (#10379)
  • deb62e0 fix(eslint-plugin): normalize whitespace in allowList variable matching for m...
  • 75052a7 ci: Version Packages (#10370)
  • 4a3275c fix(build): exclude config files from production DTS rollup (#10358)
  • 73e783b ci: Version Packages (#10364)
  • ed2f2ab feat(eslint-plugin-query): add prefer-query-options rule (#10359)
  • 7e5fe21 test(eslint-plugin-query/no-void-query-fn): add coverage for prefetchQuery, p...
  • 289fe2e test(eslint-plugin-query/no-void-query-fn): add coverage for useInfiniteQuery...
  • 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 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 Apr 11, 2026
@dependabot dependabot bot requested a review from a team April 11, 2026 02:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2026
@kmendell
Copy link
Copy Markdown
Member

kmendell commented Apr 11, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@getarcaneappbot
Copy link
Copy Markdown
Contributor

getarcaneappbot commented Apr 11, 2026

Container images for this PR have been built successfully!

  • Manager: ghcr.io/getarcaneapp/arcane:pr-2339
  • Agent: ghcr.io/getarcaneapp/arcane-headless:pr-2339

Built from commit 9ae064e

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tanstack/eslint-plugin-query-5.97.0 branch 3 times, most recently from 6740f0e to b56a354 Compare April 12, 2026 00:08
@github-actions
Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can stay up-to-date and reviewed.

Bumps [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) from 5.91.4 to 5.97.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.97.0/packages/eslint-plugin-query)

---
updated-dependencies:
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.97.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tanstack/eslint-plugin-query-5.97.0 branch from b56a354 to 9ae064e Compare April 12, 2026 00:24
@kmendell kmendell merged commit c569cce into main Apr 12, 2026
19 checks passed
@kmendell kmendell deleted the dependabot/npm_and_yarn/tanstack/eslint-plugin-query-5.97.0 branch April 12, 2026 16:46
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants