Skip to content

Commit

Permalink
Merge pull request #820 from Shopify/update_api_deps_for_session_stor…
Browse files Browse the repository at this point in the history
…ages

Make shopify-api dependency more flexible
  • Loading branch information
paulomarg authored Apr 24, 2024
2 parents a6d5fd7 + 6461daa commit 405844d
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always",
"onlyUpdatePeerDependentsWhenOutOfRange": true
"updateInternalDependents": "always"
}
}
16 changes: 16 additions & 0 deletions .changeset/mean-plums-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@shopify/shopify-app-session-storage-postgresql": patch
"@shopify/shopify-app-session-storage-test-utils": patch
"@shopify/shopify-app-session-storage-dynamodb": patch
"@shopify/shopify-app-session-storage-drizzle": patch
"@shopify/shopify-app-session-storage-mongodb": patch
"@shopify/shopify-app-session-storage-memory": patch
"@shopify/shopify-app-session-storage-prisma": patch
"@shopify/shopify-app-session-storage-sqlite": patch
"@shopify/shopify-app-session-storage-mysql": patch
"@shopify/shopify-app-session-storage-redis": patch
"@shopify/shopify-app-session-storage-kv": patch
"@shopify/shopify-app-session-storage": patch
---

Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4",
"drizzle-orm": "^0.30.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@aws-sdk/util-dynamodb": "^3.554.0"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"semver": "^7.6.0"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mongodb": "^6.3.0"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"mysql2": "^3.9.2"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pg-connection-string": "^2.6.2"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {},
"peerDependencies": {
"@prisma/client": "^5.10.2",
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4",
"prisma": "^5.12.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"redis": "^4.6.12"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"sqlite3": "^5.1.7"
},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
],
"dependencies": {},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-api": "^9.7.2",
"@shopify/shopify-api": "^9.7.2 || ^10.0.0",
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
],
"dependencies": {},
"peerDependencies": {
"@shopify/shopify-api": "^9.7.2"
"@shopify/shopify-api": "^9.7.2 || ^10.0.0"
},
"devDependencies": {
"@shopify/shopify-api": "^9.7.2"
"@shopify/shopify-api": "^9.7.2 || ^10.0.0"
},
"files": [
"dist/*",
Expand Down

0 comments on commit 405844d

Please sign in to comment.