Skip to content

Conversation

@Trott
Copy link
Member

@Trott Trott commented Jul 11, 2018

This eliminates a "high' (risk? priority? something else?) warning that
comes up with npm audit. There are still other deps that need updating
but this is probably the big one and doing it as incrementally as
possible while still eliminating that red "high" warning.

@targos
Copy link
Member

targos commented Jul 12, 2018

Nit in commit message: 12.x

This eliminates a "high' (risk? priority? something else?) warning that
comes up with `npm audit`. There are still other deps that need updating
but this is probably the big one and doing it as incrementally as
possible while still eliminating that red "high" warning.
@Trott Trott changed the title update github package to 10.x update github package to 12.x Jul 12, 2018
@Trott
Copy link
Member Author

Trott commented Jul 12, 2018

@targos Whoops, thanks! Fixed in the commit message and also in the PR title.

maclover7

This comment was marked as off-topic.

@Trott
Copy link
Member Author

Trott commented Jul 15, 2018

/ping @nodejs/github-bot

@maclover7
Copy link
Contributor

Will merge/deploy early this week if no one else gets to it

@maclover7 maclover7 merged commit 610d5e6 into nodejs:master Jul 19, 2018
@maclover7
Copy link
Contributor

Merged + deployed

maclover7 added a commit that referenced this pull request Jul 19, 2018
Fixes the following error occurring in production, likely happening due
to the recent bump in dependencies.

```
10:49:01.780 FATAL bot: Unchaught exception, terminating bot process immediately
    TypeError: events[Symbol.iterator] is not a function
        at githubClient.issues.getEvents (/home/iojs/github-bot/lib/node-repo.js:163:23)
        at /home/iojs/github-bot/node_modules/github/lib/index.js:912:9
        at callCallback (/home/iojs/github-bot/node_modules/github/lib/index.js:738:9)
        at IncomingMessage.<anonymous> (/home/iojs/github-bot/node_modules/github/lib/index.js:810:13)
        at emitNone (events.js:91:20)
        at IncomingMessage.emit (events.js:185:7)
        at endReadableNT (_stream_readable.js:978:12)
        at _combinedTickCallback (internal/process/next_tick.js:80:11)
        at process._tickCallback (internal/process/next_tick.js:104:9)
```

PR-URL: #190
Refs: #188
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants