Skip to content

Commit c9c3de1

Browse files
Merge branch 'vuejs:v3' into fix/shallow-ref-patch-reactivity
2 parents 617b984 + 9182fdb commit c9c3de1

File tree

8 files changed

+47
-40
lines changed

8 files changed

+47
-40
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,17 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
5050

5151
<h4 align="center">Silver Sponsors</h4>
5252
<p align="center">
53-
<a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
54-
<picture>
55-
<source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
56-
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
57-
</picture>
58-
</a>
59-
<a href="https://www.prefect.io/" target="_blank" rel="noopener noreferrer">
60-
<picture>
61-
<source srcset="https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Prefect" />
62-
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
63-
</picture>
64-
</a>
6553
<a href="https://www.controla.ai/?utm_source=posva" target="_blank" rel="noopener noreferrer">
6654
<picture>
6755
<source srcset="https://posva-sponsors.pages.dev/logos/controla-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="Controla" />
6856
<img src="https://posva-sponsors.pages.dev/logos/controla-light.png" height="42px" alt="Controla" />
6957
</picture>
58+
</a>
59+
<a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
60+
<picture>
61+
<source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
62+
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
63+
</picture>
7064
</a>
7165
<a href=" https://jobs.sendcloud.com" target="_blank" rel="noopener noreferrer">
7266
<picture>
@@ -89,12 +83,6 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
8983
<source srcset="https://posva-sponsors.pages.dev/logos/storyblok.png" media="(prefers-color-scheme: dark)" height="26px" alt="Storyblok" />
9084
<img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
9185
</picture>
92-
</a>
93-
<a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
94-
<picture>
95-
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
96-
<img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
97-
</picture>
9886
</a>
9987
<a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">
10088
<picture>

packages/docs/.vitepress/theme/components/sponsors.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,18 @@
99
}
1010
],
1111
"silver": [
12-
{
13-
"alt": "VueMastery",
14-
"href": "https://www.vuemastery.com/",
15-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
16-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
17-
},
18-
{
19-
"alt": "Prefect",
20-
"href": "https://www.prefect.io/",
21-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg",
22-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg"
23-
},
2412
{
2513
"alt": "Controla",
2614
"href": "https://www.controla.ai/?utm_source=posva",
2715
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/controla-dark.png",
2816
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/controla-light.png"
2917
},
18+
{
19+
"alt": "VueMastery",
20+
"href": "https://www.vuemastery.com/",
21+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
22+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
23+
},
3024
{
3125
"alt": "SendCloud",
3226
"href": " https://jobs.sendcloud.com",
@@ -47,12 +41,6 @@
4741
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/storyblok.png",
4842
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png"
4943
},
50-
{
51-
"alt": "NuxtLabs",
52-
"href": "https://nuxtlabs.com",
53-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg",
54-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg"
55-
},
5644
{
5745
"alt": "Stanislas Ormières",
5846
"href": "https://stormier.ninja",

packages/nuxt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### [0.11.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-11-05)
2+
3+
### Features
4+
5+
- **nuxt:** automatic HMR code (vite only) ([#2954](https://github.com/vuejs/pinia/issues/2954)) ([0e9e7e7](https://github.com/vuejs/pinia/commit/0e9e7e7c9b658c31aa4da7d85311bc932d0b23dd))
6+
7+
### Bug Fixes
8+
9+
- **nuxt:** resolve auto-imports in layers ([#3035](https://github.com/vuejs/pinia/issues/3035)) ([e25e525](https://github.com/vuejs/pinia/commit/e25e525ad84adb47db0cedc736292140886a376f))
10+
- **nuxt:** unset global pinia after render ([#2915](https://github.com/vuejs/pinia/issues/2915)) ([ad2fa45](https://github.com/vuejs/pinia/commit/ad2fa452ec8efeb82b8b6b2c4b984669d9cf3245))
11+
112
### [0.11.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-07-18)
213

314
### Bug Fixes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [3.0.4](https://github.com/vuejs/pinia/compare/[email protected]@3.0.4) (2025-11-05)
2+
3+
### Features
4+
5+
- **warn:** detect global context on the server side ([#2983](https://github.com/vuejs/pinia/issues/2983)) ([be9e356](https://github.com/vuejs/pinia/commit/be9e356117b249a940647dad170669b49489ecff))
6+
7+
### Bug Fixes
8+
9+
- incorrect supported values in package.json ([5cc55c2](https://github.com/vuejs/pinia/commit/5cc55c2e0bb42ef4c0db1c5201184a495db7d2f8))
10+
111
### [3.0.3](https://github.com/vuejs/pinia/compare/[email protected]@3.0.3) (2025-06-04)
212

313
No code changes.

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"type": "module",
66
"main": "index.cjs",

packages/testing/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [1.0.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-11-05)
2+
3+
### Features
4+
5+
- add selective action stubbing support ([#3040](https://github.com/vuejs/pinia/issues/3040)) ([cff409e](https://github.com/vuejs/pinia/commit/cff409edf1862d54ad89528c0770c9c219453eed))
6+
7+
### Bug Fixes
8+
9+
- store type ([9b92217](https://github.com/vuejs/pinia/commit/9b92217788886fe757d7afd3aee11dff2ddf349c))
10+
111
### [1.0.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-06-04)
212

313
No code changes in this release.

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -48,7 +48,7 @@
4848
"tsup": "^8.5.0"
4949
},
5050
"peerDependencies": {
51-
"pinia": ">=3.0.3"
51+
"pinia": ">=3.0.4"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)