Merged
Conversation
Member
|
Oof, this is interesting. With this major update, it looks like the dotenv package is now printing an ad at the startup of the app: It looks unprofessional, but besides that, it uses console.log to print the message. I'm assuming that this will break our At least it looks like there is a way to disable it by passing I see that node has |
canova
approved these changes
Aug 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ dotenv (16.6.1 → 17.2.1) · Repo · Changelog
Release Notes
17.2.1 (from changelog)
17.2.0 (from changelog)
17.1.0 (from changelog)
17.0.1 (from changelog)
17.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 41 commits:
17.2.1changelog 🪵Merge pull request #897 from motdotla/adjust-tip-for-clickadd to testsadjust clickable tipMerge pull request #894 from mjomble/patch-1Merge pull request #895 from andersr/add-es6-config-info-to-readmeAdd info about ES6 import with config optionsFixed link in changelog17.2.0Merge pull request #889 from motdotla/env-quietclean upchangelog 🪵smarter DOTENV_CONFIG_QUIET option that can read from source .env filesupport passing DOTENV_CONFIG_QUIET=true (and other DOTENV_CONFIG options - see env-options.js) to modify config options, rather than via code17.1.0add to test coveragechangelog 🪵adjust teststandard formatting 🧼adjust tipsadd tips around prebuild and precommitdim tipsMerge pull request #884 from motdotla/copilot/fix-883Remove _getRandomTip from public exportsImplement random tips functionality with array of 7 tipsreadme updatesInitial planUpdate preload instructions17.0.1changelog 🪵Merge pull request #879 from motdotla/smarter-keys-loggedcorrectly track which keys were written to process.envremove sponsors17.0.0changelog 🪵Merge pull request #875 from motdotla/quiet-truemention dotenvx in runtime message to point people to safer .env filesupdate README with `quiet` option`quiet` defaults to false - use `quiet: true` to suppress info logchangelog 🪵Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands