Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dirzzle-orm peer dependency version to match with dev dependency version #2110

Open
tejesh0 opened this issue Feb 16, 2025 · 1 comment · May be fixed by #2178
Open

Upgrade dirzzle-orm peer dependency version to match with dev dependency version #2110

tejesh0 opened this issue Feb 16, 2025 · 1 comment · May be fixed by #2178

Comments

@tejesh0
Copy link

tejesh0 commented Feb 16, 2025

Overview/summary

https://github.com/Shopify/shopify-app-js/blob/main/packages/apps/session-storage/shopify-app-session-storage-drizzle/package.json#L51

peerDependencies are not getting auto updated by dependabot but devDependencies are being upgraded.

  "peerDependencies": {
    "@shopify/shopify-api": "^11.0.0",
    "@shopify/shopify-app-session-storage": "^3.0.0",
    "drizzle-orm": "^0.30.6"
  },
  "devDependencies": {
    "@libsql/client": "^0.14.0",
    "@shopify/shopify-app-session-storage-test-utils": "^3.0.12",
    "@types/better-sqlite3": "^7.6.12",
    "@types/pg": "^8.11.11",
    "better-sqlite3": "^11.8.1",
    "drizzle-kit": "^0.30.4",
    "drizzle-orm": "^0.39.3",
    "mysql2": "^3.12.0",
    "pg": "^8.12.0"
  },
@lizkenyon
Copy link
Contributor

Thanks for the flag! We will update this.

@lizkenyon lizkenyon linked a pull request Mar 4, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants