Tags: Wanbillion/probot
Tags
fix: ensure that the logger is always bound (probot#2119) * fix: ensure that the logger is always bound Sometimes the logger would be unbound, and would result in error messages. Fixes probot#2116 * refactor: don't manually bind logger
Empty commit to triggerr release BREAKING CHANGE: Probot is now a fully ESM native library
feat: allow custom logger for Octokit instances (probot#2100) Allow custom logger for Octokit instances
fix(deps): use fork of lru-cache to fix type issues (probot#2104) See isaacs/node-lru-cache#355 The package author is unwilling to backport the proper fix to the previous version.
fix(types): avoid TS2590 errors in `Context` (probot#2073) Fixes probot#1968 > error TS2590: Expression produces a union type that is too complex to represent.
fix(deps): Revert "fix(deps): update dependency lru-cache to v11" (pr… …obot#2056) * Revert "fix(deps): update dependency lru-cache to v11 (probot#2049)" This reverts commit e2a9698. * Update lockfile
fix: remove eventsource dependency (probot#2052) * fix: remove eventsource dependency * also remove eventsource types * remove reference to eventsource import in test file
PreviousNext