Skip to content

Commit 3e41ed5

Browse files
authored
feat(pinia-orm)!: Moving to Pinia v3 (#1981)
* feat(pinia-orm)!: Moving to Pinia v3 BREAKING CHANGE: All packages are now using pinia v3 * test(pinia-orm): Skip vue2 helper test * test(pinia-orm): Remove helper test
1 parent 71fb0dc commit 3e41ed5

File tree

8 files changed

+122
-143
lines changed

8 files changed

+122
-143
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"gitHooks": {
59-
"commit-msg": "node scripts/verifyCommit.js"
59+
"commit-msg": "node scripts/verifyCommit.mjs"
6060
},
6161
"lint-staged": {
6262
"*.js": [

packages/axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"peerDependencies": {
5757
"axios": ">=1.7.7",
5858
"pinia-orm": ">=1.9.1",
59-
"pinia": ">=2.1.7"
59+
"pinia": ">=3.0.0"
6060
},
6161
"devDependencies": {
6262
"@nuxt/eslint-config": "^0.3.13",
@@ -66,7 +66,7 @@
6666
"axios": "^1.7.2",
6767
"axios-mock-adapter": "^2.0.0",
6868
"eslint": "^9.6.0",
69-
"pinia": "^2.1.7",
69+
"pinia": "^3.0.1",
7070
"pinia-orm": "workspace:*",
7171
"size-limit": "^11.1.4",
7272
"typescript": "^5.5.3",

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
4040
},
4141
"peerDependencies": {
42-
"@pinia/nuxt": "^0.5.1"
42+
"@pinia/nuxt": "^0.10.1"
4343
},
4444
"dependencies": {
4545
"@nuxt/kit": "^3.12.3",
@@ -51,11 +51,11 @@
5151
"@nuxt/module-builder": "^0.8.1",
5252
"@nuxt/schema": "^3.12.3",
5353
"@nuxtjs/eslint-config-typescript": "^12.1.0",
54-
"@pinia/nuxt": "^0.5.1",
54+
"@pinia/nuxt": "^0.10.1",
5555
"@types/prettier": "^3.0.0",
5656
"eslint": "^9.6.0",
5757
"nuxt": "^3.11.2",
58-
"pinia": "^2.1.7",
58+
"pinia": "^3.0.1",
5959
"prettier": "^3.3.2",
6060
"std-env": "^3.7.0",
6161
"typescript": "^5.5.3",

packages/pinia-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"test": "pnpm run test:3"
5757
},
5858
"peerDependencies": {
59-
"pinia": "^2.1.7"
59+
"pinia": "^3.0.1"
6060
},
6161
"dependencies": {
6262
"@pinia-orm/normalizr": "workspace:*",
@@ -81,7 +81,7 @@
8181
"happy-dom": "^16.0.1",
8282
"mkdist": "^2.1.0",
8383
"nanoid": "4.0.2",
84-
"pinia": "^2.1.7",
84+
"pinia": "^3.0.1",
8585
"prettier": "^3.3.2",
8686
"size-limit": "^11.1.4",
8787
"std-env": "^3.7.0",

packages/pinia-orm/tests/feature/helpers/helpers.spec.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)