midwayjs / hooks

"Zero" Api / Type Safe / Fullstack Kit / Powerful Backend
MIT License
689 stars 63 forks source link

feat: add ssr trigger and refactor to use @midwayjs/core #517

Closed Lxxyx closed 1 year ago

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: dc2ed2959dad45d40380ecf53b8ab942a7bb743b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages | Name | Type | | ------------------------ | ----- | | @midwayjs/hooks | Patch | | @midwayjs/bundler | Patch | | @midwayjs/dev-pack | Patch | | @midwayjs/esrun | Patch | | @midwayjs/hcc | Patch | | @midwayjs/hooks-bundler | Patch | | @midwayjs/hooks-core | Patch | | @midwayjs/hooks-internal | Patch | | @midwayjs/hooks-kit | Patch | | @midwayjs/hooks-upload | Patch | | @midwayjs/rpc | Patch | | @midwayjs/serve | Patch | | @midwayjs/test-util | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov-commenter commented 1 year ago

Codecov Report

Base: 81.85% // Head: 81.89% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (bcccbbe) compared to base (ea8e208). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #517 +/- ## ========================================== + Coverage 81.85% 81.89% +0.03% ========================================== Files 45 45 Lines 937 939 +2 Branches 166 166 ========================================== + Hits 767 769 +2 Misses 169 169 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs) | Coverage Δ | | |---|---|---| | [packages/hooks/src/api/component.ts](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs#diff-cGFja2FnZXMvaG9va3Mvc3JjL2FwaS9jb21wb25lbnQudHM=) | `80.95% <ø> (ø)` | | | [packages/hooks/src/api/component/adapter.ts](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs#diff-cGFja2FnZXMvaG9va3Mvc3JjL2FwaS9jb21wb25lbnQvYWRhcHRlci50cw==) | `77.46% <ø> (ø)` | | | [packages/hooks/src/api/configuration.ts](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs#diff-cGFja2FnZXMvaG9va3Mvc3JjL2FwaS9jb25maWd1cmF0aW9uLnRz) | `100.00% <ø> (ø)` | | | [packages/hcc/src/midway.ts](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs#diff-cGFja2FnZXMvaGNjL3NyYy9taWR3YXkudHM=) | `92.59% <100.00%> (+0.28%)` | :arrow_up: | | [packages/hooks/src/api/operator/serverless.ts](https://codecov.io/gh/midwayjs/hooks/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs#diff-cGFja2FnZXMvaG9va3Mvc3JjL2FwaS9vcGVyYXRvci9zZXJ2ZXJsZXNzLnRz) | `50.00% <100.00%> (+3.84%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=midwayjs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.