-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Comparing changes
Open a pull request
base repository: TanStack/query
base: v5.72.2
head repository: TanStack/query
compare: v5.73.3
- 20 commits
- 207 files changed
- 15 contributors
Commits on Apr 9, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7236237 - Browse repository at this point
Copy the full SHA 7236237View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ed35652 - Browse repository at this point
Copy the full SHA ed35652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 812fadf - Browse repository at this point
Copy the full SHA 812fadfView commit details
Commits on Apr 10, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b18972f - Browse repository at this point
Copy the full SHA b18972fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f4956 - Browse repository at this point
Copy the full SHA d4f4956View commit details -
types(vue-query): add
shallow
support toQueryClientConfig
(#8692)Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 97f9625 - Browse repository at this point
Copy the full SHA 97f9625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e6662 - Browse repository at this point
Copy the full SHA 47e6662View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f56a9f2 - Browse repository at this point
Copy the full SHA f56a9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c07a4 - Browse repository at this point
Copy the full SHA a2c07a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2e1282c - Browse repository at this point
Copy the full SHA 2e1282cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f65345 - Browse repository at this point
Copy the full SHA 5f65345View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba18d2a - Browse repository at this point
Copy the full SHA ba18d2aView commit details
Commits on Apr 11, 2025
-
fix(eslint-plugin-query): add footer workaround for CJS default expor…
…t in modernConfig (#8991)
Configuration menu - View commit details
-
Copy full SHA for f536199 - Browse repository at this point
Copy the full SHA f536199View commit details
Commits on Apr 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c4afce4 - Browse repository at this point
Copy the full SHA c4afce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2a72e - Browse repository at this point
Copy the full SHA cc2a72eView commit details -
chore(deps): update dependency vite to v6.2.6 [security] (#9000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a48ec06 - Browse repository at this point
Copy the full SHA a48ec06View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 713ba3a - Browse repository at this point
Copy the full SHA 713ba3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ba5d1 - Browse repository at this point
Copy the full SHA d5ba5d1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 38178ba - Browse repository at this point
Copy the full SHA 38178baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f16d7af - Browse repository at this point
Copy the full SHA f16d7afView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.72.2...v5.73.3