Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump the graphql group with 3 updates #2264

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the graphql group with 3 updates: @apollo/client, @apollo/server and graphql-scalars.

Updates @apollo/client from 3.8.4 to 3.8.6

Release notes

Sourced from @​apollo/client's releases.

v3.8.6

Patch Changes

  • #11291 2be7eafe3 Thanks @​ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.

  • #11274 b29f000f3 Thanks @​jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.

  • #11289 b5894dbf0 Thanks @​phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.

    This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.

  • #11206 dd2ce7687 Thanks @​phryneas! - cache.modify: Less strict types & new dev runtime warnings.

v3.8.5

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.8.6

Patch Changes

  • #11291 2be7eafe3 Thanks @​ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.

  • #11274 b29f000f3 Thanks @​jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.

  • #11289 b5894dbf0 Thanks @​phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.

    This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.

  • #11206 dd2ce7687 Thanks @​phryneas! - cache.modify: Less strict types & new dev runtime warnings.

3.8.5

Patch Changes

Commits

Updates @apollo/server from 4.9.3 to 4.9.5

Release notes

Sourced from @​apollo/server's releases.

@​apollo/server-integration-testsuite@​4.9.5

Patch Changes

@​apollo/server@​4.9.5

Patch Changes

@​apollo/server-integration-testsuite@​4.9.4

Patch Changes

@​apollo/server@​4.9.4

Patch Changes

  • #7747 ddce036e1 Thanks @​trevor-scheer! - The minimum version of graphql officially supported by Apollo Server 4 as a peer dependency, v16.6.0, contains a serious bug that can crash your Node server. This bug is fixed in the immediate next version, [email protected], and we strongly encourage you to upgrade your installation of graphql to at least v16.7.0 to avoid this bug. (For backwards compatibility reasons, we cannot change Apollo Server 4's minimum peer dependency, but will change it when we release Apollo Server 5.)

    Apollo Server 4 contained a particular line of code that makes triggering this crashing bug much more likely. This line was already removed in Apollo Server v3.8.2 (see #6398) but the fix was accidentally not included in Apollo Server 4. We are now including this change in Apollo Server 4, which will reduce the likelihood of hitting this crashing bug for users of graphql v16.6.0. That said, taking this @apollo/server upgrade does not prevent this bug from being triggered in other ways, and the real fix to this crashing bug is to upgrade graphql.

Changelog

Sourced from @​apollo/server's changelog.

4.9.5

Patch Changes

4.9.4

Patch Changes

  • #7747 ddce036e1 Thanks @​trevor-scheer! - The minimum version of graphql officially supported by Apollo Server 4 as a peer dependency, v16.6.0, contains a serious bug that can crash your Node server. This bug is fixed in the immediate next version, [email protected], and we strongly encourage you to upgrade your installation of graphql to at least v16.7.0 to avoid this bug. (For backwards compatibility reasons, we cannot change Apollo Server 4's minimum peer dependency, but will change it when we release Apollo Server 5.)

    Apollo Server 4 contained a particular line of code that makes triggering this crashing bug much more likely. This line was already removed in Apollo Server v3.8.2 (see #6398) but the fix was accidentally not included in Apollo Server 4. We are now including this change in Apollo Server 4, which will reduce the likelihood of hitting this crashing bug for users of graphql v16.6.0. That said, taking this @apollo/server upgrade does not prevent this bug from being triggered in other ways, and the real fix to this crashing bug is to upgrade graphql.

Commits
  • 7458c79 Version Packages (#7761)
  • 4fac162 Fix type of SchemaReporter.pollTimer (#7769)
  • 201524b Merge pull request #7741 from apollographql/maya/09-2023/pin-embeddable-versi...
  • e2c4c75 prettier
  • fc865b2 Update packages/server/src/plugin/landingPage/default/types.ts
  • 4effc46 Update packages/server/src/tests/plugin/landingPage/getEmbeddedSandboxHTM...
  • 7f2d705 Update packages/server/src/tests/plugin/landingPage/getEmbeddedExplorerHT...
  • c050b23 import versions in test, remove incorrect comment
  • a22a83a update documentation kinda
  • 375f4d2 Version Packages (#7748)
  • Additional commits viewable in compare view

Updates graphql-scalars from 1.22.2 to 1.22.4

Release notes

Sourced from graphql-scalars's releases.

v1.22.4

Patch Changes

v1.22.3

Patch Changes

  • 9029d0a Thanks @​ardatan! - Parse BigInt as Number s if they are safe and BigInt is not serializable
Changelog

Sourced from graphql-scalars's changelog.

1.22.4

Patch Changes

1.22.3

Patch Changes

  • 9029d0a Thanks @​ardatan! - Parse BigInt as Number s if they are safe and BigInt is not serializable
Commits
  • bdc94ce chore(release): update monorepo packages versions (#2157)
  • 0d73e69 Fix BigInt handling
  • 5b66cd5 chore(release): update monorepo packages versions (#2156)
  • 9029d0a Do not parse BigInt values as BigInt if they are safe and BigInt is not seria...
  • 2ae307c fix(deps): update dependency @​theguild/components to v5.2.5 (#2153)
  • 7eab05f chore(deps): update actions/checkout action to v4 (#2116)
  • e85bb10 chore(deps): update dependency @​types/react to v18.2.23 (#2150)
  • d5b71ee chore(deps): update dependency @​types/node to v18.18.0 (#2149)
  • 18d5efb chore(deps): update typescript-eslint monorepo to v6.7.3 (#2148)
  • 9a107ef chore(deps): update dependency @​babel/preset-typescript to v7.23.0 (#2146)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the graphql group with 3 updates: [@apollo/client](https://github.com/apollographql/apollo-client), [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) and [graphql-scalars](https://github.com/Urigo/graphql-scalars).


Updates `@apollo/client` from 3.8.4 to 3.8.6
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.8.4...v3.8.6)

Updates `@apollo/server` from 4.9.3 to 4.9.5
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server)

Updates `graphql-scalars` from 1.22.2 to 1.22.4
- [Release notes](https://github.com/Urigo/graphql-scalars/releases)
- [Changelog](https://github.com/Urigo/graphql-scalars/blob/master/CHANGELOG.md)
- [Commits](Urigo/graphql-scalars@v1.22.2...v1.22.4)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: graphql
- dependency-name: "@apollo/server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: graphql
- dependency-name: graphql-scalars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: graphql
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-04edc38958 branch November 30, 2023 14:22
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.

0 participants