react-hookz / web

React hooks done right, for browser and SSR.
https://react-hookz.github.io/web/
MIT License
1.93k stars 94 forks source link

[BREAKING] switch package to module type #1472

Closed xobotyi closed 11 months ago

xobotyi commented 11 months ago

As part of migration to react 18 and docosaurus - i made a decision to switch package to "type": "module".

By itself it leads to following BREAKING CHANGES:

Side-effect for current PR - documentation is broken, as storybook 6 is not working within ESM packages and Im planning to switch to docosaurus anyways.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8634836) 99.62% compared to head (0577c1f) 99.62%. Report is 37 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1472 +/- ## ======================================= Coverage 99.62% 99.62% ======================================= Files 62 62 Lines 1072 1074 +2 Branches 169 171 +2 ======================================= + Hits 1068 1070 +2 Misses 2 2 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

xobotyi commented 11 months ago

:tada: This PR is included in version 24.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: