Skip to content

deps: Update node-inspect to v1.11.6 - #28039

Closed
hybrist wants to merge 1 commit into
nodejs:masterfrom
hybrist:node-inspect-v1.11.6
Closed

deps: Update node-inspect to v1.11.6#28039
hybrist wants to merge 1 commit into
nodejs:masterfrom
hybrist:node-inspect-v1.11.6

Conversation

@hybrist

@hybristhybrist commented Jun 3, 2019

Copy link
Copy Markdown
Contributor

Highlights

  • The node-inspect test suite passes against latest master.
  • Removes use of deprecated repl.rli.

Compare: nodejs/node-inspect@v1.11.5...v1.11.6

Generated via:

rm -rf deps/node-inspect node-inspect-*&& curl -sSL "https://github.com/nodejs/node-inspect/archive/v1.11.6.tar.gz"| tar -xzvf - && mv node-inspect-* deps/node-inspect

Rendered Changelog

1.11.6

Checklist
  • make test-node-inspect passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Highlights:
* The `node-inspect` test suite passes against latest master.
* Removes use of deprecated `repl.rli`.
Compare: nodejs/node-inspect@v1.11.5...v1.11.6
@hybrist
hybristforce-pushed the node-inspect-v1.11.6 branch from 2baa3f4 to fa14ff6CompareJune 3, 2019 08:17
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@hybristhybrist self-assigned this Jun 5, 2019
hybrist pushed a commit that referenced this pull request Jun 5, 2019
Highlights:
* The `node-inspect` test suite passes against latest master.
* Removes use of deprecated `repl.rli`.
Compare: nodejs/node-inspect@v1.11.5...v1.11.6
PR-URL: #28039
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@hybrist

Copy link
Copy Markdown
ContributorAuthor

Landed in 6a7d3ca

@hybristhybrist closed this Jun 5, 2019
@hybristhybrist removed their assignment Jun 5, 2019
@hybrist
hybrist deleted the node-inspect-v1.11.6 branch June 5, 2019 15:24
BridgeAR pushed a commit that referenced this pull request Jun 17, 2019
Highlights:
* The `node-inspect` test suite passes against latest master.
* Removes use of deprecated `repl.rli`.
Compare: nodejs/node-inspect@v1.11.5...v1.11.6
PR-URL: #28039
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeARBridgeAR mentioned this pull request Jun 17, 2019
Sign up for freeto 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.

8 participants

@hybrist@nodejs-github-bot@targos@cjihrig@gengjiawen@BridgeAR@trivikr@ZYSzys