Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

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 [[email protected]] 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 30, 2025 10:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2025

📦 Container Size Analysis

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edge to ghcr.io/philips-software/amp-devcontainer-cpp:pr-849

📈 Size Comparison Table

OS/Platform Previous Size Current Size Change Trend
linux/amd64 662.41M 662.41M 0.00 (+0.00%) 🔄
linux/arm64 645.11M 645.11M 0.00 (+0.00%) 🔄

@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2025

📦 Container Size Analysis

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edge to ghcr.io/philips-software/amp-devcontainer-rust:pr-849

📈 Size Comparison Table

OS/Platform Previous Size Current Size Change Trend
linux/amd64 489.22M 489.22M 0.00 (+0.00%) 🔄
linux/arm64 441.18M 441.18M 0.00 (+0.00%) 🔄

@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 18 0 0 0.6s
✅ DOCKERFILE hadolint 2 0 0 0.72s
✅ GHERKIN gherkin-lint 2 0 0 1.0s
✅ JSON npm-package-json-lint yes no no 0.34s
✅ JSON prettier 16 1 0 0 0.4s
✅ JSON v8r 16 0 0 8.2s
✅ MARKDOWN markdownlint 9 0 0 0 0.94s
✅ MARKDOWN markdown-table-formatter 9 0 0 0 0.24s
✅ REPOSITORY checkov yes no no 16.52s
✅ REPOSITORY gitleaks yes no no 0.4s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ REPOSITORY grype yes no 2 23.66s
✅ REPOSITORY secretlint yes no no 0.96s
✅ REPOSITORY syft yes no no 1.93s
✅ REPOSITORY trivy yes no no 5.38s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 5.66s
✅ SPELL lychee 63 0 0 11.54s
✅ YAML prettier 24 0 0 0 0.86s
✅ YAML v8r 24 0 0 6.22s
✅ YAML yamllint 24 0 0 0.74s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2025

Test Results

 4 files  ±0   4 suites  ±0   2m 25s ⏱️ -2s
30 tests ±0  30 ✅ ±0  0 💤 ±0  0 ❌ ±0 
64 runs  ±0  64 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6341aff. ± Comparison against base commit 52d57d2.

♻️ This comment has been updated with latest results.

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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.0.0 branch from 0ac1f4c to 62bd8cd Compare June 30, 2025 11:00
@sonarqubecloud
Copy link

@rjaegers rjaegers merged commit 5680fbe into main Jul 1, 2025
34 checks passed
@rjaegers rjaegers deleted the dependabot/npm_and_yarn/dotenv-17.0.0 branch July 1, 2025 05:19
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2025

Pull Request Report (#849)

Static measures

Description Value
Number of added lines 5
Number of deleted lines 6
Number of changed files 2
Number of commits 2
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 5

Time related measures

Description Value
PR lead time (from creation to close of PR) 18.6 Hours
Time that was spend on the branch before the PR was created 0 Sec
Time that was spend on the branch before the PR was merged 18.3 Hours
Time to merge after last review 15 Sec

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 27.5 Min
Total time spend in last status check run on PR 7.9 Min

@github-actions
Copy link
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.2.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants