Skip to content

deps: Add node-inspect 1.10.6

This updates the bundled node-inspect to 1.10.6.

Highlights

  • node --debug-port=1234 inspect respects the custom port.
  • Test stability improvements on various platforms.

Compare: https://github.com/nodejs/node-inspect/compare/v1.10.4...v1.10.6

Rendered Changelog

1.10.6

  • chore: Fix usage text for embedded mode - @addaleax #20
    • b0779f5 chore: Fix usage text for embedded mode
  • print 'ok' after connection - @ofrobots #25
    • 2a47125 fix: print 'ok' after connection
  • Make autocompletion in REPL work - @aqrln #28
    • ccab737 fix: Make autocompletion in REPL work
  • Remove console.error() statement - @aqrln #30
    • 032b045 style: Remove console.error() statement
  • Take --debug-port into account - @jkrems #26
    • 054d4b1 fix: Take --debug-port into account
  • Delay run until breakpoints are restored - @jkrems #34
    • 802b88c fix: Delay run until breakpoints are restored
    • 2b93173 fix: Use single string for paused notice
    • b4d5ee2 fix: Work around inconsistent handling of strict directive
    • f6ccfc7 fix: Only restart after port is free
    • 8b101bf test: Skip exact match on AIX
  • a4e4b6f chore: Fix repo info in package.json

1.10.5

  • docs: minor edits to governance docs - @joshgav #17
    • a70fe04 docs: minor edits to governance docs
Checklist
  • make test-node-inspect passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

node-inspect

Merge request reports

Loading