Skip to content

Fix: widen drizzle-orm peer dependency to include 0.45.x#3103

Open
byrichardpowell wants to merge 1 commit intomainfrom
worktree-issue-2963-drizzle-peer-dep
Open

Fix: widen drizzle-orm peer dependency to include 0.45.x#3103
byrichardpowell wants to merge 1 commit intomainfrom
worktree-issue-2963-drizzle-peer-dep

Conversation

@byrichardpowell
Copy link
Contributor

WHY are these changes introduced?

Fixes #2963

Users on drizzle-orm@0.45.x get an ERESOLVE error when installing @shopify/shopify-app-session-storage-drizzle because the published peer dependency range ^0.44.7 resolves to >=0.44.7 <0.45.0, which excludes all 0.45.x versions.

The package already runs its own tests against drizzle-orm@0.45.x via devDependencies (since #2989) — the peer dependency range was simply never updated to match.

WHAT is this pull request doing?

Widens the peerDependencies entry for drizzle-orm from ^0.44.7 to ^0.44.7 || ^0.45.0 in @shopify/shopify-app-session-storage-drizzle.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

Checklist

  • I have used pnpm changeset to create a draft changelog entry (do NOT update the CHANGELOG.md files manually)
  • I have added/updated tests for this change
  • I have documented new APIs/updated the documentation for modified APIs (for public APIs)

Widens the peerDependencies range from `^0.44.7` to `^0.44.7 || ^0.45.0`
so users on drizzle-orm 0.45.x no longer hit ERESOLVE errors. The package
already tests against 0.45.x via devDependencies (since PR #2989).

Fixes #2963

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@byrichardpowell
Copy link
Contributor Author

Marking as WIP as I need to test this

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 this pull request may close these issues.

Update drizzle-orm peer dependency to support 0.45.x in session-storage-drizzle

1 participant