Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

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 from aa75145 to f501193 Compare September 22, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants