Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-config/node-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.1
Choose a base ref
...
head repository: node-config/node-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-alpha.0
Choose a head ref
  • 7 commits
  • 46 files changed
  • 1 contributor

Commits on Mar 1, 2026

  1. Remove uses of requireUncached that are not necessary for the tests and

    are breaking ESM migration badly.
    jdmarshall committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    9784d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea1708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4551f22 View commit details
    Browse the repository at this point in the history
  4. This rename is necessary in order to make requireUncached happy.

    dynamic imports will not rerun '.js' files even if they detect them as
    ESM files, and I don't know why.
    jdmarshall committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    4dc196c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    367fcc9 View commit details
    Browse the repository at this point in the history
  6. PR feedback.

    jdmarshall committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    9692d24 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #889 from jdmarshall/imports

    ESM conversion of node-config
    jdmarshall authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    062cdd3 View commit details
    Browse the repository at this point in the history
Loading