Skip to content

Build(deps): Bump the app-minor-patch group across 1 directory with 4 updates - #58

Closed
dependabot[bot] wants to merge 1 commit into
devnetfrom
dependabot/npm_and_yarn/dead-mans-vault/app/app-minor-patch-c439527a28
Closed

Build(deps): Bump the app-minor-patch group across 1 directory with 4 updates#58
dependabot[bot] wants to merge 1 commit into
devnetfrom
dependabot/npm_and_yarn/dead-mans-vault/app/app-minor-patch-c439527a28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the app-minor-patch group with 4 updates in the /dead-mans-vault/app directory: @tanstack/react-query, js-base64, zustand and @tanstack/eslint-plugin-query.

Updates @tanstack/react-query from 5.101.4 to 5.102.5

Release notes

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

@​tanstack/react-query-devtools@​5.102.5

Patch Changes

  • Updated dependencies [ef1eff1]:
    • @​tanstack/query-devtools@​5.102.5
    • @​tanstack/react-query@​5.102.5

@​tanstack/react-query-next-experimental@​5.102.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.102.5

@​tanstack/react-query-persist-client@​5.102.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.5
    • @​tanstack/react-query@​5.102.5

@​tanstack/react-query@​5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5
Changelog

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

5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

5.102.4

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4

5.102.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.102.3

5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

5.102.1

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

5.102.0

Minor Changes

  • #10668 e674826 - react-query: update usePrefetchQuery and usePrefetchInfiniteQuery to use queryClient.query and queryClient.infiniteQuery

Patch Changes

  • #11245 37127db - revert: remove NoInfer from useQuery return types

  • #10373 6e3d521 - fix(types): propagate generic type parameters to useMutationState select callback

  • #11224 294d4e6 - Fix queryOptions and infiniteQueryOptions return types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.

  • #11147 cb6c9d3 - Default TData of UseInfiniteQueryOptions and UseSuspenseInfiniteQueryOptions to InfiniteData<TQueryFnData> so it matches the hook generics.

... (truncated)

Commits

Updates js-base64 from 3.9.1 to 3.9.3

Commits
  • 4901374 3.9.3
  • 717fba7 Merge pull request #192 from maximilliangrand/fix/re-utob-low-surrogate-typo
  • 7d46727 fix: correct low-surrogate range in re_utob (#181)
  • 718c299 sync README version from package.json on npm version
  • e8e3e9e bump version to 3.9.2
  • e7ad4ee bump version to 3.9.2
  • 99fa6b1 cleanup .gitignore
  • 239a53e modernize the build: replace Makefile+makecjs pipeline with rollup
  • See full diff in compare view

Updates zustand from 5.0.14 to 5.0.15

Release notes

Sourced from zustand's releases.

v5.0.15

Fix some issues in devtools and persist middleware.

What's Changed

Full Changelog: pmndrs/zustand@v5.0.14...v5.0.15

Commits
  • 2115efb v5.0.15
  • 1f531ba chore(deps): update dev dependencies (#3560)
  • aa6d2a1 docs: add zustand-devtools-bridge (#3559)
  • 3febf8c fix(persist): clearStorage() should invalidate concurrent async rehydration (...
  • f44cecc fix(devtools): correct V8 stack regex when source path contains spaces (#3531)
  • beca84e fix: update broken README links from docs/guides/ to docs/learn/guides/ (#3542)
  • 038f496 docs(persist): clarify createJSONStorage behavior and warn about production u...
  • a1f685c docs: fix missing code highlights in tic-tac-toe tutorial (#3527)
  • 07cee61 docs: fix missing highlight on setXIsNext line in tic-tac-toe tutorial (#3524)
  • 566b5bf Fix dead link in README.md: update immer guide path (#3519)
  • Additional commits viewable in compare view

Updates @tanstack/eslint-plugin-query from 5.101.4 to 5.102.5

Changelog

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

5.102.5

5.102.4

5.102.3

5.102.2

5.102.1

5.102.0

Patch Changes

  • #11212 279bb55 - TypeScript 7 compatibility

  • #11188 3bc8edf - Fix false-positive warnings in no-unstable-deps rule caused by Object.prototype property lookups (toString, valueOf, etc.).

  • #11115 8582702 - Remove unused helper functions from the internal ASTUtils object (getNestedIdentifiers, getNestedReturnStatements, getClosestVariableDeclarator, mapKeyNodeToText, and mapKeyNodeToBaseText). They were not referenced by any rule and are not part of the public API.

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the app-minor-patch group with 4 updates in the /dead-mans-vault/app directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [js-base64](https://github.com/dankogai/js-base64), [zustand](https://github.com/pmndrs/zustand) and [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query).


Updates `@tanstack/react-query` from 5.101.4 to 5.102.5
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.5/packages/react-query)

Updates `js-base64` from 3.9.1 to 3.9.3
- [Commits](dankogai/js-base64@3.9.1...v3.9.3)

Updates `zustand` from 5.0.14 to 5.0.15
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.14...v5.0.15)

Updates `@tanstack/eslint-plugin-query` from 5.101.4 to 5.102.5
- [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.102.5/packages/eslint-plugin-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.102.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-minor-patch
- dependency-name: js-base64
  dependency-version: 3.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-minor-patch
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.102.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: app, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 12, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dead-mans-vault/app/app-minor-patch-c439527a28 branch September 12, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants