Update dependency config to v4#4968
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
July 31, 2025 11:43
efafcf6 to
8d58fb5
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
August 16, 2025 12:10
8d58fb5 to
92a8c5e
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
November 11, 2025 20:12
92a8c5e to
62ba001
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
November 19, 2025 19:17
62ba001 to
b50f645
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
January 15, 2026 11:41
b50f645 to
2fc96a7
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
2 times, most recently
from
February 13, 2026 16:09
5bbad16 to
bb102b3
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
2 times, most recently
from
February 27, 2026 12:57
5f313a2 to
3bb4b69
Compare
renovate
Bot
force-pushed
the
renovate/config-4.x
branch
from
July 1, 2026 05:23
3bb4b69 to
309b3e8
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:
^3.3.9→^4.0.0^3.3.1→^4.0.0^3.3.6→^4.0.0Release Notes
node-config/node-config (config)
v4.4.2Compare Source
What's Changed
Full Changelog: node-config/node-config@v4.4.1...v4.4.2
v4.4.1Compare Source
What's Changed
Full Changelog: node-config/node-config@v4.4.0...v4.4.1
v4.4.0Compare Source
What's Changed
withModuleDefaults()function added to support separate module defaults for multiple versionsNew Contributors
Full Changelog: node-config/node-config@v4.3.0...v4.4.0
v4.3.0Compare Source
What's Changed
New Async and Deferred mechanism
Instead of using async.js and defer.js, your executable config files can return a synchronous or asynchronous function. Note that if you use async deferred functions through the new mechanism, you need to call Util.resolveAsyncConfig() instead of the old version.
Util.resolveAsyncConfig()also fixes an issue where using defer in an array did not function properly #876The old implementations have been marked as deprecated and will issue warnings to console.error to indicate use of the old pathways. The old functions are incompatible with ESM loading conventions and will be removed at the beginning of the 5.0 cycle to facilitate conversion of the library to ESM.
Full Changelog: node-config/node-config@v4.2.1...v4.3.0
v4.2.1Compare Source
What's Changed
Full Changelog: node-config/node-config@v4.2.0...v4.2.1
v4.2.0Compare Source
What's Changed
Breaking Changes
Full Changelog: node-config/node-config@v4.1.1...v4.2.0
v4.1.1Compare Source
What's Changed
This release includes only test and devDependency changes
Full Changelog: node-config/node-config@v4.1.0...v4.1.1
v4.1.0Compare Source
Breaking Changes
Several bugs were fixed that a user code might theoretically rely on, but most likely not:
setModuleDefaults('modulename', ...)is called twice, the second call can overwrite values from the firstsetModuleDefaults, no matter how often it is calledWhat's Changed
Updated Note: A number of functions in config.util have been marked as deprecated. The consensus among the maintainers is that these create a substantial surface area that should not have been exposed in this manner. This however has mostly been mentioned in bug responses and in the Discussion forums but previously not announced in the documentation.
These functions have been by and large moved into lib/util.js, for accelerated deletion. This is all part of a fairly large raft of work
intented to move node-config to be an ESM module. Please refer to the 4.x and 5.0 milestones for additional clarification.
Bugs fixed:
v4.0.1Compare Source
This release finalizes some work to extract 'util' functionality from lib/config.js into lib/util.js.
Breaking Changes
None known
What's Changed
setModuleDefaults()v4.0.0Compare Source
This release adds support for .jsonc and .mjs files. Note that MJS support requires Node 24 or recent patch releases of 20 or 22.
Breaking Changes
stripComments()functionWhat's Changed
gettrap to Proxy for agnostic prototype access by @daleyjem in #779New Contributors
Full Changelog: node-config/node-config@v3.3.12...v4.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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.