juancastillo0 / leto

Dart GraphQL server libraries. Utilities, code generator, examples and reference implementation.
https://juancastillo0.github.io/leto/
MIT License
38 stars 6 forks source link

Upgrade dependencies (`analyzer`, etc) #13

Closed SleepySquash closed 10 months ago

SleepySquash commented 1 year ago

Thanks for developing such a great package providing GraphQL to the Dart ecosystem!

Currently the leto_generator uses analyzer 4.0.0, which is quite old and most of the packages nowadays have moved to more recent versions (5.13.0, or even 6.0.0). It'd be nice to upgrade the dependencies, as the leto_generator uses some deprecated fields that newer analyzer versions remove or refactor.

Personally I stumbled across the dependency lock when tried to use leto along with orm package: the new versions use the 6.0.0 analyzer.

juancastillo0 commented 1 year ago

Hi! Thanks for your kind words and sorry for the inconvenience.

I will update the dependencies and release a new version this weekend.

Thanks for the issue!

juancastillo0 commented 1 year ago

Just published leto_schema and leto_generator with updated dependencies in version 0.0.1-dev.4

Please let me know if there is anything else I can help you with

Thanks again!

SleepySquash commented 1 year ago

@juancastillo0, both leto_schema and leto_generator work like charm, thank you very much for addressing the issue this quickly 🎉