This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.9.0
->3.13.1
10.1.3
->10.19.0
Release Notes
gr2m/octokit-plugin-create-pull-request (octokit-plugin-create-pull-request)
v3.13.1
Compare Source
v3.13.0
Compare Source
v3.12.2
Compare Source
v3.12.1
Compare Source
v3.12.0
Compare Source
Features
update
option (#100) (103fd82)v3.11.0
Compare Source
Features
forceFork
option (#85) (7c5b9e5)v3.10.1
Compare Source
Bug Fixes
v3.10.0
Compare Source
Features
v3.9.3
Compare Source
Bug Fixes
v3.9.2
Compare Source
Bug Fixes
v3.9.1
Compare Source
Bug Fixes
probot/probot (probot)
v10.19.0
Compare Source
Features
(app) => {}
. Deprecate({ app, getRouter }) => {}
in favor of(app, { getRouter }) => {}
(#1441) (42b043e), closes /github.com/probot/probot/issues/1286#issuecomment-744094299v10.18.0
Compare Source
Features
createProbot()
(#1431) (d315f0c)new Probot({ appId })
(a94fdca)Probot.version
,Probot.defaults()
(2ff5d21)run(appFn, { env })
(3d90806)Server
class when usingprobot run
binary (8a3599d)Deprecations
probot.load()
(3d4b363)probot.start()
/probot.stop()
/probot.setup()
(7a8f268)new Probot({ id })
(a94fdca)Bug Fixes
[METHOD] /[PATH] [STATUS] - [NUM]ms
, e.gPOST / 500 - 123ms
(9d767e1)v10.17.3
Compare Source
Bug Fixes
app.route()
with(app) => {}
app function (#1430) (d203219)v10.17.2
Compare Source
Bug Fixes
GHE_HOST
deprecation message when usingprobot run
cli (#1423) (0ec5f23), closes #1422v10.17.1
Compare Source
Bug Fixes
"info"
(49153b8)v10.17.0
Compare Source
Features
import { run } from "probot"
. Deprecates Probot.run() (f35b58a)new Probot({ baseUrl })
. DeprecatesGHE_HOST
/GHE_PROTOCOL
when using with theProbot
constructor (7abbef7)new Probot({ logLevel })
. DeprecatesLOG_LEVEL
when usingProbot
constructor (7c46218)INSTALLATION_TOKEN_TTL
(dfc59fc)LOG_FORMAT
,LOG_LEVEL_IN_STRING
,SENTRY_DSN
environment variables when usingProbot
constructor. Pass a custom log instance instead: (514c764)REDIS_URL
environment variable when using with theProbot
constructor. Usenew Probot({ redisConfig: "redis://..." })
instead (1dbd999)v10.16.0
Compare Source
Features
@probot/get-private-key
(#1414) (47d9f3a), closes #1309v10.15.0
Compare Source
Features
context.octokit
. Deprecatescontext.github
(#1413) (0527b98)v10.14.1
Compare Source
Bug Fixes
@octokit/core
to latest (#1412) (9351df4)v10.14.0
Compare Source
Features
{ Application }
export. Use{ Probot }
instead, it has the same APIs now. (#1408) (0e52e05)v10.13.0
Compare Source
Features
probot.on()
/probot.receive()
/probot.auth()
(#1407) (1812cfe)v10.12.0
Compare Source
Features
getRouter
argument for app function (({ app, getRouter }) => {}
) (#1406) (de3adc1)v10.11.0
Compare Source
Features
(app) => {}
is now({ app }) => {}
(#1405) (4bfae5a)v10.10.2
Compare Source
Bug Fixes
.webhooks.on("*", handler)
in favor of `.webhooks.onAny(handler) (ab6fcb1)v10.10.1
Compare Source
Bug Fixes
v10.10.0
Compare Source
Features
octokit-auth-probot
(#1392) (8ba3a8e)v10.9.5
Compare Source
Bug Fixes
webhooks.onError()
instead of deprecatedwebhooks.on("error", ...)
(#1390) (a5b36b3)v10.9.4
Compare Source
Bug Fixes
v10.9.3
Compare Source
Bug Fixes
context
passed to event handler (#1378) (05abeef), closes #r501871740v10.9.2
Compare Source
Bug Fixes
@octokit/webhooks
(#1374) (630d78e)v10.9.1
Compare Source
Bug Fixes
options.throttle
passed to{Octokit: ProbotOctokit.defaults(options)}
(#1373) (9483546)v10.9.0
Compare Source
Features
new Application({ throttleOptions })
(#1365) (f537204)v10.8.1
Compare Source
Bug Fixes
use
@probot/octokit-plugin-config
forcontext.config
(#1362) (a235671)If you mocked http requests for configuration files, you will have to adapt them. Instead of returning a JSON response with a
{ content }
object, wherecontent
is a base64 encoded version of your raw configuration, you can now return the content without encoding directly. ExampleBefore
After
v10.8.0
Compare Source
Features
v10.7.1
Compare Source
Bug Fixes
v10.7.0
Compare Source
Features
v10.6.0
Compare Source
Features
v10.5.0
Compare Source
Features
v10.4.1
Compare Source
Bug Fixes
v10.4.0
Compare Source
Features
v10.3.0
Compare Source
Features
v10.2.0
Compare Source
Features
installation.id
and username to repository owner login (when present) (#1337) (4cf7de9)v10.1.5
Compare Source
Bug Fixes
v10.1.4
Compare Source
Bug Fixes
LOG_FORMAT=json
(86c1973)Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.