Skip to content

chore(deps): update dependency config to v4.3.0#618

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/dev-deps
Feb 12, 2026
Merged

chore(deps): update dependency config to v4.3.0#618
renovate[bot] merged 1 commit intomasterfrom
renovate/dev-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 12, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
config (source) 4.2.14.3.0 age adoption passing confidence

Release Notes

node-config/node-config (config)

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 implementation has been marked as deprecated and will be removed in order to facilitate migrating node-config to ESM.

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added dependencies Pull requests that update a dependency file dev-dependencies labels Feb 12, 2026
@renovate renovate Bot enabled auto-merge (squash) February 12, 2026 22:57
@renovate renovate Bot merged commit 07aa943 into master Feb 12, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/dev-deps branch February 12, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dev-dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants