Skip to content

Update all apollo server non-major dependencies - #77

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch
Open

Update all apollo server non-major dependencies#77
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/schema (source) 10.0.2410.1.0 age confidence
@graphql-tools/schema (source) 9.0.139.0.19 age confidence
@types/cors (source) 2.8.132.8.19 age confidence
@types/node (source) 20.19.820.19.43 age confidence
@types/node (source) 18.6.318.19.130 age confidence
@types/ws (source) 8.2.28.18.1 age confidence
@types/ws (source) 8.5.58.18.1 age confidence
apollo-server-express (source) 3.12.03.13.0 age confidence
cors 2.8.52.8.6 age confidence
express (source) 5.1.05.2.1 age confidence
graphql 16.11.016.14.2 age confidence
graphql-ws (source) 5.5.55.16.2 age confidence
graphql-ws (source) 5.14.05.16.2 age confidence
typescript (source) 5.8.35.9.3 age confidence
typescript (source) 4.7.44.9.5 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/schema)

v10.1.0

Compare Source

Minor Changes
  • #​8346
    2273c21
    Thanks @​ardatan! - This release adds GraphQL v17 support and aligns
    the existing executor implementation with the latest GraphQL v17 API changes. The following
    changes are included:

    • getAsyncHelpers is now available on GraphQLResolveInfo. Its track method is used whenever
      waitUntil is available, as in Yoga's
      Explicit Resource Management
    • getAbortSignal is now available on GraphQLResolveInfo, matching behavior that was already
      available in this executor implementation, as in Yoga's
      Execution Cancellation
    • GraphQLResolveInfo automatically aligns variableValues according to the GraphQL version for
      better compatibility. In GraphQL v17 and above, variableValues follows the wrapped shape
      ({ coerced, sources }) expected by GraphQL APIs. In GraphQL v16 and below, variableValues
      remains a flat map as in previous versions.
    • If your custom scalar resolvers define __serialize and __parseValue, they are automatically
      mapped to coerceOutputValue and coerceInputValue in GraphQL v17.
    • BREAKING: @graphql-tools/executor's getVariableValues now returns { variableValues }
      on success, where variableValues is a VariableValues object ({ coerced, sources }). On
      failure, it returns { errors }.
    • BREAKING: collectFields, shouldIncludeNode, getDeferValues, and collectSubFields now
      need a VariableValues object instead of Record<string, any> for the variableValues
      argument.
    • visitResult now internally normalizes ExecutionRequest.variables into a
      VariableValues-compatible shape ({ coerced, sources }) before traversing selections.
Patch Changes

v10.0.38

Compare Source

Patch Changes

v10.0.37

Compare Source

Patch Changes

v10.0.36

Compare Source

Patch Changes

v10.0.35

Compare Source

Patch Changes

v10.0.34

Compare Source

Patch Changes

v10.0.33

Compare Source

Patch Changes

v10.0.32

Compare Source

Patch Changes

v10.0.31

Compare Source

Patch Changes

v10.0.30

Compare Source

Patch Changes

v10.0.29

Compare Source

Patch Changes

v10.0.28

Compare Source

Patch Changes

v10.0.27

Compare Source

Patch Changes

v10.0.26

Compare Source

Patch Changes

v10.0.25

Compare Source

Patch Changes
apollographql/apollo-server (apollo-server-express)

v3.13.0

Compare Source

v3.12.1

Compare Source

expressjs/cors (cors)

v2.8.6

Compare Source

==================

  • Improve documentation (API, context, examples...)
  • Remove additional markdown files from tarball
expressjs/express (express)

v5.2.1

Compare Source

=======================

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

v5.2.0

Compare Source

========================

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.
graphql/graphql-js (graphql)

v16.14.2

Compare Source

v16.14.2 (2026-06-09)

Docs 📝
7 PRs were merged
Polish 💅
Committers: 2

v16.14.1

Compare Source

v16.14.1 (2026-06-02)

Docs 📝
9 PRs were merged
Polish 💅
Internal 🏠
Committers: 2

v16.14.0

Compare Source

v16.14.0 (2026-05-03)

New Feature 🚀
Bug Fix 🐞
Docs 📝
Committers: 4

v16.13.2

Compare Source

v16.13.1

Compare Source

v16.13.0: 16.13.0

Compare Source

v16.13.0 (2026-02-24)

New Feature 🚀
Bug Fix 🐞
Internal 🏠
3 PRs were merged
Committers: 4

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature 🚀
Bug Fix 🐞
Docs 📝
28 PRs were merged
Polish 💅
Internal 🏠
3 PRs were merged
Committers: 9
enisdenjo/graphql-ws (graphql-ws)

v5.16.2

Compare Source

Patch Changes

v5.16.1

Compare Source

Patch Changes

v5.16.0

Compare Source

Bug Fixes
  • server: Return all subscriptions regardless of the return invocation order (f442288)
  • server: should not send error messages if socket closes before onSubscribe hooks resolves (db47a66), closes #​539
