-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: Add TypeScript support #26
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
base: main
Are you sure you want to change the base?
Conversation
Should be fine to adopt this upstream if you're happy to open a PR. |
Thanks for the review @06kellyjac ! |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
e7ec595
to
e316a95
Compare
fix(deps): update npm - li-cli - experimental/li-cli/package.json
…pendency-review.yml
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: run npm audit fix
chore: bump by minor to v1.11.0
chore: switch @typescript-eslint/no-explicit-any to off instead of warn
…y-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…ples-manager chore(deps): update dependency @finos/git-proxy to ^1.11.0 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…es/git-proxy-cli/package.json
fix(deps): update dependency axios to ^1.9.0 - git-proxy-cli - packages/git-proxy-cli/package.json
fix(deps): update npm - website - website/package.json
…997-rate-limiter-config
feat: rate limiter config
Overview
This PR introduces TypeScript to git-proxy and refactors relevant code to support it.
Changelog
tsconfig.json
) with essential settings for strict type checking, ES6 compatibility, and JSX support.index.js
) to TypeScript (index.ts
).