Skip to content

Commit 261bbcd

Browse files
authored
Merge branch 'main' into query-core/fix/jsdoc-notifyManager
2 parents d2f9210 + d58cf08 commit 261bbcd

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

packages/angular-query-devtools-experimental/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"@tanstack/angular-query-experimental": "workspace:*",
5454
"eslint-plugin-jsdoc": "^50.2.2",
5555
"ng-packagr": "^17.3.0",
56-
"typescript": "5.3.3",
57-
"zone.js": "^0.14.8"
56+
"typescript": "5.3.3"
5857
},
5958
"peerDependencies": {
6059
"@angular/common": ">=16.0.0",

packages/angular-query-experimental/etc/angular-query-experimental.api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import type { MutationObserverOptions } from '@tanstack/query-core';
2222
import type { MutationObserverResult } from '@tanstack/query-core';
2323
import type { MutationState } from '@tanstack/query-core';
2424
import type { OmitKeyof } from '@tanstack/query-core';
25+
import type { Override } from '@tanstack/query-core';
2526
import { Provider } from '@angular/core';
2627
import type { QueriesPlaceholderDataFunction } from '@tanstack/query-core';
2728
import type { QueryClient } from '@tanstack/query-core';
@@ -60,8 +61,6 @@ export interface BaseQueryNarrowing<TData = unknown, TError = DefaultError> {
6061
isSuccess: (this: CreateBaseQueryResult<TData, TError>) => this is CreateBaseQueryResult<TData, TError, CreateStatusBasedQueryResult<'success', TData, TError>>;
6162
}
6263

63-
// Warning: (ae-forgotten-export) The symbol "Override" needs to be exported by the entry point index.d.ts
64-
//
6564
// @public (undocumented)
6665
export type CreateBaseMutationResult<TData = unknown, TError = DefaultError, TVariables = unknown, TContext = unknown> = Override<MutationObserverResult<TData, TError, TVariables, TContext>, {
6766
mutate: CreateMutateFunction<TData, TError, TVariables, TContext>;

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"devDependencies": {
6868
"@analogjs/vite-plugin-angular": "^1.6.4",
69-
"@angular/common": "^17.3.12",
7069
"@angular/compiler": "^17.3.12",
7170
"@angular/compiler-cli": "^17.3.12",
7271
"@angular/core": "^17.3.12",
@@ -75,11 +74,9 @@
7574
"@microsoft/api-extractor": "^7.47.4",
7675
"eslint-plugin-jsdoc": "^50.2.2",
7776
"ng-packagr": "^17.3.0",
78-
"typescript": "5.3.3",
79-
"zone.js": "^0.14.8"
77+
"typescript": "5.3.3"
8078
},
8179
"peerDependencies": {
82-
"@angular/common": ">=16.0.0",
8380
"@angular/core": ">=16.0.0"
8481
}
8582
}

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)