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 5 updates #2392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the graphql group with 5 updates:

Package From To
@apollo/client 3.9.10 3.10.1
@apollo/server 4.10.2 4.10.4
@graphql-tools/merge 9.0.3 9.0.4
@graphql-tools/utils 10.1.3 10.2.0
graphql-codegen-typescript-validation-schema 0.12.1 0.14.1

Updates @apollo/client from 3.9.10 to 3.10.1

Release notes

Sourced from @​apollo/client's releases.

v3.10.1

Patch Changes

v3.10.0

Minor Changes

Patch Changes

v3.10.0-rc.1

Minor Changes

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.10.1

Patch Changes

3.10.0

Minor Changes

Patch Changes

3.10.0-rc.1

Minor Changes

  • #11760 acd1982 Thanks @​alessbell! - createTestSchema now uses graphql-tools mergeResolvers to merge resolvers instead of a shallow merge.

... (truncated)

Commits

Updates @apollo/server from 4.10.2 to 4.10.4

Release notes

Sourced from @​apollo/server's releases.

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

Patch Changes

  • Updated dependencies [18a3827]:
    • @​apollo/server@​4.10.4

@​apollo/server@​4.10.4

Patch Changes

  • #7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

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

Patch Changes

  • Updated dependencies [5f335a5]:
    • @​apollo/server@​4.10.3

@​apollo/server@​4.10.3

Patch Changes

  • #7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
Changelog

Sourced from @​apollo/server's changelog.

4.10.4

Patch Changes

  • #7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

4.10.3

Patch Changes

  • #7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
Commits

Updates @graphql-tools/merge from 9.0.3 to 9.0.4

Changelog

Sourced from @​graphql-tools/merge's changelog.

9.0.4

Patch Changes

Commits
  • 36913ee chore(release): update monorepo packages versions (#6113)
  • a06dbd2 add changeset for previous PR 5973 (#6111)
  • b281dd6 fix(stitch): handle isolated root fields in correct order (#6107)
  • c02eb60 Add tests for merging the directives with the same name and arguments (#6097)
  • 0b43440 fix: check directive isNode on merge if inherited from obj (#5973)
  • See full diff in compare view

Updates @graphql-tools/utils from 10.1.3 to 10.2.0

Changelog

Sourced from @​graphql-tools/utils's changelog.

10.2.0

Minor Changes

Patch Changes

Commits
  • 7ef2ad7 chore(release): update monorepo packages versions (#6106)
  • 5567347 fix(stitch): do not remove unmerged fields from both isolated and non-isolate...
  • See full diff in compare view

Updates graphql-codegen-typescript-validation-schema from 0.12.1 to 0.14.1

Release notes

Sourced from graphql-codegen-typescript-validation-schema's releases.

v0.14.1

What's Changed

Full Changelog: Code-Hex/graphql-codegen-typescript-validation-schema@v0.14.0...v0.14.1

v0.14.0

Supported interface generation! Thanks @​simonljus

What's Changed

Full Changelog: Code-Hex/graphql-codegen-typescript-validation-schema@v0.13.0...v0.14.0

v0.13.0

What's Changed

... (truncated)

Commits

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graphql-af9d8bb9a9 branch 7 times, most recently from 33e7309 to 3e09f1a Compare May 2, 2024 05:29
Bumps the graphql group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.9.10` | `3.10.1` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.10.2` | `4.10.4` |
| [@graphql-tools/merge](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/merge) | `9.0.3` | `9.0.4` |
| [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) | `10.1.3` | `10.2.0` |
| [graphql-codegen-typescript-validation-schema](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema) | `0.12.1` | `0.14.1` |


Updates `@apollo/client` from 3.9.10 to 3.10.1
- [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.9.10...v3.10.1)

Updates `@apollo/server` from 4.10.2 to 4.10.4
- [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/server@4.10.4/packages/server)

Updates `@graphql-tools/merge` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/merge/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/merge@9.0.4/packages/merge)

Updates `@graphql-tools/utils` from 10.1.3 to 10.2.0
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@10.2.0/packages/utils)

Updates `graphql-codegen-typescript-validation-schema` from 0.12.1 to 0.14.1
- [Release notes](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases)
- [Commits](Code-Hex/graphql-codegen-typescript-validation-schema@v0.12.1...v0.14.1)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: graphql
- dependency-name: "@apollo/server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: graphql
- dependency-name: "@graphql-tools/merge"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql
- dependency-name: "@graphql-tools/utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql
- dependency-name: graphql-codegen-typescript-validation-schema
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graphql-af9d8bb9a9 branch from 3e09f1a to 9ba1414 Compare May 2, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants