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

Composer.json doesn't require drupal/typed_data. Typed Data module 1.0 is marked Unsupported. #1412

Closed
mbomb007 opened this issue Jul 12, 2024 · 1 comment

Comments

@mbomb007
Copy link

mbomb007 commented Jul 12, 2024

With the release of Typed Data 2.1.0, the Typed Data API enhancements module removed support for 1.0@beta. I have a site using GraphQL, and Typed Data is installed, but it's not required by the GraphQL composer.json, so the Typed Data module isn't getting updated when I run composer update --with-all-dependencies (EDIT: it didn't work within the betas, but now that there's a new branch it works. Still, it is missing from composer.json), because I haven't required it explicitly in my site composer.json.

Does GraphQL depend on this module? It's listed in the info.yml file, but not in composer.json, so I think it should be added if needed, and make sure that the module works with version 2.1.0 of Typed Data, which is the only supported version now.

@klausi
Copy link
Contributor

klausi commented Aug 2, 2024

This has been fixed by #1407 , thanks for reporting!

@klausi klausi closed this as completed Aug 2, 2024
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

No branches or pull requests

2 participants