Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Wanbillion/probot

Tags

v13.4.1

Toggle v13.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v14.0.0-full-esm.1

Toggle v14.0.0-full-esm.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Empty commit to triggerr release

BREAKING CHANGE: Probot is now a fully ESM native library

v13.4.1-full-esm.1

Toggle v13.4.1-full-esm.1's commit message

Verified

This commit was signed with the committer’s verified signature.
build: fix release config

v13.4.0

Toggle v13.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow custom logger for Octokit instances (probot#2100)

Allow custom logger for Octokit instances

v13.3.10

Toggle v13.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v13.3.9

Toggle v13.3.9's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(deps): bump `@probot/pino` to v2.5.0

Fixes probot#2102

v13.3.8

Toggle v13.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump express to v4.21.0 (probot#2085)

v13.3.7

Toggle v13.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v13.3.6

Toggle v13.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v13.3.5

Toggle v13.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove eventsource dependency (probot#2052)

* fix: remove eventsource dependency

* also remove eventsource types

* remove reference to eventsource import in test file