Commit Graph

1666 Commits

Author SHA1 Message Date
Gregor Martynus 02d81f886c
fix(deps): `@octokit/webhooks` security update (#1911) 2023-11-15 10:34:01 -08:00
David Brodski fc6886d3b3
fix: Fix async main function type (#1672)
This should better reflect the already allowed async function as main
2023-11-14 10:02:57 +01:00
Sangwon Kim 76f3376070
docs: Fix 404 links (#1678)
Co-authored-by: scon.io <iam@scon.io>
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
2023-11-14 09:57:55 +01:00
Aaron Dewes c1f0767427
docs: Fix previous/next button (#1898) 2023-11-14 07:41:04 +01:00
Victor Scaiceanu 7b09369f4b
fix(typescript): simplify ProbotWebhooks object (#1833) 2023-06-14 13:48:11 -07:00
Shingo Sato 6c5840d2df
feat(server): add logging options (#1645) 2023-01-16 16:01:34 +01:00
ElisarEisenbach 6e3070f978
docs: fix link (#1774) 2023-01-09 17:11:24 -08:00
wolfy1339 229a01c7bf
fix(typescript): add missing import (#1783) 2023-01-09 17:09:25 -08:00
Gregor Martynus 776f6a782f build(typescript): make TS happy 2023-01-09 17:02:58 -08:00
Gregor Martynus 85bd6e5d55 build(package): lock file 2023-01-07 17:01:56 -08:00
Gregor Martynus 99c7b129cd build(release.yml): set node-version to lts/* 2023-01-07 16:40:51 -08:00
dependabot[bot] ff524af791
build(deps): bump json5 from 2.2.0 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-07 15:39:21 -08:00
dependabot[bot] a03417e6a5
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 19:38:20 -08:00
Oscar Dominguez f89d27175f
build(deps): upgrade @octokit/types to v8 (#1763) 2022-11-23 15:20:16 -08:00
Tomer Figenblat fac5b43584
docs: added an example reference for a bot tested with mocha and sinon (#1744)
Signed-off-by: Tomer Figenblat <tomer.figenblat@gmail.com>
2022-09-11 14:18:36 -07:00
renovate[bot] 4d6ee86700
chore(deps): update dependency @types/node to v16
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 23:39:25 -07:00
renovate[bot] 75a82ad2c5
chore(deps): update dependency @octokit/webhooks-methods to v3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 22:28:55 -07:00
renovate[bot] 0a863acb74
chore(deps): update dependency tsd to ^0.23.0 (#1729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 16:50:25 -07:00
Gregor Martynus 0fcf5ded94 build: renovate setup 2022-09-05 14:35:24 -07:00
Gregor Martynus d668f24c00 build: remove renovate setup from package.json 2022-09-05 14:15:57 -07:00
Gregor Martynus 5be04fd99e build: renovate setup 2022-09-05 14:03:25 -07:00
Gregor Martynus f81a134dd2 build: renovate setup 2022-09-05 12:56:00 -07:00
Gregor Martynus 98f4b302c9 build: revert 3c6dca6c1d 2022-09-05 12:45:08 -07:00
Karan Shah eff5553253
fix: Make `probot receive` support complex Probot apps (#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`.
2022-09-05 12:40:05 -07:00
Gregor Martynus 78cb0197a6 style: prettier 2022-08-31 12:23:39 -07:00
Gregor Martynus 3c6dca6c1d build: renovate setup 2022-08-31 11:11:05 -07:00
wgillaspy 68c9b91b89
fix(receive): `--base-url` option and `GHE_HOST` (#1719) 2022-08-29 19:35:11 +00:00
Oscar Dominguez be45120fab
fix(deps): upgrade octokit/types to v7.1.1 (#1724) 2022-08-29 12:09:09 -07:00
borgmanJeremy d5e22e3979
docs(deployment): Update Heroku branch name (#1701)
Update deployment.md

Heroku default deployment branch is now named "main" not "master"
2022-07-08 09:56:41 -07:00
João Paulo Silva de Souza 05297fbd50
fix: remove update-notifier (#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 https://github.com/probot/probot/issues/1102#issuecomment-570598406 and it pulls in needless dependencies as showcased in https://github.com/probot/probot/issues/1703, therefore it's better to remove it
2022-06-30 13:04:41 -07:00
dependabot[bot] 529197ed60
build(deps-dev): bump got from 11.8.2 to 11.8.5
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 10:09:56 -07:00
dependabot[bot] 3d30acc854
build(deps-dev): bump semantic-release from 17.4.7 to 19.0.3
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.7...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 20:12:16 -07:00
dependabot[bot] 4b1ccf860b
build(deps): bump semver-regex from 3.1.3 to 3.1.4
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 13:36:12 -07:00
David Brodski 646b6a9276
fix: logging of first octokit instance is not set (#1676) - thanks @kammerjaeger @markjm 2022-06-01 16:41:57 -07:00
dependabot[bot] 7fd06d6975
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](https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.2)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 16:58:30 -07:00
Nick Partridge 559f4374d4
docs: fix localhost link protocol (#1691) 2022-05-23 15:24:38 -07:00
Tomer Figenblat 3a7bbb2e1a
docs: added an example of an aws deployment without the serverless framework (#1683)
Signed-off-by: Tomer Figenblat <tomer.figenblat@gmail.com>
2022-05-19 13:32:58 -07:00
Alex Tymchuk 12d9b05d4e
docs: wrong log call in `onError` method (#1681) 2022-04-26 13:43:36 -07:00
dependabot[bot] 1a73ff40a6
build(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 07:45:58 -07:00
Aadil Siddiqui 420f88612d
fix: Replaced hbs with express-handlebars (#1659)
Addresses https://securitylab.github.com/advisories/GHSL-2021-020-pillarjs-hbs/
2022-03-08 07:50:55 -08:00
dependabot[bot] 07fe1a709b
build(deps): bump url-parse from 1.5.7 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 09:08:36 -08:00
dependabot[bot] ce9c3d13fb
build(deps): bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 13:12:53 -08:00
dependabot[bot] 9cf9be235f
build(deps): bump url-parse from 1.5.3 to 1.5.7
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 12:08:12 -08:00
Zane c34f64d2f4
docs: fix 404 links for classes and rel links (#1649)
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
2022-02-17 10:05:57 -08:00
Allen Hernandez 5d232e2d86
docs(webhooks): `onAny` code sample fix (#1648) 2022-02-10 13:28:11 -08:00
Joseph Petersen dd9f5ae98e
fix(security): bump minimal version of `hbs` (#1638) 2022-01-19 07:43:42 -08:00
Joseph Petersen a85c7a6307
build(package): bump package and package-lock (#1636) 2022-01-18 09:46:02 -08:00
chris-schra ec92db2c0c
docs(development): fix `ProbotOctokit` usage example (#1637) 2022-01-18 17:45:40 +00:00
Yadhav Jayaraman 992b480073
feat: customize account name for manifest creation flow using `GH_ORG` environment variable (#1606) 2022-01-10 16:34:23 -08:00
Gregor Martynus c83edcbbfc style: prettier 2022-01-03 12:21:15 -08:00