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

Bump the graphql group across 1 directory with 4 updates #8185

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps the graphql group with 4 updates in the /frontend directory: @graphql-codegen/cli, @graphql-codegen/typescript, @graphql-codegen/typescript-operations and @graphql-codegen/typescript-react-apollo.

Updates @graphql-codegen/cli from 5.0.2 to 5.0.3

Changelog

Sourced from @​graphql-codegen/cli's changelog.

5.0.3

Patch Changes

Commits
  • effc3bc chore(release): update monorepo packages versions (#10076)
  • afa2dd1 chore(deps): update dependency bob-the-bundler to v7 (#9431)
  • 8bb34e7 chore(deps): update dependency typescript to v5.5.4 (#10069)
  • 5fb302c fix(deps): update all non-major dependencies (#10070)
  • e0092b5 Bump whatwg-node and graphql-config
  • b9006ec Cleanup
  • f8b637a chore(deps): update dependency @​types/mkdirp to v2 (#9948)
  • 7e1e5ab chore(deps): update graphql-tools (#9965)
  • fcdefb6 Add ability to ignore tests to build example script, ignore failed example-re...
  • b830259 chore(deps): update dependency @​types/is-glob to v4.0.4 (#9859)
  • Additional commits viewable in compare view

Updates @graphql-codegen/typescript from 4.0.9 to 4.1.0

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

4.1.0

Minor Changes

  • #10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional. Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

  • Updated dependencies [3f4f546]:
    • @​graphql-codegen/visitor-plugin-common@​5.4.0
Commits

Updates @graphql-codegen/typescript-operations from 4.2.3 to 4.3.0

Release notes

Sourced from @​graphql-codegen/typescript-operations's releases.

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Release 2022-08-04T13:05:23.977Z

No release notes provided.

Release 2022-08-04T13:02:57.827Z

No release notes provided.

Changelog

Sourced from @​graphql-codegen/typescript-operations's changelog.

4.3.0

Minor Changes

  • #10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional. Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

  • Updated dependencies [3f4f546]:
    • @​graphql-codegen/visitor-plugin-common@​5.4.0
    • @​graphql-codegen/typescript@​4.1.0
Commits

Updates @graphql-codegen/typescript-react-apollo from 4.3.0 to 4.3.2

Changelog

Sourced from @​graphql-codegen/typescript-react-apollo's changelog.

4.3.2

Patch Changes

4.3.1

Patch Changes

Commits
  • 6201fad chore(release): update monorepo packages versions (#837)
  • ea83cf4 feat(typescript-react-apollo): support skip token for useSuspenseQuery (#835)
  • 49a2999 upgrade to prettier v3
  • 3f17088 chore(release): update monorepo packages versions (#834)
  • 7df8028 fix(deps): move graphql-tag to devDeps from peerDeps (#805)
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2024
@dependabot dependabot bot requested review from a team, mehansen, DanielSass and mpbrown and removed request for a team October 13, 2024 15:11
Bumps the graphql group with 4 updates in the /frontend directory: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli), [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript), [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) and [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo).


Updates `@graphql-codegen/cli` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.0.9 to 4.1.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 4.2.3 to 4.3.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations)

Updates `@graphql-codegen/typescript-react-apollo` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/react-apollo)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql
- dependency-name: "@graphql-codegen/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql
- dependency-name: "@graphql-codegen/typescript-react-apollo"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/graphql-e4064bbeb5 branch from 7dfc6f3 to 6662265 Compare October 20, 2024 16:15
Copy link

@mehansen
Copy link
Collaborator

update to support skipToken means our generated types needed to be updated

Copy link
Collaborator

@mehansen mehansen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick smoke test in dev6 w/ successful deploy and updating a patient

Copy link
Collaborator

@mpbrown mpbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on dev5

@mpbrown mpbrown added this pull request to the merge queue Oct 26, 2024
Merged via the queue into main with commit 12574a3 Oct 26, 2024
48 checks passed
@mpbrown mpbrown deleted the dependabot/npm_and_yarn/frontend/graphql-e4064bbeb5 branch October 26, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants