Skip to content

support zarrita 0.5 and 0.6#7

Open
Shane98c wants to merge 1 commit intomainfrom
support-zarrita-0.6
Open

support zarrita 0.5 and 0.6#7
Shane98c wants to merge 1 commit intomainfrom
support-zarrita-0.6

Conversation

@Shane98c
Copy link
Copy Markdown
Collaborator

@Shane98c Shane98c commented Apr 1, 2026

#6

Adds latest zarrita to peer deps and adds tests for both supported versions to CI.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the zarrita peer dependency to support version 0.6.0 alongside 0.5.0. Feedback was provided to update the devDependencies to include version 0.6.0, ensuring that the project's tests verify compatibility with the newly supported version.

},
"peerDependencies": {
"zarrita": "^0.5.0"
"zarrita": "^0.5.0 || ^0.6.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The devDependencies (line 58) should be updated to include ^0.6.0 (e.g., ^0.5.0 || ^0.6.0). Currently, local development and tests are pinned to version 0.5.x, which means compatibility with the newly supported version 0.6.0 is not being verified during development or in standard test runs.

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.

1 participant