Skip to content

[dependency]: bump dotenv from 16.5.0 to 17.0.0 in /faucet/authenticator#1455

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/faucet/authenticator/dev/dotenv-17.0.0
Closed

[dependency]: bump dotenv from 16.5.0 to 17.0.0 in /faucet/authenticator#1455
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/faucet/authenticator/dev/dotenv-17.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2025

Copy link
Copy Markdown
Contributor

Bumps dotenv from 16.5.0 to 17.0.0.

Changelog

Sourced from dotenv's changelog.

17.0.0 (2025-06-27)

Changed

  • Default quiet to false - informational (file and keys count) runtime log message shows by default (#875)

16.6.1 (2025-06-27)

Changed

  • Default quiet to 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() for require('@dotenvx/dotenvx').config().

16.6.0 (2025-06-26)

Added

  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
Commits
  • f28bfd5 17.0.0
  • 3348b36 changelog 🪵
  • a814691 Merge pull request #875 from motdotla/quiet-true
  • e8978b0 mention dotenvx in runtime message to point people to safer .env files
  • 661b247 update README with quiet option
  • b1d4a78 quiet defaults to false - use quiet: true to suppress info log
  • 6acdb0a changelog 🪵
  • 076ba3b 16.6.1
  • 8867fe0 changelog 🪵
  • 424c32d Merge pull request #874 from motdotla/default-quiet-to-true
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot Bot added the Faucet Authenticator Faucet Authenticator issues label Jun 29, 2025
@codecov

codecov Bot commented Jun 29, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.28%. Comparing base (4ea4ae1) to head (aba4a87).
Report is 1 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1455      +/-   ##
==========================================
+ Coverage   98.26%   98.28%   +0.01%     
==========================================
  Files         159      164       +5     
  Lines        6636     6770     +134     
  Branches      143      143              
==========================================
+ Hits         6521     6654     +133     
- Misses        115      116       +1     
Flag Coverage Δ
explorer-nodewatch 98.40% <ø> (ø)
explorer-rest 99.25% <ø> (?)
faucet-authenticator 100.00% <ø> (ø)
faucet-backend 98.91% <ø> (ø)
faucet-frontend 100.00% <ø> (ø)
lightapi-python 98.35% <ø> (ø)
tools-shoestring 97.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Wayonb

Wayonb commented Jul 7, 2025

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 17.0.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.5.0...v17.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.0
  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/faucet/authenticator/dev/dotenv-17.0.0 branch from 9e8b075 to aba4a87 Compare July 7, 2025 18:38
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/faucet/authenticator/dev/dotenv-17.0.0 branch July 7, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Faucet Authenticator Faucet Authenticator issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant