deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.24k stars 124 forks source link

chore(mysql): upgrade mariadb dependency #526

Closed fergusean closed 10 months ago

fergusean commented 11 months ago

Summary of changes

The mariadb package hasn't been updated in nearly 2 years. There have been many performance optimizations and bug fixes since.

Relinquishment of Rights

Please mark following checkbox to confirm that you relinquish all rights of your changes:

codecov-commenter commented 11 months ago

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (29a1a17) 77.77% compared to head (c737403) 77.51%. Report is 21 commits behind head on master.

:exclamation: Current head c737403 differs from pull request most recent head 1256e31. Consider uploading reports for the commit 1256e31 to get more accurate results

Files Patch % Lines
packages/type/src/snapshot.ts 3.70% 26 Missing :warning:
packages/core/src/emitter.ts 0.00% 18 Missing :warning:
packages/injector/src/injector.ts 20.00% 4 Missing :warning:
packages/framework/src/module.ts 78.57% 3 Missing :warning:
packages/type/src/serializer.ts 0.00% 2 Missing :warning:
packages/framework/src/cli/debug-di.ts 50.00% 1 Missing :warning:
packages/framework/src/cli/server-start.ts 50.00% 1 Missing :warning:
packages/framework/src/debug/stopwatch/store.ts 92.85% 1 Missing :warning:
packages/rpc/src/server/security.ts 50.00% 1 Missing :warning:
packages/type/src/reflection/reflection.ts 93.33% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #526 +/- ## ========================================== - Coverage 77.77% 77.51% -0.27% ========================================== Files 188 183 -5 Lines 20091 19707 -384 Branches 5202 5145 -57 ========================================== - Hits 15625 15275 -350 + Misses 4466 4432 -34 ```

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

marcj commented 10 months ago

merged in https://github.com/deepkit/deepkit-framework/commit/558ca17cd7c3f8b22f7fcba2ebfe7e5569097fda, thanks @fergusean !