Skip to content

Commit ade4064

Browse files
authored
Merge branch 'main' into main
2 parents d4bb8a2 + c8322d9 commit ade4064

File tree

105 files changed

+539
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+539
-487
lines changed

.github/labeler.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ name: Labeler
33
on:
44
- pull_request_target
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
610
jobs:
7-
triage:
11+
labeler:
812
runs-on: ubuntu-latest
913
steps:
10-
- uses: actions/labeler@v4.3.0
14+
- uses: actions/labeler@v5.0.0
1115
with:
1216
repo-token: ${{ secrets.GITHUB_TOKEN }}
17+
configuration-path: labeler-config.yml

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.2.0
1+
24.4.1

docs/framework/react/reference/useMutationState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const data = useMutationState({
3838
})
3939
```
4040

41-
**Example 3: Access the latest mutation data via the `mutationKey`**
41+
**Example 3: Access the latest mutation data via the `mutationKey`**.
4242
Each invocation of `mutate` adds a new entry to the mutation cache for `gcTime` milliseconds.
4343

4444
To access the latest invocation, you can check for the last item that `useMutationState` returns.

examples/angular/auto-refetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/compiler": "^20.0.0",
1414
"@angular/core": "^20.0.0",
1515
"@angular/platform-browser": "^20.0.0",
16-
"@tanstack/angular-query-experimental": "^5.83.0",
16+
"@tanstack/angular-query-experimental": "^5.83.1",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
1919
"zone.js": "0.15.0"

examples/angular/basic-persister/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@angular/compiler": "^20.0.0",
1414
"@angular/core": "^20.0.0",
1515
"@angular/platform-browser": "^20.0.0",
16-
"@tanstack/angular-query-experimental": "^5.83.0",
16+
"@tanstack/angular-query-experimental": "^5.83.1",
1717
"@tanstack/angular-query-persist-client": "^5.62.7",
18-
"@tanstack/query-async-storage-persister": "^5.83.0",
18+
"@tanstack/query-async-storage-persister": "^5.83.1",
1919
"rxjs": "^7.8.2",
2020
"tslib": "^2.8.1",
2121
"zone.js": "0.15.0"

examples/angular/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/compiler": "^20.0.0",
1414
"@angular/core": "^20.0.0",
1515
"@angular/platform-browser": "^20.0.0",
16-
"@tanstack/angular-query-experimental": "^5.83.0",
16+
"@tanstack/angular-query-experimental": "^5.83.1",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
1919
"zone.js": "0.15.0"

examples/angular/devtools-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@angular/core": "^20.0.0",
1515
"@angular/platform-browser": "^20.0.0",
1616
"@angular/router": "^20.0.0",
17-
"@tanstack/angular-query-devtools-experimental": "^5.83.0",
18-
"@tanstack/angular-query-experimental": "^5.83.0",
17+
"@tanstack/angular-query-devtools-experimental": "^5.83.1",
18+
"@tanstack/angular-query-experimental": "^5.83.1",
1919
"rxjs": "^7.8.2",
2020
"tslib": "^2.8.1",
2121
"zone.js": "0.15.0"

examples/angular/infinite-query-with-max-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/compiler": "^20.0.0",
1414
"@angular/core": "^20.0.0",
1515
"@angular/platform-browser": "^20.0.0",
16-
"@tanstack/angular-query-experimental": "^5.83.0",
16+
"@tanstack/angular-query-experimental": "^5.83.1",
1717
"rxjs": "^7.8.2",
1818
"tslib": "^2.8.1",
1919
"zone.js": "0.15.0"

examples/angular/optimistic-updates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/core": "^20.0.0",
1515
"@angular/forms": "^20.0.0",
1616
"@angular/platform-browser": "^20.0.0",
17-
"@tanstack/angular-query-experimental": "^5.83.0",
17+
"@tanstack/angular-query-experimental": "^5.83.1",
1818
"rxjs": "^7.8.2",
1919
"tslib": "^2.8.1",
2020
"zone.js": "0.15.0"

0 commit comments

Comments
 (0)