Features
  • server: Close code and reason are optional (6ae6e6f), closes #​547

v5.15.0

Compare Source

Bug Fixes
  • client: Use TerminatedCloseEvent class extending an Error for rejecting promises when terminating (74b4ceb), closes #​531
  • server: Dispose of subscriptions on close even if added late to the subscriptions list (#​534) (e45d6b1), closes #​532
Features

v5.14.3

Compare Source

Bug Fixes
  • client: Use closures instead of bindings (with this) (812129d)
  • remove package.json workspaces entry in release (63a831e), closes #​524

v5.14.2

Compare Source

Bug Fixes
  • client: correct close code for Bad Gateway reason (#​512) (0438650)

v5.14.1

Compare Source

Bug Fixes
  • server: Acknowledge connection before notifying the client to avoid race conditions with slow sends (#​506) (8cb82bd), closes #​501

v5.14.0

Compare Source

Features

v5.13.1

Compare Source

Bug Fixes

v5.13.0

Compare Source

Features

v5.12.1

Compare Source

Bug Fixes
  • Add file extensions to imports/exports in ESM type definitions (48775be)

v5.12.0

Compare Source

Features

v5.11.3

Compare Source

Bug Fixes

v5.11.2

Compare Source

Bug Fixes
  • Reorder types paths in package.json for better import resolution (#​406) (37263c5)

v5.11.1

Compare Source

Bug Fixes
  • server: Shouldn't send a complete message if client sent it (331fe47), closes #​403

v5.11.0

Compare Source

Features
  • client: Provide subscribe payload in generateID (d0bc6e1), closes #​398

v5.10.2

Compare Source

Performance Improvements

v5.10.1

Compare Source

Bug Fixes
  • client: Debounce close by lazyCloseTimeout (c332837), closes #​388

v5.10.0

Compare Source

Features

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Features

v5.8.2

Compare Source

Bug Fixes
  • server: Should clean up subscription reservations on abrupt errors without relying on connection close (611c223)

v5.8.1

Compare Source

Bug Fixes
  • client: isFatalConnectionProblem defaults to undefined for using shouldRetry (9d5c573)

v5.8.0

Compare Source

Features
  • client: Deprecate isFatalConnectionProblem option in favour of shouldRetry (d8dcf21)

v5.7.0

Compare Source

Features
  • client: Terminate the WebSocket abruptly and immediately (53ad515), closes #​290

v5.6.4

Compare Source

Bug Fixes
  • Warn about subscriptions-transport-ws clients and provide migration link (e080739), closes #​339 #​325

v5.6.3

Compare Source

Bug Fixes
  • client: Stop execution if connectionParams took too long and the server kicked the client off (1e94e45), closes #​331

v5.6.2

Compare Source

Bug Fixes
  • server: handleProtocols accepts arrays too and gracefully rejects other types (98dec1a), closes #​318

v5.6.1

Compare Source

Bug Fixes
  • server: Handle upgrade requests with multiple subprotocols and omit Sec-WebSocket-Protocol header if none supported (9bae064)

v5.6.0

Compare Source

Features
  • TypeScript generic for connection init payload (connectionParams) (#​311) (e67cf80)
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from e227150 to af98ae6 Compare July 25, 2023 20:33
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from a6ac2a1 to ab80564 Compare August 8, 2023 20:40
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 3 times, most recently from 80ae9c0 to 5b90f3c Compare August 18, 2023 20:45
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 5 times, most recently from 9bd2945 to f9cedc5 Compare August 28, 2023 01:07
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from 0d6917f to c3cc631 Compare September 8, 2023 18:17
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 2 times, most recently from 7b8ccca to 18b04f8 Compare September 15, 2023 08:31
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 3 times, most recently from 092a694 to 304002f Compare September 19, 2023 16:33
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 3 times, most recently from 0184ee6 to a902888 Compare October 7, 2023 02:02
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch from 7396faa to 00ed19b Compare November 18, 2023 23:04
@renovate
renovate Bot requested a review from a team as a code owner November 18, 2023 23:04
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from 6f97f57 to 2cbb147 Compare November 23, 2023 21:55
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 3 times, most recently from ecdb64b to 6fc04d6 Compare December 1, 2023 22:18
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 2 times, most recently from 476972e to 277bc67 Compare January 7, 2024 19:24
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 2 times, most recently from 1a6b62e to a9f5cae Compare January 15, 2024 04:22
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 2 times, most recently from 19d3ef4 to 73184a4 Compare January 24, 2024 07:31
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 5 times, most recently from 94ac029 to 4e5bcb6 Compare February 1, 2024 19:40
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from e0fbec5 to 0aede88 Compare February 15, 2024 16:42
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch 4 times, most recently from f889eac to 32b1000 Compare February 29, 2024 14:22
@renovate
renovate Bot force-pushed the renovate/subscriptions-graphql-ws-all-apollo-server-minor-patch branch from 32b1000 to cee6b7d Compare March 6, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant