Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps probot from 12.3.3 to 13.0.2.

Release notes

Sourced from probot's releases.

v13.0.2

13.0.2 (2024-02-03)

Bug Fixes

  • deps: update dependency commander to v12 (737835f)

v13.0.1

13.0.1 (2024-01-26)

Bug Fixes

v13.0.0

13.0.0 (2024-01-25)

Features

BREAKING CHANGES

  • Drop support for NodeJS < 18
  • replace node-fetch with the Fetch API
  • default webhookPath is now /api/github/webhooks
  • probot receive now only supports payloads in JSON format, previously also (unintionally) allowed JS.

v13.0.0-beta.17

13.0.0-beta.17 (2024-01-18)

Bug Fixes

v13.0.0-beta.16

13.0.0-beta.16 (2023-12-04)

Bug Fixes

  • deps: update @​octokit/webhooks to v12.0.10 (#1937) (4228573)

... (truncated)

Commits
  • 737835f fix(deps): update dependency commander to v12
  • 1eb0389 chore: apply linting on tsconfig.json (#1963)
  • f7e4588 build(deps): lock file maintenance (#1962)
  • f97fc64 test: Ensure we can run both ESM and CJS (#1956)
  • 5d95b73 fix(deps): update dependency pino-http to v9 (#1953)
  • 380d24d ci(action): update actions/dependency-review-action action to v4 (#1951)
  • c065c15 ci(action): update github/codeql-action action to v3 (#1952)
  • 39ced7e chore: repair typedoc (#1950)
  • 33776dd chore(deps): update dependency semantic-release to v23 (#1947)
  • 8a403e8 build(deps-dev): bump vite from 5.0.2 to 5.0.12 (#1949)
  • Additional commits viewable 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 robandpdx as a code owner February 5, 2024 06:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2024
@robandpdx
Copy link
Collaborator

The latest probot uses a newer octokit, which is not compatible with nock.

The latest version of octokit uses undici http client. Nock does not support undici. More details here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/probot-13.0.2 branch 2 times, most recently from 188d632 to d2a8ef5 Compare February 12, 2024 15:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/probot-13.0.2 branch 2 times, most recently from e48547b to 4c76663 Compare February 20, 2024 22:56
Bumps [probot](https://github.com/probot/probot) from 12.3.3 to 13.0.2.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](probot/probot@v12.3.3...v13.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/probot-13.0.2 branch from 4c76663 to 211f4d3 Compare March 4, 2024 18:34
Copy link
Collaborator

@robandpdx robandpdx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to make unit tests work.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #106.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/probot-13.0.2 branch March 18, 2024 06:12
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants