fix(deps): update dependency probot to v14#263
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
7ebe2b4 to
cc55e0b
Compare
cc55e0b to
748162b
Compare
748162b to
f281d67
Compare
f281d67 to
a099166
Compare
a099166 to
c85db55
Compare
c78acd6 to
8689000
Compare
abec423 to
d2fb7c4
Compare
c5b7b48 to
427f3fb
Compare
ce89499 to
34f87e7
Compare
1627c3d to
c61e116
Compare
c61e116 to
fb91b73
Compare
665c736 to
b7d5ba3
Compare
b7d5ba3 to
fec8dd3
Compare
fec8dd3 to
737d829
Compare
9042c72 to
e5b66fe
Compare
e5b66fe to
46f74cb
Compare
46f74cb to
c3d09f3
Compare
c3d09f3 to
dd7bda0
Compare
c4fa44e to
bac8684
Compare
fe36b30 to
1a98d47
Compare
47040e9 to
bf25662
Compare
b3d6a85 to
a6c0b1b
Compare
1366e67 to
09a4961
Compare
7d9eec5 to
2153a1b
Compare
0eb7c26 to
8d45107
Compare
d731e8b to
3c1be7b
Compare
3c1be7b to
f5b9362
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^13.0.2→^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.