Skip to content

chore(deps): bump config from 4.4.2 to 5.0.1 in /examples/express-sample - #549

Merged
TheRealAgentK merged 2 commits into
developfrom
dependabot/npm_and_yarn/examples/express-sample/config-5.0.1
Sep 3, 2026
Merged

chore(deps): bump config from 4.4.2 to 5.0.1 in /examples/express-sample#549
TheRealAgentK merged 2 commits into
developfrom
dependabot/npm_and_yarn/examples/express-sample/config-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps config from 4.4.2 to 5.0.1.

Release notes

Sourced from config's releases.

v5.0.1

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

The 5.0 release contains ESM support, removes some deprecations, strengthens some immutability constraints in a few call paths, and fixes some incorrect filename matches for files that only contain the NODE_ENV value but don't start with it.

What's Changed

New Contributors

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

v5.0.0-alpha.2

What's Changed

  • fix: prevent setEnv from clobbering envConfig when merging NODE_CONFIG
  • .iced files are never loaded, and support has been removed.
  • Load.scan() now returns the configuration data that was loaded, simplifying the calling convention for setModuleDefaults()
  • TOML regression in 4.4.1 fixed in mainline

Breaking Changes

  • Scanning of the config directory no longer loads files that contain the NODE_ENV value as a substring of the file name instead of the prefix. Ex: "prod-server1.js" versus "preprod.json" for NODE_ENV=prod

New Contributors

Full Changelog: node-config/node-config@v5.0.0-alpha.1...v5.0.0-alpha.2

v5.0.0-alpha.1

What's Changed

  • Fixed TS type list in README
  • Fixed version tag issue

Full Changelog: node-config/node-config@v5.0.0-alpha.0...v5.0.0-alpha.1

... (truncated)

Commits
  • f89ef8b 5.0.1
  • 8114c25 Merge pull request #926 from MMShep97/fix-resolve-async-configs
  • 08edfa0 Merge pull request #928 from jdmarshall/workflowMain
  • 9705d75 Fix workflow for PRs.
  • 77b8752 Merge pull request #927 from jdmarshall/main
  • 1cd86a7 Remove method signature change
  • a06d897 Fix resolveAsyncConfigs leaving promises in the exported config
  • fbb28f8 Release 5.0.0
  • b4dfbd2 Merge pull request #923 from jdmarshall/supplyChain44
  • 3a4851b Merge pull request #922 from jdmarshall/supplyChain
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
Bumps [config](https://github.com/node-config/node-config) from 4.4.2 to 5.0.1.
- [Release notes](https://github.com/node-config/node-config/releases)
- [Changelog](https://github.com/node-config/node-config/blob/main/History.md)
- [Commits](node-config/node-config@v4.4.2...v5.0.1)

---
updated-dependencies:
- dependency-name: config
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/express-sample/config-5.0.1 branch from 0e80f27 to dc98814 Compare September 3, 2026 02:16

@TheRealAgentK TheRealAgentK left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the 4.4.2 to 5.0.1 breaking changes and published artifact. The Express sample uses the compatible CommonJS root API and static JSON configuration. Manual default/production smoke tests passed, including an HTTP 200 response; audits and package signatures passed; all required CI checks pass after rebasing.

@TheRealAgentK
TheRealAgentK merged commit 83d80a7 into develop Sep 3, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/examples/express-sample/config-5.0.1 branch September 3, 2026 02:30
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.

1 participant