Tags: Uzlopak/probot
Tags
fix(typescript): simplify ProbotWebhooks object (probot#1833)
fix: Make `probot receive` support complex Probot apps (probot#1714) The command `probot receive` fails to work when: 1. The Probot appFn is asynchronous 2. The Probot appFn requires `getRouter` The command `probot run` works fine though with the same app. This attempts to add support for these sort of Probot apps when calling `probot receive`.
fix(receive): `--base-url` option and `GHE_HOST` (probot#1719)
fix: remove update-notifier (probot#1706) it's better to catch outdated dependencies before deployment, with tools such as dependabot, instead of only finding about it when you're about to run the application the motivation for having update-notifier isn't strong as per probot#1102 (comment) and it pulls in needless dependencies as showcased in probot#1703, therefore it's better to remove it
fix: logging of first octokit instance is not set (probot#1676) - tha… …nks @kammerjaeger @markjm
fix(deps): bump eventsource from 1.1.0 to 2.0.2 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 2.0.2. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v2.0.2) --- updated-dependencies: - dependency-name: eventsource dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Replaced hbs with express-handlebars (probot#1659) Addresses https://securitylab.github.com/advisories/GHSL-2021-020-pillarjs-hbs/
PreviousNext