Update dependency why-is-node-running to v3 - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
September 25, 2025 12:10
cfce701 to
7a1ea02
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
9 times, most recently
from
October 10, 2025 09:06
e5dd3da to
8442107
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
October 13, 2025 13:23
8442107 to
b1f1d08
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
October 21, 2025 19:46
b1f1d08 to
61cabd0
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
November 10, 2025 21:53
61cabd0 to
7a17fb8
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
November 18, 2025 13:17
7a17fb8 to
1e5129d
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
December 3, 2025 16:42
1e5129d to
431dafa
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
2 times, most recently
from
January 7, 2026 10:22
2b31885 to
2c067ef
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
5 times, most recently
from
January 23, 2026 15:25
2de795e to
cc4335b
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
February 2, 2026 22:00
cc4335b to
23ddd7d
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
2 times, most recently
from
February 17, 2026 17:41
85ffd9e to
d8a3ef4
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
March 5, 2026 16:02
d8a3ef4 to
94b2e1c
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
March 13, 2026 12:46
94b2e1c to
eff0ab1
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
March 27, 2026 11:00
eff0ab1 to
8bfa4d3
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
April 29, 2026 17:57
8bfa4d3 to
1bb8977
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
May 12, 2026 14:17
1bb8977 to
9188f15
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
July 13, 2026 16:50
9188f15 to
ab63f49
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
3 times, most recently
from
July 21, 2026 07:11
1beb1f1 to
256bbc0
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
July 30, 2026 19:41
256bbc0 to
4ac7bf1
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
2 times, most recently
from
August 14, 2026 21:43
4772158 to
3eb0152
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
2 times, most recently
from
August 26, 2026 22:44
2874b38 to
c2c3022
Compare
renovate
Bot
force-pushed
the
renovate/why-is-node-running-3.x
branch
from
August 28, 2026 13:59
c2c3022 to
82b1263
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.0→^3.0.0Release Notes
mafintosh/why-is-node-running (why-is-node-running)
v3.2.2Compare Source
What's Changed
WeakRefto store the resource by @betalb in #87New Contributors
Full Changelog: mafintosh/why-is-node-running@v3.2.1...v3.2.2
v3.2.1Compare Source
What's Changed
Full Changelog: mafintosh/why-is-node-running@v3.2.0...v3.2.1
v3.2.0Compare 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
After
No more dependencies
This version of
why-is-node-runningremoves all of it's additional dependencies, resulting in a smaller overall package size.What's Changed
filesfield topackage.jsonby @jonkoops in #76siginfopackage by @jonkoops in #77stackbackwith internal implementation by @jonkoops in #80Full Changelog: mafintosh/why-is-node-running@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
includeentrypoint by @jonkoops in #71npxby @jonkoops in #66Full Changelog: mafintosh/why-is-node-running@v3.0.0...v3.1.0
v3.0.0Compare 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
Use
--importinstead of--requireFull Changelog: mafintosh/why-is-node-running@v2.3.0...v3.0.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.