Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.72.2
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.73.3
Choose a head ref
  • 20 commits
  • 207 files changed
  • 15 contributors

Commits on Apr 9, 2025

  1. chore: add eslint test script to package.json (#8979)

    * chore: add eslint test script to package.json
    
    Add a new script "test:eslint" to run eslint on the src directory, improving code quality checks during development.
    
    * fix(nx): ensure test eslint depends on build for plugin workspace
    
    Added nx configuration to make test:eslint target depend on the build target of its dependencies, ensuring the eslint plugin workspace is built before running tests.
    Newbie012 authored Apr 9, 2025
    Copy the full SHA
    7236237 View commit details
  2. fix(angular-query): align function signatures to have an options para…

    …meter accepting an object with injector property (#8776)
    
    * refactor(angular-query): change query functions to accept an options object instead of an injector
    
    change query functions to accept an options object instead of an injector so that it matches angular APIs such as effect and allows adding more options in the future.
    
    Closes #8711
    
    * ci: apply automated fixes
    
    * fix build error
    
    * revert changes to deprecated injectQueryClient
    
    * Rename optionsFn as we now also have an options parameter
    
    * Revert changes to injectQueries as there's a PR in progress for that
    
    * Add types for options
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Arnoud de Vries <6420061+arnoud-dv@users.noreply.github.com>
    3 people authored Apr 9, 2025
    Copy the full SHA
    ed35652 View commit details
  3. release: v5.72.3

    tannerlinsley committed Apr 9, 2025
    Copy the full SHA
    812fadf View commit details

Commits on Apr 10, 2025

  1. docs: update createPersister.md with info about cache mutations (#8893)

    * Update createPersister.md with info about #6310
    
    * Fix typo
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    spookyuser and autofix-ci[bot] authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b18972f View commit details
  2. docs(vue-query): update example in disabling-queries.md (#8433)

    littlehaker authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d4f4956 View commit details
  3. types(vue-query): add shallow support to QueryClientConfig (#8692)

    Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
    Mini-ghost and DamianOsipiuk authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    97f9625 View commit details
  4. docs: fix a few typos (#8962)

    juanrgon authored Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    47e6662 View commit details
  5. feat(vue-query): useInfiniteQuery options support maybe ref type (#8956)

    * feat: useInfiniteQuery options support  maybe ref type
    
    * ci: apply automated fixes
    
    * fix: types
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    aa900031 and autofix-ci[bot] authored Apr 10, 2025

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    f56a9f2 View commit details
  6. release: v5.73.0

    tannerlinsley committed Apr 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a2c07a4 View commit details
  7. fix(persistQueryClientRestore): better error handling for persistQuer…

    …yClientRestore (#8969)
    
    * fix(persistQueryClientRestore): Do not swallow exceptions during in persistQueryClientRestore within `restoreClient` and `removeClient`
    
    * fix: rethrow errors in removeClient within all branches
    
    * fix: test for PersistQueryClientProvider in all consumers
    
    * chore: implement PR feedback
    
    * chore: mock console calls, so they do not end up in the console. This way we can also assert on the invocations
    
    * chore: consoleWarn mocks to be restored after each test
    
    * chore: remove tmp file commited accidentally
    
    * chore: adjust docs and include new optional callback `onError`
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    davincho and TkDodo authored Apr 10, 2025
    Copy the full SHA
    2e1282c View commit details
  8. release: v5.73.1

    tannerlinsley committed Apr 10, 2025
    Copy the full SHA
    5f65345 View commit details
  9. chore(angular-query): remove unused microsoft api extractor configs (#…

    arnoud-dv authored Apr 10, 2025
    Copy the full SHA
    ba18d2a View commit details

Commits on Apr 11, 2025

  1. fix(eslint-plugin-query): add footer workaround for CJS default expor…

    …t in modernConfig (#8991)
    Newbie012 authored Apr 11, 2025
    Copy the full SHA
    f536199 View commit details

Commits on Apr 12, 2025

  1. chore: use "moduleResolution": "Bundler" at root level (#9002)

    * Change to bunlder at root
    
    * Update Next defaults
    
    * Remove moduleResolution from packages
    
    * Remove from scripts
    
    * Unify moduleResolution
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    lachlancollins and autofix-ci[bot] authored Apr 12, 2025
    Copy the full SHA
    c4afce4 View commit details
  2. release: v5.73.2

    tannerlinsley committed Apr 12, 2025
    Copy the full SHA
    cc2a72e View commit details
  3. chore(deps): update dependency vite to v6.2.6 [security] (#9000)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 12, 2025
    Copy the full SHA
    a48ec06 View commit details
  4. chore(deps): update packages (#9003)

    * chore(deps): update packages
    
    * ci: apply automated fixes
    
    * Remove @types/eslint
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    lachlancollins and autofix-ci[bot] authored Apr 12, 2025
    Copy the full SHA
    713ba3a View commit details
  5. chore: bundle-size reporting

    TkDodo authored Apr 12, 2025
    Copy the full SHA
    d5ba5d1 View commit details
  6. fix(query-core): make sure we don't invoke select too often when usin…

    …g placeholderData (#9007)
    
    * fix(query-core): make sure we don't invoke select too often when using placeholderData
    
    * ref: run through placeholderData first, then through
    
    this helps us memoizing select calls, and we can get rid of some duplication around how select is called again after placeholderData
    
    * chore: skip-nx-cache attempt
    
    * test: increase timeout
    
    * chore: re-enable caching
    TkDodo authored Apr 12, 2025
    Copy the full SHA
    38178ba View commit details
  7. release: v5.73.3

    tannerlinsley committed Apr 12, 2025
    Copy the full SHA
    f16d7af View commit details
Loading