Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence
dotenv 16.6.0 -> 17.2.1 age confidence

Release Notes

motdotla/dotenv (dotenv)

v17.2.1

Compare Source

Changed
  • Fix clickable tip links by removing parentheses (#​897)

v17.2.0

Compare Source

Added
  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#​889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})

v17.1.0

Compare Source

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\'] }'
]

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)

v17.0.0

Compare Source

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

v16.6.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jun 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
supabase-cache-helpers ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 2:58pm
supabase-cache-helpers-react-query ❌ Failed (Inspect) Jul 28, 2025 2:58pm
supabase-cache-helpers-swr-demo ❌ Failed (Inspect) Jul 28, 2025 2:58pm

Copy link

changeset-bot bot commented Jun 30, 2025

⚠️ No Changeset found

Latest commit: e56ac05

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.28%. Comparing base (be1429f) to head (e56ac05).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #621      +/-   ##
==========================================
+ Coverage   91.26%   91.28%   +0.01%     
==========================================
  Files         144      144              
  Lines        2199     2261      +62     
  Branches      701      736      +35     
==========================================
+ Hits         2007     2064      +57     
- Misses        157      162       +5     
  Partials       35       35              
Flag Coverage Δ
postgrest-core 91.28% <ø> (+0.01%) ⬆️
postgrest-react-query 91.28% <ø> (+0.01%) ⬆️
postgrest-server 91.28% <ø> (+0.01%) ⬆️
postgrest-swr 91.28% <ø> (+0.01%) ⬆️
storage-core 91.28% <ø> (+0.01%) ⬆️
storage-react-query 91.28% <ø> (+0.01%) ⬆️
storage-swr 91.28% <ø> (+0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 8db0197 to 322db78 Compare July 1, 2025 08:32
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 322db78 to b0e68d3 Compare July 1, 2025 09:43
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from b0e68d3 to e8a4a0b Compare July 1, 2025 09:56
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from e8a4a0b to 9346721 Compare July 4, 2025 18:32
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 9346721 to 65ce4c2 Compare July 11, 2025 02:51
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 65ce4c2 to 8ab5e65 Compare July 12, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants