Skip to content

Commit ead17d2

Browse files
chore(deps): update dependency graphql-subscriptions to v3 (#2511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 948dab9 commit ead17d2

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"express-graphql": "0.12.0",
6161
"globby": "14.0.2",
6262
"graphql": "16.10.0",
63-
"graphql-subscriptions": "2.0.0",
63+
"graphql-subscriptions": "3.0.0",
6464
"graphql-ws": "6.0.1",
6565
"husky": "9.1.7",
6666
"jest": "29.7.0",

packages/graphql-modules/tests/subscription.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('Operation-Scope provider instantiated on every subscription', async () =>
3636
}
3737

3838
listen() {
39-
return this.pubsub.asyncIterator(['MESSAGE']);
39+
return this.pubsub.asyncIterableIterator(['MESSAGE']);
4040
}
4141
}
4242

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9509,12 +9509,10 @@ [email protected]:
95099509
lodash.merge "4.6.2"
95109510
lodash.mergewith "4.6.2"
95119511

9512-
9513-
version "2.0.0"
9514-
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
9515-
integrity sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==
9516-
dependencies:
9517-
iterall "^1.3.0"
9512+
9513+
version "3.0.0"
9514+
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz#820c846ef271414c08f64827b5c9a192801e1b6f"
9515+
integrity sha512-kZCdevgmzDjGAOqH7GlDmQXYAkuHoKpMlJrqF40HMPhUhM5ZWSFSxCwD/nSi6AkaijmMfsFhoJRGJ27UseCvRA==
95189516

95199517
graphql-tag@^2.11.0:
95209518
version "2.12.6"
@@ -10439,11 +10437,6 @@ istanbul-reports@^3.1.3, istanbul-reports@^3.1.6:
1043910437
html-escaper "^2.0.0"
1044010438
istanbul-lib-report "^3.0.0"
1044110439

10442-
iterall@^1.3.0:
10443-
version "1.3.0"
10444-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
10445-
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
10446-
1044710440
jackspeak@^3.1.2:
1044810441
version "3.4.3"
1044910442
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"

0 commit comments

Comments
 (0)