Skip to content

Update dependency config to v5 - #159

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/config-5.x
Open

Update dependency config to v5#159
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/config-5.x

Conversation

@renovate

@renovaterenovateBot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
config (source)^3.3.1^5.0.0ageconfidence

Release Notes

node-config/node-config (config)

v5.0.1

Compare Source

What's Changed

  • Fix issue with async defers calls not being replaced in the config data.

New Contributors

Full Changelog: node-config/node-config@v5.0.0...v5.0.1

v5.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v4.4.1...v5.0.0

v4.4.2

Compare Source

What's Changed

  • 4.4 branch: Guard against odd object prototype issues triggered by changes in TOML 4.0 by @​jdmarshall in #​916

Full Changelog: node-config/node-config@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

  • Fixes for some method signature declarations

Full Changelog: node-config/node-config@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

  • Typescript types added to project by @​mdkitzman
  • withModuleDefaults() function added to support separate module defaults for multiple versions
  • Rework raw.js to function like the new defer mechanism.
  • ./raw.js is also now deprecated, and will be removed in 5.0

New Contributors

Full Changelog: node-config/node-config@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed

  • new callback mechanism for handling deferred and async configuration evaluation
  • ./async.js and ./defer.js are now deprecated
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 #​876

The 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.1

Compare Source

What's Changed

Full Changelog: node-config/node-config@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Breaking Changes

  • All deprecated functions in config.util have been removed. Please use lib/util for similar functionality
  • Default Yaml parser has changed to a more maintained alternative. Please validate your config files for correct processing, or adjust your package.json to force js-yaml to be used

Full Changelog: node-config/node-config@v4.1.1...v4.2.0

v4.1.1

Compare 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.0

Compare Source

Breaking Changes

Several bugs were fixed that a user code might theoretically rely on, but most likely not:

  • Config.getSources() no longer contains files read by parseFile outside of the load process
  • when setModuleDefaults('modulename', ...) is called twice, the second call can overwrite values from the first
  • Config.getSources() now agrees with setModuleDefaults, no matter how often it is called
What'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:

  • #​687 - you can now have deferConfig lines in submodules
  • #​822 - setModuleDefaults calls are now additive (slightly higher memory usage for defaults as a consequence)
  • #​827 - more accurate tracking of sources

v4.0.1

Compare 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
  • Finished extraction of util functions to lib/util.js
  • Documentation of how to utilize this code for testing, or to drive setModuleDefaults()

v4.0.0

Compare 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

  • removes the unused stripComments() function
  • removes deprecated support for loading runtime.[ext] files.
  • changes the load order of APP_INSTANCE files to match other file sets

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.12...v4.0.0

v3.3.12

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.11...v3.3.12

v3.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.10...v3.3.11

v3.3.10

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.9...v3.3.10

v3.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.8...v3.3.9

v3.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: node-config/node-config@v3.3.7...v3.3.8

v3.3.7

Compare Source

============
We've moved this content to Github Releases.

Future release notes are managed there.

v3.3.6

Compare Source

==================

  • Added publishConfig element to package.json to prevent publishing to the wrong repository - @​lorenwest

v3.3.4

Compare Source

==================

v3.3.3

Compare Source

==================

v3.3.2

Compare Source

==================

  • Fixed issue with Buffers in config throwing error in util.makeImmutable (#​608) - Michal Wadas
  • Added boolean and numeric types to custom environment variables - Ankur Narkhede @​ankurnarkhede

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • 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
renovateBot requested a review from a team as a code ownerAugust 10, 2026 07:48
@renovaterenovateBot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@renovate
renovateBot requested review from SalimKainos, ieuanb74 and willwatters and removed request for a teamAugust 10, 2026 07:48
@renovate
renovateBotforce-pushed the renovate/config-5.x branch from 5493d23 to 62ca177CompareAugust 19, 2026 04:42
@renovate
renovateBotforce-pushed the renovate/config-5.x branch from 62ca177 to 7790e54CompareAugust 26, 2026 13:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants