Skip to content

Commit 6e94983

Browse files
chore(deps): update all non-major dependencies (#6974)
* chore(deps): update all non-major dependencies * Fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 4a2eb14 commit 6e94983

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

packages/executors/envelop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {
59-
"@envelop/core": "5.1.0"
59+
"@envelop/core": "5.1.1"
6060
},
6161
"publishConfig": {
6262
"directory": "dist",

packages/executors/envelop/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type GraphQLSchema = any;
77
export interface ExecutorPluginContext {
88
schema$?: MaybePromise<GraphQLSchema>;
99
schema?: GraphQLSchema;
10-
schemaSetPromise$?: PromiseLike<void>;
10+
schemaSetPromise$?: Promise<void>;
1111
skipIntrospection: boolean;
1212
}
1313

@@ -97,7 +97,6 @@ export function useExecutor<TPluginContext extends Record<string, any>>(
9797
pluginCtx.schema$ = pluginCtx.schema;
9898
}
9999
ensureSchema(args.contextValue);
100-
// @ts-expect-error - Typings are wrong
101100
return mapMaybePromise(pluginCtx.schemaSetPromise$, () => {
102101
setExecuteFn(executorToExecuteFn);
103102
});
@@ -108,7 +107,6 @@ export function useExecutor<TPluginContext extends Record<string, any>>(
108107
pluginCtx.schema$ = pluginCtx.schema;
109108
}
110109
ensureSchema(args.contextValue);
111-
// @ts-expect-error - Typings are wrong
112110
return mapMaybePromise(pluginCtx.schemaSetPromise$, () => {
113111
setSubscribeFn(executorToExecuteFn);
114112
});

packages/loaders/url/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"ws": "^8.17.1"
6666
},
6767
"devDependencies": {
68-
"@envelop/core": "5.1.0",
69-
"@envelop/live-query": "8.0.0",
68+
"@envelop/core": "5.1.1",
69+
"@envelop/live-query": "8.0.1",
7070
"@graphql-yoga/plugin-defer-stream": "3.12.1",
7171
"@types/express": "5.0.0",
7272
"@types/valid-url": "1.0.7",

yarn.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,30 +1267,32 @@
12671267
dependencies:
12681268
tslib "^2.4.0"
12691269

1270-
"@envelop/[email protected].0", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0":
1271-
version "5.1.0"
1272-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.1.0.tgz#36ba35fd6663d291c81534ac4ec6ca120dc6eb8f"
1273-
integrity sha512-tH5bntVdGaV9ZKFI0a2U4bn6HgtkBscCPdvLqZRlXR2XRWKe+AAUjkYo4vQ4iZTAzBaKJlRe/hVWuad/vcftPw==
1270+
"@envelop/[email protected].1", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0":
1271+
version "5.1.1"
1272+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.1.1.tgz#b41a7fb1d6c13a2c1a04d86f55d96fa57dc47776"
1273+
integrity sha512-6+OukzuNsm33DtLnOats3e7VnnHndqINJbp/vlIyIlSGBc/wtgQiTAijNWwHhnozHc7WmCKzTsPSrGObvkJazg==
12741274
dependencies:
1275-
"@envelop/types" "^5.1.0"
1275+
"@envelop/types" "^5.1.1"
1276+
"@whatwg-node/promise-helpers" "^1.0.0"
12761277
tslib "^2.5.0"
12771278

1278-
"@envelop/[email protected].0":
1279-
version "8.0.0"
1280-
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-8.0.0.tgz#22df0b0a8357213ac198eea1871eeb6d5652fa9d"
1281-
integrity sha512-pqeD1jgPdja0ymEUXnzNMcdSrZmL+32WuVG/KDGxjK5JrRj5ew8xGV+ullCAHNqboPfB9ti3xmJphh1znH0cTw==
1279+
"@envelop/[email protected].1":
1280+
version "8.0.1"
1281+
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-8.0.1.tgz#5c8cdb8a5a3d7aaf3238136ed3559556cacc5a55"
1282+
integrity sha512-puguVcm9wBQb9A7HiwbuPOBVSX7sTjQhUoxl4aY5KU0A4LEnVRVyUhA9mTnPYI2JwLgAowC6gAwstGBC9f1ylQ==
12821283
dependencies:
12831284
"@graphql-tools/utils" "^10.0.0"
12841285
"@n1ru4l/graphql-live-query" "^0.10.0"
12851286
"@n1ru4l/graphql-live-query-patch" "^0.7.0"
12861287
"@n1ru4l/in-memory-live-query-store" "^0.10.0"
12871288
tslib "^2.5.0"
12881289

1289-
"@envelop/types@^5.1.0":
1290-
version "5.1.0"
1291-
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.1.0.tgz#bf495ab9bed499a33a3cbfea3e38f204990e41c9"
1292-
integrity sha512-E6axHyHK8RALJ7+GRVQ3wQ44rP9enVaRc5JiYHIkyfKWKPeHGmTz6Pe/kbtHC5fjuD2QwYCVcCfCoUlw3Xf4xw==
1290+
"@envelop/types@^5.1.1":
1291+
version "5.1.1"
1292+
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-5.1.1.tgz#eff02f70a2e313ab968c277f31d2faac175a45f1"
1293+
integrity sha512-uJyCPQRSqxH/4q8/TTTY2fMYIK/Tgv1IhOm6aFUUxuE/EI7muJM/UI85iv9Qo1OCpaafthwRLWzufRp20FyXaA==
12931294
dependencies:
1295+
"@whatwg-node/promise-helpers" "^1.0.0"
12941296
tslib "^2.5.0"
12951297

12961298
"@esbuild/[email protected]":

0 commit comments

Comments
 (0)