Skip to content

Commit

Permalink
fix(deps): update dependency probot to v13.3.0 (#959)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency probot to v13.3.0

* test(unit): leverage the expected octokit instance in index.test.js

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Travi <[email protected]>
  • Loading branch information
renovate[bot] and travi committed Jun 5, 2024
1 parent af5044d commit b3c1037
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"deepmerge": "4.3.1",
"js-yaml": "4.1.0",
"probot": "13.2.2"
"probot": "13.3.0"
},
"devDependencies": {
"@cucumber/cucumber": "10.8.0",
Expand Down
4 changes: 2 additions & 2 deletions test/unit/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Probot } = require('probot')
const { Probot, ProbotOctokit } = require('probot')
const any = require('@travi/any')
const plugin = require('../../index')

Expand All @@ -8,7 +8,7 @@ describe('plugin', () => {
beforeEach(() => {
class Octokit {
static defaults () {
return Octokit
return ProbotOctokit
}

constructor () {
Expand Down

0 comments on commit b3c1037

Please sign in to comment.