Skip to content

Update dependency config to v4#812

Closed
renovate[bot] wants to merge 3 commits into
masterfrom
renovate/config-4.x
Closed

Update dependency config to v4#812
renovate[bot] wants to merge 3 commits into
masterfrom
renovate/config-4.x

Conversation

@renovate

@renovate renovate Bot commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
config (source) ^2.0.1^4.0.0 age confidence

Release Notes

node-config/node-config (config)

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

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

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

  • FIX #​460 - Strict mode warning refer to appropriate env variable @​iCodeOkay
  • Use Buffer.alloc and Buffer.from instead of contrsuctor @​Fcmam5
  • Add support for experimental .cjs modules @​lenkan

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

v3.3.1

Compare Source

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

  • Fix security vulnerability in json5 dependency - @​twkel

v3.3.0

Compare Source

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

v3.2.6

Compare Source

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

  • Updated copyright date ranges

v3.2.5

Compare Source

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

v3.2.4

Compare Source

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

v3.2.3

Compare Source

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

v3.2.2

Compare Source

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

  • Fixed delimiter bug in configDirs to match O/S delimiter - @​iMoses

v3.2.1

Compare Source

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

  • Fixed TypeError: obj.toString is not a function - @​leosuncin

v3.2.0

Compare Source

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

v3.1.0

Compare Source

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

v3.0.1

Compare Source

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

  • Fixed bug where dot notation extended own key @​exogen

v3.0.0

Compare Source

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

  • Ensure config array items and objects are sealed @​fgheorghe
    • This required a major version bump in case someone
    • relied on the ability to mutate non-sealed data.

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between 04:00 PM and 07:59 PM, Monday through Friday (* 16-19 * * 1-5)
  • Automerge
    • Between 02:00 PM and 06:59 PM, Monday through Thursday (* 14-18 * * 1-4)

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

Rebasing: Whenever PR is behind base branch, 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/config-4.x branch 6 times, most recently from ad7e6cd to c360420 Compare March 11, 2026 22:27
@renovate renovate Bot force-pushed the renovate/config-4.x branch 3 times, most recently from d4ac3ad to e2d7f97 Compare March 23, 2026 09:51
@renovate renovate Bot force-pushed the renovate/config-4.x branch 7 times, most recently from 7bd2438 to 84c1a7c Compare March 30, 2026 12:04
@renovate renovate Bot force-pushed the renovate/config-4.x branch 8 times, most recently from a16ab36 to abfbc35 Compare April 2, 2026 19:49
@renovate renovate Bot force-pushed the renovate/config-4.x branch 4 times, most recently from c35a9b0 to 3dd5e36 Compare April 15, 2026 02:06
@renovate renovate Bot force-pushed the renovate/config-4.x branch from 3dd5e36 to 1be10a0 Compare April 17, 2026 01:00
@renovate renovate Bot force-pushed the renovate/config-4.x branch 7 times, most recently from 123bca0 to bd104af Compare May 5, 2026 07:00
@renovate renovate Bot force-pushed the renovate/config-4.x branch 14 times, most recently from cf05399 to 2e9e21f Compare May 12, 2026 10:09
@renovate renovate Bot force-pushed the renovate/config-4.x branch from 2e9e21f to eb1b635 Compare May 12, 2026 12:45
@renovate renovate Bot force-pushed the renovate/config-4.x branch from eb1b635 to a3b3907 Compare May 12, 2026 17:29
@renovate

renovate Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate

renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/config-4.x branch June 1, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant