You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: This message terminates the operation and no further messages will be sent.
Complete (Server → Client): If the server dispatched the Error message relative to the original Subscribe message, no Complete message will be emitted.
The server now correctly sends only the Error message:
#6655536292 Thanks @enisdenjo! - Remove uWebSockets.js from peer dependencies in package.json
It does not exist on NPM anymore and could lead to weird behavior when installing dependencies with npm. Nothing else changes, using graphql-ws with uWebSockets.js still works.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
This review is AI-generated. Please use common sense when accepting these suggestions, as they may not always be accurate or appropriate for your specific context.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.0→^5.0.410.0.4→10.0.3310.4.0→10.4.13.1.4→3.1.54.17.7→4.17.2419.2.7→19.2.1519.2.17(+1)6.0.3→6.0.88.0.0→8.0.10.0.24→0.0.7519.2.3→19.2.619.2.719.2.3→19.2.619.2.70.23.9→0.23.115.0.9→5.0.107.8.1→7.8.229.4.5→29.4.11v0.5.3→v0.5.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v5.0.10Compare Source
Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)[
9a66574,9a66574,9a66574,e65d303]:v5.0.9Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:@graphql-codegen/visitor-plugin-common@^6.2.3↗︎ (from6.2.3, independencies)cdf5dc5,cdf5dc5,cdf5dc5]:v5.0.8Compare Source
Patch Changes
6038634]:v5.0.7Compare Source
Patch Changes
f588d91]:v5.0.6Compare Source
Patch Changes
b995ed1]:v5.0.5Compare Source
Patch Changes
f821e8a,9e70bcb]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.33Compare Source
Patch Changes
[
a4b7dce]:v10.0.32Compare Source
Patch Changes
[
ae36a0e]:v10.0.31Compare Source
Patch Changes
[
6f3776c]:v10.0.30Compare Source
Patch Changes
[
2118a80]:v10.0.29Compare Source
Patch Changes
[
2fe123a]:v10.0.28Compare Source
Patch Changes
[
dddc5f6]:v10.0.27Compare Source
Patch Changes
[
fbb58b5]:v10.0.26Compare Source
Patch Changes
[
fd105f4,fded91e,3b99a9b]:v10.0.25Compare Source
Patch Changes
[
984d542,984d542,32d0457]:v10.0.24Compare Source
Patch Changes
[
e5f98c2,3c21496,e5f98c2,22af985,53db005]:v10.0.23Compare Source
Patch Changes
[
d123e26]:v10.0.22Compare Source
Patch Changes
[
4899c62,90a717e,26518de]:v10.0.21Compare Source
Patch Changes
[
155944b]:v10.0.20Compare Source
Patch Changes
[
4a2eb14]:v10.0.19Compare Source
Patch Changes
[
3547bba]:v10.0.18Compare Source
Patch Changes
[
651a5dc]:v10.0.17Compare Source
Patch Changes
357b2eeThanks @renovate! - dependencies updates:
value-or-promise@^1.0.12↗︎ (fromdependencies)[
0a3e193,357b2ee]:v10.0.16Compare Source
Patch Changes
[
53bb601,53bb601]:v10.0.15Compare Source
Patch Changes
[
4912f19]:v10.0.14Compare Source
Patch Changes
[
2c70d27]:v10.0.13Compare Source
Patch Changes
[
6a8123b]:v10.0.12Compare Source
Patch Changes
020b9e4Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
Updated dependencies
[
020b9e4]:v10.0.11Compare Source
Patch Changes
696a0d5Thanks @renovate! - dependencies updates:
@graphql-tools/merge@^9.0.11↗︎(from
^9.0.10, independencies)@graphql-tools/utils@^10.6.1↗︎(from
^10.6.0, independencies)[
696a0d5,1b24656]:v10.0.10Compare Source
Patch Changes
[
1e02935]:v10.0.9Compare Source
Patch Changes
[
414e404]:v10.0.8Compare Source
Patch Changes
[
dc5043b]:v10.0.7Compare Source
Patch Changes
[
cf2ce5e]:v10.0.6Compare Source
Patch Changes
0286437Thanks @ardatan! - Improve directive extraction
Updated dependencies
[
0286437]:v10.0.5Compare Source
Patch Changes
b8bf584Thanks @ardatan! - Introduce `getDirectiveExtensions` and refactor
directive handling in the extensions
Updated dependencies
[
b8bf584]:testing-library/dom-testing-library (@testing-library/dom)
v10.4.1Compare Source
Bug Fixes
enisdenjo/graphql-ws (graphql-ws)
v6.0.8Compare Source
Patch Changes
#667
fc03004Thanks @endigma! - Fix the server sending aCompletemessage after anErrormessage for subscriptions.Previously, when a subscription's async iterable threw an error, the server would send:
Per the protocol spec:
The server now correctly sends only the
Errormessage:Clients that correctly follow the spec should be unaffected, as they are expected to ignore messages for operations they consider already completed.
v6.0.7Compare Source
Patch Changes
#665
5536292Thanks @enisdenjo! - Remove uWebSockets.js from peer dependencies in package.jsonIt does not exist on NPM anymore and could lead to weird behavior when installing dependencies with
npm. Nothing else changes, usinggraphql-wswith uWebSockets.js still works.v6.0.6Compare Source
Patch Changes
1f53bb4Thanks @enisdenjo! - Fix building issues causing CJS type definitions referencing ESM modulesv6.0.5Compare Source
Patch Changes
fce94faThanks @m1212e! - crossws adapter for compatibility with all supported environmentsv6.0.4Compare Source
Patch Changes
b4a656dThanks @HermanBilous! - Use Math.pow for retry delay calculationds300/patch-package (patch-package)
v8.0.1Compare Source
tmpto fix security alert. #578stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.75Compare Source
v0.0.74Compare Source
v0.0.73Compare Source
v0.0.72Compare Source
v0.0.71Compare Source
v0.0.70Compare Source
v0.0.69Compare Source
v0.0.68Compare Source
v0.0.67Compare Source
v0.0.66Compare Source
v0.0.65Compare Source
v0.0.63Compare Source
v0.0.62Compare Source
v0.0.61Compare Source
v0.0.60Compare Source
v0.0.59Compare Source
v0.0.58Compare Source
v0.0.57Compare Source
v0.0.56Compare Source
v0.0.55Compare Source
v0.0.54Compare Source
v0.0.53Compare Source
v0.0.51Compare Source
v0.0.50Compare Source
v0.0.49Compare Source
v0.0.48Compare Source
v0.0.47Compare Source
v0.0.46Compare Source
v0.0.45Compare Source
v0.0.44Compare Source
v0.0.43Compare Source
v0.0.42Compare Source
v0.0.41Compare Source
v0.0.40Compare Source
v0.0.39Compare Source
v0.0.38Compare Source
v0.0.37Compare Source
v0.0.36Compare Source
v0.0.35Compare Source
v0.0.34Compare Source
v0.0.33Compare Source
v0.0.32Compare Source
v0.0.31Compare Source
v0.0.30Compare Source
v0.0.29Compare Source
v0.0.28Compare Source
v0.0.27Compare Source
v0.0.26Compare Source
v0.0.25Compare Source
facebook/react (react)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
v19.2.5: 19.2.5 (April 8th, 2026)Compare Source
React Server Components
v19.2.4: 19.2.4 (January 26th, 2026)Compare Source
React Server Components
benjamn/recast (recast)
v0.23.11Compare Source
v0.23.10Compare Source
isaacs/rimraf (rimraf)
v5.0.10Compare Source
reactivex/rxjs (rxjs)
v7.8.2Compare Source
kulshekhar/ts-jest (ts-jest)
v29.4.11Compare Source
Bug Fixes
v29.4.10Compare Source
Bug Fixes
resolutionModetots.resolveModuleNamefor hybrid module support (b557a85)Programwhen consecutive compiles need different module kinds (a82a2b3), closes #4774moduleResolutioninstead of forcingNode10(1bffffc)mjsfiles fromnode_modulesfor CJS mode (96d025d)v29.4.9Compare Source
[
v29.4.8](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.4.7...c205cConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.