]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: up sponsors
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 10 Apr 2025 09:50:16 +0000 (11:50 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 10 Apr 2025 09:50:16 +0000 (11:50 +0200)
README.md
packages/docs/.vitepress/theme/components/sponsors.json

index 801167e8bbe2202b57700141534ca0032ec67421..ccaa690fe79b0918b69aad148f51801896cecee7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,12 +38,22 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
 
 <!--sponsors start-->
 
+<h4 align="center">Gold Sponsors</h4>
+<p align="center">
+    <a href="https://www.coderabbit.ai/?utm_source=cr_org&utm_medium=github" target="_blank" rel="noopener noreferrer">
+    <picture>
+      <source srcset="https://posva-sponsors.pages.dev/logos/coderabbitai.svg" media="(prefers-color-scheme: dark)" height="72px" alt="CodeRabbit" />
+      <img src="https://posva-sponsors.pages.dev/logos/coderabbitai.svg" height="72px" alt="CodeRabbit" />
+    </picture>
+  </a>
+</p>
+
 <h4 align="center">Silver Sponsors</h4>
 <p align="center">
-    <a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
+    <a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
     <picture>
-      <source srcset="https://posva-sponsors.pages.dev/logos/route4me.png" media="(prefers-color-scheme: dark)" height="42px" alt="Route Optimizer and Route Planner Software" />
-      <img src="https://posva-sponsors.pages.dev/logos/route4me.png" height="42px" alt="Route Optimizer and Route Planner Software" />
+      <source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
+      <img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
     </picture>
   </a>
     <a href="https://www.prefect.io/" target="_blank" rel="noopener noreferrer">
@@ -52,10 +62,10 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
       <img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
     </picture>
   </a>
-    <a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
+    <a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
     <picture>
-      <source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
-      <img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
+      <source srcset="https://posva-sponsors.pages.dev/logos/route4me.png" media="(prefers-color-scheme: dark)" height="42px" alt="Route Optimizer and Route Planner Software" />
+      <img src="https://posva-sponsors.pages.dev/logos/route4me.png" height="42px" alt="Route Optimizer and Route Planner Software" />
     </picture>
   </a>
 </p>
@@ -68,16 +78,10 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
       <img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
     </picture>
   </a>
-    <a href="https://ui.nuxt.com/pro" target="_blank" rel="noopener noreferrer">
-    <picture>
-      <source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="Nuxt UI Pro Templates" />
-      <img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="Nuxt UI Pro Templates" />
-    </picture>
-  </a>
-    <a href="https://www.vuejs.de" target="_blank" rel="noopener noreferrer">
+    <a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
     <picture>
-      <source srcset="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Antony Konstantinidis" />
-      <img src="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" height="26px" alt="Antony Konstantinidis" />
+      <source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
+      <img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
     </picture>
   </a>
     <a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">
index 0db6e99281584f0a7a673f19093332a0ed812bea..0586eca4634539a959a01598ff5c85564157e36a 100644 (file)
@@ -1,12 +1,19 @@
 {
   "platinum": [],
-  "gold": [],
+  "gold": [
+    {
+      "alt": "CodeRabbit",
+      "href": "https://www.coderabbit.ai/?utm_source=cr_org&utm_medium=github",
+      "imgSrcDark": "https://posva-sponsors.pages.dev/logos/coderabbitai.svg",
+      "imgSrcLight": "https://posva-sponsors.pages.dev/logos/coderabbitai.svg"
+    }
+  ],
   "silver": [
     {
-      "alt": "Route Optimizer and Route Planner Software",
-      "href": "https://route4me.com",
-      "imgSrcDark": "https://posva-sponsors.pages.dev/logos/route4me.png",
-      "imgSrcLight": "https://posva-sponsors.pages.dev/logos/route4me.png"
+      "alt": "VueMastery",
+      "href": "https://www.vuemastery.com/",
+      "imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
+      "imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
     },
     {
       "alt": "Prefect",
       "imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg"
     },
     {
-      "alt": "VueMastery",
-      "href": "https://www.vuemastery.com/",
-      "imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
-      "imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
+      "alt": "Route Optimizer and Route Planner Software",
+      "href": "https://route4me.com",
+      "imgSrcDark": "https://posva-sponsors.pages.dev/logos/route4me.png",
+      "imgSrcLight": "https://posva-sponsors.pages.dev/logos/route4me.png"
     }
   ],
   "bronze": [
       "imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png"
     },
     {
-      "alt": "Nuxt UI Pro Templates",
-      "href": "https://ui.nuxt.com/pro",
+      "alt": "NuxtLabs",
+      "href": "https://nuxtlabs.com",
       "imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg",
       "imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg"
     },
-    {
-      "alt": "Antony Konstantinidis",
-      "href": "https://www.vuejs.de",
-      "imgSrcDark": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4",
-      "imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4"
-    },
     {
       "alt": "Stanislas Ormières",
       "href": "https://stormier.ninja",