From 6af31640efd2cc5a6d60bcb491c88c32dddde224 Mon Sep 17 00:00:00 2001 From: billymaulana Date: Fri, 20 Feb 2026 19:45:27 +0700 Subject: [PATCH 1/2] feat: add nuxt-actions module --- icons/nuxt-actions.svg | 38 ++++++++++++++++++++++++++++++++++++++ modules/nuxt-actions.yml | 16 ++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 icons/nuxt-actions.svg create mode 100644 modules/nuxt-actions.yml diff --git a/icons/nuxt-actions.svg b/icons/nuxt-actions.svg new file mode 100644 index 000000000..675e69302 --- /dev/null +++ b/icons/nuxt-actions.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/nuxt-actions.yml b/modules/nuxt-actions.yml new file mode 100644 index 000000000..aa2786bd5 --- /dev/null +++ b/modules/nuxt-actions.yml @@ -0,0 +1,16 @@ +name: nuxt-actions +description: Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries +repo: billymaulana/nuxt-actions +npm: nuxt-actions +icon: nuxt-actions.svg +github: https://github.com/billymaulana/nuxt-actions +website: https://billymaulana.github.io/nuxt-actions/ +learn_more: https://billymaulana.github.io/nuxt-actions/guide/getting-started +category: Request +type: 3rd-party +maintainers: + - name: Billy Maulana + github: billymaulana +compatibility: + nuxt: '>=3.7.0' + requires: {} From c2e08f0bdb96f5ed8cccd9ee6377ce3e967d7a90 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:53:32 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/nuxt-actions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/nuxt-actions.yml b/modules/nuxt-actions.yml index aa2786bd5..e01700e75 100644 --- a/modules/nuxt-actions.yml +++ b/modules/nuxt-actions.yml @@ -1,5 +1,7 @@ name: nuxt-actions -description: Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries +description: >- + Type-safe server actions with Standard Schema validation, middleware, + optimistic updates, streaming, and SSR queries repo: billymaulana/nuxt-actions npm: nuxt-actions icon: nuxt-actions.svg @@ -12,5 +14,5 @@ maintainers: - name: Billy Maulana github: billymaulana compatibility: - nuxt: '>=3.7.0' + nuxt: ^3.7.0 || ^4.0.0 requires: {}