OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.41k stars 2.39k forks source link

Upgrade GraphQL to 8.x.x #16826

Open Piedone opened 2 weeks ago

Piedone commented 2 weeks ago

Is your feature request related to a problem? Please describe.

We currently use 7.9.0 of the GraphQL packages. However, as of now, 8.1.0 is out, so we should upgrade.

Describe the solution you'd like

Upgrade to the latest (8.x.x) GraphQL packages. This was started under https://github.com/OrchardCMS/OrchardCore/pull/16736 but needs to be done for 3.0 since it's breaking.

Furthermore, the ignore in dependabot.yml for GraphQL packages should be removed.

Describe alternatives you've considered

7.9.0 is the last 7.x.x. release, so we need to upgrade to 8.x.x if we want to stay current.

github-actions[bot] commented 2 weeks ago

We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).

This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.