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

fix: extend typescript peer dependency range to include 5.x #587

Merged
merged 2 commits into from Mar 26, 2023

Conversation

rchl
Copy link
Collaborator

@rchl rchl commented Mar 25, 2023

After quick look there doesn't seem to be any apparent issues with TypeScript 5 so allow it in the peer dependency range.

Given that TypeScript doesn't really follow semantic versioning rules, it can break at any point but I still think that this is better approach then having to update this module on each TypeScript release. If new TS version breaks this module then we can restrict or fix it then.

@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2b5f581) 100.00% compared to head (ec08d93) 100.00%.

❗ Current head ec08d93 differs from pull request most recent head 8fa3548. Consider uploading reports for the commit 8fa3548 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #587   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           36        36           
  Branches         9         9           
=========================================
  Hits            36        36           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@danielroe danielroe merged commit 6e5a51b into master Mar 26, 2023
5 checks passed
@danielroe danielroe deleted the fix/ts-range branch March 26, 2023 13:46
@rchl
Copy link
Collaborator Author

rchl commented Mar 26, 2023

@danielroe when you have spare time I think it would be good to release a new version now

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