Bump dotenv from 16.5.0 to 17.1.0
Closed
Number: #194
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
July 08, 2025 at 06:15 AM UTC
(11 months ago)
(11 months ago)
Updated:
July 10, 2025 at 06:36 AM UTC
(11 months ago)
(11 months ago)
Closed:
July 10, 2025 at 06:36 AM UTC
(11 months ago)
(11 months ago)
Time to Close:
2 days
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps dotenv from 16.5.0 to 17.1.0.
Changelog
Sourced from dotenv's changelog.
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)
Changed
- Patched injected log to count only populated/set keys to process.env (#879)
17.0.0 (2025-06-27)
Changed
- Default
quietto false - informational (file and keys count) runtime log message shows by default (#875)16.6.1 (2025-06-27)
Changed
- Default
quietto true โ hiding the runtime log message (#874)- NOTICE: 17.0.0 will be released with quiet defaulting to false. Use
config({ quiet: true })to suppress.- And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch
require('dotenv').config()forrequire('@dotenvx/dotenvx').config().16.6.0 (2025-06-26)
Added
Commits
13bc31017.1.00bc76feadd to test coveragea43eecfchangelog ๐ชต956638eadjust testd559cd6standard formatting ๐งผ9b44ff4adjust tips478d904add tips around prebuild and precommite2863e6dim tips9b71dc1Merge pull request #884 from motdotla/copilot/fix-8838083e59Remove _getRandomTip from public exports- 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:
-6
-6
Package Dependencies
Technical Details
| ID: | 2969547 |
| UUID: | 2648697441 |
| Node ID: | PR_kwDOKr18Mc6d3-ph |
| Host: | GitHub |
| Repository: | NHSDigital/Javascript-mesh-client |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |