eslint-plugin-jsonc
eslint-plugin-jsonc copied to clipboard
chore(deps): update dependency env-cmd to v11
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| env-cmd | ^10.1.0 -> ^11.0.0 |
Release Notes
toddbluhm/env-cmd (env-cmd)
v11.0.0
-
BREAKING: Drop support for nodejs
v8tov20.9. The minimum supported nodejs version is nowv20.10. -
BREAKING: Must use
--to separate theenv-cmdflags from the command to execute (env-cmd -f .env -- node index.js). -
BREAKING: Removed
-rflag and use only-fflag. -
BREAKING: Support inline comments in
.envfiles. 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-xoption is enabled. -
Feature: Support loading env variables from
.cjsand.mjsfiles. -
Feature: Support loading env variables from
.ts,.cts, and.mtsfiles. - 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
--recursiveflag - 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.