Commit Graph

7 Commits

Author SHA1 Message Date
wolfy1339 948a1b7147
feat: v13 (#1874)
BREAKING CHANGE: Drop support for NodeJS < 18
BREAKING CHANGE: replace node-fetch with the Fetch API
BREAKING CHANGE: default webhookPath is now /api/github/webhooks
BREAKING CHANGE: probot receive now only supports payloads in JSON format, previously also (unintionally) allowed JS.

closes #1643


---------

Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Co-authored-by: Alexander Fortin <shaftoe@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron@runcitadel.space>
Co-authored-by: prettier-toc-me[bot] <56236715+prettier-toc-me[bot]@users.noreply.github.com>
Co-authored-by: Yaseen <9275716+ynx0@users.noreply.github.com>
2024-01-25 16:03:28 -05:00
Björn Brauer 2275698633
fix: correctly import (transpiled) app function for run and receive (#1457) thanks @ZauberNerd 2021-01-14 15:38:32 -08:00
Gregor Martynus 335684509e
fix: import app functions transpiled from TypeScript (#1448) 2020-12-17 15:03:59 -08:00
Gregor Martynus 072b8c26b5 v10.0.0
CHANGELOG: https://github.com/probot/probot/releases/tag/v10.0.0
2020-09-01 10:09:40 -07:00
Gregor Martynus e3f6cf583b
fix: revert "v9.14.0" (#1314)
This reverts commit ee65669677.

It was merged accidentally and incorrectly using squash & merge, which resulted in a 9.x feature relaese instead of tagging the the latest 10.x release as latest
2020-08-21 10:46:00 -07:00
Gregor Martynus ee65669677
feat: v10 (#1310) 2020-08-21 10:38:30 -07:00
Karol Majewski 96b186ac0f chore: Convert resolver tests to TypeScript (#660) 2018-08-24 10:12:08 -04:00