-
Notifications
You must be signed in to change notification settings - Fork 405
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
Contributing back all current updates of my fork #933
Conversation
Fix/tests
Update/dependencies
update/linter: packages updated. new config files.
* some automatic linter fixes. Some typescript fixes. * typescript errors fixed in decorators and metadata * Interceptors and Metadata fixed * reverted filterMiddlewareMetadatasForClasses * decorator, driver and metadata types fixed * interceptor and metadata fixed * action, driver and metadata fixed
* update/github-workflows * prettier, linter and build errors fixed
* updated typedi,mustache-express,@types/node and some smaller updates * axios updated to last cjs version * updated husky,form-data,lint-staged * jest updated. done callback fixed. TypeScript errors fixed in test folder. * prettier fixes. nodejs workflow matrix adjusted. * eslint, jest updated. request removed. * koa and dependencies updated * updated multer to 1.4.4 and koa types * axios upgraded and fixed boolean header. jest wrong error line number fixed.
Thanks! Unfortunately i find this a bit drastic so i cherrypicked the upgrades into a separate PR. I will make sure to credit you in the changelog! |
Thanks, glad it helps a little bit. I had the same thoughts about cherry picking. I just did not want to withhold anything. |
Changes merged in #948 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Contributing all current updates of my fork as requested here.
I reverted some changes like the README, the name and version in the package.json and the GitHub workflows, except NodeJS 12 is dropped now. Most of the TypeScript warnings are not fixed yet but the erros are gone.
Checklist
Update index.md
)develop
)npm run prettier:check
passesnpm run lint:check
passesFixes