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

chore: upgrade to v4.1.2 #76

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

brandonmarino
Copy link
Collaborator

Upgrade to v4.1.2

@brandonmarino brandonmarino marked this pull request as ready for review August 2, 2023 15:24
Akolyte01
Akolyte01 previously approved these changes Aug 2, 2023
package.json Outdated
"typescript": "^4.5.5",
"vitest": "^0.34.1"
},
"dependencies": {
"cookie-storage": "^6.1.0"
},
"peerDependencies": {
"svelte": "^3.0.0"
"svelte": "^4.1.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This would block consumers from using this unless they had over 4.1.2
Instead we want to use semantic versioning to declare a range of compatible svelte versions from 3 to 4
https://nodejs.org/es/blog/npm/peer-dependencies

Copy link
Collaborator Author

@brandonmarino brandonmarino Aug 2, 2023

Choose a reason for hiding this comment

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

Good catch! I updated this with a range from 3.0.0 -> 5.0.0 bfe52ea

@Akolyte01 Akolyte01 dismissed their stale review August 2, 2023 17:06

need chang

Copy link
Collaborator

@Akolyte01 Akolyte01 left a comment

Choose a reason for hiding this comment

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

change peer dependency declaration to retain support for svelte 3

@brandonmarino brandonmarino merged commit 44341f5 into square:main Aug 2, 2023
@Akolyte01 Akolyte01 mentioned this pull request Aug 15, 2023
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.

None yet

2 participants