Skip to content

Bump config from 4.2.1 to 4.3.0 in the default group#159

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/default-f99cbb463c
Feb 13, 2026
Merged

Bump config from 4.2.1 to 4.3.0 in the default group#159
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/default-f99cbb463c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the default group with 1 update: config.

Updates config from 4.2.1 to 4.3.0

Release notes

Sourced from config's releases.

v4.3.0

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

Commits
  • ce4fcf4 prepare 4.3.0
  • bd4d95d Merge pull request #863 from jdmarshall/deferredESM
  • df3866b Fix issue with arrays of promises.
  • 55d17ba Add runtime deprecation warnings, as per
  • c30a565 Support for the 'Future Compatibility' contract in the project wiki.
  • c6df6c6 Allow new async mechanism to override old, instead of vice versa.
  • 5cd516c Deprecate defer.js
  • ede4550 Move defer.js to lib
  • 5c0972e Update copyright notices to 2026
  • d5c5666 Support async functions in deferConfig as a way to replace async.js
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the default group with 1 update: [config](https://github.com/node-config/node-config).


Updates `config` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/master/History.md)
- [Commits](node-config/node-config@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: config
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@github-actions github-actions bot enabled auto-merge February 13, 2026 07:02
@github-actions github-actions bot merged commit a1a35b7 into main Feb 13, 2026
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/default-f99cbb463c branch February 13, 2026 07:09
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants