Update dependency probot to v14#23
Conversation
|
a439d5b to
9d8f470
Compare
9d8f470 to
b8b2c5f
Compare
b8b2c5f to
66fd0de
Compare
607770a to
665f7eb
Compare
76b8a51 to
7d571d7
Compare
7d571d7 to
2a55080
Compare
b7bc3a7 to
93323cc
Compare
93323cc to
2288be5
Compare
2288be5 to
68267c6
Compare
f2ded9c to
4a9e52c
Compare
2d84774 to
ffa0629
Compare
ffa0629 to
2a22d19
Compare
e5abaed to
0bba34f
Compare
e02ae9b to
98e918e
Compare
98e918e to
52db9f0
Compare
250b5a5 to
3823f96
Compare
3823f96 to
9e3aef1
Compare
|
Closing due to merge conflicts after probot v13.4.7 merged — Renovate will reopen a fresh probot v14 bump. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^13.0.1→^14.0.0Release Notes
probot/probot (probot)
v14.3.2Compare Source
Bug Fixes
v14.3.1Compare Source
Bug Fixes
v14.3.0Compare Source
Bug Fixes
Features
v14.2.4Compare Source
Bug Fixes
v14.2.3Compare Source
Bug Fixes
v14.2.2Compare Source
Bug Fixes
v14.2.1Compare Source
Bug Fixes
runif we send SIGINT (#2251) (02862ce)v14.2.0Compare Source
Features
v14.1.0Compare Source
Features
erasableSyntaxOnlyis enforced (#2253) (94b8929)v14.0.6Compare Source
Bug Fixes
v14.0.5Compare Source
Bug Fixes
v14.0.4Compare Source
Bug Fixes
v14.0.3Compare Source
Bug Fixes
v14.0.2Compare Source
Bug Fixes
v14.0.1Compare Source
Bug Fixes
v14.0.0Compare Source
BREAKING CHANGES
@octokit/webhooksv13)octokit.rest.*methodsprivatein Typescript, includingProbot#state, are now private class fields.createNodeMiddleware()is now an async function@sentry/nodeneeds to be installed separately if neededioredisneeds to be installed separately if neededlocalhostby default instead of0.0.0.0.Probot v14 Migration Guide
ESM Only Package
Probot is now exclusively an ESM package. Either migrate to ESM (recommended), or use `require(esm).
Migrating to ESM:
package.json:{ "type": "module" }require()statements with ESMimportsyntax{ "compilerOptions": { "module": "node16", "moduleResolution": "node16" } }For
require(esm):"module": "nodenext"and"moduleResolution": "nodenext""module": "node20"and"moduleResolution": "node20"Node.js Version Requirements
Webhook Type Definitions
Replace webhook type imports:
REST API Access Pattern
Legacy endpoint methods have been removed:
Express Server Removal
The built-in Express server has been removed. To use Express:
HTTP Server no longer listens on
0.0.0.0by defaultThe built-in HTTP server will now listen on
localhostby default, instead of listening on all available interfaces.If you wish to change this behaviour, you can use the
HOSTenvironment variable, or the--hostvariable for theprobot runcommand.Asynchronous Middleware Initialization
createNodeMiddleware()is now asynchronous:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.