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

Update dependency gatsby-plugin-typegen to v3 #605

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-plugin-typegen (source) ^2.2.4 -> ^3.0.0 age adoption passing confidence

Release Notes

cometkim/gatsby-plugin-typegen (gatsby-plugin-typegen)

v3.1.0

Compare Source

  • Added Gatsby v5 to the peerDependencies range.
  • Deprecated commentDescriptions option in emitSchema in favor of GraphQL.js v16.

v3.0.0

  • Added support for GatsbyImageData scalar. (See gatsbyjs/gatsby#35683)
  • [BREAKING CHANGE] nullable fields are typed as T | null, instead of T | undefined (which was inaccurate).
  • The output is now stable, no more dev-only fields, no more randomly-sorted definitions.
  • autoFix option is renamed to autofix. Previous option will be removed in v4.
  • emitPluginDocuments option is renamed to emitPluginDocument. Previous option will be removed in v4.
  • Fixed bunch of bugs (#​138).
  • Introduced a very predictable & debuggable scheduler built on top of XState.

However, Gatsby now has builtin feature for typegen from GraphQL queries!
So should this plugin be closed? Please share your idea here


Configuration

πŸ“… Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Tokyo, 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gatsby-plugin-typegen-3.x branch from 415205c to 2e86a41 Compare August 31, 2023 21:58
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