Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

This PR contains the following updates:

Package Change Age Confidence
env-cmd 10.1.0 -> 11.0.0 age confidence

Release Notes

toddbluhm/env-cmd (env-cmd)

v11.0.0

Compare Source

  • BREAKING: Drop support for nodejs v8 to v20.9. The minimum supported nodejs version is now v20.10.
  • BREAKING: Must use -- to separate the env-cmd flags from the command to execute (env-cmd -f .env -- node index.js).
  • BREAKING: Removed -r flag and use only -f flag.
  • BREAKING: Support inline comments in .env files. A # character now signifies the start of an inline comment, unless the value is surrounded by quotation marks (").
  • BREAKING: Migrated the repository to ESM modules instead of CommonJS.
  • BREAKING: Support variable expansion using curly-brace syntax (${MY_VAR}), when the -x option is enabled.
  • Feature: Support loading env variables from .cjs and .mjs files.
  • Feature: Support loading env variables from .ts, .cts, and .mts files.
  • Feature: When loading an invalid JSON file, show the original parse error.
  • Feature: Add a more helpful error message when trying to invoke env-cmd as a standalone command.
  • Feature: Added support for nested env variables within env files with the --recursive flag
  • Docs: clarify how variable expansion works.
  • Internal: Replaced Travis CI with GitHub Actions, run unit tests on windows.
  • Internal: Configure automatic releases to npm from GitHub Actions
  • Internal: Refactor the loader logic, to make it easier to add other loaders.
  • Upgrade: Update all dependencies.
  • Upgrade: Upgraded all devDependencies

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/env-cmd-11.x branch 2 times, most recently from e4a2193 to c30b39c Compare August 27, 2025 09:45
@renovate renovate bot force-pushed the renovate/env-cmd-11.x branch 2 times, most recently from 875b9b8 to aa75145 Compare September 9, 2025 21:52
@renovate renovate bot force-pushed the renovate/env-cmd-11.x branch 2 times, most recently from f501193 to 275b1f6 Compare September 25, 2025 15:30
@renovate renovate bot force-pushed the renovate/env-cmd-11.x branch from 275b1f6 to 9b74b86 Compare October 21, 2025 15:46
@renovate renovate bot force-pushed the renovate/env-cmd-11.x branch 2 times, most recently from 791d3fa to 4dd4bcc Compare November 23, 2025 11:33
@renovate renovate bot force-pushed the renovate/env-cmd-11.x branch from 4dd4bcc to adccb25 Compare November 23, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant