Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-dependencies group with 2 updates in the / directory: @tanstack/svelte-query and fast-equals.

Updates @tanstack/svelte-query from 5.90.2 to 6.0.14

Release notes

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

@​tanstack/svelte-query-persist-client@​6.0.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.13
    • @​tanstack/svelte-query@​6.0.12

@​tanstack/svelte-query@​6.0.14

Patch Changes

  • Updated dependencies [7f47906]:
    • @​tanstack/query-core@​5.90.16

@​tanstack/svelte-query@​6.0.13

Patch Changes

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

@​tanstack/svelte-query-persist-client@​6.0.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.11
    • @​tanstack/svelte-query@​6.0.10

@​tanstack/svelte-query@​6.0.12

Patch Changes

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

@​tanstack/svelte-query-persist-client@​6.0.11

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.10
    • @​tanstack/svelte-query@​6.0.9

@​tanstack/svelte-query-persist-client@​6.0.10

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.9
    • @​tanstack/svelte-query@​6.0.8

@​tanstack/svelte-query@​6.0.10

Patch Changes

... (truncated)

Changelog

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

6.0.14

Patch Changes

  • Updated dependencies [7f47906]:
    • @​tanstack/query-core@​5.90.16

6.0.13

Patch Changes

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

6.0.12

Patch Changes

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

6.0.11

Patch Changes

  • Updated dependencies [4a0a78a]:
    • @​tanstack/query-core@​5.90.13

6.0.10

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

6.0.9

Patch Changes

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

6.0.8

Patch Changes

6.0.7

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/svelte-query since your current version.


Updates fast-equals from 5.4.0 to 6.0.0

Release notes

Sourced from fast-equals's releases.

Release 6.0.0

  • [Cleanup] Final touches for v6 (#171) (eafa037)
  • [Enhancement] Drop UMD support and source maps (#164) (348d167)
  • add strictEqual method, and remove indirecton methods from equals.ts (#170) (5a566ff)
  • reduce exposed types, and simplify internals related to typed equality comparators (#169) (8225219)
  • include AsyncGeneratorFunction in tag handlers (475fcfd)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-rc.1

  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (8784ab9)
  • [Fix] Restore sameValueZeroEqual (#168) (3b9cabf)

Release 6.0.0-rc.0

  • update CHANGELOG to include other changes (4b7ede2)
  • update dependencies to latest (2665004)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (0df48c3)
  • [Cleanup] Speed tweaks (#167) (5ab92f5)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (3a82b11)
  • [Enhancement] Make custom comparators more flexible (#166) (7dfc4a0)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (ae63678)
  • [Enhancement] Internalize tag lookup to object (#165) (ebafde5)

Release 6.0.0-beta.1

  • update to latest build tools with consolidated types files (305021a)
  • update CHANGELOG (9602aed)

Release 6.0.0-beta.0

  • update to latest build tools beta (d94d990)
  • Merge branch 'main' of github.com:planttheidea/fast-equals into enhancement/drop-umd-support (863ea8b)
  • get build setup working (5d45951)
Changelog

Sourced from fast-equals's changelog.

6.0.0

Breaking changes

  • #164 - Drop UMD support and distribution of source maps (see #161 for reasoning)
  • #166 - Remove unsupportedTagComparators object in favor of getUnsupportedCustomComparator method
  • Add sameValueEqual method (Object.is with ponyfill for legacy environments) and make it the default number comparison (formerly used sameValueZeroEqual)
  • #170 - Add strictEqual method for convenience and completeness

Enhancements

  • BigInt support added (uses same handlers as normal numbers)
  • Faster!
  • More flexibility for methods not included by default via getUnsupportedCustomComparator
Commits
  • 7417e12 Release 6.0.0
  • eafa037 [Cleanup] Final touches for v6 (#171)
  • 348d167 [Enhancement] Drop UMD support and source maps (#164)
  • 5a566ff add strictEqual method, and remove indirecton methods from equals.ts (#170)
  • 8225219 reduce exposed types, and simplify internals related to typed equality compar...
  • 475fcfd include AsyncGeneratorFunction in tag handlers
  • 3b9cabf [Fix] Restore sameValueZeroEqual (#168)
  • 5ab92f5 [Cleanup] Speed tweaks (#167)
  • 7dfc4a0 [Enhancement] Make custom comparators more flexible (#166)
  • ebafde5 [Enhancement] Internalize tag lookup to object (#165)
  • See full diff in compare view

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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 11, 2026
… 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) and [fast-equals](https://github.com/planttheidea/fast-equals).


Updates `@tanstack/svelte-query` from 5.90.2 to 6.0.14
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/svelte-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/svelte-query)

Updates `fast-equals` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/planttheidea/fast-equals/releases)
- [Changelog](https://github.com/planttheidea/fast-equals/blob/main/CHANGELOG.md)
- [Commits](planttheidea/fast-equals@v5.4.0...v6.0.0)

---
updated-dependencies:
- dependency-name: "@tanstack/svelte-query"
  dependency-version: 6.0.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: fast-equals
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-57279cce6d branch from 4eeac27 to c9534da Compare January 12, 2026 06:59
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.

1 participant