From ba95d6679b4b79cd87effece2799b4793e6bb323 Mon Sep 17 00:00:00 2001 From: productdevbook Date: Tue, 15 Jul 2025 18:22:41 +0300 Subject: [PATCH 1/2] feat: add `graphql` Nitro module with automatic type generation and file watching --- modules/graphql.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/graphql.yml diff --git a/modules/graphql.yml b/modules/graphql.yml new file mode 100644 index 000000000..664bcb62e --- /dev/null +++ b/modules/graphql.yml @@ -0,0 +1,17 @@ +name: graphql +description: >- + A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration. +repo: productdevbook/nitro-graphql +npm: nitro-graphql +icon: '' +github: https://github.com/productdevbook/nitro-graphql +website: https://github.com/productdevbook/nitro-graphql +learn_more: '' +category: Devtools +type: 3rd-party +maintainers: + - name: productdevbook + github: productdevbook +compatibility: + nuxt: ^3.0.0 + requires: {} From 7565ccc5493ea65e269da9dbed9140309f87733e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:27:58 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/echarts.yml | 1 + modules/graphql.yml | 6 ++++-- modules/pinia-plugin-persistedstate.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/echarts.yml b/modules/echarts.yml index 1f344d9d9..90d8227a4 100644 --- a/modules/echarts.yml +++ b/modules/echarts.yml @@ -11,6 +11,7 @@ type: 3rd-party maintainers: - name: Yue JIN github: kingyue737 + twitter: kingyue737 compatibility: nuxt: '>=3.0.0' requires: {} diff --git a/modules/graphql.yml b/modules/graphql.yml index 664bcb62e..5ec60f9d8 100644 --- a/modules/graphql.yml +++ b/modules/graphql.yml @@ -1,6 +1,8 @@ name: graphql description: >- - A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration. + A standalone Nitro module that integrates GraphQL servers into any Nitro + application with automatic type generation, file watching, and seamless + framework integration. repo: productdevbook/nitro-graphql npm: nitro-graphql icon: '' @@ -10,7 +12,7 @@ learn_more: '' category: Devtools type: 3rd-party maintainers: - - name: productdevbook + - name: Wind github: productdevbook compatibility: nuxt: ^3.0.0 diff --git a/modules/pinia-plugin-persistedstate.yml b/modules/pinia-plugin-persistedstate.yml index f55c65a07..fffa5e1d5 100644 --- a/modules/pinia-plugin-persistedstate.yml +++ b/modules/pinia-plugin-persistedstate.yml @@ -11,7 +11,7 @@ type: 3rd-party maintainers: - name: PraZ github: prazdevs - bluesky: praz.dev + bluesky: dev.praz.me compatibility: nuxt: ^2.0.0 || >=3.0.0 requires: