npm(deps): bump dotenv from 16.5.0 to 17.2.0 in /backend
Merged
Number: #18
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
July 14, 2025 at 05:29 PM UTC
(5 months ago)
(5 months ago)
Updated:
July 17, 2025 at 03:06 AM UTC
(4 months ago)
(4 months ago)
Merged:
July 17, 2025 at 03:06 AM UTC
(4 months ago)
by Jefino9488
(4 months ago)
by Jefino9488
Time to Close:
2 days
Description:
Bumps dotenv from 16.5.0 to 17.2.0.
Changelog
Sourced from dotenv's changelog.
17.2.0 (2025-07-09)
Added
- Optionally specify
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)- Just like dotenv any
DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})# .env DOTENV_CONFIG_QUIET=true HELLO="World"// index.js require('dotenv').config() console.log(`Hello ${process.env.HELLO}`)$ node index.js Hello Worldor
$ DOTENV_CONFIG_QUIET=true node index.js
17.1.0 (2025-07-07)
Added
- Add additional security and configuration tips to the runtime log (#884)
- Dim the tips text from the main injection information text
const TIPS = [ '🔐 encrypt with dotenvx: https://dotenvx.com', '🔐 prevent committing .env to code: https://dotenvx.com/precommit', '🔐 prevent building .env in docker: https://dotenvx.com/prebuild', '🛠️ run anywhere with `dotenvx run -- yourcommand`', '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }', '⚙️ enable debug logging with { debug: true }', '⚙️ override existing env vars with { override: true }', '⚙️ suppress all logs with { quiet: true }', '⚙️ write to custom object with { processEnv: myObject }', '⚙️ load multiple .env files with { path: [\'.env.local\', \'.env\'] }' ]17.0.1 (2025-07-01)
... (truncated)
Commits
11acd9f17.2.040e26e9Merge pull request #889 from motdotla/env-quiete99c367clean up281354echangelog 🪵d856497smarter DOTENV_CONFIG_QUIET option that can read from source .env file203c4e8support passing DOTENV_CONFIG_QUIET=true (and other DOTENV_CONFIG options - s...13bc31017.1.00bc76feadd to test coveragea43eecfchangelog 🪵956638eadjust test- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+5
+5
Deletions:
-5
-5
Package Dependencies
Technical Details
| ID: | 3291126 |
| UUID: | 2664921104 |
| Node ID: | PR_kwDOOuclws6e13gQ |
| Host: | GitHub |
| Repository: | Jefino9488/template-vite-react-node-postgres |
| Merge State: | Unknown |