Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps dotenv-expand from 11.0.7 to 12.0.2.

Changelog

Sourced from dotenv-expand's changelog.

12.0.2 (2025-05-16)

Added

  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP] Become a sponsor

The dotenvx-expand README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv and dotenv-expand is a great way to get in front of developers and give back to the developer community at the same time.

12.0.1 (2024-11-18)

Changed

  • break logic on runningParsed (#ad887)

12.0.0 (2024-11-16)

Added

  • 🎉 support alternate value expansion (see usage) (#131)

Changed

  • 🎉 Expansion logic rewritten to match dotenvx (#131)

NOTE: I recommend dotenvx over dotenv-expand when you are ready. I'm putting all my effort there for a unified standard .env implementation that works everywhere and matches bash, docker-compose, and more. In some cases it slightly improves on them - leading to more reliability for your secrets and config.

  • ⚠️ BREAKING: do NOT attempt expansion of process.env (#131)

This has always been dangerous (unexpected side effects) and is now removed. process.env should not hold values you want to expand. If for some reason you need equivalent abilities, use dotenvx. You can ship an encrypted .env file with your code - allowing safe expansion at runtime - rather than relying on trying to expand pre-existing process.env values that could for good reason have a dollar sign in them (example a password).

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the build label Apr 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch from 378c8fa to 53aad6b Compare April 22, 2025 01:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch 6 times, most recently from 8d5646a to 050c5b7 Compare May 4, 2025 20:51
@cdcabrera cdcabrera added the breaking:res An exported resource that may cause consumer issues label May 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch 2 times, most recently from 3631161 to 671d13b Compare May 7, 2025 01:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch 2 times, most recently from 2f4826a to 18ad5f6 Compare May 19, 2025 13:56
Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 11.0.7 to 12.0.2.
- [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv-expand@v11.0.7...v12.0.2)

---
updated-dependencies:
- dependency-name: dotenv-expand
  dependency-version: 12.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch from 18ad5f6 to b2d544b Compare May 19, 2025 14:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #263.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dotenv-expand-12.0.2 branch September 8, 2025 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking:res An exported resource that may cause consumer issues build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants