supabase-cache-helpers icon indicating copy to clipboard operation
supabase-cache-helpers copied to clipboard

chore(deps): update dependency dotenv to v17

Open renovate[bot] opened this issue 5 months ago β€’ 3 comments

This PR contains the following updates:

Package Change Age Confidence
dotenv 16.6.0 -> 17.2.3 age confidence

Release Notes

motdotla/dotenv (dotenv)

v17.2.3

Compare Source

Changed

v17.2.2

Compare Source

Added
  • πŸ™ A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

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.

renovate[bot] avatar Jun 30 '25 22:06 renovate[bot]

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
supabase-cache-helpers Ready Ready Preview Comment Oct 21, 2025 6:17pm
supabase-cache-helpers-react-query Error Error Oct 21, 2025 6:17pm
supabase-cache-helpers-swr-demo Error Error Oct 21, 2025 6:17pm

vercel[bot] avatar Jun 30 '25 22:06 vercel[bot]

⚠️ No Changeset found

Latest commit: 28e0a2416449a096b11470d39be5df9b12ce6ad3

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

changeset-bot[bot] avatar Jun 30 '25 22:06 changeset-bot[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 91.28%. Comparing base (208b22f) to head (28e0a24).

Additional details and impacted files
@@            Coverage Diff            @@
##           main     #621       +/-   ##
=========================================
+ Coverage      0   91.28%   +91.28%     
=========================================
  Files         0      144      +144     
  Lines         0     2261     +2261     
  Branches      0      739      +739     
=========================================
+ Hits          0     2064     +2064     
- Misses        0      162      +162     
- Partials      0       35       +35     
Flag Coverage Ξ”
postgrest-core 91.28% <ΓΈ> (?)
postgrest-react-query 91.28% <ΓΈ> (?)
postgrest-server 91.28% <ΓΈ> (?)
postgrest-swr 91.28% <ΓΈ> (?)
storage-core 91.28% <ΓΈ> (?)
storage-react-query 91.28% <ΓΈ> (?)
storage-swr 91.28% <ΓΈ> (?)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Jun 30 '25 22:06 codecov[bot]