Steven Chim

Results 7 issues of Steven Chim

Version 3 introduced some breaking changes in order to have a better DX and extensibility with the new plugin system. Read about what changed in [v3 discussions](https://github.com/chimurai/http-proxy-middleware/discussions/768). You can give...

## Description Use `make` in npm scripts ## Motivation and Context - Simplify npm scripts with `make` (using `make` dependencies, instead of linking different npm `pre` scripts) - `make install`:...

Provide better Type support. Not only for express, but also fastify, next.js, etc... ### Related issues - https://github.com/chimurai/http-proxy-middleware/pull/478 - https://github.com/chimurai/http-proxy-middleware/pull/683 - https://github.com/chimurai/http-proxy-middleware/issues/692 - https://github.com/chimurai/http-proxy-middleware/issues/650 - https://github.com/chimurai/http-proxy-middleware/pull/603 - https://github.com/chimurai/http-proxy-middleware/issues/632 - https://github.com/chimurai/http-proxy-middleware/pull/687...

enhancement

fixes husky hooks (broken since https://github.com/posthtml/posthtml/pull/362) https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v7

upgrade husky@8 and lint-staged@13 New Husky: - Zero dependencies and lightweight (6 kB) - Powered by modern new Git feature (core.hooksPath) - Follows npm and Yarn best practices regarding autoinstall...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/spectator/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...