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.51.9
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.51.11
Choose a head ref
  • 11 commits
  • 148 files changed
  • 7 contributors

Commits on Jul 18, 2024

  1. ci: Remove git pre-commit hook (#7756)

    * ci: Remove git pre-commit hook
    
    * Lock setup action digest
    lachlancollins authored Jul 18, 2024
    Copy the full SHA
    ae8738a View commit details
  2. fix(eslint-plugin-query): get scope from sourceCode (#7760)

    in eslint v9, context.getScope() doesn't exist anymore. see: https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/#context.getscope()
    TkDodo authored Jul 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    aduh95 Antoine du Hamel
    Copy the full SHA
    e61edd2 View commit details
  3. release: v5.51.10

    tannerlinsley committed Jul 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    tpoisseau tpoisseau
    Copy the full SHA
    f1c4ce7 View commit details
  4. docs: Update paginated-queries.md (#7759)

    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Sanderand and TkDodo authored Jul 18, 2024
    Copy the full SHA
    98d127a View commit details
  5. docs: Throw error or mutation doesn't see any the 500 coming from API (

    …#7754)
    
    * Throw error or mutation doesn't see any the 500 coming from API
    
    * fix: prettier
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Jul 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    b970f67 View commit details

Commits on Jul 19, 2024

  1. ci: Enable autofix on push to release branch

    lachlancollins committed Jul 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    b189e31 View commit details
  2. docs: update the syntax highlighting for angular (#7762)

    mgechev authored Jul 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    2786196 View commit details
  3. docs(typedoc): Update output filename (#7764)

    * docs: Update typedoc output filename
    
    * Run prettier
    lachlancollins authored Jul 19, 2024
    Copy the full SHA
    144d3a8 View commit details
  4. docs(typedoc): Use generateReferenceDocs function (#7765)

    * docs(typedoc): Use generateReferenceDocs function
    
    * Fix type
    lachlancollins authored Jul 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    marco-ippolito Marco Ippolito
    Copy the full SHA
    e4e65be View commit details

Commits on Jul 20, 2024

  1. fix(svelte-query): Correct data type when initialData is set (#7769)

    * Fix createQueries initialData type
    
    * Fix createQuery types
    lachlancollins authored Jul 20, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    marco-ippolito Marco Ippolito
    Copy the full SHA
    b764009 View commit details
  2. release: v5.51.11

    tannerlinsley committed Jul 20, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    marco-ippolito Marco Ippolito
    Copy the full SHA
    c3dffbd View commit details
Loading