Skip to content

Update dependency config to v4#553

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

Update dependency config to v4#553
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/config-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
config (source) ^1.26.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.

v2.0.2

Compare Source

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

  • Added dot notation to setModuleDefaults - bertho-zero
  • Updated copyright year - JemiloII

v2.0.1

Compare Source

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

  • Removed deprecated code - jpwilliams

v2.0.0

Compare Source

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

Potential for backward incompatibility requiring a major version bump.

Safe to upgrade to major version 2 if you're using a recent NodeJS version
and you're not trying to mutate config arrays.

  • Added array immutability - jacobemerick
  • Removed Node V.4 support

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 commented Feb 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: ccd-case-activity-api@0.0.2
npm warn Found: chai@4.4.1
npm warn node_modules/chai
npm warn   dev chai@"^6.0.0" from the root project
npm warn   1 more (sinon-chai)
npm warn
npm warn Could not resolve dependency:
npm warn peer chai@"^4.0.0" from sinon-chai@3.7.0
npm warn node_modules/sinon-chai
npm warn   dev sinon-chai@"^3.5.0" from the root project
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: eslint-config-airbnb-base@14.2.1
npm error Found: eslint@9.39.4
npm error node_modules/eslint
npm error   dev eslint@"9.39.4" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.8.0" from eslint@9.39.4
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from eslint-config-airbnb-base@14.2.1
npm error node_modules/eslint-config-airbnb-base
npm error   dev eslint-config-airbnb-base@"^14.0.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@7.32.0
npm error node_modules/eslint
npm error   peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from eslint-config-airbnb-base@14.2.1
npm error   node_modules/eslint-config-airbnb-base
npm error     dev eslint-config-airbnb-base@"^14.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-29T08_00_59_693Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-29T08_00_59_693Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/config-4.x branch from f68e966 to 97ad72e Compare February 19, 2026 22:56
@renovate renovate Bot force-pushed the renovate/config-4.x branch 5 times, most recently from f734a0c to aed7f2a Compare February 26, 2026 19:03
@renovate renovate Bot force-pushed the renovate/config-4.x branch 3 times, most recently from b73412f to 2e75a25 Compare April 2, 2026 11:46
@renovate renovate Bot force-pushed the renovate/config-4.x branch 3 times, most recently from 937f557 to 9d4665c Compare April 15, 2026 06:37
@renovate renovate Bot force-pushed the renovate/config-4.x branch 10 times, most recently from 8b69d04 to 304c5fc Compare April 23, 2026 00:57
@renovate renovate Bot force-pushed the renovate/config-4.x branch from 304c5fc to fe016a8 Compare April 23, 2026 14:39
@renovate renovate Bot force-pushed the renovate/config-4.x branch 3 times, most recently from 9fbc284 to 12df6d0 Compare April 30, 2026 18:41
@renovate renovate Bot force-pushed the renovate/config-4.x branch 6 times, most recently from 23c6a5b to df0cc24 Compare May 11, 2026 18:56
@renovate renovate Bot force-pushed the renovate/config-4.x branch 2 times, most recently from a63cef9 to b65d5d6 Compare May 14, 2026 11:01
@renovate renovate Bot force-pushed the renovate/config-4.x branch 10 times, most recently from 81bffd0 to d3c5624 Compare May 22, 2026 00:07
@renovate renovate Bot force-pushed the renovate/config-4.x branch from d3c5624 to bbb56c5 Compare May 29, 2026 07:32
@renovate renovate Bot force-pushed the renovate/config-4.x branch from bbb56c5 to cb24228 Compare May 29, 2026 08:01
@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:49
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