Skip to content

chore(deps): update dependency why-is-node-running to v3#16

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/why-is-node-running-3.x
Open

chore(deps): update dependency why-is-node-running to v3#16
renovate[bot] wants to merge 1 commit intomainfrom
renovate/why-is-node-running-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
why-is-node-running ^2.3.0^3.0.0 age confidence

Release Notes

mafintosh/why-is-node-running (why-is-node-running)

v3.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: mafintosh/why-is-node-running@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notable Changes

Relative file paths

The file paths shown in the output are now relative to the current working directory, if a path is outside of the current working directory the full absolute path will be used instead.

Before

There are 4 handle(s) keeping the process running

# Timeout
/path/to/project/example.js:6  - setInterval(() => {}, 1000)
/path/to/project/example.js:10 - startServer()

# TCPSERVERWRAP
/path/to/project/example.js:7  - server.listen(0)
/path/to/project/example.js:10 - startServer()

# Timeout
/path/to/project/example.js:6  - setInterval(() => {}, 1000)
/path/to/project/example.js:11 - startServer()

# TCPSERVERWRAP
/path/to/project/example.js:7  - server.listen(0)
/path/to/project/example.js:11 - startServer()

After

There are 4 handle(s) keeping the process running

# Timeout
example.js:6  - setInterval(() => {}, 1000)
example.js:10 - startServer()

# TCPSERVERWRAP
example.js:7  - server.listen(0)
example.js:10 - startServer()

# Timeout
example.js:6  - setInterval(() => {}, 1000)
example.js:11 - startServer()

# TCPSERVERWRAP
example.js:7  - server.listen(0)
example.js:11 - startServer()
No more dependencies

This version of why-is-node-running removes all of it's additional dependencies, resulting in a smaller overall package size.

What's Changed

Full Changelog: mafintosh/why-is-node-running@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed

Breaking Changes

This release raises the required Node.js version to 20.11 or higher, and introduces support for standardized JavaScript modules. This makes the package incompatible with CommonJS based environments and is thus a breaking change. If you want to use this version the following changes should be made:

Use JavaScript modules instead of CommonJS

-const why = require('why-is-node-running')
+import why from 'why-is-node-running'

Use --import instead of --require

-node --require why-is-node-running/include /path/to/some/file.js
+node --import why-is-node-running/include /path/to/some/file.js

Full Changelog: mafintosh/why-is-node-running@v2.3.0...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from cfce701 to 7a1ea02 Compare September 25, 2025 12:10
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch 9 times, most recently from e5dd3da to 8442107 Compare October 10, 2025 09:06
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from 8442107 to b1f1d08 Compare October 13, 2025 13:23
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from b1f1d08 to 61cabd0 Compare October 21, 2025 19:46
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from 61cabd0 to 7a17fb8 Compare November 10, 2025 21:53
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from 7a17fb8 to 1e5129d Compare November 18, 2025 13:17
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from 1e5129d to 431dafa Compare December 3, 2025 16:42
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch 2 times, most recently from 2b31885 to 2c067ef Compare January 7, 2026 10:22
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch 5 times, most recently from 2de795e to cc4335b Compare January 23, 2026 15:25
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from cc4335b to 23ddd7d Compare February 2, 2026 22:00
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch 2 times, most recently from 85ffd9e to d8a3ef4 Compare February 17, 2026 17:41
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from d8a3ef4 to 94b2e1c Compare March 5, 2026 16:02
@renovate renovate bot force-pushed the renovate/why-is-node-running-3.x branch from 94b2e1c to eff0ab1 Compare March 13, 2026 12:46
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.

0 participants