Skip to content

Bump probot from 13.4.7 to 14.0.1#1197

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/probot-14.0.1
Closed

Bump probot from 13.4.7 to 14.0.1#1197
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/probot-14.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps probot from 13.4.7 to 14.0.1.

Release notes

Sourced from probot's releases.

v14.0.1

14.0.1 (2025-07-31)

Bug Fixes

  • add explicit undefined to optional types, and update webhooks types (#1979) (05179ff)

v14.0.0

14.0.0 (2025-07-30)

BREAKING CHANGES

  • Probot is now an ESM only library
  • drop Node > 20.17 and Node 21 support
  • Switch to GitHub's OpenAPI specification for Webhooks (from @octokit/webhooks v13)
  • Remove legacy REST enpoint method access. Users will now have to use the octokit.rest.* methods
  • Remove express server from within Probot.
  • All properties marked as private in Typescript, including Probot#state, are now private class fields.
  • createNodeMiddleware() is now an async function
  • @sentry/node needs to be installed separately if needed
  • ioredis needs to be installed separately if needed
  • The built-in server now listens on localhost by default instead of 0.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:

  1. Update package.json:
{
  "type": "module"
}
  1. Replace all CommonJS require() statements with ESM import syntax
  2. Update your TypeScript configuration:
</tr></table> 

... (truncated)

Commits
  • 05179ff fix: add explicit undefined to optional types, and update webhooks types (#1979)
  • 97c4057 feat!: v14 (#2152)
  • 532b1c3 build(deps): bump form-data from 4.0.1 to 4.0.4 (#2223)
  • 947ef22 docs: Add recommended configuration to prevent incorrect type inference in ev...
  • aabab0e docs: add Render deployment instructions to deployment guide (#2222)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from weirdan August 4, 2025 10:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/probot-14.0.1 branch from 2cebe4b to 7ef4631 Compare August 4, 2025 13:44
Bumps [probot](https://github.com/probot/probot) from 13.4.7 to 14.0.1.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](probot/probot@v13.4.7...v14.0.1)

---
updated-dependencies:
- dependency-name: probot
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/probot-14.0.1 branch from 7ef4631 to e18ed16 Compare August 4, 2025 13:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Superseded by #1201.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/probot-14.0.1 branch August 11, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants