Skip to content

Conversation

renovate[bot]
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: 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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

changeset-bot bot commented Aug 23, 2025

⚠️ No Changeset found

Latest commit: f17b71e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Try the Instant Preview in Online Playground

ESLint Online Playground

Install the Instant Preview to Your Local

npm i https://pkg.pr.new/eslint-plugin-svelte@f17b71e

Published Instant Preview Packages:

View Commit

@renovate renovate bot merged commit 4df2a03 into main Aug 23, 2025
17 checks passed
@renovate renovate bot deleted the renovate/env-cmd-11.x branch August 23, 2025 09:56
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